Label weather
This commit is contained in:
@@ -4,7 +4,7 @@ This is a disassembly of Pokémon FireRed and LeafGreen.
|
||||
|
||||
It builds the following ROM:
|
||||
|
||||
* **pokefirered.gba** `sha1: 41cb23d8dccc8ebd7c649cd8fbb58eeace6e2fdc`
|
||||
* [**pokefirered.gba**](https://datomatic.no-intro.org/?page=show_record&s=23&n=1616) `sha1: 41cb23d8dccc8ebd7c649cd8fbb58eeace6e2fdc`
|
||||
|
||||
To set up the repository, see [INSTALL.md](INSTALL.md).
|
||||
|
||||
@@ -22,8 +22,8 @@ Other disassembly and/or decompilation projects:
|
||||
* [**Pokémon Crystal**](https://github.com/pret/pokecrystal)
|
||||
* [**Pokémon Ruby and Sapphire**](https://github.com/pret/pokeruby)
|
||||
* [**Pokémon Pinball: Ruby & Sapphire**](https://github.com/pret/pokepinballrs)
|
||||
* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red)
|
||||
* [**Pokémon Emerald**](https://github.com/pret/pokeemerald)
|
||||
* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red)
|
||||
|
||||
|
||||
## Contacts
|
||||
|
||||
@@ -159,18 +159,18 @@
|
||||
#define VAR_MT_PYRE_STATE 0x40B9
|
||||
#define VAR_NEW_MAUVILLE_STATE 0x40BA
|
||||
|
||||
#define VAR_BRAVO_TRAINER_BATTLE_TOWER_ON 0x40BC
|
||||
#define VAR_JAGGED_PASS_ASH_WEATHER 0x40BD
|
||||
#define VAR_GLASS_WORKSHOP_STATE 0x40BE
|
||||
#define VAR_METEOR_FALLS_STATE 0x40BF
|
||||
#define VAR_GAME_CORNER_STATE 0x40C0
|
||||
#define VAR_TRICK_HOUSE_PRIZE_PICKUP 0x40C1
|
||||
#define VAR_PACIFIDLOG_TM_RECEIVED_DAY 0x40C2
|
||||
#define VAR_VICTORY_ROAD_1F_STATE 0x40C3
|
||||
#define VAR_FOSSIL_RESURRECTION_STATE 0x40C4
|
||||
#define VAR_WHICH_FOSSIL_REVIVED 0x40C5
|
||||
#define VAR_STEVENS_HOUSE_STATE 0x40C6
|
||||
#define VAR_OLDALE_STATE 0x40C7
|
||||
#define VAR_BRAVO_TRAINER_BATTLE_TOWER_ON 0x40BC
|
||||
#define VAR_JAGGED_PASS_VOLCANIC_ASH_WEATHER 0x40BD
|
||||
#define VAR_GLASS_WORKSHOP_STATE 0x40BE
|
||||
#define VAR_METEOR_FALLS_STATE 0x40BF
|
||||
#define VAR_GAME_CORNER_STATE 0x40C0
|
||||
#define VAR_TRICK_HOUSE_PRIZE_PICKUP 0x40C1
|
||||
#define VAR_PACIFIDLOG_TM_RECEIVED_DAY 0x40C2
|
||||
#define VAR_VICTORY_ROAD_1F_STATE 0x40C3
|
||||
#define VAR_FOSSIL_RESURRECTION_STATE 0x40C4
|
||||
#define VAR_WHICH_FOSSIL_REVIVED 0x40C5
|
||||
#define VAR_STEVENS_HOUSE_STATE 0x40C6
|
||||
#define VAR_OLDALE_STATE 0x40C7
|
||||
|
||||
// special vars
|
||||
// They are commonly used as parameters to commands, or return values from commands.
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
.equiv TARGET, 0
|
||||
.equiv USER, 1
|
||||
|
||||
.equiv WEATHER_SUN, 0
|
||||
.equiv WEATHER_RAIN, 1
|
||||
.equiv WEATHER_SANDSTORM, 2
|
||||
.equiv WEATHER_HAIL, 3
|
||||
.equiv BATTLE_WEATHER_SUNNY, 0
|
||||
.equiv BATTLE_WEATHER_RAIN, 1
|
||||
.equiv BATTLE_WEATHER_SANDSTORM, 2
|
||||
.equiv BATTLE_WEATHER_HAIL, 3
|
||||
|
||||
enum_start 1
|
||||
enum ATTACK
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "0xFFFF",
|
||||
"region_map_section": "MAPSEC_BIRTH_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_3",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 6,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "0xFFFF",
|
||||
"region_map_section": "MAPSEC_BIRTH_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -381,4 +381,4 @@
|
||||
"unknown": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -127,4 +127,4 @@
|
||||
"script": "CeladonCity_Condominiums_1F_EventScript_16C3C7"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -87,4 +87,4 @@
|
||||
"script": "CeladonCity_Condominiums_2F_EventScript_16C3D1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -155,4 +155,4 @@
|
||||
"script": "CeladonCity_Condominiums_3F_EventScript_16C447"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -53,4 +53,4 @@
|
||||
"script": "CeladonCity_Condominiums_Roof_EventScript_16C45A"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -87,4 +87,4 @@
|
||||
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_16C519"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 4,
|
||||
@@ -102,4 +102,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_1F_EventScript_16BAEB"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 4,
|
||||
@@ -99,4 +99,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB07"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 4,
|
||||
@@ -182,4 +182,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBE5"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 4,
|
||||
@@ -86,4 +86,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BC01"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 4,
|
||||
@@ -99,4 +99,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_5F_EventScript_16BC53"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -46,4 +46,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_16C153"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 4,
|
||||
@@ -80,4 +80,4 @@
|
||||
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16C034"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_GAMECORNER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -466,4 +466,4 @@
|
||||
"script": "CeladonCity_GameCorner_EventScript_1B2867"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -104,4 +104,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_GYM",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -197,4 +197,4 @@
|
||||
"script": "CeladonCity_Gym_EventScript_16D1CC"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -91,4 +91,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -78,4 +78,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -98,4 +98,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -91,4 +91,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -104,4 +104,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ROCKET_HIDEOUT",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -201,4 +201,4 @@
|
||||
"unknown": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ROCKET_HIDEOUT",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -229,4 +229,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ROCKET_HIDEOUT",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -181,4 +181,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -398,4 +398,4 @@
|
||||
"script": "CeruleanCity_EventScript_16AC94"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -135,4 +135,4 @@
|
||||
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_GYM",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -106,4 +106,4 @@
|
||||
"script": "CeruleanCity_Gym_EventScript_16AB9E"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -59,4 +59,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -80,4 +80,4 @@
|
||||
"script": "CeruleanCity_House2_EventScript_16A99E"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -65,4 +65,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -46,4 +46,4 @@
|
||||
"script": "CeruleanCity_House5_EventScript_16B0DA"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -78,4 +78,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -137,4 +137,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CERULEAN_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -91,4 +91,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CINNABAR_ISLAND",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -155,4 +155,4 @@
|
||||
"script": "CinnabarIsland_EventScript_16721A"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_GYM",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -262,4 +262,4 @@
|
||||
"script": "CinnabarIsland_Gym_EventScript_1ACF07"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -78,4 +78,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -137,4 +137,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -91,4 +91,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CINNABAR_ISLAND",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -102,4 +102,4 @@
|
||||
"script": "CinnabarIsland_PokemonLab_Entrance_EventScript_16E2AF"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CINNABAR_ISLAND",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CINNABAR_ISLAND",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -64,4 +64,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CINNABAR_ISLAND",
|
||||
"region_map_section": "MAPSEC_CINNABAR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -66,4 +66,4 @@
|
||||
"script": "CinnabarIsland_PokemonLab_ResearchRoom_EventScript_16E3EE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_VIRIDIAN_FOREST",
|
||||
"region_map_section": "MAPSEC_DIGLETTS_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -31,4 +31,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_VIRIDIAN_FOREST",
|
||||
"region_map_section": "MAPSEC_DIGLETTS_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_VIRIDIAN_FOREST",
|
||||
"region_map_section": "MAPSEC_DIGLETTS_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -104,4 +104,4 @@
|
||||
"script": "FiveIsland_EventScript_167E98"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -31,4 +31,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -66,4 +66,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -59,4 +59,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_LOST_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_6",
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -45,4 +45,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_SEVII_ISLANDS",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLE_MEADOW",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_3",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -135,4 +135,4 @@
|
||||
"script": "FiveIsland_Meadow_EventScript_168942"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_SEVII_ISLANDS",
|
||||
"region_map_section": "MAPSEC_MEMORIAL_PILLAR",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_3",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -132,4 +132,4 @@
|
||||
"unknown": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -97,4 +97,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FIVE_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -91,4 +91,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_SEVII_ISLANDS",
|
||||
"region_map_section": "MAPSEC_RESORT_GORGEOUS",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_3",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -186,4 +186,4 @@
|
||||
"script": "FiveIsland_ResortGorgeous_EventScript_168844"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_RESORT_GORGEOUS",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -66,4 +66,4 @@
|
||||
"script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ROCKET_HIDEOUT",
|
||||
"region_map_section": "MAPSEC_ROCKET_WAREHOUSE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 5,
|
||||
@@ -363,4 +363,4 @@
|
||||
"script": "FiveIsland_RocketWarehouse_EventScript_163F5A"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_SEVII_ISLANDS",
|
||||
"region_map_section": "MAPSEC_WATER_LABYRINTH",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_3",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -54,4 +54,4 @@
|
||||
"warp_events": [],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -263,4 +263,4 @@
|
||||
"script": "FourIsland_EventScript_167E85"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -51,4 +51,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_ICEFALL_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -86,4 +86,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_ICEFALL_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -65,4 +65,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_ICEFALL_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -105,4 +105,4 @@
|
||||
}
|
||||
],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_MT_EMBER",
|
||||
"region_map_section": "MAPSEC_ICEFALL_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -220,4 +220,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -64,4 +64,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -99,4 +99,4 @@
|
||||
"script": "FourIsland_PokemonCenter_1F_EventScript_1ACDD0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -91,4 +91,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
@@ -406,4 +406,4 @@
|
||||
"unknown": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -120,4 +120,4 @@
|
||||
"script": "FuchsiaCity_Building1_EventScript_16D80D"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_GYM",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -158,4 +158,4 @@
|
||||
"script": "FuchsiaCity_Gym_EventScript_16D6A7"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -78,4 +78,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -59,4 +59,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_CERULEAN_CITY",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -38,4 +38,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -78,4 +78,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_FUCHSIA_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
@@ -98,4 +98,4 @@
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user