diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 16:53:59 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 16:53:59 -0400 |
commit | 625f62139721a7ddc1f2625b8609b415bec419fb (patch) | |
tree | ef4702b0568c5e22b3eb2d9fff219872206316b8 /data/scripts/magma_chimney.inc | |
parent | b9560c155ec5db1ea43562df736ffcf0c10ae087 (diff) |
Sync movement.inc
Diffstat (limited to 'data/scripts/magma_chimney.inc')
-rw-r--r-- | data/scripts/magma_chimney.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/scripts/magma_chimney.inc b/data/scripts/magma_chimney.inc index 11837cbc6..5b946fbdb 100644 --- a/data/scripts/magma_chimney.inc +++ b/data/scripts/magma_chimney.inc @@ -4,7 +4,7 @@ MtChimney_EventScript_1B2C95:: @ 81B2C95 call_if_unset FLAG_EVIL_LEADER_PLEASE_STOP, MtChimney_EventScript_1B2CB9 call_if_set FLAG_EVIL_LEADER_PLEASE_STOP, MtChimney_EventScript_1B2CC2 closemessage - applymovement 1, MtChimney_Movement_1A083D + applymovement 1, Common_Movement_FaceOriginalDirection waitmovement 0 setflag FLAG_EVIL_LEADER_PLEASE_STOP release @@ -33,12 +33,12 @@ MtChimney_EventScript_1B2CCB:: @ 81B2CCB .else msgbox MtChimney_Text_1B37BB, MSGBOX_DEFAULT .endif - applymovement 2, MtChimney_Movement_1A0839 + applymovement 2, Common_Movement_FacePlayer waitmovement 0 playse SE_PIN - applymovement 2, MtChimney_Movement_1A0833 + applymovement 2, Common_Movement_ExclamationMark waitmovement 0 - applymovement 2, MtChimney_Movement_1A0835 + applymovement 2, Common_Movement_Delay48 waitmovement 0 .ifdef SAPPHIRE msgbox MtChimney_Text_1B2ED9, MSGBOX_DEFAULT @@ -69,7 +69,7 @@ MtChimney_EventScript_1B2CCB:: @ 81B2CCB call_if_eq MtChimney_EventScript_1B2D7D compare VAR_FACING, 2 call_if_eq MtChimney_EventScript_1B2D88 - applymovement 255, MtChimney_Movement_1A083F + applymovement 255, Common_Movement_WalkInPlaceFastestLeft waitmovement 0 .ifdef SAPPHIRE msgbox MtChimney_Text_1B3608, MSGBOX_DEFAULT |