mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixes player becoming invisible while playing pokeflute
This commit is contained in:
Binary file not shown.
@@ -176,11 +176,11 @@ end
|
|||||||
|
|
||||||
|
|
||||||
def playPokeFluteAnimation
|
def playPokeFluteAnimation
|
||||||
return if $Trainer.outfit != 0
|
# return if $Trainer.outfit != 0
|
||||||
$game_player.setDefaultCharName("players/pokeflute", 0, false)
|
# $game_player.setDefaultCharName("players/pokeflute", 0, false)
|
||||||
Graphics.update
|
# Graphics.update
|
||||||
Input.update
|
# Input.update
|
||||||
pbUpdateSceneMap
|
# pbUpdateSceneMap
|
||||||
end
|
end
|
||||||
|
|
||||||
def restoreDefaultCharacterSprite(charset_number = 0)
|
def restoreDefaultCharacterSprite(charset_number = 0)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user