Merge pull request #258 from GriffinRichards/doc-headers

Document some header properties
This commit is contained in:
PikalaxALT
2020-02-18 16:42:47 -05:00
committed by GitHub
434 changed files with 3009 additions and 2175 deletions
+5
View File
@@ -88,3 +88,8 @@
map \map map \map
.space 2 .space 2
.endm .endm
.macro map_header_flags allow_cycling:req, allow_escaping:req, allow_running:req, show_map_name:req
.byte \allow_cycling
.byte ((\show_map_name & 1) << 2) | ((\allow_running & 1) << 1) | ((\allow_escaping & 1) << 0)
.endm
-1
View File
@@ -1,5 +1,4 @@
#include "constants/layouts.h" #include "constants/layouts.h"
@#include "constants/map_types.h"
#include "constants/maps.h" #include "constants/maps.h"
#include "constants/region_map.h" #include "constants/region_map.h"
#include "constants/songs.h" #include "constants/songs.h"
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_SPECIAL_AREA", "region_map_section": "MAPSEC_SPECIAL_AREA",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_8", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_LINK",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_SPECIAL_AREA", "region_map_section": "MAPSEC_SPECIAL_AREA",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_8", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_LINK",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_BIRTH_ISLAND", "region_map_section": "MAPSEC_BIRTH_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_3", "map_type": "MAP_TYPE_ROUTE",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_BIRTH_ISLAND", "region_map_section": "MAPSEC_BIRTH_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1", "map_type": "MAP_TYPE_TOWN",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_ROUTE16", "map": "MAP_ROUTE16",
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 4, "allow_escaping": false,
"elevator_flag": 1, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 1,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 4, "allow_escaping": false,
"elevator_flag": 2, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 2,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 4, "allow_escaping": false,
"elevator_flag": 3, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 3,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 4, "allow_escaping": false,
"elevator_flag": 4, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 4,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 4, "allow_escaping": false,
"elevator_flag": 5, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 5,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 4, "allow_escaping": false,
"elevator_flag": 127, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 127,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_1", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_GYM",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY", "region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CAVE", "region_map_section": "MAPSEC_CERULEAN_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CAVE", "region_map_section": "MAPSEC_CERULEAN_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CAVE", "region_map_section": "MAPSEC_CERULEAN_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1", "map_type": "MAP_TYPE_TOWN",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_ROUTE24", "map": "MAP_ROUTE24",
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_1", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_GYM",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CERULEAN_CITY", "region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1", "map_type": "MAP_TYPE_TOWN",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_ROUTE21_SOUTH", "map": "MAP_ROUTE21_SOUTH",
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_1", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_GYM",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_CINNABAR_ISLAND", "region_map_section": "MAPSEC_CINNABAR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_DIGLETTS_CAVE", "region_map_section": "MAPSEC_DIGLETTS_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_DIGLETTS_CAVE", "region_map_section": "MAPSEC_DIGLETTS_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_DIGLETTS_CAVE", "region_map_section": "MAPSEC_DIGLETTS_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLAND", "region_map_section": "MAPSEC_FIVE_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1", "map_type": "MAP_TYPE_TOWN",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_FIVE_ISLAND_WATER_LABYRINTH", "map": "MAP_FIVE_ISLAND_WATER_LABYRINTH",
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLAND", "region_map_section": "MAPSEC_FIVE_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLAND", "region_map_section": "MAPSEC_FIVE_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLAND", "region_map_section": "MAPSEC_FIVE_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_LOST_CAVE", "region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_FOG_HORIZONTAL", "weather": "WEATHER_FOG_HORIZONTAL",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLE_MEADOW", "region_map_section": "MAPSEC_FIVE_ISLE_MEADOW",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_3", "map_type": "MAP_TYPE_ROUTE",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_FIVE_ISLAND", "map": "MAP_FIVE_ISLAND",
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_MEMORIAL_PILLAR", "region_map_section": "MAPSEC_MEMORIAL_PILLAR",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_3", "map_type": "MAP_TYPE_ROUTE",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_FIVE_ISLAND_MEADOW", "map": "MAP_FIVE_ISLAND_MEADOW",
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLAND", "region_map_section": "MAPSEC_FIVE_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FIVE_ISLAND", "region_map_section": "MAPSEC_FIVE_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_RESORT_GORGEOUS", "region_map_section": "MAPSEC_RESORT_GORGEOUS",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_3", "map_type": "MAP_TYPE_ROUTE",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_FIVE_ISLAND_WATER_LABYRINTH", "map": "MAP_FIVE_ISLAND_WATER_LABYRINTH",
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_RESORT_GORGEOUS", "region_map_section": "MAPSEC_RESORT_GORGEOUS",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_ROCKET_WAREHOUSE", "region_map_section": "MAPSEC_ROCKET_WAREHOUSE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 5, "allow_escaping": true,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_3", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_INDOOR_2",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_WATER_LABYRINTH", "region_map_section": "MAPSEC_WATER_LABYRINTH",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_3", "map_type": "MAP_TYPE_ROUTE",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_FIVE_ISLAND_RESORT_GORGEOUS", "map": "MAP_FIVE_ISLAND_RESORT_GORGEOUS",
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1", "map_type": "MAP_TYPE_TOWN",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_ICEFALL_CAVE", "region_map_section": "MAPSEC_ICEFALL_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_ICEFALL_CAVE", "region_map_section": "MAPSEC_ICEFALL_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_ICEFALL_CAVE", "region_map_section": "MAPSEC_ICEFALL_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_ICEFALL_CAVE", "region_map_section": "MAPSEC_ICEFALL_CAVE",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4", "map_type": "MAP_TYPE_UNDERGROUND",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 7, "allow_escaping": true,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [], "object_events": [],
"warp_events": [ "warp_events": [
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FOUR_ISLAND", "region_map_section": "MAPSEC_FOUR_ISLAND",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_SUNNY", "weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1", "map_type": "MAP_TYPE_TOWN",
"unknown_18": 1, "allow_cycling": true,
"unknown_19": 6, "allow_escaping": false,
"elevator_flag": 0, "allow_running": true,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [ "connections": [
{ {
"map": "MAP_ROUTE19", "map": "MAP_ROUTE19",
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_1", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_GYM",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
+7 -5
View File
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {
@@ -6,11 +6,13 @@
"region_map_section": "MAPSEC_FUCHSIA_CITY", "region_map_section": "MAPSEC_FUCHSIA_CITY",
"requires_flash": false, "requires_flash": false,
"weather": "WEATHER_NONE", "weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8", "map_type": "MAP_TYPE_INDOOR",
"unknown_18": 0, "allow_cycling": false,
"unknown_19": 0, "allow_escaping": false,
"elevator_flag": 0, "allow_running": false,
"battle_scene": "BATTLE_SCENE_0", "show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": null,
"object_events": [ "object_events": [
{ {

Some files were not shown because too many files have changed in this diff Show More