summaryrefslogtreecommitdiff
path: root/data/maps/SilphCo_11F
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/SilphCo_11F')
-rw-r--r--data/maps/SilphCo_11F/map.json6
-rw-r--r--data/maps/SilphCo_11F/scripts.inc4
2 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/SilphCo_11F/map.json b/data/maps/SilphCo_11F/map.json
index 5ee4065e9..0533712db 100644
--- a/data/maps/SilphCo_11F/map.json
+++ b/data/maps/SilphCo_11F/map.json
@@ -50,7 +50,7 @@
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "0x0",
- "flag": "FLAG_0x053"
+ "flag": "FLAG_HIDE_SILPH_ROCKETS"
},
{
"graphics_id": "MAP_OBJ_GFX_ROCKET_M",
@@ -63,7 +63,7 @@
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 5,
"script": "SilphCo_11F_EventScript_161F40",
- "flag": "FLAG_0x053"
+ "flag": "FLAG_HIDE_SILPH_ROCKETS"
},
{
"graphics_id": "MAP_OBJ_GFX_ITEM_BALL",
@@ -89,7 +89,7 @@
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 5,
"script": "SilphCo_11F_EventScript_161F57",
- "flag": "FLAG_0x053"
+ "flag": "FLAG_HIDE_SILPH_ROCKETS"
}
],
"warp_events": [
diff --git a/data/maps/SilphCo_11F/scripts.inc b/data/maps/SilphCo_11F/scripts.inc
index 47b720f5c..f29d06787 100644
--- a/data/maps/SilphCo_11F/scripts.inc
+++ b/data/maps/SilphCo_11F/scripts.inc
@@ -86,8 +86,8 @@ EventScript_161EA0:: @ 8161EA0
removeobject 6
fadescreen 0
setvar VAR_MAP_SCENE_SILPH_CO_11F, 1
- setflag FLAG_0x03E
- clearflag FLAG_0x03F
+ setflag FLAG_HIDE_SAFFRON_ROCKETS
+ clearflag FLAG_HIDE_SAFFRON_CIVILIANS
releaseall
end