diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 20:30:38 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 20:30:38 -0400 |
commit | 2ff8af13d5a259fa0ca07afe3ecf4792b6871a80 (patch) | |
tree | e787d04143073746d171dcd841b43f95829afc53 /data/maps/PowerPlant | |
parent | a8b767965a92352de03780fb4671d2a469343d28 (diff) |
Hide/show flags through 07F
Diffstat (limited to 'data/maps/PowerPlant')
-rw-r--r-- | data/maps/PowerPlant/map.json | 2 | ||||
-rw-r--r-- | data/maps/PowerPlant/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/PowerPlant/map.json b/data/maps/PowerPlant/map.json index 1f9ab99eb..7c96c700d 100644 --- a/data/maps/PowerPlant/map.json +++ b/data/maps/PowerPlant/map.json @@ -89,7 +89,7 @@ "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, "script": "PowerPlant_EventScript_1637B8", - "flag": "FLAG_0x05D" + "flag": "FLAG_HIDE_ZAPDOS" }, { "graphics_id": "MAP_OBJ_GFX_ITEM_BALL", diff --git a/data/maps/PowerPlant/scripts.inc b/data/maps/PowerPlant/scripts.inc index b70dc0f22..16c78d971 100644 --- a/data/maps/PowerPlant/scripts.inc +++ b/data/maps/PowerPlant/scripts.inc @@ -26,7 +26,7 @@ PowerPlant_MapScript2_16378D:: @ 816378D end EventScript_1637AC:: @ 81637AC - clearflag FLAG_0x05D + clearflag FLAG_HIDE_ZAPDOS return EventScript_1637B0:: @ 81637B0 |