diff options
Diffstat (limited to 'data/field_move_scripts.inc')
-rw-r--r-- | data/field_move_scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/field_move_scripts.inc b/data/field_move_scripts.inc index b412af095..a0ba1cf66 100644 --- a/data/field_move_scripts.inc +++ b/data/field_move_scripts.inc @@ -33,7 +33,7 @@ DoTreeCutMovement: @ 81B0E21 TreeCutMovement: @ 81B0E30 cut_tree - end_movement + step_end CannotUseCut: @ 81B0E32 msgbox CannotUseCutText, MSGBOX_SIGN @@ -101,7 +101,7 @@ DoRockSmashMovement_Done: @ 81B0F3A RockSmashMovement: @ 81B0F3C rock_smash_break - end_movement + step_end CannotUseRockSmash: @ 81B0F3E msgbox CannotUseRockSmashText, MSGBOX_SIGN |