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
+5 -2
View File
@@ -1,3 +1,6 @@
.set LOCALID_FAT_MAN, 2
.set LOCALID_POLIWRATH, 3
CeladonCity_MapScripts:: @ 8166C8F
map_script MAP_SCRIPT_ON_TRANSITION, CeladonCity_OnTransition
.byte 0
@@ -33,7 +36,7 @@ CeladonCity_EventScript_FatMan:: @ 8166CC5
faceplayer
msgbox CeladonCity_Text_MyTrustedPalPoliwrath
closemessage
applymovement 2, Movement_FaceOriginalDirection
applymovement LOCALID_FAT_MAN, Movement_FaceOriginalDirection
waitmovement 0
release
end
@@ -46,7 +49,7 @@ CeladonCity_EventScript_Poliwrath:: @ 8166CDC
msgbox CeladonCity_Text_Poliwrath
closemessage
waitmoncry
applymovement 3, Movement_FaceOriginalDirection
applymovement LOCALID_POLIWRATH, Movement_FaceOriginalDirection
waitmovement 0
release
end