Move local IDs to map.json

This commit is contained in:
GriffinR
2024-10-14 23:10:37 -04:00
parent 4dc5c47799
commit 50babdb07f
192 changed files with 863 additions and 891 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
.set LOCALID_NIDORAN, 3
PewterCity_House1_MapScripts::
.byte 0
@@ -18,7 +16,7 @@ PewterCity_House1_EventScript_Nidoran::
lock
faceplayer
call PewterCity_House1_EventScript_DoNidoranCry
applymovement LOCALID_NIDORAN, Common_Movement_FaceOriginalDirection
applymovement LOCALID_PEWTER_HOUSE_NIDORAN, Common_Movement_FaceOriginalDirection
waitmovement 0
release
end