diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 21:41:03 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 21:52:38 -0400 |
| commit | 26d8c4d04b174e40b62298a6bf42e2bad67cf81c (patch) | |
| tree | 0e04d6030bfa57898f4dc6744067487f3d57721c /data/maps/FourIsland | |
| parent | 44a293d84cea9397bc75167f0fd4c418cbdc8952 (diff) | |
Name all item ball hide/show flags
Diffstat (limited to 'data/maps/FourIsland')
| -rw-r--r-- | data/maps/FourIsland/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/FourIsland/map.json b/data/maps/FourIsland/map.json index 211c2b37c..4d0694404 100644 --- a/data/maps/FourIsland/map.json +++ b/data/maps/FourIsland/map.json @@ -115,7 +115,7 @@ "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, "script": "FourIsland_EventScript_1BEC28", - "flag": "FLAG_0x1D9" + "flag": "FLAG_HIDE_FOUR_ISLAND_STAR_PIECE" }, { "graphics_id": "MAP_OBJ_GFX_ITEM_BALL", @@ -128,7 +128,7 @@ "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, "script": "FourIsland_EventScript_1BEC35", - "flag": "FLAG_0x1DA" + "flag": "FLAG_HIDE_FOUR_ISLAND_STARDUST" }, { "graphics_id": "MAP_OBJ_GFX_BLUE", |
