summaryrefslogtreecommitdiff
path: root/data/maps/PowerPlant
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-19 21:10:29 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-19 21:10:29 -0400
commit2702aa2754ac3f6ae91b61c4fa2177ff5b623717 (patch)
treeec1d0c1f4fd91a1d82d426d807b9d7368d9d6363 /data/maps/PowerPlant
parent2ff8af13d5a259fa0ca07afe3ecf4792b6871a80 (diff)
Remaining NPC hide/show flags
Diffstat (limited to 'data/maps/PowerPlant')
-rw-r--r--data/maps/PowerPlant/map.json4
-rw-r--r--data/maps/PowerPlant/scripts.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/PowerPlant/map.json b/data/maps/PowerPlant/map.json
index 7c96c700d..6b8ceac8f 100644
--- a/data/maps/PowerPlant/map.json
+++ b/data/maps/PowerPlant/map.json
@@ -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": [
diff --git a/data/maps/PowerPlant/scripts.inc b/data/maps/PowerPlant/scripts.inc
index 16c78d971..c749b4227 100644
--- a/data/maps/PowerPlant/scripts.inc
+++ b/data/maps/PowerPlant/scripts.inc
@@ -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