diff options
Diffstat (limited to 'engine/overworld')
| -rw-r--r-- | engine/overworld/player_animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/player_animations.asm b/engine/overworld/player_animations.asm index 1948f68d..331ce639 100644 --- a/engine/overworld/player_animations.asm +++ b/engine/overworld/player_animations.asm @@ -128,7 +128,7 @@ _LeaveMapAnim:: call StopMusic ld a, [wStatusFlags6] bit BIT_ESCAPE_WARP, a - jr z, .flyAnimation + jr z, .playerStandingOnWarpPad ; SL0P: plain fade instead of the fly bird ; if going to the last used pokemon center ld hl, wPlayerSpinInPlaceAnimFrameDelay ld a, 16 |
