mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixes pokeflute animation causing the player to lose their running shoes
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -210,9 +210,7 @@ end
|
|||||||
|
|
||||||
def restoreDefaultCharacterSprite(charset_number=0)
|
def restoreDefaultCharacterSprite(charset_number=0)
|
||||||
meta = GameData::Metadata.get_player($Trainer.character_ID)
|
meta = GameData::Metadata.get_player($Trainer.character_ID)
|
||||||
charset = pbGetPlayerCharset(meta,charset_number)
|
$game_player.setDefaultCharName(nil, 0, false)
|
||||||
|
|
||||||
$game_player.setDefaultCharName(charset, 0, false)
|
|
||||||
Graphics.update
|
Graphics.update
|
||||||
Input.update
|
Input.update
|
||||||
pbUpdateSceneMap
|
pbUpdateSceneMap
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user