diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-26 14:33:52 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-26 14:33:52 -0500 |
commit | b4ba35a54c0f6204e34d2814351162c79ea4c0ba (patch) | |
tree | 805caaa65694e26d2564c47dab501721b3412fd5 /data-de/field_move_scripts.inc | |
parent | 9458b3fad18eea3fbd9168a88dd33e8aa10abcda (diff) |
more command renaming
Diffstat (limited to 'data-de/field_move_scripts.inc')
-rw-r--r-- | data-de/field_move_scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data-de/field_move_scripts.inc b/data-de/field_move_scripts.inc index 59635ee4f..d218d834d 100644 --- a/data-de/field_move_scripts.inc +++ b/data-de/field_move_scripts.inc @@ -28,7 +28,7 @@ S_UseCut:: @ 81B0E16 DoTreeCutMovement: @ 81B0E21 applymovement LAST_TALKED, TreeCutMovement @ tree cut animation waitmovement 0 - disappear LAST_TALKED @ tree disappears + removeobject LAST_TALKED @ tree disappears releaseall end @@ -89,7 +89,7 @@ S_UseRockSmash:: @ 81B0F01 DoRockSmashMovement: @ 81B0F0C applymovement LAST_TALKED, RockSmashMovement waitmovement 0 - disappear LAST_TALKED + removeobject LAST_TALKED specialvar RESULT, sub_810F5BC compare RESULT, 1 goto_if_eq DoRockSmashMovement_Done |