diff options
Diffstat (limited to 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 4d936906c..2deaf2016 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -152,7 +152,7 @@ LabTryToLeaveScript: writetext LabWhereGoingText waitbutton closetext - applymovement PLAYER, MovementData_0x78f70 + applymovement PLAYER, ElmsLab_CantLeaveMovement end CyndaquilPokeBallScript: @@ -619,7 +619,7 @@ ElmsLab_WalkUpToElmMovement: turn_head LEFT step_end -MovementData_0x78f70: +ElmsLab_CantLeaveMovement: step UP step_end |