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
@@ -102,7 +102,7 @@
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "PowerPlant_EventScript_16388D",
"flag": "FLAG_0x086"
"flag": "FLAG_HIDE_POWER_PLANT_VOLTORB_2"
},
{
"graphics_id": "MAP_OBJ_GFX_ITEM_BALL",
@@ -115,7 +115,7 @@
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "PowerPlant_EventScript_16382F",
"flag": "FLAG_0x085"
"flag": "FLAG_HIDE_POWER_PLANT_VOLTORB_1"
}
],
"warp_events": [
+2 -2
View File
@@ -30,11 +30,11 @@ EventScript_1637AC:: @ 81637AC
return
EventScript_1637B0:: @ 81637B0
clearflag FLAG_0x085
clearflag FLAG_HIDE_POWER_PLANT_VOLTORB_1
return
EventScript_1637B4:: @ 81637B4
clearflag FLAG_0x086
clearflag FLAG_HIDE_POWER_PLANT_VOLTORB_2
return
PowerPlant_EventScript_1637B8:: @ 81637B8