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
+3 -1
View File
@@ -1,3 +1,5 @@
.set LOCALID_NIDORAN, 3
PewterCity_House1_MapScripts:: @ 816A71C
.byte 0
@@ -16,7 +18,7 @@ PewterCity_House1_EventScript_Nidoran:: @ 816A736
lock
faceplayer
call PewterCity_House1_EventScript_DoNidoranCry
applymovement 3, Movement_FaceOriginalDirection
applymovement LOCALID_NIDORAN, Movement_FaceOriginalDirection
waitmovement 0
release
end