diff options
Diffstat (limited to 'maps/CeladonPokecenter1F.asm')
-rw-r--r-- | maps/CeladonPokecenter1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/CeladonPokecenter1F.asm b/maps/CeladonPokecenter1F.asm index 0bd70e448..d476a6f03 100644 --- a/maps/CeladonPokecenter1F.asm +++ b/maps/CeladonPokecenter1F.asm @@ -45,7 +45,7 @@ CeladonEusine: readvar VAR_FACING ifequal UP, .Location1 applymovement CELADONPOKECENTER1F_EUSINE, .Movement1 - jump .Continue + sjump .Continue .Location1: applymovement CELADONPOKECENTER1F_EUSINE, .Movement2 |