Continue adding local IDs to map.json files

This commit is contained in:
GriffinR
2024-10-12 09:59:56 -04:00
parent a2a3255bdd
commit cb66ea6653
169 changed files with 1233 additions and 1325 deletions

View File

@@ -41,6 +41,7 @@
"flag": "0"
},
{
"local_id": "LOCALID_FORTREE_HOUSE_WINGULL",
"graphics_id": "OBJ_EVENT_GFX_WINGULL",
"x": 2,
"y": 3,

View File

@@ -1,5 +1,3 @@
.set LOCALID_WINGULL, 3
FortreeCity_House4_MapScripts::
.byte 0
@@ -16,9 +14,9 @@ FortreeCity_House4_EventScript_Boy::
closemessage
setflag FLAG_WINGULL_SENT_ON_ERRAND
clearflag FLAG_HIDE_MOSSDEEP_CITY_HOUSE_2_WINGULL
applymovement LOCALID_WINGULL, FortreeCity_House4_Movement_WingullExit
applymovement LOCALID_FORTREE_HOUSE_WINGULL, FortreeCity_House4_Movement_WingullExit
waitmovement 0
removeobject LOCALID_WINGULL
removeobject LOCALID_FORTREE_HOUSE_WINGULL
releaseall
end