Remaining NPC hide/show flags
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user