Fixes hairstyles with more than 4 versions causing players to go bald when swapping hairstyle

This commit is contained in:
chardub
2025-04-17 09:48:45 -04:00
parent 0d5562ffde
commit 65b3c34009
8 changed files with 17 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ class ClothesShopView < PokemonMart_Scene
description = @adapter.getSpecialItemDescription(itemwindow.item)
else
description = @adapter.getDescription(itemwindow.item)
@adapter.updateVersion(itemwindow.item)
end
@adapter.updateTrainerPreview(itemwindow.item, @sprites["trainerPreview"])
else