diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:42:33 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:53:49 -0500 |
commit | 9680b95bdde1226e12485a84e47c6a7c32932048 (patch) | |
tree | 61ee8faf9f1fc7569efa086f2108b7f886e49127 /data-de/field_move_scripts.inc | |
parent | 5df6fa5c08a19fb89308f6131dceef721cc5a3d0 (diff) |
Flesh out applymovement command names
Diffstat (limited to 'data-de/field_move_scripts.inc')
-rw-r--r-- | data-de/field_move_scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data-de/field_move_scripts.inc b/data-de/field_move_scripts.inc index 63240a9fb..ef06df21f 100644 --- a/data-de/field_move_scripts.inc +++ b/data-de/field_move_scripts.inc @@ -32,8 +32,8 @@ DoTreeCutMovement: @ 81B0E21 end TreeCutMovement: @ 81B0E30 - step_5b - step_end + cut_tree + end_movement CannotUseCut: @ 81B0E32 msgbox CannotUseCutText, 3 @@ -103,8 +103,8 @@ DoRockSmashMovement_Done: @ 81B0F3A end RockSmashMovement: @ 81B0F3C - step_5a - step_end + rock_smash_break + end_movement CannotUseRockSmash: @ 81B0F3E msgbox CannotUseRockSmashText, 3 |