Use more LOCALID constants

This commit is contained in:
GriffinR
2021-02-10 20:20:15 -05:00
parent a34c9d09b6
commit 515dde69af
50 changed files with 372 additions and 231 deletions
@@ -1,3 +1,5 @@
.equ LOCALID_MOM, 1
PalletTown_PlayersHouse_1F_MapScripts:: @ 8168C08
.byte 0
@@ -11,7 +13,7 @@ PalletTown_PlayersHouse_1F_EventScript_Mom:: @ 8168C09
compare VAR_RESULT, FEMALE
call_if_eq PalletTown_PlayersHouse_1F_EventScript_MomOakLookingForYouFemale
closemessage
applymovement 1, Movement_FaceOriginalDirection
applymovement LOCALID_MOM, Movement_FaceOriginalDirection
waitmovement 0
release
end