diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 21:10:29 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 21:10:29 -0400 |
| commit | 2702aa2754ac3f6ae91b61c4fa2177ff5b623717 (patch) | |
| tree | ec1d0c1f4fd91a1d82d426d807b9d7368d9d6363 /data/maps/SevenIsland_PokemonCenter_1F | |
| parent | 2ff8af13d5a259fa0ca07afe3ecf4792b6871a80 (diff) | |
Remaining NPC hide/show flags
Diffstat (limited to 'data/maps/SevenIsland_PokemonCenter_1F')
| -rw-r--r-- | data/maps/SevenIsland_PokemonCenter_1F/map.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/SevenIsland_PokemonCenter_1F/map.json b/data/maps/SevenIsland_PokemonCenter_1F/map.json index 20457a028..702c10d3b 100644 --- a/data/maps/SevenIsland_PokemonCenter_1F/map.json +++ b/data/maps/SevenIsland_PokemonCenter_1F/map.json @@ -66,7 +66,7 @@ "flag": "0" }, { - "graphics_id": "MAP_OBJ_GFX_RED_NORMAL", + "graphics_id": "0", "x": 3, "y": 1, "elevation": 0, @@ -76,10 +76,10 @@ "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, "script": "SevenIsland_PokemonCenter_1F_EventScript_1ACFD4", - "flag": "FLAG_0x09D" + "flag": "FLAG_HIDE_POSTGAME_GOSSIPERS" }, { - "graphics_id": "MAP_OBJ_GFX_RED_NORMAL", + "graphics_id": "0", "x": 2, "y": 1, "elevation": 0, @@ -89,7 +89,7 @@ "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, "script": "SevenIsland_PokemonCenter_1F_EventScript_1ACFD4", - "flag": "FLAG_0x09D" + "flag": "FLAG_HIDE_POSTGAME_GOSSIPERS" } ], "warp_events": [ |
