diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-14 14:07:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:07:32 -0500 |
commit | 8c66bde7153cd29be3fd17dccb3fef6b09dd8ee4 (patch) | |
tree | 21964480572d1cf8f95c49b798f955e3bbe19be2 /data/scripts/white_out.inc | |
parent | b422fd4a499e44889243dc5087b34fdd9f85c6aa (diff) | |
parent | 515dde69afea00d7eafd0693ee423fcc1ae0bac5 (diff) |
Merge pull request #388 from GriffinRichards/constants-localids
Use more LOCALID constants
Diffstat (limited to 'data/scripts/white_out.inc')
-rw-r--r-- | data/scripts/white_out.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/scripts/white_out.inc b/data/scripts/white_out.inc index 2758737bc..7c2199c8e 100644 --- a/data/scripts/white_out.inc +++ b/data/scripts/white_out.inc @@ -19,10 +19,12 @@ EventScript_AfterWhiteOutHealMsg:: @ 81A8DCF msgbox Text_MonsHealed return +@ LOCALID_MOM set by PalletTown_PlayersHouse_1F + EventScript_AfterWhiteOutMomHeal:: @ 81A8DD8 lockall textcolor 1 - applymovement 1, Movement_WalkInPlaceFastestDown + applymovement LOCALID_MOM, Movement_WalkInPlaceFastestDown waitmovement 0 msgbox Text_HadQuiteAnExperienceTakeRest call EventScript_OutOfCenterPartyHeal |