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/SixIsland_PokemonCenter_1F | |
| parent | 2ff8af13d5a259fa0ca07afe3ecf4792b6871a80 (diff) | |
Remaining NPC hide/show flags
Diffstat (limited to 'data/maps/SixIsland_PokemonCenter_1F')
| -rw-r--r-- | data/maps/SixIsland_PokemonCenter_1F/map.json | 2 | ||||
| -rw-r--r-- | data/maps/SixIsland_PokemonCenter_1F/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SixIsland_PokemonCenter_1F/map.json b/data/maps/SixIsland_PokemonCenter_1F/map.json index 67a35c1ee..eae20e595 100644 --- a/data/maps/SixIsland_PokemonCenter_1F/map.json +++ b/data/maps/SixIsland_PokemonCenter_1F/map.json @@ -37,7 +37,7 @@ "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, "script": "0x0", - "flag": "FLAG_0x098" + "flag": "FLAG_HIDE_SIX_ISLAND_POKECENTER_RIVAL" }, { "graphics_id": "MAP_OBJ_GFX_HIKER", diff --git a/data/maps/SixIsland_PokemonCenter_1F/scripts.inc b/data/maps/SixIsland_PokemonCenter_1F/scripts.inc index 769a5d86f..dd1293f79 100644 --- a/data/maps/SixIsland_PokemonCenter_1F/scripts.inc +++ b/data/maps/SixIsland_PokemonCenter_1F/scripts.inc @@ -11,7 +11,7 @@ SixIsland_PokemonCenter_1F_MapScript1_171D7A:: @ 8171D7A end EventScript_171D89:: @ 8171D89 - clearflag FLAG_0x098 + clearflag FLAG_HIDE_SIX_ISLAND_POKECENTER_RIVAL return SixIsland_PokemonCenter_1F_MapScript3_171D8D:: @ 8171D8D |
