fixes player becoming invisible while playing pokeflute

This commit is contained in:
infinitefusion
2024-07-03 13:46:20 -04:00
parent a21f3b289b
commit 2a33e49855
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@@ -176,11 +176,11 @@ end
def playPokeFluteAnimation
return if $Trainer.outfit != 0
$game_player.setDefaultCharName("players/pokeflute", 0, false)
Graphics.update
Input.update
pbUpdateSceneMap
# return if $Trainer.outfit != 0
# $game_player.setDefaultCharName("players/pokeflute", 0, false)
# Graphics.update
# Input.update
# pbUpdateSceneMap
end
def restoreDefaultCharacterSprite(charset_number = 0)

Binary file not shown.