summaryrefslogtreecommitdiff
path: root/data/field_move_scripts.inc
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-26 14:33:52 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-26 14:33:52 -0500
commitb4ba35a54c0f6204e34d2814351162c79ea4c0ba (patch)
tree805caaa65694e26d2564c47dab501721b3412fd5 /data/field_move_scripts.inc
parent9458b3fad18eea3fbd9168a88dd33e8aa10abcda (diff)
more command renaming
Diffstat (limited to 'data/field_move_scripts.inc')
-rw-r--r--data/field_move_scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/field_move_scripts.inc b/data/field_move_scripts.inc
index 7df5ac90f..592dd7003 100644
--- a/data/field_move_scripts.inc
+++ b/data/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
@@ -86,7 +86,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