diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-09 17:56:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-09 17:56:18 -0400 |
commit | 8061203a4facbbfa1f605ceea102d8efece2c275 (patch) | |
tree | 61f886629dc729f5c3e17a7edb0b170639291531 | |
parent | 84dce8ea46ff8e27b171169a1fa266f1a1115b27 (diff) |
Use NAIX in map headers
-rw-r--r-- | arm9/global.inc | 2 | ||||
-rw-r--r-- | arm9/modules/05/asm/mod05_021D74E0.s | 2 | ||||
-rw-r--r-- | arm9/src/map_header.c | 1139 | ||||
-rw-r--r-- | include/constants/sndseq.h | 836 | ||||
-rw-r--r-- | include/map_header.h | 4 | ||||
-rw-r--r-- | map_header_resolve_fields.py | 112 |
6 files changed, 1527 insertions, 568 deletions
diff --git a/arm9/global.inc b/arm9/global.inc index 7c369152..9be9b63d 100644 --- a/arm9/global.inc +++ b/arm9/global.inc @@ -2491,7 +2491,7 @@ .extern FUN_02034678 .extern FUN_020346CC .extern MapHeader_GetAreaDataBank -.extern MapHeader_GetField1 +.extern MapHeader_GetMoveModelBank .extern MapHeader_GetMatrixId .extern MapHeader_GetMsgBank .extern MapHeader_GetScriptsBank diff --git a/arm9/modules/05/asm/mod05_021D74E0.s b/arm9/modules/05/asm/mod05_021D74E0.s index 4b30f2d3..1ebf4312 100644 --- a/arm9/modules/05/asm/mod05_021D74E0.s +++ b/arm9/modules/05/asm/mod05_021D74E0.s @@ -960,7 +960,7 @@ MOD05_021D7CF0: ; 0x021D7CF0 str r0, [r5, #0x2c] ldr r0, [r5, #0x1c] ldr r0, [r0] - bl MapHeader_GetField1 + bl MapHeader_GetMoveModelBank add r4, r0, #0 ldr r0, [r5, #0x30] cmp r0, #0 diff --git a/arm9/src/map_header.c b/arm9/src/map_header.c index 49f8e986..44cfcb35 100644 --- a/arm9/src/map_header.c +++ b/arm9/src/map_header.c @@ -2,9 +2,20 @@ #include "map_header.h" #include "constants/map_sections.h" #include "pokemon.h" +#include "msgdata/msg.naix" +#include "fielddata/script/scr_seq_release.naix" +#include "fielddata/areadata/area_data.naix" +#include "fielddata/mm_list/move_model_list.naix" +#include "fielddata/eventdata/zone_event_release.naix" +#include "fielddata/encountdata/d_enc_data.naix" +#include "fielddata/encountdata/p_enc_data.naix" +#include "fielddata/mapmatrix/map_matrix.naix" +#include "constants/sndseq.h" #pragma thumb on +#define ENCDATA(dia,pea) ((GAME_VERSION == VERSION_DIAMOND) ? (dia) : (pea)) + // Static decls u32 MapNumberBoundsCheck(u32 mapno); @@ -50,565 +61,565 @@ static const u16 sMapEvolutionMethods[] = { }; static const struct MapHeader sMapHeaders[] = { - { 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, TRUE, FALSE }, - { 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x0, 3, FALSE, FALSE, FALSE, FALSE }, - { 0x2, 0x2, 0x2, 0x413, 0x3ca, 0x236, 0x424, 0x424, 0xffff, 0x1, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x6, 3, FALSE, FALSE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x2, 0x1d1, 0x12, 0x3f2, 0x40f, 0xffff, 0x2, MAPSEC_JUBILIFE_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, // Dummy - { 0x16, 0xf, 0x7a, 0x3, 0x1d2, 0x13, 0x442, 0x442, 0xffff, 0x3, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0x14, 0x7b, 0x4, 0x1d3, 0x14, 0x43f, 0x43f, 0xffff, 0x4, MAPSEC_JUBILIFE_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x5, 0x1d4, 0x15, 0x43d, 0x43e, 0xffff, 0x5, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x6, 0x1d5, 0x12, 0x43d, 0x43e, 0xffff, 0x6, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x8d, 0x8, 0x1d7, 0x16, 0x3f2, 0x40f, 0xffff, 0x7, MAPSEC_POKETCH_CO, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x8e, 0x9, 0x1d8, 0x17, 0x3f2, 0x40f, 0xffff, 0x8, MAPSEC_POKETCH_CO, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x8f, 0xa, 0x1d9, 0x18, 0x3f2, 0x40f, 0xffff, 0x9, MAPSEC_POKETCH_CO, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x94, 0xb, 0x1da, 0x19, 0x445, 0x445, 0xffff, 0xa, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x95, 0xc, 0x1db, 0x1a, 0x445, 0x445, 0xffff, 0xb, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x96, 0xd, 0x1dc, 0x1b, 0x445, 0x445, 0xffff, 0xc, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x97, 0xe, 0x1dd, 0x1c, 0x445, 0x445, 0xffff, 0xd, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x98, 0xf, 0x1de, 0x1d, 0x445, 0x445, 0xffff, 0xe, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x99, 0x10, 0x1df, 0x1e, 0x445, 0x445, 0xffff, 0xf, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x22, 0xf, 0x9a, 0x11, 0x1e0, 0x1f, 0x445, 0x445, 0xffff, 0x10, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xcf, 0x12, 0x1e1, 0x20, 0x445, 0x445, 0xffff, 0x11, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x13, 0x1e2, 0x21, 0x3f2, 0x40f, 0xffff, 0x12, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x14, 0x1e3, 0x22, 0x3f2, 0x40f, 0xffff, 0x13, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x15, 0x1e4, 0x23, 0x3f2, 0x40f, 0xffff, 0x14, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x170, 0x33b, 0x12, 0x3f2, 0x40f, 0xffff, 0x15, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0x14, 0x7d, 0x17, 0x1e6, 0x24, 0x3e8, 0x3e8, 0xffff, 0x16, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x18, 0x1e7, 0x25, 0x3f2, 0x40f, 0xffff, 0x17, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x19, 0x1e8, 0x26, 0x3f2, 0x40f, 0xffff, 0x18, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x1a, 0x1e9, 0x27, 0x3f2, 0x40f, 0xffff, 0x19, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x1b, 0x1ea, 0x28, 0x43f, 0x43f, 0xffff, 0x1a, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x28, 0xf, 0xcd, 0x1c, 0x1eb, 0x29, 0x449, 0x449, 0xffff, 0x1b, MAPSEC_GTS, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x8c, 0x1d, 0x1ec, 0x2a, 0x3f2, 0x40f, 0xffff, 0x1c, MAPSEC_TRAINERS_SCHOOL, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x1e, 0x1ed, 0x2b, 0x3f2, 0x40f, 0xffff, 0x1d, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0x14, 0x7d, 0x20, 0x1ef, 0x2d, 0x3e8, 0x3e8, 0xffff, 0x1e, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0x14, 0x7d, 0x21, 0x1f0, 0x2e, 0x3e8, 0x3e8, 0xffff, 0x1f, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xf, 0x9, 0x0, 0x22, 0x1f1, 0x2f, 0x3f3, 0x410, 0x0, 0x20, MAPSEC_CANALAVE_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x23, 0x1f2, 0x30, 0x442, 0x442, 0xffff, 0x21, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x18, 0xf, 0x70, 0x24, 0x1f3, 0x31, 0x43f, 0x43f, 0xffff, 0x22, MAPSEC_CANALAVE_CITY, 0x0, 0x3, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x25, 0x1f4, 0x32, 0x43d, 0x43e, 0xffff, 0x23, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x26, 0x1f5, 0x12, 0x43d, 0x43e, 0xffff, 0x24, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd9, 0x28, 0x1f7, 0x33, 0x3f3, 0x410, 0xffff, 0x25, MAPSEC_CANALAVE_LIBRARY, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xda, 0x29, 0x1f8, 0x34, 0x3f3, 0x410, 0xffff, 0x26, MAPSEC_CANALAVE_LIBRARY, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xdb, 0x2a, 0x1f9, 0x35, 0x3f3, 0x410, 0xffff, 0x27, MAPSEC_CANALAVE_LIBRARY, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x2b, 0x1fa, 0x36, 0x3f3, 0x410, 0xffff, 0x28, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x2c, 0x1fb, 0x37, 0x3f3, 0x410, 0xffff, 0x29, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0x2d, 0x1fc, 0x38, 0x428, 0x428, 0xffff, 0x2a, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0x2e, 0x1fd, 0x39, 0x3f3, 0x410, 0xffff, 0x2b, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x7, 0x1, 0x0, 0x30, 0x1ff, 0x3a, 0x3f4, 0x411, 0xffff, 0x2c, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x31, 0x200, 0x3b, 0x442, 0x442, 0xffff, 0x2d, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x19, 0xf, 0x71, 0x32, 0x201, 0x3c, 0x43f, 0x43f, 0xffff, 0x2e, MAPSEC_OREBURGH_CITY, 0x0, 0x9, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x33, 0x202, 0x3d, 0x43d, 0x43e, 0xffff, 0x2f, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x34, 0x203, 0x12, 0x43d, 0x43e, 0xffff, 0x30, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x36, 0x205, 0x3f, 0x3f4, 0x411, 0xffff, 0x31, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x37, 0x206, 0x40, 0x3f4, 0x411, 0xffff, 0x32, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x88, 0x38, 0x207, 0x41, 0x3f4, 0x411, 0xffff, 0x33, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x39, 0x208, 0x42, 0x3f4, 0x411, 0xffff, 0x34, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x3a, 0x209, 0x43, 0x3f4, 0x411, 0xffff, 0x35, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x3b, 0x20a, 0x44, 0x3f4, 0x411, 0xffff, 0x36, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x88, 0x3c, 0x20b, 0x45, 0x3f4, 0x411, 0xffff, 0x37, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x3d, 0x20c, 0x46, 0x3f4, 0x411, 0xffff, 0x38, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3e, 0x20d, 0x47, 0x3f4, 0x411, 0xffff, 0x39, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9b, 0x3f, 0x20e, 0x48, 0x3f4, 0x411, 0xffff, 0x3a, MAPSEC_MINING_MUSEUM, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x40, 0x20f, 0x49, 0x3f4, 0x411, 0xffff, 0x3b, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x41, 0x210, 0x4a, 0x3f4, 0x411, 0xffff, 0x3c, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x42, 0x211, 0x4b, 0x3f4, 0x411, 0xffff, 0x3d, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x43, 0x212, 0x4c, 0x3f4, 0x411, 0xffff, 0x3e, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x44, 0x213, 0x4d, 0x3f4, 0x411, 0xffff, 0x3f, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x8, 0x2, 0x0, 0x45, 0x214, 0x4e, 0x3f5, 0x412, 0x1, 0x40, MAPSEC_ETERNA_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x46, 0x215, 0x4f, 0x442, 0x442, 0xffff, 0x41, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1a, 0xf, 0xdc, 0x47, 0x216, 0x50, 0x43f, 0x43f, 0xffff, 0x42, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1a, 0xf, 0xdd, 0x48, 0x217, 0x51, 0x43f, 0x43f, 0xffff, 0x43, MAPSEC_ETERNA_CITY, 0x0, 0x9, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x49, 0x218, 0x52, 0x43d, 0x43e, 0xffff, 0x44, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x4a, 0x219, 0x53, 0x43d, 0x43e, 0xffff, 0x45, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0x8a, 0x4c, 0x21b, 0x54, 0x3f5, 0x412, 0xffff, 0x46, MAPSEC_CYCLE_SHOP, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x4d, 0x21c, 0x55, 0x42c, 0x42c, 0xffff, 0x47, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x85, 0x4e, 0x21d, 0x56, 0x42c, 0x42c, 0xffff, 0x48, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x86, 0x4f, 0x21e, 0x57, 0x42c, 0x42c, 0xffff, 0x49, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x50, 0x21f, 0x58, 0x42c, 0x42c, 0xffff, 0x4a, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x84, 0x51, 0x220, 0x59, 0x3f5, 0x412, 0xffff, 0x4b, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x87, 0x52, 0x221, 0x5a, 0x3f5, 0x412, 0xffff, 0x4c, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x53, 0x222, 0x5b, 0x3f5, 0x412, 0xffff, 0x4d, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x54, 0x223, 0x5c, 0x3f5, 0x412, 0xffff, 0x4e, MAPSEC_ETERNA_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9f, 0x55, 0x224, 0x5d, 0x400, 0x41d, 0xffff, 0x4f, MAPSEC_ROUTE_206, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xaa, 0x56, 0x225, 0x5e, 0x3f5, 0x412, 0xffff, 0x50, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7c, 0x57, 0x226, 0x5f, 0x3f5, 0x412, 0xffff, 0x51, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7c, 0x58, 0x227, 0x60, 0x3f5, 0x412, 0xffff, 0x52, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf4, 0x59, 0x228, 0x61, 0x3f5, 0x412, 0xffff, 0x53, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0x14, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x54, MAPSEC_ETERNA_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x9, 0x3, 0x0, 0x5a, 0x229, 0x62, 0x3f6, 0x413, 0xffff, 0x55, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x5b, 0x22a, 0x63, 0x442, 0x442, 0xffff, 0x56, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xde, 0x5c, 0x22b, 0x64, 0x43f, 0x43f, 0xffff, 0x57, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x58, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x59, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xe0, 0x5d, 0x22c, 0x65, 0x43f, 0x43f, 0xffff, 0x5a, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5b, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xe0, 0x5e, 0x22d, 0x66, 0x43f, 0x43f, 0xffff, 0x5c, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5d, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xe0, 0x5f, 0x22e, 0x67, 0x43f, 0x43f, 0xffff, 0x5e, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5f, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x60, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x61, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x62, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1b, 0xf, 0xe1, 0x60, 0x22f, 0x68, 0x43f, 0x43f, 0xffff, 0x63, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x61, 0x230, 0x69, 0x43d, 0x43e, 0xffff, 0x64, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x62, 0x231, 0x12, 0x43d, 0x43e, 0xffff, 0x65, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd1, 0x64, 0x233, 0x6a, 0x3f6, 0x413, 0xffff, 0x66, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd2, 0x65, 0x234, 0x6b, 0x3f6, 0x413, 0xffff, 0x67, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xcf, 0x66, 0x235, 0x6c, 0x3f6, 0x413, 0xffff, 0x68, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x9c, 0x67, 0x236, 0x6d, 0x3f6, 0x413, 0xffff, 0x69, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9d, 0x68, 0x237, 0x6e, 0x3f6, 0x413, 0xffff, 0x6a, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9d, 0x69, 0x238, 0x6f, 0x3f6, 0x413, 0xffff, 0x6b, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9e, 0x6a, 0x239, 0x70, 0x400, 0x41d, 0xffff, 0x6c, MAPSEC_ROUTE_208, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9e, 0x6b, 0x23a, 0x71, 0x401, 0x41e, 0xffff, 0x6d, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9d, 0x6c, 0x23b, 0x72, 0x401, 0x41e, 0xffff, 0x6e, MAPSEC_ROUTE_212, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd1, 0x6d, 0x23c, 0x73, 0x3f6, 0x413, 0xffff, 0x6f, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd2, 0x6e, 0x23d, 0x74, 0x3f6, 0x413, 0xffff, 0x70, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xcf, 0x6f, 0x23e, 0x75, 0x3f6, 0x413, 0xffff, 0x71, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x70, 0x23f, 0x76, 0x3f6, 0x413, 0xffff, 0x72, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x25, 0xf, 0xed, 0x71, 0x240, 0x77, 0x441, 0x441, 0xffff, 0x73, MAPSEC_POFFIN_HOUSE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x20, 0xf, 0xa5, 0x72, 0x241, 0x78, 0x441, 0x441, 0xffff, 0x74, MAPSEC_CONTEST_HALL, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x20, 0xf, 0xa6, 0x73, 0x242, 0x12, 0x441, 0x441, 0xffff, 0x75, MAPSEC_CONTEST_HALL, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0xa7, 0x75, 0x244, 0x7a, 0x3e9, 0x3e9, 0xffff, 0x76, MAPSEC_FOREIGN_BUILDING, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0xc, 0x6, 0x0, 0x76, 0x245, 0x7b, 0x3f7, 0x414, 0x2, 0x77, MAPSEC_PASTORIA_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0xce, 0x77, 0x246, 0x7c, 0x442, 0x442, 0xffff, 0x78, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x17, 0xf, 0x6f, 0x78, 0x247, 0x7d, 0x43f, 0x43f, 0xffff, 0x79, MAPSEC_PASTORIA_CITY, 0x0, 0x1, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x79, 0x248, 0x7e, 0x43d, 0x43e, 0xffff, 0x7a, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x7a, 0x249, 0x7f, 0x43d, 0x43e, 0xffff, 0x7b, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x27, 0xf, 0xb5, 0x7c, 0x24b, 0x80, 0x3f7, 0x414, 0xffff, 0x7c, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x27, 0xf, 0xb6, 0x7d, 0x24c, 0x81, 0x3f7, 0x414, 0xffff, 0x7d, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x7e, 0x24d, 0x82, 0x3f7, 0x414, 0xffff, 0x7e, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x7f, 0x24e, 0x83, 0x3f7, 0x414, 0xffff, 0x7f, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x80, 0x24f, 0x84, 0x3f7, 0x414, 0xffff, 0x80, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x81, 0x250, 0x85, 0x3f7, 0x414, 0xffff, 0x81, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x82, 0x251, 0x86, 0x3f7, 0x414, 0xffff, 0x82, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xb, 0x5, 0x0, 0x83, 0x252, 0x87, 0x3f8, 0x415, 0xffff, 0x83, MAPSEC_VEILSTONE_CITY, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x1d, 0xf, 0x73, 0x84, 0x253, 0x88, 0x43f, 0x43f, 0xffff, 0x84, MAPSEC_VEILSTONE_CITY, 0x0, 0xa, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x85, 0x254, 0x89, 0x43d, 0x43e, 0xffff, 0x85, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x86, 0x255, 0x12, 0x43d, 0x43e, 0xffff, 0x86, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0x8b, 0x88, 0x257, 0x8b, 0x443, 0x443, 0xffff, 0x87, MAPSEC_GAME_CORNER, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xac, 0x89, 0x258, 0x8c, 0x442, 0x442, 0xffff, 0x88, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xad, 0x8a, 0x259, 0x8d, 0x442, 0x442, 0xffff, 0x89, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xae, 0x8b, 0x25a, 0x8e, 0x442, 0x442, 0xffff, 0x8a, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xaf, 0x8c, 0x25b, 0x8f, 0x442, 0x442, 0xffff, 0x8b, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xb0, 0x8d, 0x25c, 0x90, 0x442, 0x442, 0xffff, 0x8c, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xcf, 0x8e, 0x25d, 0x91, 0x442, 0x442, 0xffff, 0x8d, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xb1, 0x8f, 0x25e, 0x92, 0x3f8, 0x415, 0xffff, 0x8e, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xcc, 0x90, 0x25f, 0x93, 0x3f8, 0x415, 0xffff, 0x8f, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x91, 0x260, 0x94, 0x3f8, 0x415, 0xffff, 0x90, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x92, 0x261, 0x95, 0x3f8, 0x415, 0xffff, 0x91, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x93, 0x262, 0x96, 0x3f8, 0x415, 0xffff, 0x92, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x94, 0x263, 0x97, 0x3f8, 0x415, 0xffff, 0x93, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9e, 0x95, 0x264, 0x98, 0x402, 0x41f, 0xffff, 0x94, MAPSEC_ROUTE_215, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xd, 0x7, 0x0, 0x96, 0x265, 0x99, 0x3f9, 0x416, 0x3, 0x95, MAPSEC_SUNYSHORE_CITY, 0x0, 0xb, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x15, 0xf, 0x74, 0x9b, 0x26a, 0x9d, 0x43d, 0x43e, 0xffff, 0x96, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x9c, 0x26b, 0x12, 0x43d, 0x43e, 0xffff, 0x97, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0x7a, 0x97, 0x266, 0x9a, 0x442, 0x442, 0xffff, 0x98, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1e, 0xf, 0xe2, 0x98, 0x267, 0x9b, 0x43f, 0x43f, 0xffff, 0x99, MAPSEC_SUNYSHORE_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1e, 0xf, 0xe3, 0x99, 0x268, 0x12, 0x43f, 0x43f, 0xffff, 0x9a, MAPSEC_SUNYSHORE_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1e, 0xf, 0xe4, 0x9a, 0x269, 0x9c, 0x43f, 0x43f, 0xffff, 0x9b, MAPSEC_SUNYSHORE_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x26, 0xf, 0xcb, 0x9e, 0x26d, 0x9e, 0x3f9, 0x416, 0xffff, 0x9c, MAPSEC_SUNYSHORE_MARKET, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0x9f, 0x26e, 0x9f, 0x3f9, 0x416, 0xffff, 0x9d, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf4, 0xa0, 0x26f, 0xa0, 0x3f9, 0x416, 0xffff, 0x9e, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0xa1, 0x270, 0xa1, 0x3f9, 0x416, 0xffff, 0x9f, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0xa2, 0x271, 0xa2, 0x3f9, 0x416, 0xffff, 0xa0, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0xa3, 0x272, 0xa3, 0x3f9, 0x416, 0xffff, 0xa1, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0xa4, 0x273, 0xa4, 0x3f9, 0x416, 0xffff, 0xa2, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x27, 0xf, 0xe6, 0xa5, 0x274, 0xa5, 0x3f9, 0x416, 0xffff, 0xa3, MAPSEC_VISTA_LIGHTHOUSE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xe, 0x8, 0x0, 0xa8, 0x277, 0xa7, 0x3fa, 0x417, 0xffff, 0xa4, MAPSEC_SNOWPOINT_CITY, 0x1c, 0x0, 0x1, 5, FALSE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0xa9, 0x278, 0xa8, 0x442, 0x442, 0xffff, 0xa5, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1c, 0xf, 0x72, 0xaa, 0x279, 0xa9, 0x43f, 0x43f, 0xffff, 0xa6, MAPSEC_SNOWPOINT_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0xab, 0x27a, 0xaa, 0x43d, 0x43e, 0xffff, 0xa7, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0xac, 0x27b, 0x12, 0x43d, 0x43e, 0xffff, 0xa8, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0xae, 0x27d, 0xab, 0x3fa, 0x417, 0xffff, 0xa9, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0xaf, 0x27e, 0xac, 0x3fa, 0x417, 0xffff, 0xaa, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xd, 0xa, 0x0, 0xb0, 0x27f, 0xad, 0x3fb, 0x418, 0x4, 0xab, MAPSEC_POKEMON_LEAGUE, 0x8, 0xb, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x15, 0xf, 0x74, 0xb1, 0x280, 0xae, 0x43d, 0x43e, 0xffff, 0xac, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0xb2, 0x281, 0x12, 0x43d, 0x43e, 0xffff, 0xad, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x90, 0xb4, 0x283, 0xaf, 0x43d, 0x43e, 0xffff, 0xae, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbb, 0xb5, 0x284, 0x12, 0x434, 0x434, 0xffff, 0xaf, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xb7, 0xb6, 0x285, 0xb0, 0x434, 0x434, 0xffff, 0xb0, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbc, 0xb7, 0x286, 0x12, 0x434, 0x434, 0xffff, 0xb1, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xb8, 0xb8, 0x287, 0xb1, 0x434, 0x434, 0xffff, 0xb2, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbc, 0xb9, 0x288, 0x12, 0x434, 0x434, 0xffff, 0xb3, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xb9, 0xba, 0x289, 0xb2, 0x434, 0x434, 0xffff, 0xb4, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbc, 0xbb, 0x28a, 0x12, 0x434, 0x434, 0xffff, 0xb5, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xba, 0xbc, 0x28b, 0xb3, 0x434, 0x434, 0xffff, 0xb6, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbd, 0xbd, 0x28c, 0x12, 0x434, 0x434, 0xffff, 0xb7, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbe, 0xbe, 0x28d, 0xb4, 0x434, 0x434, 0xffff, 0xb8, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xc0, 0xbf, 0x28e, 0xb5, 0x435, 0x435, 0xffff, 0xb9, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x24, 0xf, 0xbf, 0xc0, 0x28f, 0xb6, 0x435, 0x435, 0xffff, 0xba, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x13, 0xd, 0x0, 0xc3, 0x292, 0xb7, 0x3fc, 0x419, 0xffff, 0xbb, MAPSEC_FIGHT_AREA, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x15, 0xf, 0x74, 0xc5, 0x294, 0xb9, 0x43d, 0x43e, 0xffff, 0xbc, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0xc6, 0x295, 0x12, 0x43d, 0x43e, 0xffff, 0xbd, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0x7a, 0xc4, 0x293, 0xb8, 0x442, 0x442, 0xffff, 0xbe, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9f, 0xc8, 0x297, 0xba, 0x3fc, 0x419, 0xffff, 0xbf, MAPSEC_BATTLE_PARK, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9d, 0xc9, 0x298, 0xbb, 0x3f0, 0x40d, 0xffff, 0xc0, MAPSEC_ROUTE_225, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0xca, 0x299, 0xbc, 0x3fc, 0x419, 0xffff, 0xc1, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0xcb, 0x29a, 0xbd, 0x3fc, 0x419, 0xffff, 0xc2, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3fc, 0x419, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x2d, 0x2d, 0x5, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0xc3, MAPSEC_OREBURGH_MINE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0x2d, 0xf, 0x5, 0xd0, 0x29c, 0xd0, 0x433, 0x433, 0x5, 0xc4, MAPSEC_OREBURGH_MINE, 0x0, 0xc, 0x3, 9, TRUE, FALSE, TRUE, FALSE }, - { 0x2d, 0xf, 0x6, 0xd1, 0x29d, 0xd1, 0x433, 0x433, 0x6, 0xc5, MAPSEC_OREBURGH_MINE, 0x0, 0xc, 0x3, 9, TRUE, FALSE, TRUE, FALSE }, - { 0x8, 0x2, 0x0, 0xd2, 0x29e, 0xd2, 0x3ff, 0x41c, 0x7, 0xc6, MAPSEC_VALLEY_WINDWORKS, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x1f, 0xf, 0xea, 0xd3, 0x29f, 0xd3, 0x42c, 0x42c, 0xffff, 0xc7, MAPSEC_VALLEY_WINDWORKS, 0x0, 0x4, 0x3, 7, FALSE, TRUE, FALSE, FALSE }, - { 0x8, 0x2, 0x0, 0xd4, 0x2a0, 0xd4, 0x3ff, 0x41c, 0xffff, 0xc8, MAPSEC_ETERNA_FOREST, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x2c, 0xf, 0x7, 0xd5, 0x2a1, 0xd5, 0x427, 0x427, 0x8, 0xc9, MAPSEC_ETERNA_FOREST, 0x0, 0x2, 0x3, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x8, 0x2, 0x0, 0xd6, 0x2a2, 0xd6, 0x3ff, 0x41c, 0x9, 0xca, MAPSEC_FUEGO_IRONWORKS, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x39, 0xf, 0x8, 0xd7, 0x2a3, 0xd7, 0x433, 0x433, 0xffff, 0xcb, MAPSEC_FUEGO_IRONWORKS, 0x0, 0x4, 0x3, 7, FALSE, TRUE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x2b, 0xf, 0x9, 0xd9, 0x2a5, 0xd8, 0x432, 0x432, 0xa, 0xcc, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0xa, 0xda, 0x2a6, 0xd9, 0x432, 0x432, 0xb, 0xcd, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0xb, 0x170, 0x33b, 0x12, 0x432, 0x432, 0xc, 0xce, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0xe, 0x8, 0xc, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xd, 0xcf, MAPSEC_MT_CORONET, 0x6, 0x7, 0x2, 5, FALSE, TRUE, FALSE, TRUE }, - { 0xe, 0x8, 0xd, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xe, 0xd0, MAPSEC_MT_CORONET, 0x6, 0x6, 0x2, 5, FALSE, TRUE, FALSE, TRUE }, - { 0x2b, 0xf, 0xe, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xf, 0xd1, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0xf, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x10, 0xd2, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x10, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x11, 0xd3, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x11, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x12, 0xd4, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x12, 0xe2, 0x2ae, 0xda, 0x42f, 0x42f, 0x13, 0xd5, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x13, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x14, 0xd6, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x14, 0xe4, 0x2b0, 0xdb, 0x432, 0x432, 0x15, 0xd7, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x15, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x16, 0xd8, MAPSEC_MT_CORONET, 0xe, 0x0, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x32, 0xf, 0x16, 0xe6, 0x2b2, 0xdc, 0x430, 0x430, 0xffff, 0xd9, MAPSEC_SPEAR_PILLAR, 0xd, 0x5, 0x2, 4, FALSE, TRUE, FALSE, FALSE }, - { 0x32, 0xf, 0x17, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, MAPSEC_SPEAR_PILLAR, 0xd, 0x5, 0x2, 4, FALSE, TRUE, FALSE, FALSE }, - { 0xc, 0x6, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x35, 0xf, 0x18, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xda, MAPSEC_PASTORIA_CITY, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xa, 0x4, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x19, 0xf1, 0x2bd, 0xe5, 0x427, 0x427, 0x1d, 0xdb, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x1a, 0xf2, 0x2be, 0xe6, 0x427, 0x427, 0xffff, 0xdc, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1e, 0xdd, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1f, 0xde, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x27, 0xf5, 0x2c1, 0xe7, 0x427, 0x427, 0x20, 0xdf, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x21, 0xe0, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x22, 0xe1, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x23, 0xe2, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x24, 0xe3, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x2a, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x25, 0xe4, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x26, 0xe5, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x27, 0xe6, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x24, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x28, 0xe7, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x29, 0xe8, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x1e, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2a, 0xe9, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x29, 0x100, 0x2cc, 0xe8, 0x427, 0x427, 0x2b, 0xea, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2c, 0xeb, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2d, 0xec, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0xe, 0x8, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x2b, 0xf, 0x2b, 0x103, 0x2cf, 0xe9, 0x426, 0x426, 0x2f, 0xed, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x2c, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x30, 0xee, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x2d, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x31, 0xef, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x2e, 0x106, 0x2d2, 0xea, 0x426, 0x426, 0x32, 0xf0, MAPSEC_VICTORY_ROAD, 0xe, 0x0, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x2f, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x33, 0xf1, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x30, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x34, 0xf2, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x4, 0x4, 0x31, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf3, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0x33, 0xf, 0x31, 0x109, 0x2d5, 0xeb, 0x3ea, 0x3ea, 0xffff, 0xf4, MAPSEC_PAL_PARK, 0x0, 0x2, 0x2, 0, TRUE, FALSE, FALSE, FALSE }, - { 0x9, 0x3, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x31, 0xf, 0x32, 0x10a, 0x2d6, 0xec, 0x42a, 0x42a, 0xffff, 0xf5, MAPSEC_AMITY_SQUARE, 0x0, 0x2, 0x2, 0, FALSE, TRUE, FALSE, FALSE }, - { 0x2b, 0xf, 0x33, 0x10b, 0x2d7, 0x12, 0x432, 0x432, 0x35, 0xf6, MAPSEC_RAVAGED_PATH, 0x0, 0xc, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0x2c, 0x2c, 0x34, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf7, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0x8, 0x2, 0x34, 0x10d, 0x2d9, 0xee, 0x3ee, 0x40b, 0xffff, 0xf8, MAPSEC_FLOAROMA_MEADOW, 0x0, 0x2, 0x3, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7b, 0x10e, 0x2da, 0xef, 0x3ee, 0x40b, 0xffff, 0xf9, MAPSEC_FLOAROMA_MEADOW, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x2b, 0xf, 0x3, 0x10f, 0x2db, 0xf0, 0x432, 0x432, 0x36, 0xfa, MAPSEC_OREBURGH_GATE, 0x0, 0xc, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x4, 0x110, 0x2dc, 0xf1, 0x432, 0x432, 0x37, 0xfb, MAPSEC_OREBURGH_GATE, 0x1, 0xc, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0xf, 0xf, 0x0, 0x111, 0x2dd, 0xf2, 0x427, 0x427, 0xffff, 0xfc, MAPSEC_FULLMOON_ISLAND, 0x0, 0x0, 0x2, 0, FALSE, TRUE, FALSE, TRUE }, - { 0x2c, 0xf, 0x35, 0x112, 0x2de, 0xf3, 0x427, 0x427, 0xffff, 0xfd, MAPSEC_FULLMOON_ISLAND, 0x0, 0x2, 0x3, 3, FALSE, TRUE, FALSE, FALSE }, - { 0x11, 0xf, 0x0, 0x113, 0x2df, 0xf4, 0x3f0, 0x40d, 0x38, 0xfe, MAPSEC_STARK_MOUNTAIN, 0x9, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x2f, 0xf, 0x39, 0x114, 0x2e0, 0xf5, 0x431, 0x431, 0x39, 0xff, MAPSEC_STARK_MOUNTAIN, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2f, 0xf, 0x3a, 0x115, 0x2e1, 0xf6, 0x431, 0x431, 0x3a, 0x100, MAPSEC_STARK_MOUNTAIN, 0x0, 0x8, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2f, 0xf, 0x3b, 0x116, 0x2e2, 0xf7, 0x431, 0x431, 0xffff, 0x101, MAPSEC_STARK_MOUNTAIN, 0x0, 0xc, 0x3, 10, TRUE, TRUE, FALSE, FALSE }, - { 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x34, 0xf, 0x3c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x3b, 0x102, MAPSEC_SENDOFF_SPRING, 0x8, 0x0, 0x3, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x2e, 0xf, 0x3d, 0x119, 0x2e5, 0xf8, 0x428, 0x428, 0xffff, 0x103, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x3e, 0x11a, 0x2e6, 0xf9, 0x428, 0x428, 0xffff, 0x104, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x3f, 0x11b, 0x2e7, 0xfa, 0x428, 0x428, 0xffff, 0x105, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x11c, 0x2e8, 0x12, 0x428, 0x428, 0x3f, 0x106, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x11d, 0x2e9, 0x12, 0x428, 0x428, 0x40, 0x107, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x41, 0x11e, 0x2ea, 0x12, 0x428, 0x428, 0x41, 0x108, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0xd, 0xa, 0x0, 0x12e, 0x2fa, 0xfb, 0x3ee, 0x40b, 0xffff, 0x109, MAPSEC_FLOWER_PARADISE, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, FALSE, FALSE, FALSE, FALSE }, - { 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, TRUE, TRUE, FALSE, FALSE }, - { 0x37, 0xf, 0x44, 0x130, 0x2fc, 0x12, 0x427, 0x427, 0x6a, 0x10a, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x37, 0xf, 0x45, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6b, 0x10b, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x37, 0xf, 0x46, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6c, 0x10c, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x37, 0xf, 0x47, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6d, 0x10d, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x37, 0xf, 0x48, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6e, 0x10e, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x37, 0xf, 0x49, 0x135, 0x301, 0xfc, 0x427, 0x427, 0x6f, 0x10f, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x4a, 0x136, 0x302, 0xfd, 0x432, 0x432, 0x70, 0x110, MAPSEC_WAYWARD_CAVE, 0x10, 0xc, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x4b, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x71, 0x111, MAPSEC_WAYWARD_CAVE, 0x0, 0xc, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x4c, 0x138, 0x304, 0xfe, 0x433, 0x433, 0x72, 0x112, MAPSEC_RUIN_MANIAC_CAVE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0xc, 0xf, 0x4f, 0x170, 0x33b, 0x12, 0x401, 0x41e, 0x75, 0x113, MAPSEC_TROPHY_GARDEN, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, TRUE }, - { 0xf, 0xf, 0x0, 0x13c, 0x308, 0x101, 0x3fe, 0x41b, 0x76, 0x114, MAPSEC_IRON_ISLAND, 0x8, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x2d, 0xf, 0x50, 0x13d, 0x309, 0x12, 0x433, 0x433, 0x77, 0x115, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2d, 0xf, 0x51, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x78, 0x116, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2d, 0xf, 0x52, 0x13f, 0x30b, 0x12, 0x433, 0x433, 0x79, 0x117, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2d, 0xf, 0x53, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x7a, 0x118, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2d, 0xf, 0x54, 0x141, 0x30d, 0x102, 0x433, 0x433, 0x7b, 0x119, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2d, 0xf, 0x55, 0x142, 0x30e, 0x12, 0x433, 0x433, 0x7c, 0x11a, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x38, 0xf, 0x56, 0x144, 0x310, 0x104, 0x428, 0x428, 0x7d, 0x11b, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x57, 0x145, 0x311, 0x12, 0x428, 0x428, 0x7e, 0x11c, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x58, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x7f, 0x11d, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x59, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x80, 0x11e, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x5a, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x81, 0x11f, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x5b, 0x149, 0x315, 0x105, 0x428, 0x428, 0x82, 0x120, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x5c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x83, 0x121, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x5d, 0x14b, 0x317, 0x12, 0x428, 0x428, 0x84, 0x122, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x38, 0xf, 0x5e, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x85, 0x123, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0x1f, 0x9d, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 9, FALSE, FALSE, FALSE, FALSE }, - { 0x30, 0xf, 0x5f, 0x14d, 0x319, 0x106, 0x42c, 0x42c, 0xffff, 0x124, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x30, 0xf, 0x60, 0x14e, 0x31a, 0x107, 0x42b, 0x42b, 0xffff, 0x125, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x30, 0xf, 0x61, 0x14f, 0x31b, 0x108, 0x42b, 0x42b, 0xffff, 0x126, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x30, 0xf, 0x62, 0x150, 0x31c, 0x109, 0x42b, 0x42b, 0xffff, 0x127, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x30, 0xf, 0x64, 0x151, 0x31d, 0x10a, 0x42b, 0x42b, 0xffff, 0x128, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x30, 0xf, 0x63, 0x152, 0x31e, 0x10b, 0x42b, 0x42b, 0xffff, 0x129, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x34, 0xf, 0x65, 0x156, 0x322, 0x10e, 0x42e, 0x42e, 0x86, 0x12a, MAPSEC_LAKE_VERITY, 0x0, 0x2, 0x3, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x34, 0xf, 0x66, 0x157, 0x323, 0x10f, 0x42c, 0x42c, 0x87, 0x12b, MAPSEC_LAKE_VERITY, 0x0, 0x2, 0x3, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x2b, 0xf, 0x67, 0x158, 0x324, 0x110, 0x429, 0x429, 0xffff, 0x12c, MAPSEC_VERITY_CAVERN, 0x0, 0xc, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x34, 0xf, 0x68, 0x15a, 0x326, 0x111, 0x42c, 0x42c, 0xffff, 0x12d, MAPSEC_LAKE_VALOR, 0x0, 0x2, 0x3, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x34, 0xf, 0x69, 0x15b, 0x327, 0x112, 0x42e, 0x42e, 0x88, 0x12e, MAPSEC_LAKE_VALOR, 0x0, 0x2, 0x3, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x2b, 0xf, 0x6a, 0x15c, 0x328, 0x113, 0x42c, 0x42c, 0xffff, 0x12f, MAPSEC_VALOR_CAVERN, 0x0, 0xc, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0xe, 0xf, 0x6b, 0x15e, 0x32a, 0x114, 0x42e, 0x42e, 0xffff, 0x130, MAPSEC_LAKE_ACUITY, 0x0, 0xf, 0x3, 5, FALSE, TRUE, FALSE, TRUE }, - { 0xe, 0xf, 0x6c, 0x15f, 0x32b, 0x115, 0x42c, 0x42c, 0x89, 0x131, MAPSEC_LAKE_ACUITY, 0x0, 0xf, 0x3, 5, FALSE, TRUE, FALSE, TRUE }, - { 0x2b, 0xf, 0x6d, 0x160, 0x32c, 0x116, 0x429, 0x429, 0xffff, 0x132, MAPSEC_ACUITY_CAVERN, 0x0, 0xc, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0xf, 0x9, 0x0, 0x161, 0x32d, 0x117, 0x428, 0x428, 0xffff, 0x133, MAPSEC_NEWMOON_ISLAND, 0x0, 0x0, 0x3, 0, FALSE, TRUE, FALSE, FALSE }, - { 0x2c, 0xf, 0x6e, 0x162, 0x32e, 0x118, 0x428, 0x428, 0xffff, 0x134, MAPSEC_NEWMOON_ISLAND, 0x0, 0x2, 0x3, 3, FALSE, TRUE, FALSE, FALSE }, - { 0x36, 0xf, 0xe5, 0x163, 0x32f, 0x119, 0x3fc, 0x419, 0xffff, 0x135, MAPSEC_BATTLE_PARK, 0x0, 0x2, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x29, 0xf, 0xe7, 0x164, 0x330, 0x11a, 0x3fc, 0x419, 0xffff, 0x136, MAPSEC_BATTLE_PARK, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xe8, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xe9, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xc1, 0x166, 0x332, 0x11b, 0x444, 0x444, 0xffff, 0x137, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xcf, 0x167, 0x333, 0x12, 0x444, 0x444, 0xffff, 0x138, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xc2, 0x168, 0x334, 0x12, 0x444, 0x444, 0xffff, 0x139, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xc3, 0x169, 0x335, 0x12, 0x444, 0x444, 0xffff, 0x13a, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xc5, 0x16a, 0x336, 0x11c, 0x444, 0x444, 0xffff, 0x13b, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xc6, 0x16b, 0x337, 0x11d, 0x444, 0x444, 0xffff, 0x13c, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x5, 0xe, 0x76, 0x16e, 0x339, 0x12, 0x43d, 0x43e, 0xffff, 0x13d, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x5, 0xe, 0x79, 0x16f, 0x33a, 0x12, 0x43d, 0x43e, 0xffff, 0x13e, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x17b, 0x33d, 0x160, 0x3fd, 0x41a, 0xffff, 0x13f, MAPSEC_VERITY_LAKEFRONT, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0x14, 0x7b, 0x17c, 0x33e, 0x161, 0x3fd, 0x41a, 0xffff, 0x140, MAPSEC_VERITY_LAKEFRONT, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x12, 0xc, 0x0, 0x17d, 0x33f, 0x162, 0x3f1, 0x40e, 0x8a, 0x141, MAPSEC_VALOR_LAKEFRONT, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x23, 0xf, 0x93, 0x17e, 0x340, 0x163, 0x3f1, 0x40e, 0xffff, 0x142, MAPSEC_RESTAURANT, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0x92, 0x17f, 0x341, 0x164, 0x3f1, 0x40e, 0xffff, 0x143, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0x92, 0x180, 0x342, 0x165, 0x3f1, 0x40e, 0xffff, 0x144, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0xe, 0x8, 0x0, 0x181, 0x343, 0x166, 0x403, 0x420, 0x8b, 0x145, MAPSEC_ACUITY_LAKEFRONT, 0x1b, 0x0, 0x2, 5, FALSE, TRUE, FALSE, TRUE }, - { 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x146, MAPSEC_SPRING_PATH, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x6, 0x0, 0x0, 0x188, 0x345, 0x19f, 0x3fd, 0x41a, 0x8c, 0x147, MAPSEC_ROUTE_201, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x6, 0x0, 0x0, 0x189, 0x346, 0x1a0, 0x3fd, 0x41a, 0x8d, 0x148, MAPSEC_ROUTE_202, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x6, 0x0, 0x0, 0x18a, 0x347, 0x1a1, 0x3fe, 0x41b, 0x8e, 0x149, MAPSEC_ROUTE_203, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x6, 0x0, 0x0, 0x18b, 0x348, 0x1a2, 0x3fe, 0x41b, 0x8f, 0x14a, MAPSEC_ROUTE_204, 0x0, 0x0, 0x2, 0, TRUE, TRUE, TRUE, TRUE }, - { 0x8, 0x2, 0x0, 0x18c, 0x349, 0x1a3, 0x3fe, 0x41b, 0x90, 0x14b, MAPSEC_ROUTE_204, 0x0, 0x0, 0x2, 0, TRUE, TRUE, TRUE, TRUE }, - { 0x8, 0x2, 0x0, 0x18d, 0x34a, 0x1a4, 0x3ff, 0x41c, 0x91, 0x14c, MAPSEC_ROUTE_205, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0xf3, 0x18e, 0x34b, 0x1a5, 0x3ff, 0x41c, 0xffff, 0x14d, MAPSEC_ROUTE_205, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x8, 0x2, 0x0, 0x18f, 0x34c, 0x1a6, 0x3ff, 0x41c, 0x92, 0x14e, MAPSEC_ROUTE_205, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x7, 0x1, 0x0, 0x190, 0x34d, 0x1a7, 0x400, 0x41d, 0x93, 0x14f, MAPSEC_ROUTE_206, 0x8, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x1f, 0xf, 0xd3, 0x191, 0x34e, 0x1a8, 0x400, 0x41d, 0xffff, 0x150, MAPSEC_ROUTE_206, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0x1f, 0x9d, 0x192, 0x34f, 0x1a9, 0x3e8, 0x3e8, 0xffff, 0x151, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x7, 0x1, 0x0, 0x193, 0x350, 0x1aa, 0x400, 0x41d, 0x94, 0x152, MAPSEC_ROUTE_207, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x9, 0x3, 0x0, 0x194, 0x351, 0x1ab, 0x400, 0x41d, 0x95, 0x153, MAPSEC_ROUTE_208, 0x8, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7b, 0x195, 0x352, 0x1ac, 0x400, 0x41d, 0xffff, 0x154, MAPSEC_ROUTE_208, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xa, 0x4, 0x0, 0x196, 0x353, 0x1ad, 0x401, 0x41e, 0x96, 0x155, MAPSEC_ROUTE_209, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x2a, 0xf, 0xd4, 0x197, 0x354, 0x1ae, 0x427, 0x427, 0x97, 0x156, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 8, FALSE, FALSE, TRUE, FALSE }, - { 0x2a, 0xf, 0xd5, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x98, 0x157, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 8, FALSE, FALSE, TRUE, FALSE }, - { 0x2a, 0xf, 0xd6, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x99, 0x158, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 8, FALSE, FALSE, TRUE, FALSE }, - { 0x2a, 0xf, 0xd7, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x9a, 0x159, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 8, FALSE, FALSE, TRUE, FALSE }, - { 0x2a, 0xf, 0xd8, 0x19b, 0x358, 0x1af, 0x427, 0x427, 0x9b, 0x15a, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 8, FALSE, FALSE, TRUE, FALSE }, - { 0xa, 0x4, 0x0, 0x19c, 0x359, 0x1b0, 0x402, 0x41f, 0x9c, 0x15b, MAPSEC_ROUTE_210, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0xa, 0x4, 0x0, 0x19e, 0x35b, 0x1b2, 0x402, 0x41f, 0x9d, 0x15c, MAPSEC_ROUTE_210, 0xe, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7b, 0x19f, 0x35c, 0x1b3, 0x402, 0x41f, 0xffff, 0x15d, MAPSEC_ROUTE_210, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x8, 0x2, 0x0, 0x1a0, 0x35d, 0x1b4, 0x3ff, 0x41c, 0x9e, 0x15e, MAPSEC_ROUTE_211, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0xa, 0x4, 0x0, 0x1a1, 0x35e, 0x1b5, 0x402, 0x41f, 0x9f, 0x15f, MAPSEC_ROUTE_211, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0xc, 0x6, 0x0, 0x1a2, 0x35f, 0x1b6, 0x401, 0x41e, 0xa0, 0x160, MAPSEC_ROUTE_212, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x23, 0xf, 0xb2, 0x1a3, 0x360, 0x1b7, 0x401, 0x41e, 0xffff, 0x161, MAPSEC_POKEMON_MANSION, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0xb3, 0x1a4, 0x361, 0x1b8, 0x401, 0x41e, 0xffff, 0x162, MAPSEC_POKEMON_MANSION, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0xb4, 0x1a5, 0x362, 0x1b9, 0x401, 0x41e, 0xffff, 0x163, MAPSEC_POKEMON_MANSION, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0xc, 0x6, 0x0, 0x1a6, 0x363, 0x1ba, 0x401, 0x41e, 0xa1, 0x164, MAPSEC_ROUTE_212, 0x18, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0xf4, 0x1a7, 0x364, 0x1bb, 0x401, 0x41e, 0xffff, 0x165, MAPSEC_ROUTE_212, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x12, 0xc, 0x0, 0x1a8, 0x365, 0x1bc, 0x3f1, 0x40e, 0xa2, 0x166, MAPSEC_ROUTE_213, 0x19, 0x0, 0x2, 1, TRUE, TRUE, FALSE, TRUE }, - { 0x1f, 0xf, 0x9e, 0x1a9, 0x366, 0x1bd, 0x3f1, 0x40e, 0xffff, 0x167, MAPSEC_ROUTE_213, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x1aa, 0x367, 0x1be, 0x3f1, 0x40e, 0xffff, 0x168, MAPSEC_FOOTSTEP_HOUSE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0x91, 0x1ab, 0x368, 0x1bf, 0x3f1, 0x40e, 0xffff, 0x169, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0x92, 0x1ac, 0x369, 0x1c0, 0x3f1, 0x40e, 0xffff, 0x16a, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0x92, 0x1ad, 0x36a, 0x1c1, 0x3f1, 0x40e, 0xffff, 0x16b, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0x92, 0x1ae, 0x36b, 0x1c2, 0x3f1, 0x40e, 0xffff, 0x16c, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x12, 0xc, 0x0, 0x1af, 0x36c, 0x1c3, 0x402, 0x41f, 0xa3, 0x16d, MAPSEC_ROUTE_214, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x1f, 0xf, 0x9d, 0x1b0, 0x36d, 0x1c4, 0x402, 0x41f, 0xffff, 0x16e, MAPSEC_ROUTE_214, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xa, 0x4, 0x0, 0x1b1, 0x36e, 0x1c5, 0x402, 0x41f, 0xa4, 0x16f, MAPSEC_ROUTE_215, 0x2, 0x0, 0x2, 3, TRUE, TRUE, FALSE, TRUE }, - { 0xe, 0x8, 0x0, 0x1b2, 0x36f, 0x1c6, 0x403, 0x420, 0xa5, 0x170, MAPSEC_ROUTE_216, 0x1a, 0x0, 0x2, 5, FALSE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0xf3, 0x1b3, 0x370, 0x1c7, 0x403, 0x420, 0xffff, 0x171, MAPSEC_ROUTE_216, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xe, 0x8, 0x0, 0x1b4, 0x371, 0x1c8, 0x403, 0x420, 0xa6, 0x172, MAPSEC_ROUTE_217, 0x7, 0x0, 0x2, 5, FALSE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7c, 0x1b5, 0x372, 0x1c9, 0x403, 0x420, 0xffff, 0x173, MAPSEC_ROUTE_217, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7c, 0x1b6, 0x373, 0x1ca, 0x403, 0x420, 0xffff, 0x174, MAPSEC_ROUTE_217, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xf, 0x9, 0x0, 0x1b7, 0x374, 0x1cb, 0x3fe, 0x41b, 0xa7, 0x175, MAPSEC_ROUTE_218, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x1f, 0xf, 0x9e, 0x1b8, 0x375, 0x1cc, 0x3fe, 0x41b, 0xffff, 0x176, MAPSEC_ROUTE_218, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9e, 0x1b9, 0x376, 0x1cd, 0x3fe, 0x41b, 0xffff, 0x177, MAPSEC_ROUTE_218, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x1ba, 0x377, 0x1ce, 0x3fd, 0x41a, 0xa8, 0x178, MAPSEC_ROUTE_219, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x6, 0x0, 0x0, 0x1bb, 0x378, 0x1cf, 0x400, 0x41d, 0xa9, 0x179, MAPSEC_ROUTE_221, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x27, 0xf, 0xc9, 0x1bc, 0x379, 0x1d0, 0x400, 0x41d, 0xffff, 0x17a, MAPSEC_PAL_PARK, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf4, 0x1bd, 0x37a, 0x1d1, 0x400, 0x41d, 0xffff, 0x17b, MAPSEC_ROUTE_221, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x12, 0xc, 0x0, 0x1be, 0x37b, 0x1d2, 0x401, 0x41e, 0xaa, 0x17c, MAPSEC_ROUTE_222, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7b, 0x1bf, 0x37c, 0x1d3, 0x401, 0x41e, 0xffff, 0x17d, MAPSEC_ROUTE_222, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x1c0, 0x37d, 0x1d4, 0x401, 0x41e, 0xffff, 0x17e, MAPSEC_ROUTE_222, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9e, 0x1c1, 0x37e, 0x1d5, 0x401, 0x41e, 0xffff, 0x17f, MAPSEC_ROUTE_222, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xd, 0xa, 0x0, 0x1c2, 0x37f, 0x1d6, 0x402, 0x41f, 0xab, 0x180, MAPSEC_ROUTE_224, 0x0, 0x0, 0x2, 0, TRUE, TRUE, FALSE, TRUE }, - { 0x11, 0xb, 0x0, 0x1c3, 0x380, 0x1d7, 0x3f0, 0x40d, 0xac, 0x181, MAPSEC_ROUTE_225, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x11, 0xb, 0x0, 0x1c6, 0x383, 0x1da, 0x3f0, 0x40d, 0xad, 0x182, MAPSEC_ROUTE_227, 0x9, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x13, 0xd, 0x0, 0x1c8, 0x385, 0x1dc, 0x404, 0x421, 0xae, 0x183, MAPSEC_ROUTE_228, 0xa, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x13, 0xd, 0x0, 0x1cc, 0x389, 0x1e0, 0x404, 0x421, 0xaf, 0x184, MAPSEC_ROUTE_229, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, TRUE }, - { 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x5, 0xe, 0x77, 0x170, 0x33b, 0x12, 0x43d, 0x43e, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x3d2, 0x38c, 0x1f2, 0x3ec, 0x409, 0xb0, 0x185, MAPSEC_TWINLEAF_TOWN, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x14, 0xf, 0x7e, 0x3d3, 0x38d, 0x1f3, 0x3ec, 0x409, 0xffff, 0x186, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7f, 0x3d4, 0x38e, 0x1f4, 0x3ec, 0x409, 0xffff, 0x187, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x80, 0x3d5, 0x38f, 0x1f5, 0x3ec, 0x409, 0xffff, 0x188, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x81, 0x3d6, 0x390, 0x1f6, 0x3ec, 0x409, 0xffff, 0x189, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3d7, 0x391, 0x1f7, 0x3ec, 0x409, 0xffff, 0x18a, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3d8, 0x392, 0x1f8, 0x3ec, 0x409, 0xffff, 0x18b, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x3d9, 0x393, 0x1f9, 0x3ed, 0x40a, 0xffff, 0x18c, MAPSEC_SANDGEM_TOWN, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x3da, 0x394, 0x1fa, 0x442, 0x442, 0xffff, 0x18d, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x3db, 0x395, 0x1fb, 0x43d, 0x43e, 0xffff, 0x18e, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x3dc, 0x396, 0x1fc, 0x43d, 0x43e, 0xffff, 0x18f, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xa0, 0x3de, 0x398, 0x1fd, 0x440, 0x440, 0xffff, 0x190, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x82, 0x3df, 0x399, 0x1fe, 0x3ed, 0x40a, 0xffff, 0x191, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x83, 0x3e0, 0x39a, 0x1ff, 0x3ed, 0x40a, 0xffff, 0x192, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3e1, 0x39b, 0x200, 0x3ed, 0x40a, 0xffff, 0x193, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x8, 0x2, 0x0, 0x3e2, 0x39c, 0x201, 0x3ee, 0x40b, 0xffff, 0x194, MAPSEC_FLOAROMA_TOWN, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x3e3, 0x39d, 0x202, 0x442, 0x442, 0xffff, 0x195, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x3e4, 0x39e, 0x203, 0x43d, 0x43e, 0xffff, 0x196, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x3e5, 0x39f, 0x12, 0x43d, 0x43e, 0xffff, 0x197, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0xec, 0x3e7, 0x3a1, 0x204, 0x3ee, 0x40b, 0xffff, 0x198, MAPSEC_FLOWER_SHOP, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3e8, 0x3a2, 0x205, 0x3ee, 0x40b, 0xffff, 0x199, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3e9, 0x3a3, 0x206, 0x3ee, 0x40b, 0xffff, 0x19a, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xa, 0x4, 0x0, 0x3ea, 0x3a4, 0x207, 0x3f7, 0x414, 0xffff, 0x19b, MAPSEC_SOLACEON_TOWN, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x3eb, 0x3a5, 0x208, 0x442, 0x442, 0xffff, 0x19c, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x3ec, 0x3a6, 0x209, 0x43d, 0x43e, 0xffff, 0x19d, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x3ed, 0x3a7, 0x12, 0x43d, 0x43e, 0xffff, 0x19e, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x16, 0xf, 0x89, 0x3ef, 0x3a9, 0x20a, 0x3f7, 0x414, 0xffff, 0x19f, MAPSEC_POKEMON_DAY_CARE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3f0, 0x3aa, 0x20b, 0x3f7, 0x414, 0xffff, 0x1a0, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf4, 0x3f1, 0x3ab, 0x20c, 0x3f7, 0x414, 0xffff, 0x1a1, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3f2, 0x3ac, 0x20d, 0x3f7, 0x414, 0xffff, 0x1a2, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x3f3, 0x3ad, 0x20e, 0x3f7, 0x414, 0xffff, 0x1a3, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0xa, 0x4, 0x0, 0x3f4, 0x3ae, 0x20f, 0x3f5, 0x412, 0xb1, 0x1a4, MAPSEC_CELESTIC_TOWN, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x15, 0xf, 0x74, 0x3f6, 0x3b0, 0x210, 0x43d, 0x43e, 0xffff, 0x1a5, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x3f7, 0x3b1, 0x12, 0x43d, 0x43e, 0xffff, 0x1a6, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xa8, 0x3f9, 0x3b3, 0x211, 0x3f5, 0x412, 0xffff, 0x1a7, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xaa, 0x3fa, 0x3b4, 0x212, 0x3f5, 0x412, 0xffff, 0x1a8, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7c, 0x3fb, 0x3b5, 0x213, 0x3f5, 0x412, 0xffff, 0x1a9, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7c, 0x3fc, 0x3b6, 0x214, 0x3f5, 0x412, 0xffff, 0x1aa, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x2e, 0xf, 0xa9, 0x3fd, 0x3b7, 0x215, 0x3f5, 0x412, 0xffff, 0x1ab, MAPSEC_CELESTIC_TOWN, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x11, 0xb, 0x0, 0x3fe, 0x3b8, 0x216, 0x3fc, 0x419, 0xffff, 0x1ac, MAPSEC_SURVIVAL_AREA, 0x0, 0x0, 0x1, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x3ff, 0x3b9, 0x217, 0x442, 0x442, 0xffff, 0x1ad, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x400, 0x3ba, 0x218, 0x43d, 0x43e, 0xffff, 0x1ae, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x401, 0x3bb, 0x12, 0x43d, 0x43e, 0xffff, 0x1af, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x403, 0x3bd, 0x219, 0x3fc, 0x419, 0xffff, 0x1b0, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x404, 0x3be, 0x21a, 0x3fc, 0x419, 0xffff, 0x1b1, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x405, 0x3bf, 0x21b, 0x3fc, 0x419, 0xffff, 0x1b2, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x13, 0xd, 0x0, 0x406, 0x3c0, 0x21c, 0x3f1, 0x40e, 0xb2, 0x1b3, MAPSEC_RESORT_AREA, 0x0, 0x0, 0x1, 2, TRUE, TRUE, FALSE, TRUE }, - { 0x16, 0xf, 0x7a, 0x407, 0x3c1, 0x21d, 0x442, 0x442, 0xffff, 0x1b4, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x74, 0x408, 0x3c2, 0x21e, 0x43d, 0x43e, 0xffff, 0x1b5, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0x409, 0x3c3, 0x12, 0x43d, 0x43e, 0xffff, 0x1b6, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x26, 0xf, 0xc7, 0x40b, 0x3c5, 0x21f, 0x3f1, 0x40e, 0xffff, 0x1b7, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x26, 0xf, 0xc8, 0x40c, 0x3c6, 0x220, 0x3f1, 0x40e, 0xffff, 0x1b8, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xcf, 0x40d, 0x3c7, 0x221, 0x3f1, 0x40e, 0xffff, 0x1b9, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x40e, 0x3c8, 0x222, 0x3f1, 0x40e, 0xffff, 0x1ba, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x40f, 0x3c9, 0x223, 0x3f1, 0x40e, 0xffff, 0x1bb, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x5, 0xe, 0x78, 0x414, 0x3cb, 0x240, 0x43d, 0x43e, 0xffff, 0x1bc, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xb3, 0x1bd, MAPSEC_ROUTE_220, 0x0, 0x0, 0x2, 1, TRUE, TRUE, FALSE, TRUE }, - { 0xd, 0x7, 0x0, 0x170, 0x33b, 0x12, 0x402, 0x41f, 0xb4, 0x1be, MAPSEC_ROUTE_223, 0x0, 0xb, 0x2, 1, TRUE, TRUE, FALSE, TRUE }, - { 0x11, 0xb, 0x0, 0x417, 0x3ce, 0x247, 0x3f0, 0x40d, 0xb5, 0x1bf, MAPSEC_ROUTE_226, 0x0, 0x0, 0x2, 4, TRUE, TRUE, FALSE, TRUE }, - { 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x13, 0xd, 0x0, 0x419, 0x3d0, 0x249, 0x404, 0x421, 0xb6, 0x1c0, MAPSEC_ROUTE_230, 0x0, 0x0, 0x2, 1, TRUE, TRUE, FALSE, TRUE }, - { 0xd, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3ee, 0x40b, 0xffff, 0x1c1, MAPSEC_SEABREAK_PATH, 0x0, 0x0, 0x2, 1, TRUE, TRUE, FALSE, TRUE }, - { 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 1, TRUE, TRUE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x7, 0x1d6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c2, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x27, 0x1f6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c3, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x35, 0x204, 0x3e, 0x43d, 0x43e, 0xffff, 0x1c4, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x4b, 0x21a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c5, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x63, 0x232, 0x12, 0x43d, 0x43e, 0xffff, 0x1c6, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x7b, 0x24a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c7, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x87, 0x256, 0x8a, 0x43d, 0x43e, 0xffff, 0x1c8, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x9d, 0x26c, 0x12, 0x43d, 0x43e, 0xffff, 0x1c9, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0xad, 0x27c, 0x12, 0x43d, 0x43e, 0xffff, 0x1ca, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0xb3, 0x282, 0x12, 0x43d, 0x43e, 0xffff, 0x1cb, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0xc7, 0x296, 0x12, 0x43d, 0x43e, 0xffff, 0x1cc, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x3dd, 0x397, 0x12, 0x43d, 0x43e, 0xffff, 0x1cd, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x3e6, 0x3a0, 0x12, 0x43d, 0x43e, 0xffff, 0x1ce, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x3ee, 0x3a8, 0x12, 0x43d, 0x43e, 0xffff, 0x1cf, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x3f8, 0x3b2, 0x12, 0x43d, 0x43e, 0xffff, 0x1d0, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x402, 0x3bc, 0x12, 0x43d, 0x43e, 0xffff, 0x1d1, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0x40a, 0x3c4, 0x12, 0x43d, 0x43e, 0xffff, 0x1d2, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7c, 0x2f, 0x1fe, 0x12, 0x3f3, 0x410, 0xffff, 0x1d3, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x23, 0xf, 0xab, 0x19d, 0x35a, 0x1b1, 0x402, 0x41f, 0xffff, 0x1d4, MAPSEC_CAFE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x21, 0xf, 0xc4, 0x16c, 0x338, 0x11e, 0x444, 0x444, 0xffff, 0x1d5, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x3a, 0xf, 0xee, 0x153, 0x31f, 0x10c, 0x446, 0x446, 0xffff, 0x1d6, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0x75, 0xc1, 0x290, 0x12, 0x43d, 0x43e, 0xffff, 0x1d7, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x15, 0xf, 0xeb, 0xc2, 0x291, 0x12, 0x43d, 0x43e, 0xffff, 0x1d8, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x3a, 0xf, 0xef, 0x154, 0x320, 0x10d, 0x446, 0x446, 0xffff, 0x1d9, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7b, 0x1c4, 0x381, 0x1d8, 0x3f0, 0x40d, 0xffff, 0x1da, MAPSEC_ROUTE_225, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf4, 0x418, 0x3cf, 0x248, 0x3f0, 0x40d, 0xffff, 0x1db, MAPSEC_ROUTE_226, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf3, 0x1c7, 0x384, 0x1db, 0x3f0, 0x40d, 0xffff, 0x1dc, MAPSEC_ROUTE_227, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0x9e, 0x1c9, 0x386, 0x1dd, 0x404, 0x421, 0xffff, 0x1dd, MAPSEC_ROUTE_228, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0xf4, 0x1ca, 0x387, 0x1de, 0x404, 0x421, 0xffff, 0x1de, MAPSEC_ROUTE_228, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x14, 0xf, 0x7d, 0x1cb, 0x388, 0x1df, 0x404, 0x421, 0xffff, 0x1df, MAPSEC_ROUTE_228, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x35, 0xf, 0xf0, 0xeb, 0x2b7, 0xdf, 0x42d, 0x42d, 0x17, 0x1e0, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x35, 0xf, 0xf0, 0xec, 0x2b8, 0xe0, 0x42d, 0x42d, 0x18, 0x1e1, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x35, 0xf, 0xf0, 0xed, 0x2b9, 0xe1, 0x42d, 0x42d, 0x19, 0x1e2, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x35, 0xf, 0xf0, 0xee, 0x2ba, 0xe2, 0x42d, 0x42d, 0x1a, 0x1e3, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x35, 0xf, 0xf0, 0xef, 0x2bb, 0xe3, 0x42d, 0x42d, 0x1b, 0x1e4, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x35, 0xf, 0xf0, 0xf0, 0x2bc, 0xe4, 0x42d, 0x42d, 0x1c, 0x1e5, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 3, TRUE, TRUE, FALSE, FALSE }, - { 0x32, 0xf, 0xf1, 0xe8, 0x2b4, 0xdd, 0x448, 0x448, 0xffff, 0x1e6, MAPSEC_HALL_OF_ORIGIN, 0xd, 0xe, 0x2, 9, FALSE, TRUE, FALSE, FALSE }, - { 0x32, 0xf, 0xf2, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, MAPSEC_HALL_OF_ORIGIN, 0xd, 0xe, 0x2, 9, FALSE, TRUE, FALSE, FALSE }, - { 0x2b, 0xf, 0x4d, 0x139, 0x305, 0xff, 0x433, 0x433, 0x73, 0x1e7, MAPSEC_RUIN_MANIAC_CAVE, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x2b, 0xf, 0x4e, 0x13a, 0x306, 0x100, 0x427, 0x427, 0x74, 0x1e8, MAPSEC_MANIAC_TUNNEL, 0x0, 0xc, 0x3, 10, TRUE, TRUE, TRUE, FALSE }, - { 0x14, 0xf, 0xf3, 0x143, 0x30f, 0x103, 0x3fe, 0x41b, 0xffff, 0x1e9, MAPSEC_IRON_ISLAND, 0x0, 0x4, 0x4, 6, FALSE, FALSE, FALSE, FALSE }, - { 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2e, 0x1ea, MAPSEC_SOLACEON_RUINS, 0x0, 0x0, 0x3, 9, TRUE, TRUE, TRUE, FALSE }, - { 0x15, 0xf, 0xcf, 0xa6, 0x275, 0x12, 0x3f9, 0x416, 0xffff, 0x1eb, MAPSEC_VISTA_LIGHTHOUSE, 0x0, 0x4, 0x4, 8, FALSE, FALSE, FALSE, FALSE }, - { 0x1f, 0xf, 0xd0, 0x1f, 0x1ee, 0x2c, 0x3f2, 0x40f, 0xffff, 0x1ec, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, - { 0x2e, 0xf, 0x41, 0x11f, 0x2eb, 0x12, 0x428, 0x428, 0x42, 0x1ed, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x42, 0x120, 0x2ec, 0x12, 0x428, 0x428, 0x43, 0x1ee, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x42, 0x121, 0x2ed, 0x12, 0x428, 0x428, 0x44, 0x1ef, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x122, 0x2ee, 0x12, 0x428, 0x428, 0x45, 0x1f0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x123, 0x2ef, 0x12, 0x428, 0x428, 0x46, 0x1f1, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x41, 0x124, 0x2f0, 0x12, 0x428, 0x428, 0x47, 0x1f2, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x41, 0x125, 0x2f1, 0x12, 0x428, 0x428, 0x48, 0x1f3, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x42, 0x126, 0x2f2, 0x12, 0x428, 0x428, 0x49, 0x1f4, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x42, 0x127, 0x2f3, 0x12, 0x428, 0x428, 0x4a, 0x1f5, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x128, 0x2f4, 0x12, 0x428, 0x428, 0x4b, 0x1f6, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x129, 0x2f5, 0x12, 0x428, 0x428, 0x4c, 0x1f7, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x41, 0x12a, 0x2f6, 0x12, 0x428, 0x428, 0x4d, 0x1f8, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x41, 0x12b, 0x2f7, 0x12, 0x428, 0x428, 0x4e, 0x1f9, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x42, 0x12c, 0x2f8, 0x12, 0x428, 0x428, 0x4f, 0x1fa, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x42, 0x12d, 0x2f9, 0x12, 0x428, 0x428, 0xffff, 0x1fb, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, FALSE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fc, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fd, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fe, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 11, TRUE, TRUE, TRUE, FALSE }, - { 0x20, 0xf, 0xa6, 0x74, 0x243, 0x79, 0x441, 0x441, 0xffff, 0x1ff, MAPSEC_CONTEST_HALL, 0x0, 0x0, 0x4, 7, FALSE, FALSE, FALSE, FALSE }, + {NARC_area_data_narc_0000_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0000_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 0, 3, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0002_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0002_bin, NARC_scr_seq_release_narc_1043_bin, NARC_scr_seq_release_narc_0970_bin, NARC_msg_narc_0566_bin, SEQ_ROAD_BZA_N, SEQ_ROAD_BZA_N, 0xFFFF, NARC_zone_event_release_narc_0001_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 6, 3, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0002_bin, NARC_scr_seq_release_narc_0465_bin, NARC_msg_narc_0018_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0002_bin, MAPSEC_JUBILIFE_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0003_bin, NARC_scr_seq_release_narc_0466_bin, NARC_msg_narc_0019_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0003_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, 20, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0004_bin, NARC_scr_seq_release_narc_0467_bin, NARC_msg_narc_0020_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0004_bin, MAPSEC_JUBILIFE_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0005_bin, NARC_scr_seq_release_narc_0468_bin, NARC_msg_narc_0021_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0005_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0006_bin, NARC_scr_seq_release_narc_0469_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0006_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0141_bin, NARC_scr_seq_release_narc_0008_bin, NARC_scr_seq_release_narc_0471_bin, NARC_msg_narc_0022_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0007_bin, MAPSEC_POKETCH_CO, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0142_bin, NARC_scr_seq_release_narc_0009_bin, NARC_scr_seq_release_narc_0472_bin, NARC_msg_narc_0023_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0008_bin, MAPSEC_POKETCH_CO, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0143_bin, NARC_scr_seq_release_narc_0010_bin, NARC_scr_seq_release_narc_0473_bin, NARC_msg_narc_0024_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0009_bin, MAPSEC_POKETCH_CO, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0148_bin, NARC_scr_seq_release_narc_0011_bin, NARC_scr_seq_release_narc_0474_bin, NARC_msg_narc_0025_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0010_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0149_bin, NARC_scr_seq_release_narc_0012_bin, NARC_scr_seq_release_narc_0475_bin, NARC_msg_narc_0026_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0011_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0150_bin, NARC_scr_seq_release_narc_0013_bin, NARC_scr_seq_release_narc_0476_bin, NARC_msg_narc_0027_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0012_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0151_bin, NARC_scr_seq_release_narc_0014_bin, NARC_scr_seq_release_narc_0477_bin, NARC_msg_narc_0028_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0013_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0152_bin, NARC_scr_seq_release_narc_0015_bin, NARC_scr_seq_release_narc_0478_bin, NARC_msg_narc_0029_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0014_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0153_bin, NARC_scr_seq_release_narc_0016_bin, NARC_scr_seq_release_narc_0479_bin, NARC_msg_narc_0030_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0015_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0034_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0154_bin, NARC_scr_seq_release_narc_0017_bin, NARC_scr_seq_release_narc_0480_bin, NARC_msg_narc_0031_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0016_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_0018_bin, NARC_scr_seq_release_narc_0481_bin, NARC_msg_narc_0032_bin, SEQ_FS, SEQ_FS, 0xFFFF, NARC_zone_event_release_narc_0017_bin, MAPSEC_JUBILIFE_TV, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0019_bin, NARC_scr_seq_release_narc_0482_bin, NARC_msg_narc_0033_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0018_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0020_bin, NARC_scr_seq_release_narc_0483_bin, NARC_msg_narc_0034_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0019_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0021_bin, NARC_scr_seq_release_narc_0484_bin, NARC_msg_narc_0035_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0020_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0021_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, 20, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0023_bin, NARC_scr_seq_release_narc_0486_bin, NARC_msg_narc_0036_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0022_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0024_bin, NARC_scr_seq_release_narc_0487_bin, NARC_msg_narc_0037_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0023_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0025_bin, NARC_scr_seq_release_narc_0488_bin, NARC_msg_narc_0038_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0024_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0026_bin, NARC_scr_seq_release_narc_0489_bin, NARC_msg_narc_0039_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0025_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0027_bin, NARC_scr_seq_release_narc_0490_bin, NARC_msg_narc_0040_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0026_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0040_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0205_bin, NARC_scr_seq_release_narc_0028_bin, NARC_scr_seq_release_narc_0491_bin, NARC_msg_narc_0041_bin, SEQ_THE_EVENT04, SEQ_THE_EVENT04, 0xFFFF, NARC_zone_event_release_narc_0027_bin, MAPSEC_GTS, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0140_bin, NARC_scr_seq_release_narc_0029_bin, NARC_scr_seq_release_narc_0492_bin, NARC_msg_narc_0042_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0028_bin, MAPSEC_TRAINERS_SCHOOL, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0030_bin, NARC_scr_seq_release_narc_0493_bin, NARC_msg_narc_0043_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0029_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, 20, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0032_bin, NARC_scr_seq_release_narc_0495_bin, NARC_msg_narc_0045_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0030_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, 20, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0033_bin, NARC_scr_seq_release_narc_0496_bin, NARC_msg_narc_0046_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0031_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0015_bin, NARC_move_model_list_narc_0009_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0034_bin, NARC_scr_seq_release_narc_0497_bin, NARC_msg_narc_0047_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, ENCDATA(NARC_d_enc_data_narc_0000_bin, NARC_p_enc_data_narc_0000_bin), NARC_zone_event_release_narc_0032_bin, MAPSEC_CANALAVE_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0035_bin, NARC_scr_seq_release_narc_0498_bin, NARC_msg_narc_0048_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0033_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0024_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0112_bin, NARC_scr_seq_release_narc_0036_bin, NARC_scr_seq_release_narc_0499_bin, NARC_msg_narc_0049_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0034_bin, MAPSEC_CANALAVE_CITY, 0, 3, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0037_bin, NARC_scr_seq_release_narc_0500_bin, NARC_msg_narc_0050_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0035_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0038_bin, NARC_scr_seq_release_narc_0501_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0036_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0217_bin, NARC_scr_seq_release_narc_0040_bin, NARC_scr_seq_release_narc_0503_bin, NARC_msg_narc_0051_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0037_bin, MAPSEC_CANALAVE_LIBRARY, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0218_bin, NARC_scr_seq_release_narc_0041_bin, NARC_scr_seq_release_narc_0504_bin, NARC_msg_narc_0052_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0038_bin, MAPSEC_CANALAVE_LIBRARY, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0219_bin, NARC_scr_seq_release_narc_0042_bin, NARC_scr_seq_release_narc_0505_bin, NARC_msg_narc_0053_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0039_bin, MAPSEC_CANALAVE_LIBRARY, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0043_bin, NARC_scr_seq_release_narc_0506_bin, NARC_msg_narc_0054_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0040_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0044_bin, NARC_scr_seq_release_narc_0507_bin, NARC_msg_narc_0055_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0041_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0045_bin, NARC_scr_seq_release_narc_0508_bin, NARC_msg_narc_0056_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0042_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0046_bin, NARC_scr_seq_release_narc_0509_bin, NARC_msg_narc_0057_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0043_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0007_bin, NARC_move_model_list_narc_0001_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0048_bin, NARC_scr_seq_release_narc_0511_bin, NARC_msg_narc_0058_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0044_bin, MAPSEC_OREBURGH_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0049_bin, NARC_scr_seq_release_narc_0512_bin, NARC_msg_narc_0059_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0045_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0025_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0113_bin, NARC_scr_seq_release_narc_0050_bin, NARC_scr_seq_release_narc_0513_bin, NARC_msg_narc_0060_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0046_bin, MAPSEC_OREBURGH_CITY, 0, 9, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0051_bin, NARC_scr_seq_release_narc_0514_bin, NARC_msg_narc_0061_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0047_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0052_bin, NARC_scr_seq_release_narc_0515_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0048_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0054_bin, NARC_scr_seq_release_narc_0517_bin, NARC_msg_narc_0063_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0049_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0055_bin, NARC_scr_seq_release_narc_0518_bin, NARC_msg_narc_0064_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0050_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0136_bin, NARC_scr_seq_release_narc_0056_bin, NARC_scr_seq_release_narc_0519_bin, NARC_msg_narc_0065_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0051_bin, MAPSEC_OREBURGH_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0057_bin, NARC_scr_seq_release_narc_0520_bin, NARC_msg_narc_0066_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0052_bin, MAPSEC_OREBURGH_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0058_bin, NARC_scr_seq_release_narc_0521_bin, NARC_msg_narc_0067_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0053_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0059_bin, NARC_scr_seq_release_narc_0522_bin, NARC_msg_narc_0068_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0054_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0136_bin, NARC_scr_seq_release_narc_0060_bin, NARC_scr_seq_release_narc_0523_bin, NARC_msg_narc_0069_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0055_bin, MAPSEC_OREBURGH_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0061_bin, NARC_scr_seq_release_narc_0524_bin, NARC_msg_narc_0070_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0056_bin, MAPSEC_OREBURGH_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0062_bin, NARC_scr_seq_release_narc_0525_bin, NARC_msg_narc_0071_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0057_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0155_bin, NARC_scr_seq_release_narc_0063_bin, NARC_scr_seq_release_narc_0526_bin, NARC_msg_narc_0072_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0058_bin, MAPSEC_MINING_MUSEUM, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0064_bin, NARC_scr_seq_release_narc_0527_bin, NARC_msg_narc_0073_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0059_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0065_bin, NARC_scr_seq_release_narc_0528_bin, NARC_msg_narc_0074_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0060_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0066_bin, NARC_scr_seq_release_narc_0529_bin, NARC_msg_narc_0075_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0061_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0067_bin, NARC_scr_seq_release_narc_0530_bin, NARC_msg_narc_0076_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0062_bin, MAPSEC_OREBURGH_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0068_bin, NARC_scr_seq_release_narc_0531_bin, NARC_msg_narc_0077_bin, SEQ_TOWN07_D, SEQ_TOWN07_N, 0xFFFF, NARC_zone_event_release_narc_0063_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0069_bin, NARC_scr_seq_release_narc_0532_bin, NARC_msg_narc_0078_bin, SEQ_CITY01_D, SEQ_CITY01_N, ENCDATA(NARC_d_enc_data_narc_0001_bin, NARC_p_enc_data_narc_0001_bin), NARC_zone_event_release_narc_0064_bin, MAPSEC_ETERNA_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0070_bin, NARC_scr_seq_release_narc_0533_bin, NARC_msg_narc_0079_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0065_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0026_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0220_bin, NARC_scr_seq_release_narc_0071_bin, NARC_scr_seq_release_narc_0534_bin, NARC_msg_narc_0080_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0066_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0026_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0221_bin, NARC_scr_seq_release_narc_0072_bin, NARC_scr_seq_release_narc_0535_bin, NARC_msg_narc_0081_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0067_bin, MAPSEC_ETERNA_CITY, 0, 9, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0073_bin, NARC_scr_seq_release_narc_0536_bin, NARC_msg_narc_0082_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0068_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0074_bin, NARC_scr_seq_release_narc_0537_bin, NARC_msg_narc_0083_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0069_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0138_bin, NARC_scr_seq_release_narc_0076_bin, NARC_scr_seq_release_narc_0539_bin, NARC_msg_narc_0084_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0070_bin, MAPSEC_CYCLE_SHOP, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0077_bin, NARC_scr_seq_release_narc_0540_bin, NARC_msg_narc_0085_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0071_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0133_bin, NARC_scr_seq_release_narc_0078_bin, NARC_scr_seq_release_narc_0541_bin, NARC_msg_narc_0086_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0072_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0134_bin, NARC_scr_seq_release_narc_0079_bin, NARC_scr_seq_release_narc_0542_bin, NARC_msg_narc_0087_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0073_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0080_bin, NARC_scr_seq_release_narc_0543_bin, NARC_msg_narc_0088_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0074_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0132_bin, NARC_scr_seq_release_narc_0081_bin, NARC_scr_seq_release_narc_0544_bin, NARC_msg_narc_0089_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0075_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0135_bin, NARC_scr_seq_release_narc_0082_bin, NARC_scr_seq_release_narc_0545_bin, NARC_msg_narc_0090_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0076_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0083_bin, NARC_scr_seq_release_narc_0546_bin, NARC_msg_narc_0091_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0077_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0084_bin, NARC_scr_seq_release_narc_0547_bin, NARC_msg_narc_0092_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0078_bin, MAPSEC_ETERNA_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0159_bin, NARC_scr_seq_release_narc_0085_bin, NARC_scr_seq_release_narc_0548_bin, NARC_msg_narc_0093_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0079_bin, MAPSEC_ROUTE_206, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0170_bin, NARC_scr_seq_release_narc_0086_bin, NARC_scr_seq_release_narc_0549_bin, NARC_msg_narc_0094_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0080_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_0087_bin, NARC_scr_seq_release_narc_0550_bin, NARC_msg_narc_0095_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0081_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_0088_bin, NARC_scr_seq_release_narc_0551_bin, NARC_msg_narc_0096_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0082_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_0089_bin, NARC_scr_seq_release_narc_0552_bin, NARC_msg_narc_0097_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0083_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, 20, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0084_bin, MAPSEC_ETERNA_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0009_bin, NARC_move_model_list_narc_0003_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0090_bin, NARC_scr_seq_release_narc_0553_bin, NARC_msg_narc_0098_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0085_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0091_bin, NARC_scr_seq_release_narc_0554_bin, NARC_msg_narc_0099_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0086_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0222_bin, NARC_scr_seq_release_narc_0092_bin, NARC_scr_seq_release_narc_0555_bin, NARC_msg_narc_0100_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0087_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0088_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0089_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0224_bin, NARC_scr_seq_release_narc_0093_bin, NARC_scr_seq_release_narc_0556_bin, NARC_msg_narc_0101_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0090_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0091_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0224_bin, NARC_scr_seq_release_narc_0094_bin, NARC_scr_seq_release_narc_0557_bin, NARC_msg_narc_0102_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0092_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0093_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0224_bin, NARC_scr_seq_release_narc_0095_bin, NARC_scr_seq_release_narc_0558_bin, NARC_msg_narc_0103_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0094_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0095_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0096_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0097_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0223_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0098_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0027_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0225_bin, NARC_scr_seq_release_narc_0096_bin, NARC_scr_seq_release_narc_0559_bin, NARC_msg_narc_0104_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0099_bin, MAPSEC_HEARTHOME_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0097_bin, NARC_scr_seq_release_narc_0560_bin, NARC_msg_narc_0105_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0100_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0098_bin, NARC_scr_seq_release_narc_0561_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0101_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0209_bin, NARC_scr_seq_release_narc_0100_bin, NARC_scr_seq_release_narc_0563_bin, NARC_msg_narc_0106_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0102_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0210_bin, NARC_scr_seq_release_narc_0101_bin, NARC_scr_seq_release_narc_0564_bin, NARC_msg_narc_0107_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0103_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_0102_bin, NARC_scr_seq_release_narc_0565_bin, NARC_msg_narc_0108_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0104_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0156_bin, NARC_scr_seq_release_narc_0103_bin, NARC_scr_seq_release_narc_0566_bin, NARC_msg_narc_0109_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0105_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0104_bin, NARC_scr_seq_release_narc_0567_bin, NARC_msg_narc_0110_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0106_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0105_bin, NARC_scr_seq_release_narc_0568_bin, NARC_msg_narc_0111_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0107_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0106_bin, NARC_scr_seq_release_narc_0569_bin, NARC_msg_narc_0112_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0108_bin, MAPSEC_ROUTE_208, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0107_bin, NARC_scr_seq_release_narc_0570_bin, NARC_msg_narc_0113_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0109_bin, MAPSEC_ROUTE_209, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0108_bin, NARC_scr_seq_release_narc_0571_bin, NARC_msg_narc_0114_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0110_bin, MAPSEC_ROUTE_212, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0209_bin, NARC_scr_seq_release_narc_0109_bin, NARC_scr_seq_release_narc_0572_bin, NARC_msg_narc_0115_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0111_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0210_bin, NARC_scr_seq_release_narc_0110_bin, NARC_scr_seq_release_narc_0573_bin, NARC_msg_narc_0116_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0112_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_0111_bin, NARC_scr_seq_release_narc_0574_bin, NARC_msg_narc_0117_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0113_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0112_bin, NARC_scr_seq_release_narc_0575_bin, NARC_msg_narc_0118_bin, SEQ_CITY02_D, SEQ_CITY02_N, 0xFFFF, NARC_zone_event_release_narc_0114_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0037_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0237_bin, NARC_scr_seq_release_narc_0113_bin, NARC_scr_seq_release_narc_0576_bin, NARC_msg_narc_0119_bin, SEQ_PC_02, SEQ_PC_02, 0xFFFF, NARC_zone_event_release_narc_0115_bin, MAPSEC_POFFIN_HOUSE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0032_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0165_bin, NARC_scr_seq_release_narc_0114_bin, NARC_scr_seq_release_narc_0577_bin, NARC_msg_narc_0120_bin, SEQ_PC_02, SEQ_PC_02, 0xFFFF, NARC_zone_event_release_narc_0116_bin, MAPSEC_CONTEST_HALL, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0032_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0166_bin, NARC_scr_seq_release_narc_0115_bin, NARC_scr_seq_release_narc_0578_bin, NARC_msg_narc_0018_bin, SEQ_PC_02, SEQ_PC_02, 0xFFFF, NARC_zone_event_release_narc_0117_bin, MAPSEC_CONTEST_HALL, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0167_bin, NARC_scr_seq_release_narc_0117_bin, NARC_scr_seq_release_narc_0580_bin, NARC_msg_narc_0122_bin, SEQ_PV, SEQ_PV, 0xFFFF, NARC_zone_event_release_narc_0118_bin, MAPSEC_FOREIGN_BUILDING, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0012_bin, NARC_move_model_list_narc_0006_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0118_bin, NARC_scr_seq_release_narc_0581_bin, NARC_msg_narc_0123_bin, SEQ_CITY03_D, SEQ_CITY03_N, ENCDATA(NARC_d_enc_data_narc_0002_bin, NARC_p_enc_data_narc_0002_bin), NARC_zone_event_release_narc_0119_bin, MAPSEC_PASTORIA_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0206_bin, NARC_scr_seq_release_narc_0119_bin, NARC_scr_seq_release_narc_0582_bin, NARC_msg_narc_0124_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0120_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0023_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0111_bin, NARC_scr_seq_release_narc_0120_bin, NARC_scr_seq_release_narc_0583_bin, NARC_msg_narc_0125_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0121_bin, MAPSEC_PASTORIA_CITY, 0, 1, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0121_bin, NARC_scr_seq_release_narc_0584_bin, NARC_msg_narc_0126_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0122_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0122_bin, NARC_scr_seq_release_narc_0585_bin, NARC_msg_narc_0127_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0123_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0039_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0181_bin, NARC_scr_seq_release_narc_0124_bin, NARC_scr_seq_release_narc_0587_bin, NARC_msg_narc_0128_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0124_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0039_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0182_bin, NARC_scr_seq_release_narc_0125_bin, NARC_scr_seq_release_narc_0588_bin, NARC_msg_narc_0129_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0125_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0126_bin, NARC_scr_seq_release_narc_0589_bin, NARC_msg_narc_0130_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0126_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0127_bin, NARC_scr_seq_release_narc_0590_bin, NARC_msg_narc_0131_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0127_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0128_bin, NARC_scr_seq_release_narc_0591_bin, NARC_msg_narc_0132_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0128_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0129_bin, NARC_scr_seq_release_narc_0592_bin, NARC_msg_narc_0133_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0129_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0130_bin, NARC_scr_seq_release_narc_0593_bin, NARC_msg_narc_0134_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0130_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0011_bin, NARC_move_model_list_narc_0005_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0131_bin, NARC_scr_seq_release_narc_0594_bin, NARC_msg_narc_0135_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0131_bin, MAPSEC_VEILSTONE_CITY, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0029_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0115_bin, NARC_scr_seq_release_narc_0132_bin, NARC_scr_seq_release_narc_0595_bin, NARC_msg_narc_0136_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0132_bin, MAPSEC_VEILSTONE_CITY, 0, 10, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0133_bin, NARC_scr_seq_release_narc_0596_bin, NARC_msg_narc_0137_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0133_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0134_bin, NARC_scr_seq_release_narc_0597_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0134_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0139_bin, NARC_scr_seq_release_narc_0136_bin, NARC_scr_seq_release_narc_0599_bin, NARC_msg_narc_0139_bin, SEQ_KENKYUJO, SEQ_KENKYUJO, 0xFFFF, NARC_zone_event_release_narc_0135_bin, MAPSEC_GAME_CORNER, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0172_bin, NARC_scr_seq_release_narc_0137_bin, NARC_scr_seq_release_narc_0600_bin, NARC_msg_narc_0140_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0136_bin, MAPSEC_VEILSTONE_STORE, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0173_bin, NARC_scr_seq_release_narc_0138_bin, NARC_scr_seq_release_narc_0601_bin, NARC_msg_narc_0141_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0137_bin, MAPSEC_VEILSTONE_STORE, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0174_bin, NARC_scr_seq_release_narc_0139_bin, NARC_scr_seq_release_narc_0602_bin, NARC_msg_narc_0142_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0138_bin, MAPSEC_VEILSTONE_STORE, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0175_bin, NARC_scr_seq_release_narc_0140_bin, NARC_scr_seq_release_narc_0603_bin, NARC_msg_narc_0143_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0139_bin, MAPSEC_VEILSTONE_STORE, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0176_bin, NARC_scr_seq_release_narc_0141_bin, NARC_scr_seq_release_narc_0604_bin, NARC_msg_narc_0144_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0140_bin, MAPSEC_VEILSTONE_STORE, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_0142_bin, NARC_scr_seq_release_narc_0605_bin, NARC_msg_narc_0145_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0141_bin, MAPSEC_VEILSTONE_STORE, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0177_bin, NARC_scr_seq_release_narc_0143_bin, NARC_scr_seq_release_narc_0606_bin, NARC_msg_narc_0146_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0142_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0204_bin, NARC_scr_seq_release_narc_0144_bin, NARC_scr_seq_release_narc_0607_bin, NARC_msg_narc_0147_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0143_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0145_bin, NARC_scr_seq_release_narc_0608_bin, NARC_msg_narc_0148_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0144_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0146_bin, NARC_scr_seq_release_narc_0609_bin, NARC_msg_narc_0149_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0145_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0147_bin, NARC_scr_seq_release_narc_0610_bin, NARC_msg_narc_0150_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0146_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0148_bin, NARC_scr_seq_release_narc_0611_bin, NARC_msg_narc_0151_bin, SEQ_CITY04_D, SEQ_CITY04_N, 0xFFFF, NARC_zone_event_release_narc_0147_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0149_bin, NARC_scr_seq_release_narc_0612_bin, NARC_msg_narc_0152_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, 0xFFFF, NARC_zone_event_release_narc_0148_bin, MAPSEC_ROUTE_215, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0013_bin, NARC_move_model_list_narc_0007_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0150_bin, NARC_scr_seq_release_narc_0613_bin, NARC_msg_narc_0153_bin, SEQ_CITY05_D, SEQ_CITY05_N, ENCDATA(NARC_d_enc_data_narc_0003_bin, NARC_p_enc_data_narc_0003_bin), NARC_zone_event_release_narc_0149_bin, MAPSEC_SUNYSHORE_CITY, 0, 11, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0155_bin, NARC_scr_seq_release_narc_0618_bin, NARC_msg_narc_0157_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0150_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0156_bin, NARC_scr_seq_release_narc_0619_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0151_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0151_bin, NARC_scr_seq_release_narc_0614_bin, NARC_msg_narc_0154_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0152_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0030_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0226_bin, NARC_scr_seq_release_narc_0152_bin, NARC_scr_seq_release_narc_0615_bin, NARC_msg_narc_0155_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0153_bin, MAPSEC_SUNYSHORE_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0030_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0227_bin, NARC_scr_seq_release_narc_0153_bin, NARC_scr_seq_release_narc_0616_bin, NARC_msg_narc_0018_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0154_bin, MAPSEC_SUNYSHORE_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0030_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0228_bin, NARC_scr_seq_release_narc_0154_bin, NARC_scr_seq_release_narc_0617_bin, NARC_msg_narc_0156_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0155_bin, MAPSEC_SUNYSHORE_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0038_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0203_bin, NARC_scr_seq_release_narc_0158_bin, NARC_scr_seq_release_narc_0621_bin, NARC_msg_narc_0158_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0156_bin, MAPSEC_SUNYSHORE_MARKET, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0159_bin, NARC_scr_seq_release_narc_0622_bin, NARC_msg_narc_0159_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0157_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_0160_bin, NARC_scr_seq_release_narc_0623_bin, NARC_msg_narc_0160_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0158_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0161_bin, NARC_scr_seq_release_narc_0624_bin, NARC_msg_narc_0161_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0159_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0162_bin, NARC_scr_seq_release_narc_0625_bin, NARC_msg_narc_0162_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0160_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0163_bin, NARC_scr_seq_release_narc_0626_bin, NARC_msg_narc_0163_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0161_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0164_bin, NARC_scr_seq_release_narc_0627_bin, NARC_msg_narc_0164_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0162_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0039_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0230_bin, NARC_scr_seq_release_narc_0165_bin, NARC_scr_seq_release_narc_0628_bin, NARC_msg_narc_0165_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0163_bin, MAPSEC_VISTA_LIGHTHOUSE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0168_bin, NARC_scr_seq_release_narc_0631_bin, NARC_msg_narc_0167_bin, SEQ_CITY06_D, SEQ_CITY06_N, 0xFFFF, NARC_zone_event_release_narc_0164_bin, MAPSEC_SNOWPOINT_CITY, 28, 0, 1, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0169_bin, NARC_scr_seq_release_narc_0632_bin, NARC_msg_narc_0168_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0165_bin, MAPSEC_SNOWPOINT_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0028_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0114_bin, NARC_scr_seq_release_narc_0170_bin, NARC_scr_seq_release_narc_0633_bin, NARC_msg_narc_0169_bin, SEQ_BLD_LEGEND, SEQ_BLD_LEGEND, 0xFFFF, NARC_zone_event_release_narc_0166_bin, MAPSEC_SNOWPOINT_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0171_bin, NARC_scr_seq_release_narc_0634_bin, NARC_msg_narc_0170_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0167_bin, MAPSEC_SNOWPOINT_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0172_bin, NARC_scr_seq_release_narc_0635_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0168_bin, MAPSEC_SNOWPOINT_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0174_bin, NARC_scr_seq_release_narc_0637_bin, NARC_msg_narc_0171_bin, SEQ_CITY06_D, SEQ_CITY06_N, 0xFFFF, NARC_zone_event_release_narc_0169_bin, MAPSEC_SNOWPOINT_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0175_bin, NARC_scr_seq_release_narc_0638_bin, NARC_msg_narc_0172_bin, SEQ_CITY06_D, SEQ_CITY06_N, 0xFFFF, NARC_zone_event_release_narc_0170_bin, MAPSEC_SNOWPOINT_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0013_bin, NARC_move_model_list_narc_0010_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0176_bin, NARC_scr_seq_release_narc_0639_bin, NARC_msg_narc_0173_bin, SEQ_CITY07_D, SEQ_CITY07_N, ENCDATA(NARC_d_enc_data_narc_0004_bin, NARC_p_enc_data_narc_0004_bin), NARC_zone_event_release_narc_0171_bin, MAPSEC_POKEMON_LEAGUE, 8, 11, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0177_bin, NARC_scr_seq_release_narc_0640_bin, NARC_msg_narc_0174_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0172_bin, MAPSEC_POKEMON_LEAGUE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0178_bin, NARC_scr_seq_release_narc_0641_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0173_bin, MAPSEC_POKEMON_LEAGUE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0144_bin, NARC_scr_seq_release_narc_0180_bin, NARC_scr_seq_release_narc_0643_bin, NARC_msg_narc_0175_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0174_bin, MAPSEC_POKEMON_LEAGUE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0187_bin, NARC_scr_seq_release_narc_0181_bin, NARC_scr_seq_release_narc_0644_bin, NARC_msg_narc_0018_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0175_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0183_bin, NARC_scr_seq_release_narc_0182_bin, NARC_scr_seq_release_narc_0645_bin, NARC_msg_narc_0176_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0176_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0188_bin, NARC_scr_seq_release_narc_0183_bin, NARC_scr_seq_release_narc_0646_bin, NARC_msg_narc_0018_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0177_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0184_bin, NARC_scr_seq_release_narc_0184_bin, NARC_scr_seq_release_narc_0647_bin, NARC_msg_narc_0177_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0178_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0188_bin, NARC_scr_seq_release_narc_0185_bin, NARC_scr_seq_release_narc_0648_bin, NARC_msg_narc_0018_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0179_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0185_bin, NARC_scr_seq_release_narc_0186_bin, NARC_scr_seq_release_narc_0649_bin, NARC_msg_narc_0178_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0180_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0188_bin, NARC_scr_seq_release_narc_0187_bin, NARC_scr_seq_release_narc_0650_bin, NARC_msg_narc_0018_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0181_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0186_bin, NARC_scr_seq_release_narc_0188_bin, NARC_scr_seq_release_narc_0651_bin, NARC_msg_narc_0179_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0182_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0189_bin, NARC_scr_seq_release_narc_0189_bin, NARC_scr_seq_release_narc_0652_bin, NARC_msg_narc_0018_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0183_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0190_bin, NARC_scr_seq_release_narc_0190_bin, NARC_scr_seq_release_narc_0653_bin, NARC_msg_narc_0180_bin, SEQ_D_06, SEQ_D_06, 0xFFFF, NARC_zone_event_release_narc_0184_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0192_bin, NARC_scr_seq_release_narc_0191_bin, NARC_scr_seq_release_narc_0654_bin, NARC_msg_narc_0181_bin, SEQ_D_05, SEQ_D_05, 0xFFFF, NARC_zone_event_release_narc_0185_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0036_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0191_bin, NARC_scr_seq_release_narc_0192_bin, NARC_scr_seq_release_narc_0655_bin, NARC_msg_narc_0182_bin, SEQ_D_05, SEQ_D_05, 0xFFFF, NARC_zone_event_release_narc_0186_bin, MAPSEC_POKEMON_LEAGUE, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0195_bin, NARC_scr_seq_release_narc_0658_bin, NARC_msg_narc_0183_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0187_bin, MAPSEC_FIGHT_AREA, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0197_bin, NARC_scr_seq_release_narc_0660_bin, NARC_msg_narc_0185_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0188_bin, MAPSEC_FIGHT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0198_bin, NARC_scr_seq_release_narc_0661_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0189_bin, MAPSEC_FIGHT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0196_bin, NARC_scr_seq_release_narc_0659_bin, NARC_msg_narc_0184_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0190_bin, MAPSEC_FIGHT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0159_bin, NARC_scr_seq_release_narc_0200_bin, NARC_scr_seq_release_narc_0663_bin, NARC_msg_narc_0186_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0191_bin, MAPSEC_BATTLE_PARK, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0201_bin, NARC_scr_seq_release_narc_0664_bin, NARC_msg_narc_0187_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, 0xFFFF, NARC_zone_event_release_narc_0192_bin, MAPSEC_ROUTE_225, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0202_bin, NARC_scr_seq_release_narc_0665_bin, NARC_msg_narc_0188_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0193_bin, MAPSEC_FIGHT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0203_bin, NARC_scr_seq_release_narc_0666_bin, NARC_msg_narc_0189_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0194_bin, MAPSEC_FIGHT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0045_bin, 45, NARC_map_matrix_narc_0005_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, 0xFFFF, NARC_zone_event_release_narc_0195_bin, MAPSEC_OREBURGH_MINE, 0, 0, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0005_bin, NARC_scr_seq_release_narc_0208_bin, NARC_scr_seq_release_narc_0668_bin, NARC_msg_narc_0208_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0005_bin, NARC_p_enc_data_narc_0005_bin), NARC_zone_event_release_narc_0196_bin, MAPSEC_OREBURGH_MINE, 0, 12, 3, 9, TRUE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0006_bin, NARC_scr_seq_release_narc_0209_bin, NARC_scr_seq_release_narc_0669_bin, NARC_msg_narc_0209_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0006_bin, NARC_p_enc_data_narc_0006_bin), NARC_zone_event_release_narc_0197_bin, MAPSEC_OREBURGH_MINE, 0, 12, 3, 9, TRUE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0210_bin, NARC_scr_seq_release_narc_0670_bin, NARC_msg_narc_0210_bin, SEQ_CITY11_D, SEQ_CITY11_N, ENCDATA(NARC_d_enc_data_narc_0007_bin, NARC_p_enc_data_narc_0007_bin), NARC_zone_event_release_narc_0198_bin, MAPSEC_VALLEY_WINDWORKS, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0234_bin, NARC_scr_seq_release_narc_0211_bin, NARC_scr_seq_release_narc_0671_bin, NARC_msg_narc_0211_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0199_bin, MAPSEC_VALLEY_WINDWORKS, 0, 4, 3, 7, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0212_bin, NARC_scr_seq_release_narc_0672_bin, NARC_msg_narc_0212_bin, SEQ_CITY11_D, SEQ_CITY11_N, 0xFFFF, NARC_zone_event_release_narc_0200_bin, MAPSEC_ETERNA_FOREST, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0044_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0007_bin, NARC_scr_seq_release_narc_0213_bin, NARC_scr_seq_release_narc_0673_bin, NARC_msg_narc_0213_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0008_bin, NARC_p_enc_data_narc_0008_bin), NARC_zone_event_release_narc_0201_bin, MAPSEC_ETERNA_FOREST, 0, 2, 3, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0214_bin, NARC_scr_seq_release_narc_0674_bin, NARC_msg_narc_0214_bin, SEQ_CITY11_D, SEQ_CITY11_N, ENCDATA(NARC_d_enc_data_narc_0009_bin, NARC_p_enc_data_narc_0009_bin), NARC_zone_event_release_narc_0202_bin, MAPSEC_FUEGO_IRONWORKS, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0057_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0008_bin, NARC_scr_seq_release_narc_0215_bin, NARC_scr_seq_release_narc_0675_bin, NARC_msg_narc_0215_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, 0xFFFF, NARC_zone_event_release_narc_0203_bin, MAPSEC_FUEGO_IRONWORKS, 0, 4, 3, 7, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0009_bin, NARC_scr_seq_release_narc_0217_bin, NARC_scr_seq_release_narc_0677_bin, NARC_msg_narc_0216_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0010_bin, NARC_p_enc_data_narc_0010_bin), NARC_zone_event_release_narc_0204_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0010_bin, NARC_scr_seq_release_narc_0218_bin, NARC_scr_seq_release_narc_0678_bin, NARC_msg_narc_0217_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0011_bin, NARC_p_enc_data_narc_0011_bin), NARC_zone_event_release_narc_0205_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0011_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0012_bin, NARC_p_enc_data_narc_0012_bin), NARC_zone_event_release_narc_0206_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0012_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0013_bin, NARC_p_enc_data_narc_0013_bin), NARC_zone_event_release_narc_0207_bin, MAPSEC_MT_CORONET, 6, 7, 2, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0013_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0014_bin, NARC_p_enc_data_narc_0014_bin), NARC_zone_event_release_narc_0208_bin, MAPSEC_MT_CORONET, 6, 6, 2, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0014_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0015_bin, NARC_p_enc_data_narc_0015_bin), NARC_zone_event_release_narc_0209_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0015_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0016_bin, NARC_p_enc_data_narc_0016_bin), NARC_zone_event_release_narc_0210_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0016_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0017_bin, NARC_p_enc_data_narc_0017_bin), NARC_zone_event_release_narc_0211_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0017_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0018_bin, NARC_p_enc_data_narc_0018_bin), NARC_zone_event_release_narc_0212_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0018_bin, NARC_scr_seq_release_narc_0226_bin, NARC_scr_seq_release_narc_0686_bin, NARC_msg_narc_0218_bin, SEQ_D_GINLOBBY, SEQ_D_GINLOBBY, ENCDATA(NARC_d_enc_data_narc_0019_bin, NARC_p_enc_data_narc_0019_bin), NARC_zone_event_release_narc_0213_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0019_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0020_bin, NARC_p_enc_data_narc_0020_bin), NARC_zone_event_release_narc_0214_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0020_bin, NARC_scr_seq_release_narc_0228_bin, NARC_scr_seq_release_narc_0688_bin, NARC_msg_narc_0219_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0021_bin, NARC_p_enc_data_narc_0021_bin), NARC_zone_event_release_narc_0215_bin, MAPSEC_MT_CORONET, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0021_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0022_bin, NARC_p_enc_data_narc_0022_bin), NARC_zone_event_release_narc_0216_bin, MAPSEC_MT_CORONET, 14, 0, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0050_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0022_bin, NARC_scr_seq_release_narc_0230_bin, NARC_scr_seq_release_narc_0690_bin, NARC_msg_narc_0220_bin, SEQ_D_SAFARI, SEQ_D_SAFARI, 0xFFFF, NARC_zone_event_release_narc_0217_bin, MAPSEC_SPEAR_PILLAR, 13, 5, 2, 4, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0050_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0023_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_SAFARI, SEQ_D_SAFARI, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_SPEAR_PILLAR, 13, 5, 2, 4, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0012_bin, NARC_move_model_list_narc_0006_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0024_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0218_bin, MAPSEC_PASTORIA_CITY, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0025_bin, NARC_scr_seq_release_narc_0241_bin, NARC_scr_seq_release_narc_0701_bin, NARC_msg_narc_0229_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0029_bin, NARC_p_enc_data_narc_0029_bin), NARC_zone_event_release_narc_0219_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0026_bin, NARC_scr_seq_release_narc_0242_bin, NARC_scr_seq_release_narc_0702_bin, NARC_msg_narc_0230_bin, SEQ_TANKOU, SEQ_TANKOU, 0xFFFF, NARC_zone_event_release_narc_0220_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0040_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0030_bin, NARC_p_enc_data_narc_0030_bin), NARC_zone_event_release_narc_0221_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0035_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0031_bin, NARC_p_enc_data_narc_0031_bin), NARC_zone_event_release_narc_0222_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0039_bin, NARC_scr_seq_release_narc_0245_bin, NARC_scr_seq_release_narc_0705_bin, NARC_msg_narc_0231_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0032_bin, NARC_p_enc_data_narc_0032_bin), NARC_zone_event_release_narc_0223_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0031_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0033_bin, NARC_p_enc_data_narc_0033_bin), NARC_zone_event_release_narc_0224_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0034_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0034_bin, NARC_p_enc_data_narc_0034_bin), NARC_zone_event_release_narc_0225_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0031_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0035_bin, NARC_p_enc_data_narc_0035_bin), NARC_zone_event_release_narc_0226_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0040_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0036_bin, NARC_p_enc_data_narc_0036_bin), NARC_zone_event_release_narc_0227_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0042_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0037_bin, NARC_p_enc_data_narc_0037_bin), NARC_zone_event_release_narc_0228_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0035_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0038_bin, NARC_p_enc_data_narc_0038_bin), NARC_zone_event_release_narc_0229_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0035_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0039_bin, NARC_p_enc_data_narc_0039_bin), NARC_zone_event_release_narc_0230_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0036_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0040_bin, NARC_p_enc_data_narc_0040_bin), NARC_zone_event_release_narc_0231_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0034_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0041_bin, NARC_p_enc_data_narc_0041_bin), NARC_zone_event_release_narc_0232_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0030_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0042_bin, NARC_p_enc_data_narc_0042_bin), NARC_zone_event_release_narc_0233_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0041_bin, NARC_scr_seq_release_narc_0256_bin, NARC_scr_seq_release_narc_0716_bin, NARC_msg_narc_0232_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0043_bin, NARC_p_enc_data_narc_0043_bin), NARC_zone_event_release_narc_0234_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0031_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0044_bin, NARC_p_enc_data_narc_0044_bin), NARC_zone_event_release_narc_0235_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0035_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0045_bin, NARC_p_enc_data_narc_0045_bin), NARC_zone_event_release_narc_0236_bin, MAPSEC_SOLACEON_RUINS, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0043_bin, NARC_scr_seq_release_narc_0259_bin, NARC_scr_seq_release_narc_0719_bin, NARC_msg_narc_0233_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, ENCDATA(NARC_d_enc_data_narc_0047_bin, NARC_p_enc_data_narc_0047_bin), NARC_zone_event_release_narc_0237_bin, MAPSEC_VICTORY_ROAD, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0044_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, ENCDATA(NARC_d_enc_data_narc_0048_bin, NARC_p_enc_data_narc_0048_bin), NARC_zone_event_release_narc_0238_bin, MAPSEC_VICTORY_ROAD, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0045_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, ENCDATA(NARC_d_enc_data_narc_0049_bin, NARC_p_enc_data_narc_0049_bin), NARC_zone_event_release_narc_0239_bin, MAPSEC_VICTORY_ROAD, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0046_bin, NARC_scr_seq_release_narc_0262_bin, NARC_scr_seq_release_narc_0722_bin, NARC_msg_narc_0234_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, ENCDATA(NARC_d_enc_data_narc_0050_bin, NARC_p_enc_data_narc_0050_bin), NARC_zone_event_release_narc_0240_bin, MAPSEC_VICTORY_ROAD, 14, 0, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0047_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, ENCDATA(NARC_d_enc_data_narc_0051_bin, NARC_p_enc_data_narc_0051_bin), NARC_zone_event_release_narc_0241_bin, MAPSEC_VICTORY_ROAD, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0048_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, ENCDATA(NARC_d_enc_data_narc_0052_bin, NARC_p_enc_data_narc_0052_bin), NARC_zone_event_release_narc_0242_bin, MAPSEC_VICTORY_ROAD, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0004_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0049_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0243_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0051_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0049_bin, NARC_scr_seq_release_narc_0265_bin, NARC_scr_seq_release_narc_0725_bin, NARC_msg_narc_0235_bin, SEQ_PV_END, SEQ_PV_END, 0xFFFF, NARC_zone_event_release_narc_0244_bin, MAPSEC_PAL_PARK, 0, 2, 2, 0, TRUE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0009_bin, NARC_move_model_list_narc_0003_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0049_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0050_bin, NARC_scr_seq_release_narc_0266_bin, NARC_scr_seq_release_narc_0726_bin, NARC_msg_narc_0236_bin, SEQ_D_02, SEQ_D_02, 0xFFFF, NARC_zone_event_release_narc_0245_bin, MAPSEC_AMITY_SQUARE, 0, 2, 2, 0, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0051_bin, NARC_scr_seq_release_narc_0267_bin, NARC_scr_seq_release_narc_0727_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0053_bin, NARC_p_enc_data_narc_0053_bin), NARC_zone_event_release_narc_0246_bin, MAPSEC_RAVAGED_PATH, 0, 12, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0044_bin, 44, NARC_map_matrix_narc_0052_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0247_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0052_bin, NARC_scr_seq_release_narc_0269_bin, NARC_scr_seq_release_narc_0729_bin, NARC_msg_narc_0238_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0248_bin, MAPSEC_FLOAROMA_MEADOW, 0, 2, 3, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0270_bin, NARC_scr_seq_release_narc_0730_bin, NARC_msg_narc_0239_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0249_bin, MAPSEC_FLOAROMA_MEADOW, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0003_bin, NARC_scr_seq_release_narc_0271_bin, NARC_scr_seq_release_narc_0731_bin, NARC_msg_narc_0240_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0054_bin, NARC_p_enc_data_narc_0054_bin), NARC_zone_event_release_narc_0250_bin, MAPSEC_OREBURGH_GATE, 0, 12, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0004_bin, NARC_scr_seq_release_narc_0272_bin, NARC_scr_seq_release_narc_0732_bin, NARC_msg_narc_0241_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0055_bin, NARC_p_enc_data_narc_0055_bin), NARC_zone_event_release_narc_0251_bin, MAPSEC_OREBURGH_GATE, 1, 12, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0015_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0273_bin, NARC_scr_seq_release_narc_0733_bin, NARC_msg_narc_0242_bin, SEQ_TANKOU, SEQ_TANKOU, 0xFFFF, NARC_zone_event_release_narc_0252_bin, MAPSEC_FULLMOON_ISLAND, 0, 0, 2, 0, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0044_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0053_bin, NARC_scr_seq_release_narc_0274_bin, NARC_scr_seq_release_narc_0734_bin, NARC_msg_narc_0243_bin, SEQ_TANKOU, SEQ_TANKOU, 0xFFFF, NARC_zone_event_release_narc_0253_bin, MAPSEC_FULLMOON_ISLAND, 0, 2, 3, 3, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0275_bin, NARC_scr_seq_release_narc_0735_bin, NARC_msg_narc_0244_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, ENCDATA(NARC_d_enc_data_narc_0056_bin, NARC_p_enc_data_narc_0056_bin), NARC_zone_event_release_narc_0254_bin, MAPSEC_STARK_MOUNTAIN, 9, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0047_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0057_bin, NARC_scr_seq_release_narc_0276_bin, NARC_scr_seq_release_narc_0736_bin, NARC_msg_narc_0245_bin, SEQ_D_LAKE, SEQ_D_LAKE, ENCDATA(NARC_d_enc_data_narc_0057_bin, NARC_p_enc_data_narc_0057_bin), NARC_zone_event_release_narc_0255_bin, MAPSEC_STARK_MOUNTAIN, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0047_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0058_bin, NARC_scr_seq_release_narc_0277_bin, NARC_scr_seq_release_narc_0737_bin, NARC_msg_narc_0246_bin, SEQ_D_LAKE, SEQ_D_LAKE, ENCDATA(NARC_d_enc_data_narc_0058_bin, NARC_p_enc_data_narc_0058_bin), NARC_zone_event_release_narc_0256_bin, MAPSEC_STARK_MOUNTAIN, 0, 8, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0047_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0059_bin, NARC_scr_seq_release_narc_0278_bin, NARC_scr_seq_release_narc_0738_bin, NARC_msg_narc_0247_bin, SEQ_D_LAKE, SEQ_D_LAKE, 0xFFFF, NARC_zone_event_release_narc_0257_bin, MAPSEC_STARK_MOUNTAIN, 0, 12, 3, 10, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0018_bin, NARC_move_model_list_narc_0012_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0052_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0060_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0059_bin, NARC_p_enc_data_narc_0059_bin), NARC_zone_event_release_narc_0258_bin, MAPSEC_SENDOFF_SPRING, 8, 0, 3, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0061_bin, NARC_scr_seq_release_narc_0281_bin, NARC_scr_seq_release_narc_0741_bin, NARC_msg_narc_0248_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0259_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0062_bin, NARC_scr_seq_release_narc_0282_bin, NARC_scr_seq_release_narc_0742_bin, NARC_msg_narc_0249_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0260_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0063_bin, NARC_scr_seq_release_narc_0283_bin, NARC_scr_seq_release_narc_0743_bin, NARC_msg_narc_0250_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0261_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0284_bin, NARC_scr_seq_release_narc_0744_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0063_bin, NARC_p_enc_data_narc_0063_bin), NARC_zone_event_release_narc_0262_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0285_bin, NARC_scr_seq_release_narc_0745_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0064_bin, NARC_p_enc_data_narc_0064_bin), NARC_zone_event_release_narc_0263_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0286_bin, NARC_scr_seq_release_narc_0746_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0065_bin, NARC_p_enc_data_narc_0065_bin), NARC_zone_event_release_narc_0264_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0013_bin, NARC_move_model_list_narc_0010_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0302_bin, NARC_scr_seq_release_narc_0762_bin, NARC_msg_narc_0251_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0265_bin, MAPSEC_FLOWER_PARADISE, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0011_bin, NARC_move_model_list_narc_0005_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0011_bin, NARC_move_model_list_narc_0005_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_BZB_N, SEQ_ROAD_BZB_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0055_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0068_bin, NARC_scr_seq_release_narc_0304_bin, NARC_scr_seq_release_narc_0764_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0106_bin, NARC_p_enc_data_narc_0106_bin), NARC_zone_event_release_narc_0266_bin, MAPSEC_SNOWPOINT_TEMPLE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0055_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0069_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0107_bin, NARC_p_enc_data_narc_0107_bin), NARC_zone_event_release_narc_0267_bin, MAPSEC_SNOWPOINT_TEMPLE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0055_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0070_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0108_bin, NARC_p_enc_data_narc_0108_bin), NARC_zone_event_release_narc_0268_bin, MAPSEC_SNOWPOINT_TEMPLE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0055_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0071_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0109_bin, NARC_p_enc_data_narc_0109_bin), NARC_zone_event_release_narc_0269_bin, MAPSEC_SNOWPOINT_TEMPLE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0055_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0072_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0110_bin, NARC_p_enc_data_narc_0110_bin), NARC_zone_event_release_narc_0270_bin, MAPSEC_SNOWPOINT_TEMPLE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0055_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0073_bin, NARC_scr_seq_release_narc_0309_bin, NARC_scr_seq_release_narc_0769_bin, NARC_msg_narc_0252_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0111_bin, NARC_p_enc_data_narc_0111_bin), NARC_zone_event_release_narc_0271_bin, MAPSEC_SNOWPOINT_TEMPLE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0074_bin, NARC_scr_seq_release_narc_0310_bin, NARC_scr_seq_release_narc_0770_bin, NARC_msg_narc_0253_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0112_bin, NARC_p_enc_data_narc_0112_bin), NARC_zone_event_release_narc_0272_bin, MAPSEC_WAYWARD_CAVE, 16, 12, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0075_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT1, SEQ_D_MOUNT1, ENCDATA(NARC_d_enc_data_narc_0113_bin, NARC_p_enc_data_narc_0113_bin), NARC_zone_event_release_narc_0273_bin, MAPSEC_WAYWARD_CAVE, 0, 12, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0076_bin, NARC_scr_seq_release_narc_0312_bin, NARC_scr_seq_release_narc_0772_bin, NARC_msg_narc_0254_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0114_bin, NARC_p_enc_data_narc_0114_bin), NARC_zone_event_release_narc_0274_bin, MAPSEC_RUIN_MANIAC_CAVE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0012_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0079_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, ENCDATA(NARC_d_enc_data_narc_0117_bin, NARC_p_enc_data_narc_0117_bin), NARC_zone_event_release_narc_0275_bin, MAPSEC_TROPHY_GARDEN, 0, 2, 2, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0015_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0316_bin, NARC_scr_seq_release_narc_0776_bin, NARC_msg_narc_0257_bin, SEQ_CITY10_D, SEQ_CITY10_N, ENCDATA(NARC_d_enc_data_narc_0118_bin, NARC_p_enc_data_narc_0118_bin), NARC_zone_event_release_narc_0276_bin, MAPSEC_IRON_ISLAND, 8, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0080_bin, NARC_scr_seq_release_narc_0317_bin, NARC_scr_seq_release_narc_0777_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0119_bin, NARC_p_enc_data_narc_0119_bin), NARC_zone_event_release_narc_0277_bin, MAPSEC_IRON_ISLAND, 0, 13, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0081_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0120_bin, NARC_p_enc_data_narc_0120_bin), NARC_zone_event_release_narc_0278_bin, MAPSEC_IRON_ISLAND, 0, 13, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0082_bin, NARC_scr_seq_release_narc_0319_bin, NARC_scr_seq_release_narc_0779_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0121_bin, NARC_p_enc_data_narc_0121_bin), NARC_zone_event_release_narc_0279_bin, MAPSEC_IRON_ISLAND, 0, 13, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0083_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0122_bin, NARC_p_enc_data_narc_0122_bin), NARC_zone_event_release_narc_0280_bin, MAPSEC_IRON_ISLAND, 0, 13, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0084_bin, NARC_scr_seq_release_narc_0321_bin, NARC_scr_seq_release_narc_0781_bin, NARC_msg_narc_0258_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0123_bin, NARC_p_enc_data_narc_0123_bin), NARC_zone_event_release_narc_0281_bin, MAPSEC_IRON_ISLAND, 0, 13, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0045_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0085_bin, NARC_scr_seq_release_narc_0322_bin, NARC_scr_seq_release_narc_0782_bin, NARC_msg_narc_0018_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0124_bin, NARC_p_enc_data_narc_0124_bin), NARC_zone_event_release_narc_0282_bin, MAPSEC_IRON_ISLAND, 0, 13, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0086_bin, NARC_scr_seq_release_narc_0324_bin, NARC_scr_seq_release_narc_0784_bin, NARC_msg_narc_0260_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0125_bin, NARC_p_enc_data_narc_0125_bin), NARC_zone_event_release_narc_0283_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0087_bin, NARC_scr_seq_release_narc_0325_bin, NARC_scr_seq_release_narc_0785_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0126_bin, NARC_p_enc_data_narc_0126_bin), NARC_zone_event_release_narc_0284_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0088_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0127_bin, NARC_p_enc_data_narc_0127_bin), NARC_zone_event_release_narc_0285_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0089_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0128_bin, NARC_p_enc_data_narc_0128_bin), NARC_zone_event_release_narc_0286_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0090_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0129_bin, NARC_p_enc_data_narc_0129_bin), NARC_zone_event_release_narc_0287_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0091_bin, NARC_scr_seq_release_narc_0329_bin, NARC_scr_seq_release_narc_0789_bin, NARC_msg_narc_0261_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0130_bin, NARC_p_enc_data_narc_0130_bin), NARC_zone_event_release_narc_0288_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0092_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0131_bin, NARC_p_enc_data_narc_0131_bin), NARC_zone_event_release_narc_0289_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0093_bin, NARC_scr_seq_release_narc_0331_bin, NARC_scr_seq_release_narc_0791_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0132_bin, NARC_p_enc_data_narc_0132_bin), NARC_zone_event_release_narc_0290_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0056_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0094_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0133_bin, NARC_p_enc_data_narc_0133_bin), NARC_zone_event_release_narc_0291_bin, MAPSEC_OLD_CHATEAU, 0, 4, 3, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, 31, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 3, 9, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0048_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0095_bin, NARC_scr_seq_release_narc_0333_bin, NARC_scr_seq_release_narc_0793_bin, NARC_msg_narc_0262_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0292_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0048_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0096_bin, NARC_scr_seq_release_narc_0334_bin, NARC_scr_seq_release_narc_0794_bin, NARC_msg_narc_0263_bin, SEQ_D_03, SEQ_D_03, 0xFFFF, NARC_zone_event_release_narc_0293_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0048_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0097_bin, NARC_scr_seq_release_narc_0335_bin, NARC_scr_seq_release_narc_0795_bin, NARC_msg_narc_0264_bin, SEQ_D_03, SEQ_D_03, 0xFFFF, NARC_zone_event_release_narc_0294_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0048_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0098_bin, NARC_scr_seq_release_narc_0336_bin, NARC_scr_seq_release_narc_0796_bin, NARC_msg_narc_0265_bin, SEQ_D_03, SEQ_D_03, 0xFFFF, NARC_zone_event_release_narc_0295_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0048_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0100_bin, NARC_scr_seq_release_narc_0337_bin, NARC_scr_seq_release_narc_0797_bin, NARC_msg_narc_0266_bin, SEQ_D_03, SEQ_D_03, 0xFFFF, NARC_zone_event_release_narc_0296_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0048_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0099_bin, NARC_scr_seq_release_narc_0338_bin, NARC_scr_seq_release_narc_0798_bin, NARC_msg_narc_0267_bin, SEQ_D_03, SEQ_D_03, 0xFFFF, NARC_zone_event_release_narc_0297_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0052_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0101_bin, NARC_scr_seq_release_narc_0342_bin, NARC_scr_seq_release_narc_0802_bin, NARC_msg_narc_0270_bin, SEQ_D_AGITO, SEQ_D_AGITO, ENCDATA(NARC_d_enc_data_narc_0134_bin, NARC_p_enc_data_narc_0134_bin), NARC_zone_event_release_narc_0298_bin, MAPSEC_LAKE_VERITY, 0, 2, 3, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0052_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0102_bin, NARC_scr_seq_release_narc_0343_bin, NARC_scr_seq_release_narc_0803_bin, NARC_msg_narc_0271_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, ENCDATA(NARC_d_enc_data_narc_0135_bin, NARC_p_enc_data_narc_0135_bin), NARC_zone_event_release_narc_0299_bin, MAPSEC_LAKE_VERITY, 0, 2, 3, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0103_bin, NARC_scr_seq_release_narc_0344_bin, NARC_scr_seq_release_narc_0804_bin, NARC_msg_narc_0272_bin, SEQ_D_01, SEQ_D_01, 0xFFFF, NARC_zone_event_release_narc_0300_bin, MAPSEC_VERITY_CAVERN, 0, 12, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0052_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0104_bin, NARC_scr_seq_release_narc_0346_bin, NARC_scr_seq_release_narc_0806_bin, NARC_msg_narc_0273_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0301_bin, MAPSEC_LAKE_VALOR, 0, 2, 3, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0052_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0105_bin, NARC_scr_seq_release_narc_0347_bin, NARC_scr_seq_release_narc_0807_bin, NARC_msg_narc_0274_bin, SEQ_D_AGITO, SEQ_D_AGITO, ENCDATA(NARC_d_enc_data_narc_0136_bin, NARC_p_enc_data_narc_0136_bin), NARC_zone_event_release_narc_0302_bin, MAPSEC_LAKE_VALOR, 0, 2, 3, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0106_bin, NARC_scr_seq_release_narc_0348_bin, NARC_scr_seq_release_narc_0808_bin, NARC_msg_narc_0275_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, 0xFFFF, NARC_zone_event_release_narc_0303_bin, MAPSEC_VALOR_CAVERN, 0, 12, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0107_bin, NARC_scr_seq_release_narc_0350_bin, NARC_scr_seq_release_narc_0810_bin, NARC_msg_narc_0276_bin, SEQ_D_AGITO, SEQ_D_AGITO, 0xFFFF, NARC_zone_event_release_narc_0304_bin, MAPSEC_LAKE_ACUITY, 0, 15, 3, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0108_bin, NARC_scr_seq_release_narc_0351_bin, NARC_scr_seq_release_narc_0811_bin, NARC_msg_narc_0277_bin, SEQ_D_RYAYHY, SEQ_D_RYAYHY, ENCDATA(NARC_d_enc_data_narc_0137_bin, NARC_p_enc_data_narc_0137_bin), NARC_zone_event_release_narc_0305_bin, MAPSEC_LAKE_ACUITY, 0, 15, 3, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0109_bin, NARC_scr_seq_release_narc_0352_bin, NARC_scr_seq_release_narc_0812_bin, NARC_msg_narc_0278_bin, SEQ_D_01, SEQ_D_01, 0xFFFF, NARC_zone_event_release_narc_0306_bin, MAPSEC_ACUITY_CAVERN, 0, 12, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0015_bin, NARC_move_model_list_narc_0009_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0353_bin, NARC_scr_seq_release_narc_0813_bin, NARC_msg_narc_0279_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0307_bin, MAPSEC_NEWMOON_ISLAND, 0, 0, 3, 0, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0044_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0110_bin, NARC_scr_seq_release_narc_0354_bin, NARC_scr_seq_release_narc_0814_bin, NARC_msg_narc_0280_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0308_bin, MAPSEC_NEWMOON_ISLAND, 0, 2, 3, 3, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0054_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0229_bin, NARC_scr_seq_release_narc_0355_bin, NARC_scr_seq_release_narc_0815_bin, NARC_msg_narc_0281_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0309_bin, MAPSEC_BATTLE_PARK, 0, 2, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0041_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0231_bin, NARC_scr_seq_release_narc_0356_bin, NARC_scr_seq_release_narc_0816_bin, NARC_msg_narc_0282_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0310_bin, MAPSEC_BATTLE_PARK, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0232_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0233_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0193_bin, NARC_scr_seq_release_narc_0358_bin, NARC_scr_seq_release_narc_0818_bin, NARC_msg_narc_0283_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0311_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_0359_bin, NARC_scr_seq_release_narc_0819_bin, NARC_msg_narc_0018_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0312_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0194_bin, NARC_scr_seq_release_narc_0360_bin, NARC_scr_seq_release_narc_0820_bin, NARC_msg_narc_0018_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0313_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0195_bin, NARC_scr_seq_release_narc_0361_bin, NARC_scr_seq_release_narc_0821_bin, NARC_msg_narc_0018_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0314_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0197_bin, NARC_scr_seq_release_narc_0362_bin, NARC_scr_seq_release_narc_0822_bin, NARC_msg_narc_0284_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0315_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0198_bin, NARC_scr_seq_release_narc_0363_bin, NARC_scr_seq_release_narc_0823_bin, NARC_msg_narc_0285_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0316_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0005_bin, NARC_move_model_list_narc_0014_bin, NARC_map_matrix_narc_0118_bin, NARC_scr_seq_release_narc_0366_bin, NARC_scr_seq_release_narc_0825_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0317_bin, MAPSEC_MYSTERY_ZONE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0005_bin, NARC_move_model_list_narc_0014_bin, NARC_map_matrix_narc_0121_bin, NARC_scr_seq_release_narc_0367_bin, NARC_scr_seq_release_narc_0826_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0318_bin, MAPSEC_MYSTERY_ZONE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0379_bin, NARC_scr_seq_release_narc_0829_bin, NARC_msg_narc_0352_bin, SEQ_CITY09_D, SEQ_CITY09_N, 0xFFFF, NARC_zone_event_release_narc_0319_bin, MAPSEC_VERITY_LAKEFRONT, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, 20, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0380_bin, NARC_scr_seq_release_narc_0830_bin, NARC_msg_narc_0353_bin, SEQ_CITY09_D, SEQ_CITY09_N, 0xFFFF, NARC_zone_event_release_narc_0320_bin, MAPSEC_VERITY_LAKEFRONT, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0018_bin, NARC_move_model_list_narc_0012_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0381_bin, NARC_scr_seq_release_narc_0831_bin, NARC_msg_narc_0354_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, ENCDATA(NARC_d_enc_data_narc_0138_bin, NARC_p_enc_data_narc_0138_bin), NARC_zone_event_release_narc_0321_bin, MAPSEC_VALOR_LAKEFRONT, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0147_bin, NARC_scr_seq_release_narc_0382_bin, NARC_scr_seq_release_narc_0832_bin, NARC_msg_narc_0355_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0322_bin, MAPSEC_RESTAURANT, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0146_bin, NARC_scr_seq_release_narc_0383_bin, NARC_scr_seq_release_narc_0833_bin, NARC_msg_narc_0356_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0323_bin, MAPSEC_GRAND_LAKE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0146_bin, NARC_scr_seq_release_narc_0384_bin, NARC_scr_seq_release_narc_0834_bin, NARC_msg_narc_0357_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0324_bin, MAPSEC_GRAND_LAKE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0385_bin, NARC_scr_seq_release_narc_0835_bin, NARC_msg_narc_0358_bin, SEQ_ROAD_D_D, SEQ_ROAD_D_N, ENCDATA(NARC_d_enc_data_narc_0139_bin, NARC_p_enc_data_narc_0139_bin), NARC_zone_event_release_narc_0325_bin, MAPSEC_ACUITY_LAKEFRONT, 27, 0, 2, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0018_bin, NARC_move_model_list_narc_0012_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0326_bin, MAPSEC_SPRING_PATH, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0392_bin, NARC_scr_seq_release_narc_0837_bin, NARC_msg_narc_0415_bin, SEQ_CITY09_D, SEQ_CITY09_N, ENCDATA(NARC_d_enc_data_narc_0140_bin, NARC_p_enc_data_narc_0140_bin), NARC_zone_event_release_narc_0327_bin, MAPSEC_ROUTE_201, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0393_bin, NARC_scr_seq_release_narc_0838_bin, NARC_msg_narc_0416_bin, SEQ_CITY09_D, SEQ_CITY09_N, ENCDATA(NARC_d_enc_data_narc_0141_bin, NARC_p_enc_data_narc_0141_bin), NARC_zone_event_release_narc_0328_bin, MAPSEC_ROUTE_202, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0394_bin, NARC_scr_seq_release_narc_0839_bin, NARC_msg_narc_0417_bin, SEQ_CITY10_D, SEQ_CITY10_N, ENCDATA(NARC_d_enc_data_narc_0142_bin, NARC_p_enc_data_narc_0142_bin), NARC_zone_event_release_narc_0329_bin, MAPSEC_ROUTE_203, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0395_bin, NARC_scr_seq_release_narc_0840_bin, NARC_msg_narc_0418_bin, SEQ_CITY10_D, SEQ_CITY10_N, ENCDATA(NARC_d_enc_data_narc_0143_bin, NARC_p_enc_data_narc_0143_bin), NARC_zone_event_release_narc_0330_bin, MAPSEC_ROUTE_204, 0, 0, 2, 0, TRUE, TRUE, TRUE, TRUE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0396_bin, NARC_scr_seq_release_narc_0841_bin, NARC_msg_narc_0419_bin, SEQ_CITY10_D, SEQ_CITY10_N, ENCDATA(NARC_d_enc_data_narc_0144_bin, NARC_p_enc_data_narc_0144_bin), NARC_zone_event_release_narc_0331_bin, MAPSEC_ROUTE_204, 0, 0, 2, 0, TRUE, TRUE, TRUE, TRUE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0397_bin, NARC_scr_seq_release_narc_0842_bin, NARC_msg_narc_0420_bin, SEQ_CITY11_D, SEQ_CITY11_N, ENCDATA(NARC_d_enc_data_narc_0145_bin, NARC_p_enc_data_narc_0145_bin), NARC_zone_event_release_narc_0332_bin, MAPSEC_ROUTE_205, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0398_bin, NARC_scr_seq_release_narc_0843_bin, NARC_msg_narc_0421_bin, SEQ_CITY11_D, SEQ_CITY11_N, 0xFFFF, NARC_zone_event_release_narc_0333_bin, MAPSEC_ROUTE_205, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0399_bin, NARC_scr_seq_release_narc_0844_bin, NARC_msg_narc_0422_bin, SEQ_CITY11_D, SEQ_CITY11_N, ENCDATA(NARC_d_enc_data_narc_0146_bin, NARC_p_enc_data_narc_0146_bin), NARC_zone_event_release_narc_0334_bin, MAPSEC_ROUTE_205, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0007_bin, NARC_move_model_list_narc_0001_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0400_bin, NARC_scr_seq_release_narc_0845_bin, NARC_msg_narc_0423_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, ENCDATA(NARC_d_enc_data_narc_0147_bin, NARC_p_enc_data_narc_0147_bin), NARC_zone_event_release_narc_0335_bin, MAPSEC_ROUTE_206, 8, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0211_bin, NARC_scr_seq_release_narc_0401_bin, NARC_scr_seq_release_narc_0846_bin, NARC_msg_narc_0424_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0336_bin, MAPSEC_ROUTE_206, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, 31, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0402_bin, NARC_scr_seq_release_narc_0847_bin, NARC_msg_narc_0425_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0337_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0007_bin, NARC_move_model_list_narc_0001_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0403_bin, NARC_scr_seq_release_narc_0848_bin, NARC_msg_narc_0426_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, ENCDATA(NARC_d_enc_data_narc_0148_bin, NARC_p_enc_data_narc_0148_bin), NARC_zone_event_release_narc_0338_bin, MAPSEC_ROUTE_207, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0009_bin, NARC_move_model_list_narc_0003_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0404_bin, NARC_scr_seq_release_narc_0849_bin, NARC_msg_narc_0427_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, ENCDATA(NARC_d_enc_data_narc_0149_bin, NARC_p_enc_data_narc_0149_bin), NARC_zone_event_release_narc_0339_bin, MAPSEC_ROUTE_208, 8, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0405_bin, NARC_scr_seq_release_narc_0850_bin, NARC_msg_narc_0428_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0340_bin, MAPSEC_ROUTE_208, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0406_bin, NARC_scr_seq_release_narc_0851_bin, NARC_msg_narc_0429_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, ENCDATA(NARC_d_enc_data_narc_0150_bin, NARC_p_enc_data_narc_0150_bin), NARC_zone_event_release_narc_0341_bin, MAPSEC_ROUTE_209, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0042_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0212_bin, NARC_scr_seq_release_narc_0407_bin, NARC_scr_seq_release_narc_0852_bin, NARC_msg_narc_0430_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0151_bin, NARC_p_enc_data_narc_0151_bin), NARC_zone_event_release_narc_0342_bin, MAPSEC_ROUTE_209, 0, 4, 4, 8, FALSE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0042_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0213_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0152_bin, NARC_p_enc_data_narc_0152_bin), NARC_zone_event_release_narc_0343_bin, MAPSEC_ROUTE_209, 0, 4, 4, 8, FALSE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0042_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0214_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0153_bin, NARC_p_enc_data_narc_0153_bin), NARC_zone_event_release_narc_0344_bin, MAPSEC_ROUTE_209, 0, 4, 4, 8, FALSE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0042_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0215_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0154_bin, NARC_p_enc_data_narc_0154_bin), NARC_zone_event_release_narc_0345_bin, MAPSEC_ROUTE_209, 0, 4, 4, 8, FALSE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0042_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0216_bin, NARC_scr_seq_release_narc_0411_bin, NARC_scr_seq_release_narc_0856_bin, NARC_msg_narc_0431_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0155_bin, NARC_p_enc_data_narc_0155_bin), NARC_zone_event_release_narc_0346_bin, MAPSEC_ROUTE_209, 0, 4, 4, 8, FALSE, FALSE, TRUE, FALSE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0412_bin, NARC_scr_seq_release_narc_0857_bin, NARC_msg_narc_0432_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0156_bin, NARC_p_enc_data_narc_0156_bin), NARC_zone_event_release_narc_0347_bin, MAPSEC_ROUTE_210, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0414_bin, NARC_scr_seq_release_narc_0859_bin, NARC_msg_narc_0434_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0157_bin, NARC_p_enc_data_narc_0157_bin), NARC_zone_event_release_narc_0348_bin, MAPSEC_ROUTE_210, 14, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0415_bin, NARC_scr_seq_release_narc_0860_bin, NARC_msg_narc_0435_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, 0xFFFF, NARC_zone_event_release_narc_0349_bin, MAPSEC_ROUTE_210, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0416_bin, NARC_scr_seq_release_narc_0861_bin, NARC_msg_narc_0436_bin, SEQ_CITY11_D, SEQ_CITY11_N, ENCDATA(NARC_d_enc_data_narc_0158_bin, NARC_p_enc_data_narc_0158_bin), NARC_zone_event_release_narc_0350_bin, MAPSEC_ROUTE_211, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0417_bin, NARC_scr_seq_release_narc_0862_bin, NARC_msg_narc_0437_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0159_bin, NARC_p_enc_data_narc_0159_bin), NARC_zone_event_release_narc_0351_bin, MAPSEC_ROUTE_211, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0012_bin, NARC_move_model_list_narc_0006_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0418_bin, NARC_scr_seq_release_narc_0863_bin, NARC_msg_narc_0438_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, ENCDATA(NARC_d_enc_data_narc_0160_bin, NARC_p_enc_data_narc_0160_bin), NARC_zone_event_release_narc_0352_bin, MAPSEC_ROUTE_212, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0178_bin, NARC_scr_seq_release_narc_0419_bin, NARC_scr_seq_release_narc_0864_bin, NARC_msg_narc_0439_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0353_bin, MAPSEC_POKEMON_MANSION, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0179_bin, NARC_scr_seq_release_narc_0420_bin, NARC_scr_seq_release_narc_0865_bin, NARC_msg_narc_0440_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0354_bin, MAPSEC_POKEMON_MANSION, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0180_bin, NARC_scr_seq_release_narc_0421_bin, NARC_scr_seq_release_narc_0866_bin, NARC_msg_narc_0441_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0355_bin, MAPSEC_POKEMON_MANSION, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0012_bin, NARC_move_model_list_narc_0006_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0422_bin, NARC_scr_seq_release_narc_0867_bin, NARC_msg_narc_0442_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, ENCDATA(NARC_d_enc_data_narc_0161_bin, NARC_p_enc_data_narc_0161_bin), NARC_zone_event_release_narc_0356_bin, MAPSEC_ROUTE_212, 24, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_0423_bin, NARC_scr_seq_release_narc_0868_bin, NARC_msg_narc_0443_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0357_bin, MAPSEC_ROUTE_212, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0018_bin, NARC_move_model_list_narc_0012_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0424_bin, NARC_scr_seq_release_narc_0869_bin, NARC_msg_narc_0444_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, ENCDATA(NARC_d_enc_data_narc_0162_bin, NARC_p_enc_data_narc_0162_bin), NARC_zone_event_release_narc_0358_bin, MAPSEC_ROUTE_213, 25, 0, 2, 1, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0425_bin, NARC_scr_seq_release_narc_0870_bin, NARC_msg_narc_0445_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0359_bin, MAPSEC_ROUTE_213, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0426_bin, NARC_scr_seq_release_narc_0871_bin, NARC_msg_narc_0446_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0360_bin, MAPSEC_FOOTSTEP_HOUSE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0145_bin, NARC_scr_seq_release_narc_0427_bin, NARC_scr_seq_release_narc_0872_bin, NARC_msg_narc_0447_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0361_bin, MAPSEC_GRAND_LAKE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0146_bin, NARC_scr_seq_release_narc_0428_bin, NARC_scr_seq_release_narc_0873_bin, NARC_msg_narc_0448_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0362_bin, MAPSEC_GRAND_LAKE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0146_bin, NARC_scr_seq_release_narc_0429_bin, NARC_scr_seq_release_narc_0874_bin, NARC_msg_narc_0449_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0363_bin, MAPSEC_GRAND_LAKE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0146_bin, NARC_scr_seq_release_narc_0430_bin, NARC_scr_seq_release_narc_0875_bin, NARC_msg_narc_0450_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0364_bin, MAPSEC_GRAND_LAKE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0018_bin, NARC_move_model_list_narc_0012_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0431_bin, NARC_scr_seq_release_narc_0876_bin, NARC_msg_narc_0451_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0163_bin, NARC_p_enc_data_narc_0163_bin), NARC_zone_event_release_narc_0365_bin, MAPSEC_ROUTE_214, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0157_bin, NARC_scr_seq_release_narc_0432_bin, NARC_scr_seq_release_narc_0877_bin, NARC_msg_narc_0452_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, 0xFFFF, NARC_zone_event_release_narc_0366_bin, MAPSEC_ROUTE_214, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0433_bin, NARC_scr_seq_release_narc_0878_bin, NARC_msg_narc_0453_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0164_bin, NARC_p_enc_data_narc_0164_bin), NARC_zone_event_release_narc_0367_bin, MAPSEC_ROUTE_215, 2, 0, 2, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0434_bin, NARC_scr_seq_release_narc_0879_bin, NARC_msg_narc_0454_bin, SEQ_ROAD_D_D, SEQ_ROAD_D_N, ENCDATA(NARC_d_enc_data_narc_0165_bin, NARC_p_enc_data_narc_0165_bin), NARC_zone_event_release_narc_0368_bin, MAPSEC_ROUTE_216, 26, 0, 2, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0435_bin, NARC_scr_seq_release_narc_0880_bin, NARC_msg_narc_0455_bin, SEQ_ROAD_D_D, SEQ_ROAD_D_N, 0xFFFF, NARC_zone_event_release_narc_0369_bin, MAPSEC_ROUTE_216, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0014_bin, NARC_move_model_list_narc_0008_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0436_bin, NARC_scr_seq_release_narc_0881_bin, NARC_msg_narc_0456_bin, SEQ_ROAD_D_D, SEQ_ROAD_D_N, ENCDATA(NARC_d_enc_data_narc_0166_bin, NARC_p_enc_data_narc_0166_bin), NARC_zone_event_release_narc_0370_bin, MAPSEC_ROUTE_217, 7, 0, 2, 5, FALSE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_0437_bin, NARC_scr_seq_release_narc_0882_bin, NARC_msg_narc_0457_bin, SEQ_ROAD_D_D, SEQ_ROAD_D_N, 0xFFFF, NARC_zone_event_release_narc_0371_bin, MAPSEC_ROUTE_217, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_0438_bin, NARC_scr_seq_release_narc_0883_bin, NARC_msg_narc_0458_bin, SEQ_ROAD_D_D, SEQ_ROAD_D_N, 0xFFFF, NARC_zone_event_release_narc_0372_bin, MAPSEC_ROUTE_217, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0015_bin, NARC_move_model_list_narc_0009_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0439_bin, NARC_scr_seq_release_narc_0884_bin, NARC_msg_narc_0459_bin, SEQ_CITY10_D, SEQ_CITY10_N, ENCDATA(NARC_d_enc_data_narc_0167_bin, NARC_p_enc_data_narc_0167_bin), NARC_zone_event_release_narc_0373_bin, MAPSEC_ROUTE_218, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0440_bin, NARC_scr_seq_release_narc_0885_bin, NARC_msg_narc_0460_bin, SEQ_CITY10_D, SEQ_CITY10_N, 0xFFFF, NARC_zone_event_release_narc_0374_bin, MAPSEC_ROUTE_218, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0441_bin, NARC_scr_seq_release_narc_0886_bin, NARC_msg_narc_0461_bin, SEQ_CITY10_D, SEQ_CITY10_N, 0xFFFF, NARC_zone_event_release_narc_0375_bin, MAPSEC_ROUTE_218, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0442_bin, NARC_scr_seq_release_narc_0887_bin, NARC_msg_narc_0462_bin, SEQ_CITY09_D, SEQ_CITY09_N, ENCDATA(NARC_d_enc_data_narc_0168_bin, NARC_p_enc_data_narc_0168_bin), NARC_zone_event_release_narc_0376_bin, MAPSEC_ROUTE_219, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0443_bin, NARC_scr_seq_release_narc_0888_bin, NARC_msg_narc_0463_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, ENCDATA(NARC_d_enc_data_narc_0169_bin, NARC_p_enc_data_narc_0169_bin), NARC_zone_event_release_narc_0377_bin, MAPSEC_ROUTE_221, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0039_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0201_bin, NARC_scr_seq_release_narc_0444_bin, NARC_scr_seq_release_narc_0889_bin, NARC_msg_narc_0464_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0378_bin, MAPSEC_PAL_PARK, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_0445_bin, NARC_scr_seq_release_narc_0890_bin, NARC_msg_narc_0465_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0379_bin, MAPSEC_ROUTE_221, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0018_bin, NARC_move_model_list_narc_0012_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0446_bin, NARC_scr_seq_release_narc_0891_bin, NARC_msg_narc_0466_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, ENCDATA(NARC_d_enc_data_narc_0170_bin, NARC_p_enc_data_narc_0170_bin), NARC_zone_event_release_narc_0380_bin, MAPSEC_ROUTE_222, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0447_bin, NARC_scr_seq_release_narc_0892_bin, NARC_msg_narc_0467_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0381_bin, MAPSEC_ROUTE_222, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0448_bin, NARC_scr_seq_release_narc_0893_bin, NARC_msg_narc_0468_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0382_bin, MAPSEC_ROUTE_222, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0449_bin, NARC_scr_seq_release_narc_0894_bin, NARC_msg_narc_0469_bin, SEQ_ROAD_B_D, SEQ_ROAD_B_N, 0xFFFF, NARC_zone_event_release_narc_0383_bin, MAPSEC_ROUTE_222, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0013_bin, NARC_move_model_list_narc_0010_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0450_bin, NARC_scr_seq_release_narc_0895_bin, NARC_msg_narc_0470_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0171_bin, NARC_p_enc_data_narc_0171_bin), NARC_zone_event_release_narc_0384_bin, MAPSEC_ROUTE_224, 0, 0, 2, 0, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0451_bin, NARC_scr_seq_release_narc_0896_bin, NARC_msg_narc_0471_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, ENCDATA(NARC_d_enc_data_narc_0172_bin, NARC_p_enc_data_narc_0172_bin), NARC_zone_event_release_narc_0385_bin, MAPSEC_ROUTE_225, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0454_bin, NARC_scr_seq_release_narc_0899_bin, NARC_msg_narc_0474_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, ENCDATA(NARC_d_enc_data_narc_0173_bin, NARC_p_enc_data_narc_0173_bin), NARC_zone_event_release_narc_0386_bin, MAPSEC_ROUTE_227, 9, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0456_bin, NARC_scr_seq_release_narc_0901_bin, NARC_msg_narc_0476_bin, SEQ_ROAD_E_D, SEQ_ROAD_E_N, ENCDATA(NARC_d_enc_data_narc_0174_bin, NARC_p_enc_data_narc_0174_bin), NARC_zone_event_release_narc_0387_bin, MAPSEC_ROUTE_228, 10, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0460_bin, NARC_scr_seq_release_narc_0905_bin, NARC_msg_narc_0480_bin, SEQ_ROAD_E_D, SEQ_ROAD_E_N, ENCDATA(NARC_d_enc_data_narc_0175_bin, NARC_p_enc_data_narc_0175_bin), NARC_zone_event_release_narc_0388_bin, MAPSEC_ROUTE_229, 0, 0, 2, 3, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0005_bin, NARC_move_model_list_narc_0014_bin, NARC_map_matrix_narc_0119_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0978_bin, NARC_scr_seq_release_narc_0908_bin, NARC_msg_narc_0498_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, ENCDATA(NARC_d_enc_data_narc_0176_bin, NARC_p_enc_data_narc_0176_bin), NARC_zone_event_release_narc_0389_bin, MAPSEC_TWINLEAF_TOWN, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0126_bin, NARC_scr_seq_release_narc_0979_bin, NARC_scr_seq_release_narc_0909_bin, NARC_msg_narc_0499_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, 0xFFFF, NARC_zone_event_release_narc_0390_bin, MAPSEC_TWINLEAF_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0127_bin, NARC_scr_seq_release_narc_0980_bin, NARC_scr_seq_release_narc_0910_bin, NARC_msg_narc_0500_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, 0xFFFF, NARC_zone_event_release_narc_0391_bin, MAPSEC_TWINLEAF_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0128_bin, NARC_scr_seq_release_narc_0981_bin, NARC_scr_seq_release_narc_0911_bin, NARC_msg_narc_0501_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, 0xFFFF, NARC_zone_event_release_narc_0392_bin, MAPSEC_TWINLEAF_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0129_bin, NARC_scr_seq_release_narc_0982_bin, NARC_scr_seq_release_narc_0912_bin, NARC_msg_narc_0502_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, 0xFFFF, NARC_zone_event_release_narc_0393_bin, MAPSEC_TWINLEAF_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0983_bin, NARC_scr_seq_release_narc_0913_bin, NARC_msg_narc_0503_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, 0xFFFF, NARC_zone_event_release_narc_0394_bin, MAPSEC_TWINLEAF_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0984_bin, NARC_scr_seq_release_narc_0914_bin, NARC_msg_narc_0504_bin, SEQ_SILENCE_FIELD, SEQ_TV_HOUSOU, 0xFFFF, NARC_zone_event_release_narc_0395_bin, MAPSEC_TWINLEAF_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0985_bin, NARC_scr_seq_release_narc_0915_bin, NARC_msg_narc_0505_bin, SEQ_SILENCE_DUNGEON, SEQ_TOWN05_D, 0xFFFF, NARC_zone_event_release_narc_0396_bin, MAPSEC_SANDGEM_TOWN, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0986_bin, NARC_scr_seq_release_narc_0916_bin, NARC_msg_narc_0506_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0397_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0987_bin, NARC_scr_seq_release_narc_0917_bin, NARC_msg_narc_0507_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0398_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0988_bin, NARC_scr_seq_release_narc_0918_bin, NARC_msg_narc_0508_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0399_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0160_bin, NARC_scr_seq_release_narc_0990_bin, NARC_scr_seq_release_narc_0920_bin, NARC_msg_narc_0509_bin, SEQ_PC_01, SEQ_PC_01, 0xFFFF, NARC_zone_event_release_narc_0400_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0130_bin, NARC_scr_seq_release_narc_0991_bin, NARC_scr_seq_release_narc_0921_bin, NARC_msg_narc_0510_bin, SEQ_SILENCE_DUNGEON, SEQ_TOWN05_D, 0xFFFF, NARC_zone_event_release_narc_0401_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0131_bin, NARC_scr_seq_release_narc_0992_bin, NARC_scr_seq_release_narc_0922_bin, NARC_msg_narc_0511_bin, SEQ_SILENCE_DUNGEON, SEQ_TOWN05_D, 0xFFFF, NARC_zone_event_release_narc_0402_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0993_bin, NARC_scr_seq_release_narc_0923_bin, NARC_msg_narc_0512_bin, SEQ_SILENCE_DUNGEON, SEQ_TOWN05_D, 0xFFFF, NARC_zone_event_release_narc_0403_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0008_bin, NARC_move_model_list_narc_0002_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0994_bin, NARC_scr_seq_release_narc_0924_bin, NARC_msg_narc_0513_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0404_bin, MAPSEC_FLOAROMA_TOWN, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_0995_bin, NARC_scr_seq_release_narc_0925_bin, NARC_msg_narc_0514_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0405_bin, MAPSEC_FLOAROMA_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_0996_bin, NARC_scr_seq_release_narc_0926_bin, NARC_msg_narc_0515_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0406_bin, MAPSEC_FLOAROMA_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0997_bin, NARC_scr_seq_release_narc_0927_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0407_bin, MAPSEC_FLOAROMA_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0236_bin, NARC_scr_seq_release_narc_0999_bin, NARC_scr_seq_release_narc_0929_bin, NARC_msg_narc_0516_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0408_bin, MAPSEC_FLOWER_SHOP, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1000_bin, NARC_scr_seq_release_narc_0930_bin, NARC_msg_narc_0517_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0409_bin, MAPSEC_FLOAROMA_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1001_bin, NARC_scr_seq_release_narc_0931_bin, NARC_msg_narc_0518_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0410_bin, MAPSEC_FLOAROMA_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_1002_bin, NARC_scr_seq_release_narc_0932_bin, NARC_msg_narc_0519_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0411_bin, MAPSEC_SOLACEON_TOWN, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_1003_bin, NARC_scr_seq_release_narc_0933_bin, NARC_msg_narc_0520_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0412_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_1004_bin, NARC_scr_seq_release_narc_0934_bin, NARC_msg_narc_0521_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0413_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_1005_bin, NARC_scr_seq_release_narc_0935_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0414_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0137_bin, NARC_scr_seq_release_narc_1007_bin, NARC_scr_seq_release_narc_0937_bin, NARC_msg_narc_0522_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0415_bin, MAPSEC_POKEMON_DAY_CARE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1008_bin, NARC_scr_seq_release_narc_0938_bin, NARC_msg_narc_0523_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0416_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_1009_bin, NARC_scr_seq_release_narc_0939_bin, NARC_msg_narc_0524_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0417_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1010_bin, NARC_scr_seq_release_narc_0940_bin, NARC_msg_narc_0525_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0418_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1011_bin, NARC_scr_seq_release_narc_0941_bin, NARC_msg_narc_0526_bin, SEQ_CITY03_D, SEQ_CITY03_N, 0xFFFF, NARC_zone_event_release_narc_0419_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0010_bin, NARC_move_model_list_narc_0004_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_1012_bin, NARC_scr_seq_release_narc_0942_bin, NARC_msg_narc_0527_bin, SEQ_CITY01_D, SEQ_CITY01_N, ENCDATA(NARC_d_enc_data_narc_0177_bin, NARC_p_enc_data_narc_0177_bin), NARC_zone_event_release_narc_0420_bin, MAPSEC_CELESTIC_TOWN, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_1014_bin, NARC_scr_seq_release_narc_0944_bin, NARC_msg_narc_0528_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0421_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_1015_bin, NARC_scr_seq_release_narc_0945_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0422_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0168_bin, NARC_scr_seq_release_narc_1017_bin, NARC_scr_seq_release_narc_0947_bin, NARC_msg_narc_0529_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0423_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0170_bin, NARC_scr_seq_release_narc_1018_bin, NARC_scr_seq_release_narc_0948_bin, NARC_msg_narc_0530_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0424_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_1019_bin, NARC_scr_seq_release_narc_0949_bin, NARC_msg_narc_0531_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0425_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_1020_bin, NARC_scr_seq_release_narc_0950_bin, NARC_msg_narc_0532_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0426_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0169_bin, NARC_scr_seq_release_narc_1021_bin, NARC_scr_seq_release_narc_0951_bin, NARC_msg_narc_0533_bin, SEQ_CITY01_D, SEQ_CITY01_N, 0xFFFF, NARC_zone_event_release_narc_0427_bin, MAPSEC_CELESTIC_TOWN, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_1022_bin, NARC_scr_seq_release_narc_0952_bin, NARC_msg_narc_0534_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0428_bin, MAPSEC_SURVIVAL_AREA, 0, 0, 1, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_1023_bin, NARC_scr_seq_release_narc_0953_bin, NARC_msg_narc_0535_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0429_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_1024_bin, NARC_scr_seq_release_narc_0954_bin, NARC_msg_narc_0536_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0430_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_1025_bin, NARC_scr_seq_release_narc_0955_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0431_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1027_bin, NARC_scr_seq_release_narc_0957_bin, NARC_msg_narc_0537_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0432_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_1028_bin, NARC_scr_seq_release_narc_0958_bin, NARC_msg_narc_0538_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0433_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1029_bin, NARC_scr_seq_release_narc_0959_bin, NARC_msg_narc_0539_bin, SEQ_CITY08_D, SEQ_CITY08_N, 0xFFFF, NARC_zone_event_release_narc_0434_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_1030_bin, NARC_scr_seq_release_narc_0960_bin, NARC_msg_narc_0540_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, ENCDATA(NARC_d_enc_data_narc_0178_bin, NARC_p_enc_data_narc_0178_bin), NARC_zone_event_release_narc_0435_bin, MAPSEC_RESORT_AREA, 0, 0, 1, 2, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0022_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0122_bin, NARC_scr_seq_release_narc_1031_bin, NARC_scr_seq_release_narc_0961_bin, NARC_msg_narc_0541_bin, SEQ_GYM, SEQ_GYM, 0xFFFF, NARC_zone_event_release_narc_0436_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0116_bin, NARC_scr_seq_release_narc_1032_bin, NARC_scr_seq_release_narc_0962_bin, NARC_msg_narc_0542_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0437_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_1033_bin, NARC_scr_seq_release_narc_0963_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0438_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0038_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0199_bin, NARC_scr_seq_release_narc_1035_bin, NARC_scr_seq_release_narc_0965_bin, NARC_msg_narc_0543_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0439_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0038_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0200_bin, NARC_scr_seq_release_narc_1036_bin, NARC_scr_seq_release_narc_0966_bin, NARC_msg_narc_0544_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0440_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_1037_bin, NARC_scr_seq_release_narc_0967_bin, NARC_msg_narc_0545_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0441_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1038_bin, NARC_scr_seq_release_narc_0968_bin, NARC_msg_narc_0546_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0442_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_1039_bin, NARC_scr_seq_release_narc_0969_bin, NARC_msg_narc_0547_bin, SEQ_TOWN03_D, SEQ_TOWN03_N, 0xFFFF, NARC_zone_event_release_narc_0443_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0005_bin, NARC_move_model_list_narc_0014_bin, NARC_map_matrix_narc_0120_bin, NARC_scr_seq_release_narc_1044_bin, NARC_scr_seq_release_narc_0971_bin, NARC_msg_narc_0576_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0444_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0006_bin, NARC_move_model_list_narc_0000_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_A_D, SEQ_ROAD_A_N, ENCDATA(NARC_d_enc_data_narc_0179_bin, NARC_p_enc_data_narc_0179_bin), NARC_zone_event_release_narc_0445_bin, MAPSEC_ROUTE_220, 0, 0, 2, 1, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0013_bin, NARC_move_model_list_narc_0007_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, ENCDATA(NARC_d_enc_data_narc_0180_bin, NARC_p_enc_data_narc_0180_bin), NARC_zone_event_release_narc_0446_bin, MAPSEC_ROUTE_223, 0, 11, 2, 1, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0017_bin, NARC_move_model_list_narc_0011_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_1047_bin, NARC_scr_seq_release_narc_0974_bin, NARC_msg_narc_0583_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, ENCDATA(NARC_d_enc_data_narc_0181_bin, NARC_p_enc_data_narc_0181_bin), NARC_zone_event_release_narc_0447_bin, MAPSEC_ROUTE_226, 0, 0, 2, 4, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_1049_bin, NARC_scr_seq_release_narc_0976_bin, NARC_msg_narc_0585_bin, SEQ_ROAD_E_D, SEQ_ROAD_E_N, ENCDATA(NARC_d_enc_data_narc_0182_bin, NARC_p_enc_data_narc_0182_bin), NARC_zone_event_release_narc_0448_bin, MAPSEC_ROUTE_230, 0, 0, 2, 1, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0013_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TEST_TITLE, SEQ_ROAD_BZB_D, 0xFFFF, NARC_zone_event_release_narc_0449_bin, MAPSEC_SEABREAK_PATH, 0, 0, 2, 1, TRUE, TRUE, FALSE, TRUE}, + {NARC_area_data_narc_0019_bin, NARC_move_model_list_narc_0013_bin, NARC_map_matrix_narc_0000_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_PV001, SEQ_PV001, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_MYSTERY_ZONE, 0, 0, 2, 1, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0007_bin, NARC_scr_seq_release_narc_0470_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0450_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0039_bin, NARC_scr_seq_release_narc_0502_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0451_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0053_bin, NARC_scr_seq_release_narc_0516_bin, NARC_msg_narc_0062_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0452_bin, MAPSEC_OREBURGH_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0075_bin, NARC_scr_seq_release_narc_0538_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0453_bin, MAPSEC_ETERNA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0099_bin, NARC_scr_seq_release_narc_0562_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0454_bin, MAPSEC_HEARTHOME_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0123_bin, NARC_scr_seq_release_narc_0586_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0455_bin, MAPSEC_PASTORIA_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0135_bin, NARC_scr_seq_release_narc_0598_bin, NARC_msg_narc_0138_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0456_bin, MAPSEC_VEILSTONE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0157_bin, NARC_scr_seq_release_narc_0620_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0457_bin, MAPSEC_SUNYSHORE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0173_bin, NARC_scr_seq_release_narc_0636_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0458_bin, MAPSEC_SNOWPOINT_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0179_bin, NARC_scr_seq_release_narc_0642_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0459_bin, MAPSEC_POKEMON_LEAGUE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0199_bin, NARC_scr_seq_release_narc_0662_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0460_bin, MAPSEC_FIGHT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0989_bin, NARC_scr_seq_release_narc_0919_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0461_bin, MAPSEC_SANDGEM_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0998_bin, NARC_scr_seq_release_narc_0928_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0462_bin, MAPSEC_FLOAROMA_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_1006_bin, NARC_scr_seq_release_narc_0936_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0463_bin, MAPSEC_SOLACEON_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_1016_bin, NARC_scr_seq_release_narc_0946_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0464_bin, MAPSEC_CELESTIC_TOWN, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_1026_bin, NARC_scr_seq_release_narc_0956_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0465_bin, MAPSEC_SURVIVAL_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_1034_bin, NARC_scr_seq_release_narc_0964_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0466_bin, MAPSEC_RESORT_AREA, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0124_bin, NARC_scr_seq_release_narc_0047_bin, NARC_scr_seq_release_narc_0510_bin, NARC_msg_narc_0018_bin, SEQ_TOWN06_D, SEQ_TOWN06_N, 0xFFFF, NARC_zone_event_release_narc_0467_bin, MAPSEC_CANALAVE_CITY, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0035_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0171_bin, NARC_scr_seq_release_narc_0413_bin, NARC_scr_seq_release_narc_0858_bin, NARC_msg_narc_0433_bin, SEQ_ROAD_C_D, SEQ_ROAD_C_N, 0xFFFF, NARC_zone_event_release_narc_0468_bin, MAPSEC_CAFE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0033_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0196_bin, NARC_scr_seq_release_narc_0364_bin, NARC_scr_seq_release_narc_0824_bin, NARC_msg_narc_0286_bin, SEQ_BLD_CON, SEQ_BLD_CON, 0xFFFF, NARC_zone_event_release_narc_0469_bin, MAPSEC_BATTLE_TOWER, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0058_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0238_bin, NARC_scr_seq_release_narc_0339_bin, NARC_scr_seq_release_narc_0799_bin, NARC_msg_narc_0268_bin, SEQ_BLD_GAME, SEQ_BLD_GAME, 0xFFFF, NARC_zone_event_release_narc_0470_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0117_bin, NARC_scr_seq_release_narc_0193_bin, NARC_scr_seq_release_narc_0656_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0471_bin, MAPSEC_POKEMON_LEAGUE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0235_bin, NARC_scr_seq_release_narc_0194_bin, NARC_scr_seq_release_narc_0657_bin, NARC_msg_narc_0018_bin, SEQ_POKEPARK, SEQ_D_HARDMT, 0xFFFF, NARC_zone_event_release_narc_0472_bin, MAPSEC_POKEMON_LEAGUE, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0058_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0239_bin, NARC_scr_seq_release_narc_0340_bin, NARC_scr_seq_release_narc_0800_bin, NARC_msg_narc_0269_bin, SEQ_BLD_GAME, SEQ_BLD_GAME, 0xFFFF, NARC_zone_event_release_narc_0473_bin, MAPSEC_GALACTIC_HQ, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0123_bin, NARC_scr_seq_release_narc_0452_bin, NARC_scr_seq_release_narc_0897_bin, NARC_msg_narc_0472_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, 0xFFFF, NARC_zone_event_release_narc_0474_bin, MAPSEC_ROUTE_225, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_1048_bin, NARC_scr_seq_release_narc_0975_bin, NARC_msg_narc_0584_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, 0xFFFF, NARC_zone_event_release_narc_0475_bin, MAPSEC_ROUTE_226, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0455_bin, NARC_scr_seq_release_narc_0900_bin, NARC_msg_narc_0475_bin, SEQ_TOWN02_D, SEQ_TOWN02_N, 0xFFFF, NARC_zone_event_release_narc_0476_bin, MAPSEC_ROUTE_227, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0158_bin, NARC_scr_seq_release_narc_0457_bin, NARC_scr_seq_release_narc_0902_bin, NARC_msg_narc_0477_bin, SEQ_ROAD_E_D, SEQ_ROAD_E_N, 0xFFFF, NARC_zone_event_release_narc_0477_bin, MAPSEC_ROUTE_228, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0244_bin, NARC_scr_seq_release_narc_0458_bin, NARC_scr_seq_release_narc_0903_bin, NARC_msg_narc_0478_bin, SEQ_ROAD_E_D, SEQ_ROAD_E_N, 0xFFFF, NARC_zone_event_release_narc_0478_bin, MAPSEC_ROUTE_228, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0125_bin, NARC_scr_seq_release_narc_0459_bin, NARC_scr_seq_release_narc_0904_bin, NARC_msg_narc_0479_bin, SEQ_ROAD_E_D, SEQ_ROAD_E_N, 0xFFFF, NARC_zone_event_release_narc_0479_bin, MAPSEC_ROUTE_228, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0240_bin, NARC_scr_seq_release_narc_0235_bin, NARC_scr_seq_release_narc_0695_bin, NARC_msg_narc_0223_bin, SEQ_D_KOUEN, SEQ_D_KOUEN, ENCDATA(NARC_d_enc_data_narc_0023_bin, NARC_p_enc_data_narc_0023_bin), NARC_zone_event_release_narc_0480_bin, MAPSEC_GREAT_MARSH, 0, 2, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0240_bin, NARC_scr_seq_release_narc_0236_bin, NARC_scr_seq_release_narc_0696_bin, NARC_msg_narc_0224_bin, SEQ_D_KOUEN, SEQ_D_KOUEN, ENCDATA(NARC_d_enc_data_narc_0024_bin, NARC_p_enc_data_narc_0024_bin), NARC_zone_event_release_narc_0481_bin, MAPSEC_GREAT_MARSH, 0, 2, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0240_bin, NARC_scr_seq_release_narc_0237_bin, NARC_scr_seq_release_narc_0697_bin, NARC_msg_narc_0225_bin, SEQ_D_KOUEN, SEQ_D_KOUEN, ENCDATA(NARC_d_enc_data_narc_0025_bin, NARC_p_enc_data_narc_0025_bin), NARC_zone_event_release_narc_0482_bin, MAPSEC_GREAT_MARSH, 0, 2, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0240_bin, NARC_scr_seq_release_narc_0238_bin, NARC_scr_seq_release_narc_0698_bin, NARC_msg_narc_0226_bin, SEQ_D_KOUEN, SEQ_D_KOUEN, ENCDATA(NARC_d_enc_data_narc_0026_bin, NARC_p_enc_data_narc_0026_bin), NARC_zone_event_release_narc_0483_bin, MAPSEC_GREAT_MARSH, 0, 2, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0240_bin, NARC_scr_seq_release_narc_0239_bin, NARC_scr_seq_release_narc_0699_bin, NARC_msg_narc_0227_bin, SEQ_D_KOUEN, SEQ_D_KOUEN, ENCDATA(NARC_d_enc_data_narc_0027_bin, NARC_p_enc_data_narc_0027_bin), NARC_zone_event_release_narc_0484_bin, MAPSEC_GREAT_MARSH, 0, 2, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0053_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0240_bin, NARC_scr_seq_release_narc_0240_bin, NARC_scr_seq_release_narc_0700_bin, NARC_msg_narc_0228_bin, SEQ_D_KOUEN, SEQ_D_KOUEN, ENCDATA(NARC_d_enc_data_narc_0028_bin, NARC_p_enc_data_narc_0028_bin), NARC_zone_event_release_narc_0485_bin, MAPSEC_GREAT_MARSH, 0, 2, 2, 3, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0050_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0241_bin, NARC_scr_seq_release_narc_0232_bin, NARC_scr_seq_release_narc_0692_bin, NARC_msg_narc_0221_bin, SEQ_BLD_TV, SEQ_BLD_TV, 0xFFFF, NARC_zone_event_release_narc_0486_bin, MAPSEC_HALL_OF_ORIGIN, 13, 14, 2, 9, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0050_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0242_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_D_SAFARI, SEQ_D_SAFARI, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_HALL_OF_ORIGIN, 13, 14, 2, 9, FALSE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0077_bin, NARC_scr_seq_release_narc_0313_bin, NARC_scr_seq_release_narc_0773_bin, NARC_msg_narc_0255_bin, SEQ_D_MOUNT2, SEQ_D_MOUNT2, ENCDATA(NARC_d_enc_data_narc_0115_bin, NARC_p_enc_data_narc_0115_bin), NARC_zone_event_release_narc_0487_bin, MAPSEC_RUIN_MANIAC_CAVE, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0043_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0078_bin, NARC_scr_seq_release_narc_0314_bin, NARC_scr_seq_release_narc_0774_bin, NARC_msg_narc_0256_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0116_bin, NARC_p_enc_data_narc_0116_bin), NARC_zone_event_release_narc_0488_bin, MAPSEC_MANIAC_TUNNEL, 0, 12, 3, 10, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0020_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0243_bin, NARC_scr_seq_release_narc_0323_bin, NARC_scr_seq_release_narc_0783_bin, NARC_msg_narc_0259_bin, SEQ_CITY10_D, SEQ_CITY10_N, 0xFFFF, NARC_zone_event_release_narc_0489_bin, MAPSEC_IRON_ISLAND, 0, 4, 4, 6, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0031_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_TANKOU, SEQ_TANKOU, ENCDATA(NARC_d_enc_data_narc_0046_bin, NARC_p_enc_data_narc_0046_bin), NARC_zone_event_release_narc_0490_bin, MAPSEC_SOLACEON_RUINS, 0, 0, 3, 9, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0021_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0207_bin, NARC_scr_seq_release_narc_0166_bin, NARC_scr_seq_release_narc_0629_bin, NARC_msg_narc_0018_bin, SEQ_CITY05_D, SEQ_CITY05_N, 0xFFFF, NARC_zone_event_release_narc_0491_bin, MAPSEC_VISTA_LIGHTHOUSE, 0, 4, 4, 8, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0031_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0208_bin, NARC_scr_seq_release_narc_0031_bin, NARC_scr_seq_release_narc_0494_bin, NARC_msg_narc_0044_bin, SEQ_TOWN04_D, SEQ_TOWN04_N, 0xFFFF, NARC_zone_event_release_narc_0492_bin, MAPSEC_JUBILIFE_CITY, 0, 4, 4, 7, FALSE, FALSE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0287_bin, NARC_scr_seq_release_narc_0747_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0066_bin, NARC_p_enc_data_narc_0066_bin), NARC_zone_event_release_narc_0493_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0288_bin, NARC_scr_seq_release_narc_0748_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0067_bin, NARC_p_enc_data_narc_0067_bin), NARC_zone_event_release_narc_0494_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0289_bin, NARC_scr_seq_release_narc_0749_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0068_bin, NARC_p_enc_data_narc_0068_bin), NARC_zone_event_release_narc_0495_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0290_bin, NARC_scr_seq_release_narc_0750_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0069_bin, NARC_p_enc_data_narc_0069_bin), NARC_zone_event_release_narc_0496_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0291_bin, NARC_scr_seq_release_narc_0751_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0070_bin, NARC_p_enc_data_narc_0070_bin), NARC_zone_event_release_narc_0497_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0292_bin, NARC_scr_seq_release_narc_0752_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0071_bin, NARC_p_enc_data_narc_0071_bin), NARC_zone_event_release_narc_0498_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0293_bin, NARC_scr_seq_release_narc_0753_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0072_bin, NARC_p_enc_data_narc_0072_bin), NARC_zone_event_release_narc_0499_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0294_bin, NARC_scr_seq_release_narc_0754_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0073_bin, NARC_p_enc_data_narc_0073_bin), NARC_zone_event_release_narc_0500_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0295_bin, NARC_scr_seq_release_narc_0755_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0074_bin, NARC_p_enc_data_narc_0074_bin), NARC_zone_event_release_narc_0501_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0296_bin, NARC_scr_seq_release_narc_0756_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0075_bin, NARC_p_enc_data_narc_0075_bin), NARC_zone_event_release_narc_0502_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0297_bin, NARC_scr_seq_release_narc_0757_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0076_bin, NARC_p_enc_data_narc_0076_bin), NARC_zone_event_release_narc_0503_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0298_bin, NARC_scr_seq_release_narc_0758_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0077_bin, NARC_p_enc_data_narc_0077_bin), NARC_zone_event_release_narc_0504_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0299_bin, NARC_scr_seq_release_narc_0759_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0078_bin, NARC_p_enc_data_narc_0078_bin), NARC_zone_event_release_narc_0505_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0300_bin, NARC_scr_seq_release_narc_0760_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, ENCDATA(NARC_d_enc_data_narc_0079_bin, NARC_p_enc_data_narc_0079_bin), NARC_zone_event_release_narc_0506_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0301_bin, NARC_scr_seq_release_narc_0761_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0507_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, FALSE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0508_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0509_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0510_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0064_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0065_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0046_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0066_bin, NARC_scr_seq_release_narc_0368_bin, NARC_scr_seq_release_narc_0827_bin, NARC_msg_narc_0018_bin, SEQ_HATANIGE, SEQ_HATANIGE, 0xFFFF, NARC_zone_event_release_narc_0000_bin, MAPSEC_TURNBACK_CAVE, 14, 0, 3, 11, TRUE, TRUE, TRUE, FALSE}, + {NARC_area_data_narc_0032_bin, NARC_move_model_list_narc_0015_bin, NARC_map_matrix_narc_0166_bin, NARC_scr_seq_release_narc_0116_bin, NARC_scr_seq_release_narc_0579_bin, NARC_msg_narc_0121_bin, SEQ_PC_02, SEQ_PC_02, 0xFFFF, NARC_zone_event_release_narc_0511_bin, MAPSEC_CONTEST_HALL, 0, 0, 4, 7, FALSE, FALSE, FALSE, FALSE}, }; u32 MapNumberBoundsCheck(u32 mapno) @@ -627,10 +638,10 @@ u8 MapHeader_GetAreaDataBank(u32 mapno) return sMapHeaders[mapno].area_data_bank; } -u8 MapHeader_GetField1(u32 mapno) +u8 MapHeader_GetMoveModelBank(u32 mapno) { mapno = MapNumberBoundsCheck(mapno); - return sMapHeaders[mapno].unk1; + return sMapHeaders[mapno].move_model_bank; } u16 MapHeader_GetMatrixId(u32 mapno) @@ -639,8 +650,8 @@ u16 MapHeader_GetMatrixId(u32 mapno) mapno = MapNumberBoundsCheck(mapno); ret = sMapHeaders[mapno].matrix_id; // Spear Pillar - if (ret == 22 && gGameVersion == VERSION_PEARL) - ret = 23; + if (ret == NARC_map_matrix_narc_0022_bin && gGameVersion == VERSION_PEARL) + ret = NARC_map_matrix_narc_0023_bin; return ret; } @@ -751,7 +762,7 @@ BOOL FUN_020348E4(u32 mapno) BOOL MapHeader_MapIsOnMainMatrix(u32 mapno) { - return MapHeader_GetMatrixId(mapno) == 0; + return MapHeader_GetMatrixId(mapno) == NARC_map_matrix_narc_0000_bin; } BOOL FUN_0203491C(u32 mapno) diff --git a/include/constants/sndseq.h b/include/constants/sndseq.h new file mode 100644 index 00000000..c374134e --- /dev/null +++ b/include/constants/sndseq.h @@ -0,0 +1,836 @@ +#ifndef POKEDIAMOND_CONSTANTS_SNDSEQ_H
+#define POKEDIAMOND_CONSTANTS_SNDSEQ_H
+
+#define SNDARC_SEQ_BASE 1000
+
+#define SEQ_PV001 (SNDARC_SEQ_BASE + 0)
+#define SEQ_PV (SNDARC_SEQ_BASE + 1)
+#define SEQ_PV_END (SNDARC_SEQ_BASE + 2)
+#define SEQ_DUMMY (SNDARC_SEQ_BASE + 3)
+#define SEQ_SILENCE_FIELD (SNDARC_SEQ_BASE + 4)
+#define SEQ_SILENCE_DUNGEON (SNDARC_SEQ_BASE + 5)
+#define SEQ_TEST_TITLE (SNDARC_SEQ_BASE + 6)
+#define SEQ_TOWN01_D (SNDARC_SEQ_BASE + 7)
+#define SEQ_TOWN02_D (SNDARC_SEQ_BASE + 8)
+#define SEQ_TOWN03_D (SNDARC_SEQ_BASE + 9)
+#define SEQ_TOWN04_D (SNDARC_SEQ_BASE + 10)
+#define SEQ_TOWN06_D (SNDARC_SEQ_BASE + 11)
+#define SEQ_TOWN07_D (SNDARC_SEQ_BASE + 12)
+#define SEQ_CITY01_D (SNDARC_SEQ_BASE + 13)
+#define SEQ_CITY02_D (SNDARC_SEQ_BASE + 14)
+#define SEQ_CITY03_D (SNDARC_SEQ_BASE + 15)
+#define SEQ_CITY04_D (SNDARC_SEQ_BASE + 16)
+#define SEQ_CITY05_D (SNDARC_SEQ_BASE + 17)
+#define SEQ_CITY06_D (SNDARC_SEQ_BASE + 18)
+#define SEQ_CITY07_D (SNDARC_SEQ_BASE + 19)
+#define SEQ_CITY08_D (SNDARC_SEQ_BASE + 20)
+#define SEQ_CITY09_D (SNDARC_SEQ_BASE + 21)
+#define SEQ_CITY10_D (SNDARC_SEQ_BASE + 22)
+#define SEQ_CITY11_D (SNDARC_SEQ_BASE + 23)
+#define SEQ_ROAD_A_D (SNDARC_SEQ_BASE + 24)
+#define SEQ_ROAD_B_D (SNDARC_SEQ_BASE + 25)
+#define SEQ_ROAD_C_D (SNDARC_SEQ_BASE + 26)
+#define SEQ_ROAD_D_D (SNDARC_SEQ_BASE + 27)
+#define SEQ_ROAD_E_D (SNDARC_SEQ_BASE + 28)
+#define SEQ_ROAD_F_D (SNDARC_SEQ_BASE + 29)
+#define SEQ_ROAD_SNOW_D (SNDARC_SEQ_BASE + 30)
+#define SEQ_ROAD_BZA_D (SNDARC_SEQ_BASE + 31)
+#define SEQ_OPENING (SNDARC_SEQ_BASE + 32)
+#define SEQ_TV_HOUSOU (SNDARC_SEQ_BASE + 33)
+#define SEQ_TOWN05_D (SNDARC_SEQ_BASE + 34)
+#define SEQ_ROAD_BZB_D (SNDARC_SEQ_BASE + 35)
+#define SEQ_TOWN01_N (SNDARC_SEQ_BASE + 36)
+#define SEQ_TOWN02_N (SNDARC_SEQ_BASE + 37)
+#define SEQ_TOWN03_N (SNDARC_SEQ_BASE + 38)
+#define SEQ_TOWN04_N (SNDARC_SEQ_BASE + 39)
+#define SEQ_TOWN06_N (SNDARC_SEQ_BASE + 40)
+#define SEQ_TOWN07_N (SNDARC_SEQ_BASE + 41)
+#define SEQ_CITY01_N (SNDARC_SEQ_BASE + 42)
+#define SEQ_CITY02_N (SNDARC_SEQ_BASE + 43)
+#define SEQ_CITY03_N (SNDARC_SEQ_BASE + 44)
+#define SEQ_CITY04_N (SNDARC_SEQ_BASE + 45)
+#define SEQ_CITY05_N (SNDARC_SEQ_BASE + 46)
+#define SEQ_CITY06_N (SNDARC_SEQ_BASE + 47)
+#define SEQ_CITY07_N (SNDARC_SEQ_BASE + 48)
+#define SEQ_CITY08_N (SNDARC_SEQ_BASE + 49)
+#define SEQ_CITY09_N (SNDARC_SEQ_BASE + 50)
+#define SEQ_CITY10_N (SNDARC_SEQ_BASE + 51)
+#define SEQ_CITY11_N (SNDARC_SEQ_BASE + 52)
+#define SEQ_ROAD_A_N (SNDARC_SEQ_BASE + 53)
+#define SEQ_ROAD_B_N (SNDARC_SEQ_BASE + 54)
+#define SEQ_ROAD_C_N (SNDARC_SEQ_BASE + 55)
+#define SEQ_ROAD_D_N (SNDARC_SEQ_BASE + 56)
+#define SEQ_ROAD_E_N (SNDARC_SEQ_BASE + 57)
+#define SEQ_ROAD_F_N (SNDARC_SEQ_BASE + 58)
+#define SEQ_ROAD_SNOW_N (SNDARC_SEQ_BASE + 59)
+#define SEQ_ROAD_BZA_N (SNDARC_SEQ_BASE + 60)
+#define SEQ_TOWN05_N (SNDARC_SEQ_BASE + 61)
+#define SEQ_ROAD_BZB_N (SNDARC_SEQ_BASE + 62)
+#define SEQ_TANKOU (SNDARC_SEQ_BASE + 63)
+#define SEQ_HATANIGE (SNDARC_SEQ_BASE + 64)
+#define SEQ_D_01 (SNDARC_SEQ_BASE + 65)
+#define SEQ_D_02 (SNDARC_SEQ_BASE + 66)
+#define SEQ_D_03 (SNDARC_SEQ_BASE + 67)
+#define SEQ_D_RYAYHY (SNDARC_SEQ_BASE + 68)
+#define SEQ_D_KOUEN (SNDARC_SEQ_BASE + 69)
+#define SEQ_D_AGITO (SNDARC_SEQ_BASE + 70)
+#define SEQ_D_GINLOBBY (SNDARC_SEQ_BASE + 71)
+#define SEQ_D_SAFARI (SNDARC_SEQ_BASE + 72)
+#define SEQ_D_LAKE (SNDARC_SEQ_BASE + 73)
+#define SEQ_D_MOUNT1 (SNDARC_SEQ_BASE + 74)
+#define SEQ_D_MOUNT2 (SNDARC_SEQ_BASE + 75)
+#define SEQ_D_06 (SNDARC_SEQ_BASE + 76)
+#define SEQ_D_05 (SNDARC_SEQ_BASE + 77)
+#define SEQ_D_04 (SNDARC_SEQ_BASE + 78)
+#define SEQ_D_LEAGUE (SNDARC_SEQ_BASE + 79)
+#define SEQ_BLD_DENDO (SNDARC_SEQ_BASE + 80)
+#define SEQ_D_CROAD (SNDARC_SEQ_BASE + 81)
+#define SEQ_D_ICE (SNDARC_SEQ_BASE + 82)
+#define SEQ_D_SECRET (SNDARC_SEQ_BASE + 83)
+#define SEQ_D_UNKNOWN (SNDARC_SEQ_BASE + 84)
+#define SEQ_POKEPARK (SNDARC_SEQ_BASE + 85)
+#define SEQ_D_HARDMT (SNDARC_SEQ_BASE + 86)
+#define SEQ_BLD_LEGEND (SNDARC_SEQ_BASE + 87)
+#define SEQ_PC_01 (SNDARC_SEQ_BASE + 88)
+#define SEQ_PC_02 (SNDARC_SEQ_BASE + 89)
+#define SEQ_GYM (SNDARC_SEQ_BASE + 90)
+#define SEQ_KENKYUJO (SNDARC_SEQ_BASE + 91)
+#define SEQ_BLD_CON (SNDARC_SEQ_BASE + 92)
+#define SEQ_FS (SNDARC_SEQ_BASE + 93)
+#define SEQ_BLD_GAME (SNDARC_SEQ_BASE + 94)
+#define SEQ_BF_TOWWER (SNDARC_SEQ_BASE + 95)
+#define SEQ_BLD_TV (SNDARC_SEQ_BASE + 96)
+#define SEQ_THE_EVENT04 (SNDARC_SEQ_BASE + 97)
+#define SEQ_FUE (SNDARC_SEQ_BASE + 98)
+#define SEQ_AUS (SNDARC_SEQ_BASE + 99)
+#define SEQ_BLD_BLD_GTC (SNDARC_SEQ_BASE + 100)
+#define SEQ_OPENING2 (SNDARC_SEQ_BASE + 101)
+#define SEQ_BF_FACT (SNDARC_SEQ_BASE + 102)
+#define SEQ_EYE_BOY (SNDARC_SEQ_BASE + 103)
+#define SEQ_EYE_KID (SNDARC_SEQ_BASE + 104)
+#define SEQ_EYE_FIGHT (SNDARC_SEQ_BASE + 105)
+#define SEQ_EYE_GINGA (SNDARC_SEQ_BASE + 106)
+#define SEQ_EYE_LADY (SNDARC_SEQ_BASE + 107)
+#define SEQ_EYE_MOUNT (SNDARC_SEQ_BASE + 108)
+#define SEQ_EYE_RICH (SNDARC_SEQ_BASE + 109)
+#define SEQ_EYE_ENKA (SNDARC_SEQ_BASE + 110)
+#define SEQ_EYE_MYS (SNDARC_SEQ_BASE + 111)
+#define SEQ_EYE_ELITE (SNDARC_SEQ_BASE + 112)
+#define SEQ_EYE_GIRL (SNDARC_SEQ_BASE + 113)
+#define SEQ_EYE_SPORT (SNDARC_SEQ_BASE + 114)
+#define SEQ_EYE_FUN (SNDARC_SEQ_BASE + 115)
+#define SEQ_EYE_TENNO (SNDARC_SEQ_BASE + 116)
+#define SEQ_EYE_CHAMP (SNDARC_SEQ_BASE + 117)
+#define SEQ_FIGHT0101 (SNDARC_SEQ_BASE + 118)
+#define SEQ_BA_POKE (SNDARC_SEQ_BASE + 119)
+#define SEQ_BA_GYM (SNDARC_SEQ_BASE + 120)
+#define SEQ_BA_DPOKE1 (SNDARC_SEQ_BASE + 121)
+#define SEQ_BA_TRAIN (SNDARC_SEQ_BASE + 122)
+#define SEQ_BA_AKAGI (SNDARC_SEQ_BASE + 123)
+#define SEQ_BA_DPOKE2 (SNDARC_SEQ_BASE + 124)
+#define SEQ_BA_CHANP (SNDARC_SEQ_BASE + 125)
+#define SEQ_BA_GINGA (SNDARC_SEQ_BASE + 126)
+#define SEQ_BA_RIVAL (SNDARC_SEQ_BASE + 127)
+#define SEQ_BA_SECRET1 (SNDARC_SEQ_BASE + 128)
+#define SEQ_BA_SECRET2 (SNDARC_SEQ_BASE + 129)
+#define SEQ_WINPOKE (SNDARC_SEQ_BASE + 130)
+#define SEQ_WINTRAIN (SNDARC_SEQ_BASE + 131)
+#define SEQ_WINTGYM (SNDARC_SEQ_BASE + 132)
+#define SEQ_WINCHAMP (SNDARC_SEQ_BASE + 133)
+#define SEQ_WINGINGA (SNDARC_SEQ_BASE + 134)
+#define SEQ_WINAKAGI (SNDARC_SEQ_BASE + 135)
+#define SEQ_WINTENNO (SNDARC_SEQ_BASE + 136)
+#define SEQ_BA_GINGA3 (SNDARC_SEQ_BASE + 137)
+#define SEQ_CON_TEST (SNDARC_SEQ_BASE + 138)
+#define SEQ_BA_TENNO (SNDARC_SEQ_BASE + 139)
+#define SEQ_BA_TOWER (SNDARC_SEQ_BASE + 140)
+#define SEQ_TSURETEKE (SNDARC_SEQ_BASE + 141)
+#define SEQ_THE_RIV (SNDARC_SEQ_BASE + 142)
+#define SEQ_THE_EVENT01 (SNDARC_SEQ_BASE + 143)
+#define SEQ_SHINKA (SNDARC_SEQ_BASE + 144)
+#define SEQ_THE_BOY (SNDARC_SEQ_BASE + 145)
+#define SEQ_THE_GIRL (SNDARC_SEQ_BASE + 146)
+#define SEQ_THE_EVENT02 (SNDARC_SEQ_BASE + 147)
+#define SEQ_THE_EVENT03 (SNDARC_SEQ_BASE + 148)
+#define SEQ_THE_EVENT05 (SNDARC_SEQ_BASE + 149)
+#define SEQ_THE_AKAGI (SNDARC_SEQ_BASE + 150)
+#define SEQ_EV_DENDO1 (SNDARC_SEQ_BASE + 151)
+#define SEQ_EV_LEGEND (SNDARC_SEQ_BASE + 152)
+#define SEQ_KUSAGASA (SNDARC_SEQ_BASE + 153)
+#define SEQ_NAMINORI (SNDARC_SEQ_BASE + 154)
+#define SEQ_BICYCLE (SNDARC_SEQ_BASE + 155)
+#define SEQ_GONIN (SNDARC_SEQ_BASE + 156)
+#define SEQ_TV_END (SNDARC_SEQ_BASE + 157)
+#define SEQ_FANFA1 (SNDARC_SEQ_BASE + 158)
+#define SEQ_FANFA5 (SNDARC_SEQ_BASE + 159)
+#define SEQ_FANFA3 (SNDARC_SEQ_BASE + 160)
+#define SEQ_FANFA4 (SNDARC_SEQ_BASE + 161)
+#define SEQ_FANFA6 (SNDARC_SEQ_BASE + 162)
+#define SEQ_FANFA2 (SNDARC_SEQ_BASE + 163)
+#define SEQ_BADGE (SNDARC_SEQ_BASE + 164)
+#define SEQ_POCKETCH (SNDARC_SEQ_BASE + 165)
+#define SEQ_WAZA (SNDARC_SEQ_BASE + 166)
+#define SEQ_ACCE (SNDARC_SEQ_BASE + 167)
+#define SEQ_WASURE (SNDARC_SEQ_BASE + 168)
+#define SEQ_ASA (SNDARC_SEQ_BASE + 169)
+#define SEQ_KINOMI (SNDARC_SEQ_BASE + 170)
+#define SEQ_REPORT (SNDARC_SEQ_BASE + 171)
+#define SEQ_CO_DRESS (SNDARC_SEQ_BASE + 172)
+#define SEQ_KOUKAN (SNDARC_SEQ_BASE + 173)
+#define SEQ_BLD_EV_DENDO2 (SNDARC_SEQ_BASE + 174)
+#define SEQ_TITLE00 (SNDARC_SEQ_BASE + 175)
+#define SEQ_TITLE01 (SNDARC_SEQ_BASE + 176)
+#define SEQ_PRESENT (SNDARC_SEQ_BASE + 177)
+#define SEQ_WIFILOBBY (SNDARC_SEQ_BASE + 178)
+#define SEQ_CO_KAWAI (SNDARC_SEQ_BASE + 179)
+#define SEQ_CO_KASHI (SNDARC_SEQ_BASE + 180)
+#define SEQ_CO_UTSUK (SNDARC_SEQ_BASE + 181)
+#define SEQ_CO_TAKUMA (SNDARC_SEQ_BASE + 182)
+#define SEQ_CO_KAKKO (SNDARC_SEQ_BASE + 183)
+#define SEQ_CO_KEKKA (SNDARC_SEQ_BASE + 184)
+#define SEQ_CO_FANFA (SNDARC_SEQ_BASE + 185)
+#define SEQ_KINOMI1 (SNDARC_SEQ_BASE + 186)
+#define SEQ_SLOT_ATARI (SNDARC_SEQ_BASE + 187)
+#define SEQ_SLOT_OOATARI (SNDARC_SEQ_BASE + 188)
+#define SEQ_BLD_ENDING (SNDARC_SEQ_BASE + 189)
+#define SEQ_KINOMI2 (SNDARC_SEQ_BASE + 190)
+#define SEQ_SLOT (SNDARC_SEQ_BASE + 191)
+#define SEQ_AIF_FIELD (SNDARC_SEQ_BASE + 192)
+#define SEQ_AIF_DUNGEON (SNDARC_SEQ_BASE + 193)
+#define SEQ_AIF_BATTLE (SNDARC_SEQ_BASE + 194)
+#define SEQ_BGM_END (SNDARC_SEQ_BASE + 195)
+#define SEQ_SE_DP_SELECT (SNDARC_SEQ_BASE + 196)
+#define SEQ_SE_DP_DECIDE (SNDARC_SEQ_BASE + 197)
+#define SEQ_SE_DP_TALK2 (SNDARC_SEQ_BASE + 198)
+#define SEQ_SE_DP_SELECT11 (SNDARC_SEQ_BASE + 199)
+#define SEQ_SE_DP_SELECT78 (SNDARC_SEQ_BASE + 200)
+#define SEQ_SE_DP_SELECT5 (SNDARC_SEQ_BASE + 201)
+#define SEQ_SE_DP_PIRORIRO (SNDARC_SEQ_BASE + 202)
+#define SEQ_SE_DP_PIRORIRO2 (SNDARC_SEQ_BASE + 203)
+#define SEQ_SE_DP_BUTTON9 (SNDARC_SEQ_BASE + 204)
+#define SEQ_SE_DP_BUTTON3 (SNDARC_SEQ_BASE + 205)
+#define SEQ_SE_DP_KON (SNDARC_SEQ_BASE + 206)
+#define SEQ_SE_DP_KON2 (SNDARC_SEQ_BASE + 207)
+#define SEQ_SE_DP_KON3 (SNDARC_SEQ_BASE + 208)
+#define SEQ_SE_DP_KON4 (SNDARC_SEQ_BASE + 209)
+#define SEQ_SE_DP_BOX01 (SNDARC_SEQ_BASE + 210)
+#define SEQ_SE_DP_BOX02 (SNDARC_SEQ_BASE + 211)
+#define SEQ_SE_DP_KAIFUKU (SNDARC_SEQ_BASE + 212)
+#define SEQ_SE_DP_ZUKAN02 (SNDARC_SEQ_BASE + 213)
+#define SEQ_SE_DP_OPEN2 (SNDARC_SEQ_BASE + 214)
+#define SEQ_SE_DP_CLOSE2 (SNDARC_SEQ_BASE + 215)
+#define SEQ_SE_DP_025 (SNDARC_SEQ_BASE + 216)
+#define SEQ_SE_DP_PINPON (SNDARC_SEQ_BASE + 217)
+#define SEQ_SE_DP_CUSTOM06 (SNDARC_SEQ_BASE + 218)
+#define SEQ_SE_DP_BOX03 (SNDARC_SEQ_BASE + 219)
+#define SEQ_SE_DP_START (SNDARC_SEQ_BASE + 220)
+#define SEQ_SE_DP_SELECT_SLOT (SNDARC_SEQ_BASE + 221)
+#define SEQ_SE_DP_CARD10 (SNDARC_SEQ_BASE + 222)
+#define SEQ_SE_DP_KATI (SNDARC_SEQ_BASE + 223)
+#define SEQ_SE_DP_CON_014 (SNDARC_SEQ_BASE + 224)
+#define SEQ_SE_DP_W025 (SNDARC_SEQ_BASE + 225)
+#define SEQ_SE_DP_W060C (SNDARC_SEQ_BASE + 226)
+#define SEQ_SE_DP_W062 (SNDARC_SEQ_BASE + 227)
+#define SEQ_SE_DP_W080 (SNDARC_SEQ_BASE + 228)
+#define SEQ_SE_DP_WIN_OPEN (SNDARC_SEQ_BASE + 229)
+#define SEQ_SE_DP_BOWA (SNDARC_SEQ_BASE + 230)
+#define SEQ_SE_DP_Z_SEARCH (SNDARC_SEQ_BASE + 231)
+#define SEQ_SE_DP_CARD2 (SNDARC_SEQ_BASE + 232)
+#define SEQ_SE_DP_WALL_HIT (SNDARC_SEQ_BASE + 233)
+#define SEQ_SE_DP_WALL_HIT2 (SNDARC_SEQ_BASE + 234)
+#define SEQ_SE_DP_KAIDAN2 (SNDARC_SEQ_BASE + 235)
+#define SEQ_SE_DP_DOOR (SNDARC_SEQ_BASE + 236)
+#define SEQ_SE_DP_DOOR_OPEN (SNDARC_SEQ_BASE + 237)
+#define SEQ_SE_DP_DOOR_CLOSE (SNDARC_SEQ_BASE + 238)
+#define SEQ_SE_DP_DOOR_CLOSE2 (SNDARC_SEQ_BASE + 239)
+#define SEQ_SE_DP_DOOR10 (SNDARC_SEQ_BASE + 240)
+#define SEQ_SE_DP_WIN_OPEN2 (SNDARC_SEQ_BASE + 241)
+#define SEQ_SE_DP_WIN_OPEN3 (SNDARC_SEQ_BASE + 242)
+#define SEQ_SE_DP_DANSA (SNDARC_SEQ_BASE + 243)
+#define SEQ_SE_DP_PC_ON (SNDARC_SEQ_BASE + 244)
+#define SEQ_SE_DP_PC_LOGIN (SNDARC_SEQ_BASE + 245)
+#define SEQ_SE_DP_PC_LOGOFF (SNDARC_SEQ_BASE + 246)
+#define SEQ_SE_DP_DENDOU (SNDARC_SEQ_BASE + 247)
+#define SEQ_SE_DP_DOKU2 (SNDARC_SEQ_BASE + 248)
+#define SEQ_SE_DP_ELEBETA (SNDARC_SEQ_BASE + 249)
+#define SEQ_SE_DP_ELEBETA2 (SNDARC_SEQ_BASE + 250)
+#define SEQ_SE_DP_ELEBETA3 (SNDARC_SEQ_BASE + 251)
+#define SEQ_SE_DP_ELEBETA4 (SNDARC_SEQ_BASE + 252)
+#define SEQ_SE_DP_ESUKA (SNDARC_SEQ_BASE + 253)
+#define SEQ_SE_DP_TV_NOISE (SNDARC_SEQ_BASE + 254)
+#define SEQ_SE_DP_JIHANKI (SNDARC_SEQ_BASE + 255)
+#define SEQ_SE_DP_JITENSYA (SNDARC_SEQ_BASE + 256)
+#define SEQ_SE_DP_GEAR (SNDARC_SEQ_BASE + 257)
+#define SEQ_SE_DP_KI_GASYAN (SNDARC_SEQ_BASE + 258)
+#define SEQ_SE_DP_SAVE (SNDARC_SEQ_BASE + 259)
+#define SEQ_SE_DP_GEAR2 (SNDARC_SEQ_BASE + 260)
+#define SEQ_SE_DP_SELECT8 (SNDARC_SEQ_BASE + 261)
+#define SEQ_SE_DP_DORIRU (SNDARC_SEQ_BASE + 262)
+#define SEQ_SE_DP_YUKIASHI (SNDARC_SEQ_BASE + 263)
+#define SEQ_SE_DP_UG_005 (SNDARC_SEQ_BASE + 264)
+#define SEQ_SE_DP_UG_006 (SNDARC_SEQ_BASE + 265)
+#define SEQ_SE_DP_UG_007 (SNDARC_SEQ_BASE + 266)
+#define SEQ_SE_DP_UG_008 (SNDARC_SEQ_BASE + 267)
+#define SEQ_SE_DP_UG_020 (SNDARC_SEQ_BASE + 268)
+#define SEQ_SE_DP_UG_021 (SNDARC_SEQ_BASE + 269)
+#define SEQ_SE_DP_UG_022 (SNDARC_SEQ_BASE + 270)
+#define SEQ_SE_DP_UG_023 (SNDARC_SEQ_BASE + 271)
+#define SEQ_SE_DP_UG_024 (SNDARC_SEQ_BASE + 272)
+#define SEQ_SE_DP_UG_025 (SNDARC_SEQ_BASE + 273)
+#define SEQ_SE_DP_UG_026 (SNDARC_SEQ_BASE + 274)
+#define SEQ_SE_DP_UG_027 (SNDARC_SEQ_BASE + 275)
+#define SEQ_SE_DP_DENSI15 (SNDARC_SEQ_BASE + 276)
+#define SEQ_SE_DP_DENSI16 (SNDARC_SEQ_BASE + 277)
+#define SEQ_SE_DP_DENSI20 (SNDARC_SEQ_BASE + 278)
+#define SEQ_SE_DP_PYUU (SNDARC_SEQ_BASE + 279)
+#define SEQ_SE_DP_PYUU2 (SNDARC_SEQ_BASE + 280)
+#define SEQ_SE_DP_SUTYA (SNDARC_SEQ_BASE + 281)
+#define SEQ_SE_DP_GYURU (SNDARC_SEQ_BASE + 282)
+#define SEQ_SE_DP_OPEN7 (SNDARC_SEQ_BASE + 283)
+#define SEQ_SE_DP_CLOSE7 (SNDARC_SEQ_BASE + 284)
+#define SEQ_SE_DP_ZIZIZI (SNDARC_SEQ_BASE + 285)
+#define SEQ_SE_DP_MAZYO2 (SNDARC_SEQ_BASE + 286)
+#define SEQ_SE_DP_MAZYO4 (SNDARC_SEQ_BASE + 287)
+#define SEQ_SE_DP_BAG_004 (SNDARC_SEQ_BASE + 288)
+#define SEQ_SE_DP_T_AME (SNDARC_SEQ_BASE + 289)
+#define SEQ_SE_DP_T_KOAME (SNDARC_SEQ_BASE + 290)
+#define SEQ_SE_DP_T_OOAME (SNDARC_SEQ_BASE + 291)
+#define SEQ_SE_DP_T_KAMI (SNDARC_SEQ_BASE + 292)
+#define SEQ_SE_DP_T_KAMI2 (SNDARC_SEQ_BASE + 293)
+#define SEQ_SE_DP_HAMARU (SNDARC_SEQ_BASE + 294)
+#define SEQ_SE_DP_GAGAGA (SNDARC_SEQ_BASE + 295)
+#define SEQ_SE_DP_F017 (SNDARC_SEQ_BASE + 296)
+#define SEQ_SE_DP_FOOT3_0 (SNDARC_SEQ_BASE + 297)
+#define SEQ_SE_DP_FOOT3_1 (SNDARC_SEQ_BASE + 298)
+#define SEQ_SE_DP_CON_016 (SNDARC_SEQ_BASE + 299)
+#define SEQ_SE_DP_REGI (SNDARC_SEQ_BASE + 300)
+#define SEQ_SE_DP_CON_F007 (SNDARC_SEQ_BASE + 301)
+#define SEQ_SE_DP_CON_015 (SNDARC_SEQ_BASE + 302)
+#define SEQ_SE_DP_SUTYA2 (SNDARC_SEQ_BASE + 303)
+#define SEQ_SE_DP_FW230 (SNDARC_SEQ_BASE + 304)
+#define SEQ_SE_DP_FW019 (SNDARC_SEQ_BASE + 305)
+#define SEQ_SE_DP_FW088 (SNDARC_SEQ_BASE + 306)
+#define SEQ_SE_DP_FW015 (SNDARC_SEQ_BASE + 307)
+#define SEQ_SE_DP_FBRADE (SNDARC_SEQ_BASE + 308)
+#define SEQ_SE_DP_FW463 (SNDARC_SEQ_BASE + 309)
+#define SEQ_SE_DP_TELE (SNDARC_SEQ_BASE + 310)
+#define SEQ_SE_DP_TELE2 (SNDARC_SEQ_BASE + 311)
+#define SEQ_SE_DP_FW104 (SNDARC_SEQ_BASE + 312)
+#define SEQ_SE_DP_ZUPO (SNDARC_SEQ_BASE + 313)
+#define SEQ_SE_DP_ZUPO2 (SNDARC_SEQ_BASE + 314)
+#define SEQ_SE_DP_KUSA (SNDARC_SEQ_BASE + 315)
+#define SEQ_SE_DP_SUNA (SNDARC_SEQ_BASE + 316)
+#define SEQ_SE_DP_MARSH_WALK (SNDARC_SEQ_BASE + 317)
+#define SEQ_SE_DP_DANSA4 (SNDARC_SEQ_BASE + 318)
+#define SEQ_SE_DP_DANSA5 (SNDARC_SEQ_BASE + 319)
+#define SEQ_SE_DP_F209 (SNDARC_SEQ_BASE + 320)
+#define SEQ_SE_DP_SUBERU (SNDARC_SEQ_BASE + 321)
+#define SEQ_SE_DP_FW056 (SNDARC_SEQ_BASE + 322)
+#define SEQ_SE_DP_FW291 (SNDARC_SEQ_BASE + 323)
+#define SEQ_SE_DP_FW089 (SNDARC_SEQ_BASE + 324)
+#define SEQ_SE_DP_FW452 (SNDARC_SEQ_BASE + 325)
+#define SEQ_SE_DP_FW466 (SNDARC_SEQ_BASE + 326)
+#define SEQ_SE_DP_F007 (SNDARC_SEQ_BASE + 327)
+#define SEQ_SE_DP_FAWA (SNDARC_SEQ_BASE + 328)
+#define SEQ_SE_DP_FPASA2 (SNDARC_SEQ_BASE + 329)
+#define SEQ_SE_DP_FW367 (SNDARC_SEQ_BASE + 330)
+#define SEQ_SE_DP_POKETCH_003 (SNDARC_SEQ_BASE + 331)
+#define SEQ_SE_DP_POKETCH_004 (SNDARC_SEQ_BASE + 332)
+#define SEQ_SE_DP_POKETCH_005 (SNDARC_SEQ_BASE + 333)
+#define SEQ_SE_DP_POKETCH_006 (SNDARC_SEQ_BASE + 334)
+#define SEQ_SE_DP_POKETCH_007 (SNDARC_SEQ_BASE + 335)
+#define SEQ_SE_DP_POKETCH_009 (SNDARC_SEQ_BASE + 336)
+#define SEQ_SE_DP_POKETCH_010 (SNDARC_SEQ_BASE + 337)
+#define SEQ_SE_DP_POKETCH_011 (SNDARC_SEQ_BASE + 338)
+#define SEQ_SE_DP_POKETCH_012 (SNDARC_SEQ_BASE + 339)
+#define SEQ_SE_DP_POKETCH_013 (SNDARC_SEQ_BASE + 340)
+#define SEQ_SE_DP_POKETCH_014 (SNDARC_SEQ_BASE + 341)
+#define SEQ_SE_DP_BEEP (SNDARC_SEQ_BASE + 342)
+#define SEQ_SE_DP_DENSI01 (SNDARC_SEQ_BASE + 343)
+#define SEQ_SE_DP_DENSI02 (SNDARC_SEQ_BASE + 344)
+#define SEQ_SE_DP_DENSI04 (SNDARC_SEQ_BASE + 345)
+#define SEQ_SE_DP_DENSI05 (SNDARC_SEQ_BASE + 346)
+#define SEQ_SE_DP_DENSI07 (SNDARC_SEQ_BASE + 347)
+#define SEQ_SE_DP_DENSI08 (SNDARC_SEQ_BASE + 348)
+#define SEQ_SE_DP_DENSI09 (SNDARC_SEQ_BASE + 349)
+#define SEQ_SE_DP_DENSI10 (SNDARC_SEQ_BASE + 350)
+#define SEQ_SE_DP_DENSI11 (SNDARC_SEQ_BASE + 351)
+#define SEQ_SE_DP_DENSI12 (SNDARC_SEQ_BASE + 352)
+#define SEQ_SE_DP_KASYA (SNDARC_SEQ_BASE + 353)
+#define SEQ_SE_DP_PASO2 (SNDARC_SEQ_BASE + 354)
+#define SEQ_SE_DP_TATA (SNDARC_SEQ_BASE + 355)
+#define SEQ_SE_DP_UP (SNDARC_SEQ_BASE + 356)
+#define SEQ_SE_DP_PASO (SNDARC_SEQ_BASE + 357)
+#define SEQ_SE_DP_SYARAAN (SNDARC_SEQ_BASE + 358)
+#define SEQ_SE_DP_TARARARAN (SNDARC_SEQ_BASE + 359)
+#define SEQ_SE_DP_MAZYO (SNDARC_SEQ_BASE + 360)
+#define SEQ_SE_DP_MAZYO3 (SNDARC_SEQ_BASE + 361)
+#define SEQ_SE_DP_HYUN (SNDARC_SEQ_BASE + 362)
+#define SEQ_SE_DP_HYUN2 (SNDARC_SEQ_BASE + 363)
+#define SEQ_SE_DP_CON_017 (SNDARC_SEQ_BASE + 364)
+#define SEQ_SE_DP_BUTTON01 (SNDARC_SEQ_BASE + 365)
+#define SEQ_SE_DP_Z_PAGE (SNDARC_SEQ_BASE + 366)
+#define SEQ_SE_DP_JOURO (SNDARC_SEQ_BASE + 367)
+#define SEQ_SE_DP_PIKO (SNDARC_SEQ_BASE + 368)
+#define SEQ_SE_DP_PIKO2 (SNDARC_SEQ_BASE + 369)
+#define SEQ_SE_DP_ZUKAN01 (SNDARC_SEQ_BASE + 370)
+#define SEQ_SE_DP_DENSI06 (SNDARC_SEQ_BASE + 371)
+#define SEQ_SE_DP_DENSI17 (SNDARC_SEQ_BASE + 372)
+#define SEQ_SE_DP_DENSI18 (SNDARC_SEQ_BASE + 373)
+#define SEQ_SE_DP_DENSI19 (SNDARC_SEQ_BASE + 374)
+#define SEQ_SE_DP_MEKURU (SNDARC_SEQ_BASE + 375)
+#define SEQ_SE_DP_MEKURU2 (SNDARC_SEQ_BASE + 376)
+#define SEQ_SE_DP_MEKURU3 (SNDARC_SEQ_BASE + 377)
+#define SEQ_SE_DP_MIGAKU01 (SNDARC_SEQ_BASE + 378)
+#define SEQ_SE_DP_MIGAKU02 (SNDARC_SEQ_BASE + 379)
+#define SEQ_SE_DP_BADGE_C (SNDARC_SEQ_BASE + 380)
+#define SEQ_SE_DP_CARD3 (SNDARC_SEQ_BASE + 381)
+#define SEQ_SE_DP_CARD5 (SNDARC_SEQ_BASE + 382)
+#define SEQ_SE_DP_CARD6 (SNDARC_SEQ_BASE + 383)
+#define SEQ_SE_DP_CARD9 (SNDARC_SEQ_BASE + 384)
+#define SEQ_SE_DP_CARD11 (SNDARC_SEQ_BASE + 385)
+#define SEQ_SE_DP_KYU01 (SNDARC_SEQ_BASE + 386)
+#define SEQ_SE_DP_NAMEIN_01 (SNDARC_SEQ_BASE + 387)
+#define SEQ_SE_DP_SYU01 (SNDARC_SEQ_BASE + 388)
+#define SEQ_SE_DP_SYU02 (SNDARC_SEQ_BASE + 389)
+#define SEQ_SE_DP_SYU03 (SNDARC_SEQ_BASE + 390)
+#define SEQ_SE_DP_DECIDE2 (SNDARC_SEQ_BASE + 391)
+#define SEQ_SE_DP_POKELIST_001 (SNDARC_SEQ_BASE + 392)
+#define SEQ_SE_DP_UG_001 (SNDARC_SEQ_BASE + 393)
+#define SEQ_SE_DP_UG_002 (SNDARC_SEQ_BASE + 394)
+#define SEQ_SE_DP_UG_003 (SNDARC_SEQ_BASE + 395)
+#define SEQ_SE_DP_UG_004 (SNDARC_SEQ_BASE + 396)
+#define SEQ_SE_DP_KIRAKIRA3 (SNDARC_SEQ_BASE + 397)
+#define SEQ_SE_DP_KIRAKIRA (SNDARC_SEQ_BASE + 398)
+#define SEQ_SE_DP_KIRAKIRA4 (SNDARC_SEQ_BASE + 399)
+#define SEQ_SE_DP_KOUKAN01 (SNDARC_SEQ_BASE + 400)
+#define SEQ_SE_DP_KOUKAN03 (SNDARC_SEQ_BASE + 401)
+#define SEQ_SE_DP_KOUKAN04 (SNDARC_SEQ_BASE + 402)
+#define SEQ_SE_DP_KOUKAN05 (SNDARC_SEQ_BASE + 403)
+#define SEQ_SE_DP_KOUKAN06 (SNDARC_SEQ_BASE + 404)
+#define SEQ_SE_DP_KOUKAN07 (SNDARC_SEQ_BASE + 405)
+#define SEQ_SE_DP_KOUKAN08 (SNDARC_SEQ_BASE + 406)
+#define SEQ_SE_DP_KOUKAN09 (SNDARC_SEQ_BASE + 407)
+#define SEQ_SE_DP_KOUKAN10 (SNDARC_SEQ_BASE + 408)
+#define SEQ_SE_DP_NM01 (SNDARC_SEQ_BASE + 409)
+#define SEQ_SE_DP_NM02 (SNDARC_SEQ_BASE + 410)
+#define SEQ_SE_DP_NM03 (SNDARC_SEQ_BASE + 411)
+#define SEQ_SE_DP_NM03_2 (SNDARC_SEQ_BASE + 412)
+#define SEQ_SE_DP_NM04 (SNDARC_SEQ_BASE + 413)
+#define SEQ_SE_DP_NM04_2 (SNDARC_SEQ_BASE + 414)
+#define SEQ_SE_DP_NM04_3 (SNDARC_SEQ_BASE + 415)
+#define SEQ_SE_DP_NM05 (SNDARC_SEQ_BASE + 416)
+#define SEQ_SE_DP_NM07 (SNDARC_SEQ_BASE + 417)
+#define SEQ_SE_DP_NM07_2 (SNDARC_SEQ_BASE + 418)
+#define SEQ_SE_DP_NM08 (SNDARC_SEQ_BASE + 419)
+#define SEQ_SE_DP_NM09 (SNDARC_SEQ_BASE + 420)
+#define SEQ_SE_DP_NM10 (SNDARC_SEQ_BASE + 421)
+#define SEQ_SE_DP_NM10_2 (SNDARC_SEQ_BASE + 422)
+#define SEQ_SE_DP_NM11 (SNDARC_SEQ_BASE + 423)
+#define SEQ_SE_DP_NM12 (SNDARC_SEQ_BASE + 424)
+#define SEQ_SE_DP_NM12_2 (SNDARC_SEQ_BASE + 425)
+#define SEQ_SE_DP_NM13 (SNDARC_SEQ_BASE + 426)
+#define SEQ_SE_DP_NM14 (SNDARC_SEQ_BASE + 427)
+#define SEQ_SE_DP_CUSTOM01 (SNDARC_SEQ_BASE + 428)
+#define SEQ_SE_DP_CUSTOM02 (SNDARC_SEQ_BASE + 429)
+#define SEQ_SE_DP_CUSTOM05 (SNDARC_SEQ_BASE + 430)
+#define SEQ_SE_DP_BAG_006 (SNDARC_SEQ_BASE + 431)
+#define SEQ_SE_DP_BAG_011 (SNDARC_SEQ_BASE + 432)
+#define SEQ_SE_DP_BAG_020 (SNDARC_SEQ_BASE + 433)
+#define SEQ_SE_DP_BAG_030 (SNDARC_SEQ_BASE + 434)
+#define SEQ_SE_DP_BAG_031 (SNDARC_SEQ_BASE + 435)
+#define SEQ_SE_DP_GASA01 (SNDARC_SEQ_BASE + 436)
+#define SEQ_SE_DP_GASA02 (SNDARC_SEQ_BASE + 437)
+#define SEQ_SE_DP_GASA03 (SNDARC_SEQ_BASE + 438)
+#define SEQ_SE_DP_CARD7 (SNDARC_SEQ_BASE + 439)
+#define SEQ_SE_DP_SLOT01 (SNDARC_SEQ_BASE + 440)
+#define SEQ_SE_DP_SLOT02 (SNDARC_SEQ_BASE + 441)
+#define SEQ_SE_DP_CLIMAX01 (SNDARC_SEQ_BASE + 442)
+#define SEQ_SE_DP_CLIMAX03 (SNDARC_SEQ_BASE + 443)
+#define SEQ_SE_DP_CLIMAX06 (SNDARC_SEQ_BASE + 444)
+#define SEQ_SE_DP_CLIMAX09 (SNDARC_SEQ_BASE + 445)
+#define SEQ_SE_DP_CLIMAX10 (SNDARC_SEQ_BASE + 446)
+#define SEQ_SE_DP_CLIMAX12 (SNDARC_SEQ_BASE + 447)
+#define SEQ_SE_DP_CLIMAX15 (SNDARC_SEQ_BASE + 448)
+#define SEQ_SE_DP_TRAIN02 (SNDARC_SEQ_BASE + 449)
+#define SEQ_SE_DP_TRAIN03 (SNDARC_SEQ_BASE + 450)
+#define SEQ_SE_DP_TRAIN04 (SNDARC_SEQ_BASE + 451)
+#define SEQ_SE_DP_SHIP01 (SNDARC_SEQ_BASE + 452)
+#define SEQ_SE_DP_SHIP02 (SNDARC_SEQ_BASE + 453)
+#define SEQ_SE_DP_SHIP03 (SNDARC_SEQ_BASE + 454)
+#define SEQ_SE_DP_CON_001 (SNDARC_SEQ_BASE + 455)
+#define SEQ_SE_DP_CON_002 (SNDARC_SEQ_BASE + 456)
+#define SEQ_SE_DP_CON_003 (SNDARC_SEQ_BASE + 457)
+#define SEQ_SE_DP_CON_004 (SNDARC_SEQ_BASE + 458)
+#define SEQ_SE_DP_CON_005 (SNDARC_SEQ_BASE + 459)
+#define SEQ_SE_DP_CON_006 (SNDARC_SEQ_BASE + 460)
+#define SEQ_SE_DP_CON_007 (SNDARC_SEQ_BASE + 461)
+#define SEQ_SE_DP_CON_009 (SNDARC_SEQ_BASE + 462)
+#define SEQ_SE_DP_CON_010 (SNDARC_SEQ_BASE + 463)
+#define SEQ_SE_DP_CON_011 (SNDARC_SEQ_BASE + 464)
+#define SEQ_SE_DP_CON_012 (SNDARC_SEQ_BASE + 465)
+#define SEQ_SE_DP_CON_013 (SNDARC_SEQ_BASE + 466)
+#define SEQ_SE_DP_CON_018 (SNDARC_SEQ_BASE + 467)
+#define SEQ_SE_DP_CON_019 (SNDARC_SEQ_BASE + 468)
+#define SEQ_SE_DP_CON_020 (SNDARC_SEQ_BASE + 469)
+#define SEQ_SE_DP_CON_021 (SNDARC_SEQ_BASE + 470)
+#define SEQ_SE_DP_CON_022 (SNDARC_SEQ_BASE + 471)
+#define SEQ_SE_DP_CON_023 (SNDARC_SEQ_BASE + 472)
+#define SEQ_SE_DP_CON_024 (SNDARC_SEQ_BASE + 473)
+#define SEQ_SE_DP_CON_026 (SNDARC_SEQ_BASE + 474)
+#define SEQ_SE_DP_CON_027_2 (SNDARC_SEQ_BASE + 475)
+#define SEQ_SE_DP_CON_027_3 (SNDARC_SEQ_BASE + 476)
+#define SEQ_SE_DP_CON_028 (SNDARC_SEQ_BASE + 477)
+#define SEQ_SE_DP_CON_029 (SNDARC_SEQ_BASE + 478)
+#define SEQ_SE_DP_CON_030 (SNDARC_SEQ_BASE + 479)
+#define SEQ_SE_DP_CON_031 (SNDARC_SEQ_BASE + 480)
+#define SEQ_SE_DP_CON_032 (SNDARC_SEQ_BASE + 481)
+#define SEQ_SE_DP_CON_033 (SNDARC_SEQ_BASE + 482)
+#define SEQ_SE_DP_CON_034 (SNDARC_SEQ_BASE + 483)
+#define SEQ_SE_DP_KOUKA_H (SNDARC_SEQ_BASE + 484)
+#define SEQ_SE_DP_KOUKA_L (SNDARC_SEQ_BASE + 485)
+#define SEQ_SE_DP_KOUKA_M (SNDARC_SEQ_BASE + 486)
+#define SEQ_SE_DP_NIGERU2 (SNDARC_SEQ_BASE + 487)
+#define SEQ_SE_DP_NIGERU (SNDARC_SEQ_BASE + 488)
+#define SEQ_SE_DP_POKE_DEAD (SNDARC_SEQ_BASE + 489)
+#define SEQ_SE_DP_POKE_DEAD2 (SNDARC_SEQ_BASE + 490)
+#define SEQ_SE_DP_POKE_DEAD3 (SNDARC_SEQ_BASE + 491)
+#define SEQ_SE_DP_HINSI (SNDARC_SEQ_BASE + 492)
+#define SEQ_SE_DP_SUIKOMU (SNDARC_SEQ_BASE + 493)
+#define SEQ_SE_DP_BOWA2 (SNDARC_SEQ_BASE + 494)
+#define SEQ_SE_DP_BOWA3 (SNDARC_SEQ_BASE + 495)
+#define SEQ_SE_DP_BOWA4 (SNDARC_SEQ_BASE + 496)
+#define SEQ_SE_DP_GETTING (SNDARC_SEQ_BASE + 497)
+#define SEQ_SE_DP_NAGERU (SNDARC_SEQ_BASE + 498)
+#define SEQ_SE_DP_EXP (SNDARC_SEQ_BASE + 499)
+#define SEQ_SE_DP_EXPMAX (SNDARC_SEQ_BASE + 500)
+#define SEQ_SE_DP_EXPMAX2 (SNDARC_SEQ_BASE + 501)
+#define SEQ_SE_DP_SLIDEIN (SNDARC_SEQ_BASE + 502)
+#define SEQ_SE_DP_BT_001 (SNDARC_SEQ_BASE + 503)
+#define SEQ_SE_DP_REAPOKE (SNDARC_SEQ_BASE + 504)
+#define SEQ_SE_DP_TB_START (SNDARC_SEQ_BASE + 505)
+#define SEQ_SE_DP_TB_KON (SNDARC_SEQ_BASE + 506)
+#define SEQ_SE_DP_TB_KARA (SNDARC_SEQ_BASE + 507)
+#define SEQ_SE_DP_EGG01 (SNDARC_SEQ_BASE + 508)
+#define SEQ_SE_DP_VSDEMO01 (SNDARC_SEQ_BASE + 509)
+#define SEQ_SE_DP_VSDEMO02 (SNDARC_SEQ_BASE + 510)
+#define SEQ_SE_DP_VSDEMO03 (SNDARC_SEQ_BASE + 511)
+#define SEQ_SE_DP_VSDEMO04 (SNDARC_SEQ_BASE + 512)
+#define SEQ_SE_DP_VSDEMO05 (SNDARC_SEQ_BASE + 513)
+#define SEQ_SE_DP_VSDEMO06 (SNDARC_SEQ_BASE + 514)
+#define SEQ_SE_DP_VSDEMO07 (SNDARC_SEQ_BASE + 515)
+#define SEQ_SE_DP_000 (SNDARC_SEQ_BASE + 516)
+#define SEQ_SE_DP_001 (SNDARC_SEQ_BASE + 517)
+#define SEQ_SE_DP_003 (SNDARC_SEQ_BASE + 518)
+#define SEQ_SE_DP_007 (SNDARC_SEQ_BASE + 519)
+#define SEQ_SE_DP_020 (SNDARC_SEQ_BASE + 520)
+#define SEQ_SE_DP_021 (SNDARC_SEQ_BASE + 521)
+#define SEQ_SE_DP_023 (SNDARC_SEQ_BASE + 522)
+#define SEQ_SE_DP_030 (SNDARC_SEQ_BASE + 523)
+#define SEQ_SE_DP_030C (SNDARC_SEQ_BASE + 524)
+#define SEQ_SE_DP_031 (SNDARC_SEQ_BASE + 525)
+#define SEQ_SE_DP_032 (SNDARC_SEQ_BASE + 526)
+#define SEQ_SE_DP_040 (SNDARC_SEQ_BASE + 527)
+#define SEQ_SE_DP_041 (SNDARC_SEQ_BASE + 528)
+#define SEQ_SE_DP_050 (SNDARC_SEQ_BASE + 529)
+#define SEQ_SE_DP_051 (SNDARC_SEQ_BASE + 530)
+#define SEQ_SE_DP_052 (SNDARC_SEQ_BASE + 531)
+#define SEQ_SE_DP_053 (SNDARC_SEQ_BASE + 532)
+#define SEQ_SE_DP_060 (SNDARC_SEQ_BASE + 533)
+#define SEQ_SE_DP_061 (SNDARC_SEQ_BASE + 534)
+#define SEQ_SE_DP_080 (SNDARC_SEQ_BASE + 535)
+#define SEQ_SE_DP_081 (SNDARC_SEQ_BASE + 536)
+#define SEQ_SE_DP_100 (SNDARC_SEQ_BASE + 537)
+#define SEQ_SE_DP_110 (SNDARC_SEQ_BASE + 538)
+#define SEQ_SE_DP_111 (SNDARC_SEQ_BASE + 539)
+#define SEQ_SE_DP_112 (SNDARC_SEQ_BASE + 540)
+#define SEQ_SE_DP_130 (SNDARC_SEQ_BASE + 541)
+#define SEQ_SE_DP_131 (SNDARC_SEQ_BASE + 542)
+#define SEQ_SE_DP_140 (SNDARC_SEQ_BASE + 543)
+#define SEQ_SE_DP_141 (SNDARC_SEQ_BASE + 544)
+#define SEQ_SE_DP_143 (SNDARC_SEQ_BASE + 545)
+#define SEQ_SE_DP_145 (SNDARC_SEQ_BASE + 546)
+#define SEQ_SE_DP_146 (SNDARC_SEQ_BASE + 547)
+#define SEQ_SE_DP_150 (SNDARC_SEQ_BASE + 548)
+#define SEQ_SE_DP_151 (SNDARC_SEQ_BASE + 549)
+#define SEQ_SE_DP_152 (SNDARC_SEQ_BASE + 550)
+#define SEQ_SE_DP_153 (SNDARC_SEQ_BASE + 551)
+#define SEQ_SE_DP_154 (SNDARC_SEQ_BASE + 552)
+#define SEQ_SE_DP_155 (SNDARC_SEQ_BASE + 553)
+#define SEQ_SE_DP_160 (SNDARC_SEQ_BASE + 554)
+#define SEQ_SE_DP_161 (SNDARC_SEQ_BASE + 555)
+#define SEQ_SE_DP_162 (SNDARC_SEQ_BASE + 556)
+#define SEQ_SE_DP_163 (SNDARC_SEQ_BASE + 557)
+#define SEQ_SE_DP_164 (SNDARC_SEQ_BASE + 558)
+#define SEQ_SE_DP_165 (SNDARC_SEQ_BASE + 559)
+#define SEQ_SE_DP_166 (SNDARC_SEQ_BASE + 560)
+#define SEQ_SE_DP_170 (SNDARC_SEQ_BASE + 561)
+#define SEQ_SE_DP_171 (SNDARC_SEQ_BASE + 562)
+#define SEQ_SE_DP_172 (SNDARC_SEQ_BASE + 563)
+#define SEQ_SE_DP_180 (SNDARC_SEQ_BASE + 564)
+#define SEQ_SE_DP_181 (SNDARC_SEQ_BASE + 565)
+#define SEQ_SE_DP_182 (SNDARC_SEQ_BASE + 566)
+#define SEQ_SE_DP_183 (SNDARC_SEQ_BASE + 567)
+#define SEQ_SE_DP_184 (SNDARC_SEQ_BASE + 568)
+#define SEQ_SE_DP_185 (SNDARC_SEQ_BASE + 569)
+#define SEQ_SE_DP_186 (SNDARC_SEQ_BASE + 570)
+#define SEQ_SE_DP_187 (SNDARC_SEQ_BASE + 571)
+#define SEQ_SE_DP_200 (SNDARC_SEQ_BASE + 572)
+#define SEQ_SE_DP_201 (SNDARC_SEQ_BASE + 573)
+#define SEQ_SE_DP_202 (SNDARC_SEQ_BASE + 574)
+#define SEQ_SE_DP_203 (SNDARC_SEQ_BASE + 575)
+#define SEQ_SE_DP_204 (SNDARC_SEQ_BASE + 576)
+#define SEQ_SE_DP_205 (SNDARC_SEQ_BASE + 577)
+#define SEQ_SE_DP_206 (SNDARC_SEQ_BASE + 578)
+#define SEQ_SE_DP_207 (SNDARC_SEQ_BASE + 579)
+#define SEQ_SE_DP_208 (SNDARC_SEQ_BASE + 580)
+#define SEQ_SE_DP_209 (SNDARC_SEQ_BASE + 581)
+#define SEQ_SE_DP_210 (SNDARC_SEQ_BASE + 582)
+#define SEQ_SE_DP_211 (SNDARC_SEQ_BASE + 583)
+#define SEQ_SE_DP_212 (SNDARC_SEQ_BASE + 584)
+#define SEQ_SE_DP_213 (SNDARC_SEQ_BASE + 585)
+#define SEQ_SE_DP_214 (SNDARC_SEQ_BASE + 586)
+#define SEQ_SE_DP_280 (SNDARC_SEQ_BASE + 587)
+#define SEQ_SE_DP_281 (SNDARC_SEQ_BASE + 588)
+#define SEQ_SE_DP_282 (SNDARC_SEQ_BASE + 589)
+#define SEQ_SE_DP_290 (SNDARC_SEQ_BASE + 590)
+#define SEQ_SE_DP_291 (SNDARC_SEQ_BASE + 591)
+#define SEQ_SE_DP_293 (SNDARC_SEQ_BASE + 592)
+#define SEQ_SE_DP_300 (SNDARC_SEQ_BASE + 593)
+#define SEQ_SE_DP_350 (SNDARC_SEQ_BASE + 594)
+#define SEQ_SE_DP_351 (SNDARC_SEQ_BASE + 595)
+#define SEQ_SE_DP_400 (SNDARC_SEQ_BASE + 596)
+#define SEQ_SE_DP_401 (SNDARC_SEQ_BASE + 597)
+#define SEQ_SE_DP_402 (SNDARC_SEQ_BASE + 598)
+#define SEQ_SE_DP_480 (SNDARC_SEQ_BASE + 599)
+#define SEQ_SE_DP_W003 (SNDARC_SEQ_BASE + 600)
+#define SEQ_SE_DP_W004 (SNDARC_SEQ_BASE + 601)
+#define SEQ_SE_DP_W006 (SNDARC_SEQ_BASE + 602)
+#define SEQ_SE_DP_W007 (SNDARC_SEQ_BASE + 603)
+#define SEQ_SE_DP_W010 (SNDARC_SEQ_BASE + 604)
+#define SEQ_SE_DP_W011 (SNDARC_SEQ_BASE + 605)
+#define SEQ_SE_DP_W013 (SNDARC_SEQ_BASE + 606)
+#define SEQ_SE_DP_W013B (SNDARC_SEQ_BASE + 607)
+#define SEQ_SE_DP_W014 (SNDARC_SEQ_BASE + 608)
+#define SEQ_SE_DP_W015 (SNDARC_SEQ_BASE + 609)
+#define SEQ_SE_DP_W016 (SNDARC_SEQ_BASE + 610)
+#define SEQ_SE_DP_W016B (SNDARC_SEQ_BASE + 611)
+#define SEQ_SE_DP_W017 (SNDARC_SEQ_BASE + 612)
+#define SEQ_SE_DP_W019 (SNDARC_SEQ_BASE + 613)
+#define SEQ_SE_DP_W020 (SNDARC_SEQ_BASE + 614)
+#define SEQ_SE_DP_W020B (SNDARC_SEQ_BASE + 615)
+#define SEQ_SE_DP_W025B (SNDARC_SEQ_BASE + 616)
+#define SEQ_SE_DP_W025C (SNDARC_SEQ_BASE + 617)
+#define SEQ_SE_DP_W026 (SNDARC_SEQ_BASE + 618)
+#define SEQ_SE_DP_W028 (SNDARC_SEQ_BASE + 619)
+#define SEQ_SE_DP_W028B (SNDARC_SEQ_BASE + 620)
+#define SEQ_SE_DP_W029 (SNDARC_SEQ_BASE + 621)
+#define SEQ_SE_DP_W030 (SNDARC_SEQ_BASE + 622)
+#define SEQ_SE_DP_W036 (SNDARC_SEQ_BASE + 623)
+#define SEQ_SE_DP_W039 (SNDARC_SEQ_BASE + 624)
+#define SEQ_SE_DP_W040 (SNDARC_SEQ_BASE + 625)
+#define SEQ_SE_DP_W043 (SNDARC_SEQ_BASE + 626)
+#define SEQ_SE_DP_W043B (SNDARC_SEQ_BASE + 627)
+#define SEQ_SE_DP_W043C (SNDARC_SEQ_BASE + 628)
+#define SEQ_SE_DP_W043D (SNDARC_SEQ_BASE + 629)
+#define SEQ_SE_DP_W044 (SNDARC_SEQ_BASE + 630)
+#define SEQ_SE_DP_W047 (SNDARC_SEQ_BASE + 631)
+#define SEQ_SE_DP_W048 (SNDARC_SEQ_BASE + 632)
+#define SEQ_SE_DP_W052 (SNDARC_SEQ_BASE + 633)
+#define SEQ_SE_DP_W053 (SNDARC_SEQ_BASE + 634)
+#define SEQ_SE_DP_W053B (SNDARC_SEQ_BASE + 635)
+#define SEQ_SE_DP_W054 (SNDARC_SEQ_BASE + 636)
+#define SEQ_SE_DP_W055 (SNDARC_SEQ_BASE + 637)
+#define SEQ_SE_DP_W056 (SNDARC_SEQ_BASE + 638)
+#define SEQ_SE_DP_W056B (SNDARC_SEQ_BASE + 639)
+#define SEQ_SE_DP_W057 (SNDARC_SEQ_BASE + 640)
+#define SEQ_SE_DP_W057B (SNDARC_SEQ_BASE + 641)
+#define SEQ_SE_DP_W059 (SNDARC_SEQ_BASE + 642)
+#define SEQ_SE_DP_W059B (SNDARC_SEQ_BASE + 643)
+#define SEQ_SE_DP_W060 (SNDARC_SEQ_BASE + 644)
+#define SEQ_SE_DP_W062D (SNDARC_SEQ_BASE + 645)
+#define SEQ_SE_DP_W060B (SNDARC_SEQ_BASE + 646)
+#define SEQ_SE_DP_W063 (SNDARC_SEQ_BASE + 647)
+#define SEQ_SE_DP_W063B (SNDARC_SEQ_BASE + 648)
+#define SEQ_SE_DP_W063C (SNDARC_SEQ_BASE + 649)
+#define SEQ_SE_DP_W070 (SNDARC_SEQ_BASE + 650)
+#define SEQ_SE_DP_W071 (SNDARC_SEQ_BASE + 651)
+#define SEQ_SE_DP_W071B (SNDARC_SEQ_BASE + 652)
+#define SEQ_SE_DP_W076 (SNDARC_SEQ_BASE + 653)
+#define SEQ_SE_DP_W076B (SNDARC_SEQ_BASE + 654)
+#define SEQ_SE_DP_W077 (SNDARC_SEQ_BASE + 655)
+#define SEQ_SE_DP_W077B (SNDARC_SEQ_BASE + 656)
+#define SEQ_SE_DP_W080B (SNDARC_SEQ_BASE + 657)
+#define SEQ_SE_DP_W080C (SNDARC_SEQ_BASE + 658)
+#define SEQ_SE_DP_W081 (SNDARC_SEQ_BASE + 659)
+#define SEQ_SE_DP_W081B (SNDARC_SEQ_BASE + 660)
+#define SEQ_SE_DP_W082 (SNDARC_SEQ_BASE + 661)
+#define SEQ_SE_DP_W082B (SNDARC_SEQ_BASE + 662)
+#define SEQ_SE_DP_W082C (SNDARC_SEQ_BASE + 663)
+#define SEQ_SE_DP_W085 (SNDARC_SEQ_BASE + 664)
+#define SEQ_SE_DP_W085B (SNDARC_SEQ_BASE + 665)
+#define SEQ_SE_DP_W085C (SNDARC_SEQ_BASE + 666)
+#define SEQ_SE_DP_W086 (SNDARC_SEQ_BASE + 667)
+#define SEQ_SE_DP_W088 (SNDARC_SEQ_BASE + 668)
+#define SEQ_SE_DP_W089 (SNDARC_SEQ_BASE + 669)
+#define SEQ_SE_DP_W089B (SNDARC_SEQ_BASE + 670)
+#define SEQ_SE_DP_W090 (SNDARC_SEQ_BASE + 671)
+#define SEQ_SE_DP_W091 (SNDARC_SEQ_BASE + 672)
+#define SEQ_SE_DP_W092 (SNDARC_SEQ_BASE + 673)
+#define SEQ_SE_DP_W092B (SNDARC_SEQ_BASE + 674)
+#define SEQ_SE_DP_W092D (SNDARC_SEQ_BASE + 675)
+#define SEQ_SE_DP_W100 (SNDARC_SEQ_BASE + 676)
+#define SEQ_SE_DP_W100B (SNDARC_SEQ_BASE + 677)
+#define SEQ_SE_DP_W103 (SNDARC_SEQ_BASE + 678)
+#define SEQ_SE_DP_W104 (SNDARC_SEQ_BASE + 679)
+#define SEQ_SE_DP_W107 (SNDARC_SEQ_BASE + 680)
+#define SEQ_SE_DP_W109 (SNDARC_SEQ_BASE + 681)
+#define SEQ_SE_DP_W109B (SNDARC_SEQ_BASE + 682)
+#define SEQ_SE_DP_W112 (SNDARC_SEQ_BASE + 683)
+#define SEQ_SE_DP_W112B (SNDARC_SEQ_BASE + 684)
+#define SEQ_SE_DP_W114 (SNDARC_SEQ_BASE + 685)
+#define SEQ_SE_DP_W115 (SNDARC_SEQ_BASE + 686)
+#define SEQ_SE_DP_W118 (SNDARC_SEQ_BASE + 687)
+#define SEQ_SE_DP_W118B (SNDARC_SEQ_BASE + 688)
+#define SEQ_SE_DP_W120 (SNDARC_SEQ_BASE + 689)
+#define SEQ_SE_DP_W122 (SNDARC_SEQ_BASE + 690)
+#define SEQ_SE_DP_W127 (SNDARC_SEQ_BASE + 691)
+#define SEQ_SE_DP_W129 (SNDARC_SEQ_BASE + 692)
+#define SEQ_SE_DP_W145 (SNDARC_SEQ_BASE + 693)
+#define SEQ_SE_DP_W145B (SNDARC_SEQ_BASE + 694)
+#define SEQ_SE_DP_W145C (SNDARC_SEQ_BASE + 695)
+#define SEQ_SE_DP_W145D (SNDARC_SEQ_BASE + 696)
+#define SEQ_SE_DP_W146 (SNDARC_SEQ_BASE + 697)
+#define SEQ_SE_DP_W151 (SNDARC_SEQ_BASE + 698)
+#define SEQ_SE_DP_W152 (SNDARC_SEQ_BASE + 699)
+#define SEQ_SE_DP_W153 (SNDARC_SEQ_BASE + 700)
+#define SEQ_SE_DP_W155 (SNDARC_SEQ_BASE + 701)
+#define SEQ_SE_DP_W161 (SNDARC_SEQ_BASE + 702)
+#define SEQ_SE_DP_W161B (SNDARC_SEQ_BASE + 703)
+#define SEQ_SE_DP_W166 (SNDARC_SEQ_BASE + 704)
+#define SEQ_SE_DP_W171 (SNDARC_SEQ_BASE + 705)
+#define SEQ_SE_DP_W172 (SNDARC_SEQ_BASE + 706)
+#define SEQ_SE_DP_W172B (SNDARC_SEQ_BASE + 707)
+#define SEQ_SE_DP_W173 (SNDARC_SEQ_BASE + 708)
+#define SEQ_SE_DP_W173B (SNDARC_SEQ_BASE + 709)
+#define SEQ_SE_DP_W173C (SNDARC_SEQ_BASE + 710)
+#define SEQ_SE_DP_W179 (SNDARC_SEQ_BASE + 711)
+#define SEQ_SE_DP_W185 (SNDARC_SEQ_BASE + 712)
+#define SEQ_SE_DP_W187 (SNDARC_SEQ_BASE + 713)
+#define SEQ_SE_DP_W195 (SNDARC_SEQ_BASE + 714)
+#define SEQ_SE_DP_W196 (SNDARC_SEQ_BASE + 715)
+#define SEQ_SE_DP_W197 (SNDARC_SEQ_BASE + 716)
+#define SEQ_SE_DP_W199 (SNDARC_SEQ_BASE + 717)
+#define SEQ_SE_DP_W201 (SNDARC_SEQ_BASE + 718)
+#define SEQ_SE_DP_W202 (SNDARC_SEQ_BASE + 719)
+#define SEQ_SE_DP_W202B (SNDARC_SEQ_BASE + 720)
+#define SEQ_SE_DP_W204 (SNDARC_SEQ_BASE + 721)
+#define SEQ_SE_DP_W207 (SNDARC_SEQ_BASE + 722)
+#define SEQ_SE_DP_W207B (SNDARC_SEQ_BASE + 723)
+#define SEQ_SE_DP_W207C (SNDARC_SEQ_BASE + 724)
+#define SEQ_SE_DP_W207D (SNDARC_SEQ_BASE + 725)
+#define SEQ_SE_DP_W208 (SNDARC_SEQ_BASE + 726)
+#define SEQ_SE_DP_W209 (SNDARC_SEQ_BASE + 727)
+#define SEQ_SE_DP_W213 (SNDARC_SEQ_BASE + 728)
+#define SEQ_SE_DP_W215 (SNDARC_SEQ_BASE + 729)
+#define SEQ_SE_DP_W221B (SNDARC_SEQ_BASE + 730)
+#define SEQ_SE_DP_W227 (SNDARC_SEQ_BASE + 731)
+#define SEQ_SE_DP_W227B (SNDARC_SEQ_BASE + 732)
+#define SEQ_SE_DP_W230 (SNDARC_SEQ_BASE + 733)
+#define SEQ_SE_DP_W231 (SNDARC_SEQ_BASE + 734)
+#define SEQ_SE_DP_W233 (SNDARC_SEQ_BASE + 735)
+#define SEQ_SE_DP_W233B (SNDARC_SEQ_BASE + 736)
+#define SEQ_SE_DP_W234 (SNDARC_SEQ_BASE + 737)
+#define SEQ_SE_DP_W236 (SNDARC_SEQ_BASE + 738)
+#define SEQ_SE_DP_W239 (SNDARC_SEQ_BASE + 739)
+#define SEQ_SE_DP_W240 (SNDARC_SEQ_BASE + 740)
+#define SEQ_SE_DP_W250 (SNDARC_SEQ_BASE + 741)
+#define SEQ_SE_DP_W253 (SNDARC_SEQ_BASE + 742)
+#define SEQ_SE_DP_W255 (SNDARC_SEQ_BASE + 743)
+#define SEQ_SE_DP_W255B (SNDARC_SEQ_BASE + 744)
+#define SEQ_SE_DP_W255E (SNDARC_SEQ_BASE + 745)
+#define SEQ_SE_DP_W255F (SNDARC_SEQ_BASE + 746)
+#define SEQ_SE_DP_W257 (SNDARC_SEQ_BASE + 747)
+#define SEQ_SE_DP_W258 (SNDARC_SEQ_BASE + 748)
+#define SEQ_SE_DP_W260 (SNDARC_SEQ_BASE + 749)
+#define SEQ_SE_DP_W278 (SNDARC_SEQ_BASE + 750)
+#define SEQ_SE_DP_W280 (SNDARC_SEQ_BASE + 751)
+#define SEQ_SE_DP_W280B (SNDARC_SEQ_BASE + 752)
+#define SEQ_SE_DP_W281 (SNDARC_SEQ_BASE + 753)
+#define SEQ_SE_DP_W287B (SNDARC_SEQ_BASE + 754)
+#define SEQ_SE_DP_W287 (SNDARC_SEQ_BASE + 755)
+#define SEQ_SE_DP_W291 (SNDARC_SEQ_BASE + 756)
+#define SEQ_SE_DP_W298 (SNDARC_SEQ_BASE + 757)
+#define SEQ_SE_DP_W320 (SNDARC_SEQ_BASE + 758)
+#define SEQ_SE_DP_W322 (SNDARC_SEQ_BASE + 759)
+#define SEQ_SE_DP_W327 (SNDARC_SEQ_BASE + 760)
+#define SEQ_SE_DP_W356 (SNDARC_SEQ_BASE + 761)
+#define SEQ_SE_DP_W360 (SNDARC_SEQ_BASE + 762)
+#define SEQ_SE_DP_W360B (SNDARC_SEQ_BASE + 763)
+#define SEQ_SE_DP_W360C (SNDARC_SEQ_BASE + 764)
+#define SEQ_SE_DP_W361 (SNDARC_SEQ_BASE + 765)
+#define SEQ_SE_DP_W362 (SNDARC_SEQ_BASE + 766)
+#define SEQ_SE_DP_W363 (SNDARC_SEQ_BASE + 767)
+#define SEQ_SE_DP_W367 (SNDARC_SEQ_BASE + 768)
+#define SEQ_SE_DP_W368 (SNDARC_SEQ_BASE + 769)
+#define SEQ_SE_DP_W373 (SNDARC_SEQ_BASE + 770)
+#define SEQ_SE_DP_W374 (SNDARC_SEQ_BASE + 771)
+#define SEQ_SE_DP_W375 (SNDARC_SEQ_BASE + 772)
+#define SEQ_SE_DP_W376 (SNDARC_SEQ_BASE + 773)
+#define SEQ_SE_DP_W376B (SNDARC_SEQ_BASE + 774)
+#define SEQ_SE_DP_W377 (SNDARC_SEQ_BASE + 775)
+#define SEQ_SE_DP_W379 (SNDARC_SEQ_BASE + 776)
+#define SEQ_SE_DP_W380 (SNDARC_SEQ_BASE + 777)
+#define SEQ_SE_DP_W381 (SNDARC_SEQ_BASE + 778)
+#define SEQ_SE_DP_W383 (SNDARC_SEQ_BASE + 779)
+#define SEQ_SE_DP_W387 (SNDARC_SEQ_BASE + 780)
+#define SEQ_SE_DP_W392 (SNDARC_SEQ_BASE + 781)
+#define SEQ_SE_DP_W399 (SNDARC_SEQ_BASE + 782)
+#define SEQ_SE_DP_W405 (SNDARC_SEQ_BASE + 783)
+#define SEQ_SE_DP_W408 (SNDARC_SEQ_BASE + 784)
+#define SEQ_SE_DP_W411 (SNDARC_SEQ_BASE + 785)
+#define SEQ_SE_DP_W412 (SNDARC_SEQ_BASE + 786)
+#define SEQ_SE_DP_W413 (SNDARC_SEQ_BASE + 787)
+#define SEQ_SE_DP_W419 (SNDARC_SEQ_BASE + 788)
+#define SEQ_SE_DP_W426 (SNDARC_SEQ_BASE + 789)
+#define SEQ_SE_DP_W428 (SNDARC_SEQ_BASE + 790)
+#define SEQ_SE_DP_W434 (SNDARC_SEQ_BASE + 791)
+#define SEQ_SE_DP_W436 (SNDARC_SEQ_BASE + 792)
+#define SEQ_SE_DP_W443B (SNDARC_SEQ_BASE + 793)
+#define SEQ_SE_DP_W452 (SNDARC_SEQ_BASE + 794)
+#define SEQ_SE_DP_W456 (SNDARC_SEQ_BASE + 795)
+#define SEQ_SE_DP_W459 (SNDARC_SEQ_BASE + 796)
+#define SEQ_SE_DP_W460 (SNDARC_SEQ_BASE + 797)
+#define SEQ_SE_DP_W461 (SNDARC_SEQ_BASE + 798)
+#define SEQ_SE_DP_W462 (SNDARC_SEQ_BASE + 799)
+#define SEQ_SE_DP_W463 (SNDARC_SEQ_BASE + 800)
+#define SEQ_SE_DP_W464 (SNDARC_SEQ_BASE + 801)
+#define SEQ_SE_DP_W465 (SNDARC_SEQ_BASE + 802)
+#define SEQ_SE_DP_W466 (SNDARC_SEQ_BASE + 803)
+#define SEQ_SE_DP_W467 (SNDARC_SEQ_BASE + 804)
+#define SEQ_SE_DP_SUIRYU (SNDARC_SEQ_BASE + 805)
+#define SEQ_SE_DP_KIRAKIRA2 (SNDARC_SEQ_BASE + 806)
+#define SEQ_SE_DP_BAN (SNDARC_SEQ_BASE + 807)
+#define SEQ_SE_DP_BASABASA (SNDARC_SEQ_BASE + 808)
+#define SEQ_SE_DP_SHUSHU (SNDARC_SEQ_BASE + 809)
+#define SEQ_SE_DP_KAMI (SNDARC_SEQ_BASE + 810)
+#define SEQ_SE_DP_KAMI2 (SNDARC_SEQ_BASE + 811)
+#define SEQ_SE_DP_BASI (SNDARC_SEQ_BASE + 812)
+#define SEQ_SE_DP_AWA (SNDARC_SEQ_BASE + 813)
+#define SEQ_SE_DP_NAMI (SNDARC_SEQ_BASE + 814)
+#define SEQ_SE_DP_HURU (SNDARC_SEQ_BASE + 815)
+#define SEQ_SE_DP_HURU2 (SNDARC_SEQ_BASE + 816)
+#define SEQ_SE_DP_KAZE (SNDARC_SEQ_BASE + 817)
+#define SEQ_SE_DP_KAZE2 (SNDARC_SEQ_BASE + 818)
+#define SEQ_SE_DP_MUCHI (SNDARC_SEQ_BASE + 819)
+#define SEQ_SE_DP_BRADE (SNDARC_SEQ_BASE + 820)
+#define SEQ_SE_DP_BFBRADE (SNDARC_SEQ_BASE + 821)
+#define SEQ_SE_DP_PASA (SNDARC_SEQ_BASE + 822)
+#define SEQ_SE_DP_PASA2 (SNDARC_SEQ_BASE + 823)
+#define SEQ_SE_DP_PASA3 (SNDARC_SEQ_BASE + 824)
+#define SEQ_SE_DP_KIRAN (SNDARC_SEQ_BASE + 825)
+#define SEQ_SE_DP_GASHIN (SNDARC_SEQ_BASE + 826)
+#define SEQ_SE_DP_DODON (SNDARC_SEQ_BASE + 827)
+#define SEQ_SE_END (SNDARC_SEQ_BASE + 828)
+
+#endif //POKEDIAMOND_CONSTANTS_SNDSEQ_H
diff --git a/include/map_header.h b/include/map_header.h index 60c8baaf..3e6fb6a7 100644 --- a/include/map_header.h +++ b/include/map_header.h @@ -4,7 +4,7 @@ struct MapHeader { u8 area_data_bank; - u8 unk1; + u8 move_model_bank; u16 matrix_id; u16 scripts_bank; u16 level_scripts_bank; @@ -25,7 +25,7 @@ struct MapHeader }; u8 MapHeader_GetAreaDataBank(u32 mapno); -u8 MapHeader_GetField1(u32 mapno); +u8 MapHeader_GetMoveModelBank(u32 mapno); u16 MapHeader_GetMatrixId(u32 mapno); u16 MapHeader_GetMsgBank(u32 mapno); u16 MapHeader_GetScriptsBank(u32 mapno); diff --git a/map_header_resolve_fields.py b/map_header_resolve_fields.py new file mode 100644 index 00000000..1d230bac --- /dev/null +++ b/map_header_resolve_fields.py @@ -0,0 +1,112 @@ +import collections
+import struct
+import typing
+import re
+
+romfname = 'baserom.nds'
+arm9offs = 0x00004000
+arm9load = 0x02000000
+mapheado = 0x020EEDBC
+mapheads = 0x00003468
+
+
+class MapHeader(typing.NamedTuple):
+ area_data_bank: int
+ move_model_bank: int
+ matrix_id: int
+ scripts_bank: int
+ level_scripts_bank: int
+ msg_bank: int
+ day_music_id: int
+ night_music_id: int
+ wild_encounter_bank: int
+ events_bank: int
+ mapsec: int
+ weather_type: int
+ camera_type: int
+ unk16: int
+ battle_bg: int
+ is_bike_allowed: bool
+ is_running_allowed: bool
+ is_escape_rope_allowed: bool
+ is_fly_allowed: bool
+
+ @classmethod
+ def from_buffer(cls, buffer: bytes) -> typing.Generator['MapHeader', None, typing.Any]:
+ for tup in struct.iter_unpack('<BBHHHHHHHHHBBBB', buffer):
+ *tup, flags = tup
+ tup += (flags & 15, flags & 16 != 0, flags & 32 != 0, flags & 64 != 0, flags & 128 != 0)
+ yield cls._make(tup)
+
+
+def read_sndseq_h():
+ with open('include/constants/sndseq.h') as fp:
+ for line in fp:
+ if line.startswith('#define SEQ_'):
+ yield line.split()[1]
+
+
+def read_mapsec_h():
+ with open('include/constants/map_sections.h') as fp:
+ for line in fp:
+ if line.startswith('#define MAPSEC_'):
+ yield line.split()[1]
+
+
+def read_naix(filename):
+ with open(filename) as fp:
+ for line in fp:
+ if (m := re.match(r'\s*(NARC_\w+)\s+=\s+\d+,', line)) is not None:
+ yield m[1]
+
+
+class MyList(list):
+ def __getitem__(self, item):
+ try:
+ return super().__getitem__(item)
+ except IndexError:
+ return str(item)
+
+
+def main():
+ sndseqs = MyList(read_sndseq_h())
+ mapsecs = MyList(read_mapsec_h())
+ msgnaix = MyList(read_naix('files/msgdata/msg.naix'))
+ scrseqnaix = MyList(read_naix('files/fielddata/script/scr_seq_release.naix'))
+ areanaix = MyList(read_naix('files/fielddata/areadata/area_data.naix'))
+ mmlistnaix = MyList(read_naix('files/fielddata/mm_list/move_model_list.naix'))
+ matlistnaix = MyList(read_naix('files/fielddata/mapmatrix/map_matrix.naix'))
+ d_encdatanaix = MyList(read_naix('files/fielddata/encountdata/d_enc_data.naix'))
+ p_encdatanaix = MyList(read_naix('files/fielddata/encountdata/p_enc_data.naix'))
+ eventnaix = MyList(read_naix('files/fielddata/eventdata/zone_event_release.naix'))
+ with open(romfname, 'rb') as rom:
+ rom.seek(mapheado - arm9load + arm9offs)
+ for header in MapHeader.from_buffer(rom.read(mapheads)): # type: MapHeader
+ print('{' + ', '.join((
+ areanaix[header.area_data_bank],
+ mmlistnaix[header.move_model_bank],
+ matlistnaix[header.matrix_id],
+ scrseqnaix[header.scripts_bank],
+ scrseqnaix[header.level_scripts_bank],
+ msgnaix[header.msg_bank],
+ sndseqs[header.day_music_id - 1000],
+ sndseqs[header.night_music_id - 1000],
+ '0xFFFF' if header.wild_encounter_bank == 0xFFFF else 'ENCDATA({}, {})'.format(
+ d_encdatanaix[header.wild_encounter_bank],
+ p_encdatanaix[header.wild_encounter_bank],
+ ),
+ eventnaix[header.events_bank],
+ mapsecs[header.mapsec],
+ str(header.weather_type),
+ str(header.camera_type),
+ str(header.unk16),
+ str(header.battle_bg),
+ ['FALSE', 'TRUE'][header.is_bike_allowed],
+ ['FALSE', 'TRUE'][header.is_running_allowed],
+ ['FALSE', 'TRUE'][header.is_escape_rope_allowed],
+ ['FALSE', 'TRUE'][header.is_fly_allowed],
+ )) + '},')
+
+
+if __name__ == '__main__':
+ main()
|