Fixes issue with gym randomizer when wiping out in a gym

This commit is contained in:
infinitefusion
2023-11-14 20:29:02 -05:00
parent 3943ce1684
commit 1acc5ef4f7
4 changed files with 6 additions and 4 deletions

View File

@@ -209,7 +209,6 @@ def playPokeFluteAnimation
end
def restoreDefaultCharacterSprite(charset_number=0)
meta = GameData::Metadata.get_player($Trainer.character_ID)
$game_player.setDefaultCharName(nil, 0, false)
Graphics.update
Input.update