fixes pokeflute animation causing the player to lose their running shoes

This commit is contained in:
infinitefusion
2023-11-14 20:19:02 -05:00
parent 433cb999ff
commit 3943ce1684
4 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -210,9 +210,7 @@ end
def restoreDefaultCharacterSprite(charset_number=0)
meta = GameData::Metadata.get_player($Trainer.character_ID)
charset = pbGetPlayerCharset(meta,charset_number)
$game_player.setDefaultCharName(charset, 0, false)
$game_player.setDefaultCharName(nil, 0, false)
Graphics.update
Input.update
pbUpdateSceneMap

Binary file not shown.