Remaining NPC hide/show flags

This commit is contained in:
PikalaxALT
2019-10-19 21:10:29 -04:00
parent 2ff8af13d5
commit 2702aa2754
72 changed files with 307 additions and 305 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "BirthIsland_Exterior_EventScript_165271",
"flag": "FLAG_0x09A"
"flag": "FLAG_HIDE_BIRTH_ISLAND_METEORITE"
},
{
"graphics_id": "MAP_OBJ_GFX_VAR_0",
@@ -37,7 +37,7 @@
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "0x0",
"flag": "FLAG_0x099"
"flag": "FLAG_HIDE_DEOXYS"
}
],
"warp_events": [
+3 -3
View File
@@ -20,14 +20,14 @@ BirthIsland_Exterior_MapScript1_165217:: @ 8165217
end
EventScript_16523C:: @ 816523C
setflag FLAG_0x099
setflag FLAG_0x09A
setflag FLAG_HIDE_DEOXYS
setflag FLAG_HIDE_BIRTH_ISLAND_METEORITE
return
EventScript_165243:: @ 8165243
checkflag FLAG_0x2F7
goto_if_eq EventScript_1A77A9
clearflag FLAG_0x09A
clearflag FLAG_HIDE_BIRTH_ISLAND_METEORITE
clearflag FLAG_0x848
return