From 53c05e51a42d3da47d0f815ce5d350a1a1b0e5de Mon Sep 17 00:00:00 2001 From: petrie911 <69443847+petrie911@users.noreply.github.com> Date: Sat, 18 May 2024 23:27:17 -0500 Subject: [PATCH] give EU a symbol addrs file (#256) * srceu * remove warning * and some cleanup * symbol addrs for eu * data * one cleanup * move macros to header --- include/sf64dma.h | 15 + linker_scripts/eu/rev0/symbol_addrs.txt | 9161 +++++++++++++++++ .../eu/rev0/symbol_addrs_assets.txt | 1043 ++ linker_scripts/eu/rev0/symbol_addrs_fix.txt | 8 +- linker_scripts/eu/rev0/undefined_syms.ld | 194 - .../jp/rev0/symbol_addrs_assets.txt | 1088 ++ src/dmatable.c | 5 - src/engine/fox_load_inits.c | 21 - srceu/dmatable.c | 5 - srceu/engine/fox_load_inits.c | 16 - srceu/engine/fox_versus.c | 6 + srcjp/dmatable.c | 5 - srcjp/engine/fox_load_inits.c | 21 - yamls/eu/rev0/header.yaml | 1 + yamls/eu/rev0/main.yaml | 3 +- yamls/eu/rev0/overlays.yaml | 2 +- yamls/jp/rev0/header.yaml | 1 + 17 files changed, 11324 insertions(+), 271 deletions(-) create mode 100644 linker_scripts/eu/rev0/symbol_addrs.txt create mode 100644 linker_scripts/eu/rev0/symbol_addrs_assets.txt create mode 100644 linker_scripts/jp/rev0/symbol_addrs_assets.txt diff --git a/include/sf64dma.h b/include/sf64dma.h index 10be747f..19804fee 100644 --- a/include/sf64dma.h +++ b/include/sf64dma.h @@ -64,6 +64,18 @@ #define SEGMENT_BSS_END(segment) (segment ## _BSS_END) #define SEGMENT_BSS_SIZE(segment) ((uintptr_t)SEGMENT_BSS_END(segment) - (uintptr_t)SEGMENT_BSS_START(segment)) +#define ROM_SEGMENT(file) { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) } + +#define OVERLAY_OFFSETS(file) \ + { { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) }, \ + { SEGMENT_BSS_START(file), SEGMENT_BSS_END(file) }, \ + { SEGMENT_TEXT_START(file), SEGMENT_TEXT_END(file) }, \ + { SEGMENT_DATA_START(file), SEGMENT_RODATA_END(file) } } + +#define NO_SEGMENT { NULL, NULL } + +#define NO_OVERLAY { NO_SEGMENT, NO_SEGMENT, NO_SEGMENT, NO_SEGMENT } + u8 Load_SceneSetup(u8 sceneId, u8 sceneSetup); void Load_InitDmaAndMsg(void); @@ -92,6 +104,9 @@ typedef struct { /* 0xC */ bool compFlag; } DmaEntry; // size = 0x10; +#define DMA_ENTRY(file) { file##_ROM_START, { file##_ROM_START, file##_ROM_END }, false } +#define DMA_ENTRY_NONE { NULL, { NULL, NULL }, false } + extern DmaEntry gDmaTable[]; // 178A70 DECLARE_SEGMENT(makerom); diff --git a/linker_scripts/eu/rev0/symbol_addrs.txt b/linker_scripts/eu/rev0/symbol_addrs.txt new file mode 100644 index 00000000..c1c99525 --- /dev/null +++ b/linker_scripts/eu/rev0/symbol_addrs.txt @@ -0,0 +1,9161 @@ +func_800028C0 = 0x800028C0; +func_8000299C = 0x8000299C; +func_80002A28 = 0x80002A28; +func_80002B74 = 0x80002B74; +func_80002C68 = 0x80002C68; +func_80002CD0 = 0x80002CD0; +func_80002D38 = 0x80002D38; +func_80002F00 = 0x80002F00; +func_80002F20 = 0x80002F20; +func_80002F64 = 0x80002F64; +func_80003008 = 0x80003008; +func_800031EC = 0x800031EC; +func_80003334 = 0x80003334; +func_80003460 = 0x80003460; +func_800035A0 = 0x800035A0; +func_800036A0 = 0x800036A0; +func_800037FC = 0x800037FC; +func_8000397C = 0x8000397C; +func_80003B20 = 0x80003B20; +func_80003C18 = 0x80003C18; +func_80003CE0 = 0x80003CE0; +func_80003E50 = 0x80003E50; +func_80003F60 = 0x80003F60; +func_8000406C = 0x8000406C; +func_80004164 = 0x80004164; +func_800041D4 = 0x800041D4; +func_800045D0 = 0x800045D0; +func_80004784 = 0x80004784; +func_80004808 = 0x80004808; +func_80004894 = 0x80004894; +func_80004A44 = 0x80004A44; +func_80004B2C = 0x80004B2C; +func_80004D70 = 0x80004D70; +func_80004E18 = 0x80004E18; +func_80004E90 = 0x80004E90; +func_80004EBC = 0x80004EBC; +func_80004F20 = 0x80004F20; +func_80005038 = 0x80005038; +func_80005058 = 0x80005058; +func_80005170 = 0x80005170; +func_80005268 = 0x80005268; +func_80005390 = 0x80005390; +func_80005438 = 0x80005438; +func_80005538 = 0x80005538; +func_8000564C = 0x8000564C; +func_80005674 = 0x80005674; +func_800056F0 = 0x800056F0; +func_80005778 = 0x80005778; +func_800057B0 = 0x800057B0; +func_800057C4 = 0x800057C4; +func_80005B70 = 0x80005B70; +func_80005CA4 = 0x80005CA4; +func_80005DB4 = 0x80005DB4; +func_80005F00 = 0x80005F00; +func_80006050 = 0x80006050; +func_8000619C = 0x8000619C; +func_80006570 = 0x80006570; +func_8000678C = 0x8000678C; +func_800069E0 = 0x800069E0; +func_80006A90 = 0x80006A90; +func_80006B28 = 0x80006B28; +func_80006CEC = 0x80006CEC; +func_80006EAC = 0x80006EAC; +func_80006F28 = 0x80006F28; +func_80006F90 = 0x80006F90; +func_80006FA8 = 0x80006FA8; +func_80006FD0 = 0x80006FD0; +func_80007048 = 0x80007048; +func_800070D8 = 0x800070D8; +func_800070EC = 0x800070EC; +func_800070F8 = 0x800070F8; +func_80007138 = 0x80007138; +func_800071A0 = 0x800071A0; +func_800071DC = 0x800071DC; +func_8000726C = 0x8000726C; +func_80007350 = 0x80007350; +func_80007430 = 0x80007430; +func_8000751C = 0x8000751C; +func_80007674 = 0x80007674; +func_8000769C = 0x8000769C; +func_8000777C = 0x8000777C; +func_80007868 = 0x80007868; +func_800078F0 = 0x800078F0; +func_80007980 = 0x80007980; +func_80007D5C = 0x80007D5C; +func_80007DC8 = 0x80007DC8; +func_80008054 = 0x80008054; +func_80008088 = 0x80008088; +func_80008130 = 0x80008130; +func_800083D4 = 0x800083D4; +func_800087F0 = 0x800087F0; +func_80009194 = 0x80009194; +func_80009574 = 0x80009574; +func_800096EC = 0x800096EC; +func_80009818 = 0x80009818; +func_8000994C = 0x8000994C; +func_800099F4 = 0x800099F4; +func_80009A9C = 0x80009A9C; +func_80009B1C = 0x80009B1C; +func_80009BD4 = 0x80009BD4; +func_80009DE8 = 0x80009DE8; +func_8000A198 = 0x8000A198; +func_8000A2CC = 0x8000A2CC; +func_8000A770 = 0x8000A770; +func_8000B460 = 0x8000B460; +func_8000B4F0 = 0x8000B4F0; +func_8000B58C = 0x8000B58C; +func_8000B9FC = 0x8000B9FC; +func_8000BCE0 = 0x8000BCE0; +func_8000BDA8 = 0x8000BDA8; +func_8000BE94 = 0x8000BE94; +func_8000BF04 = 0x8000BF04; +func_8000BF84 = 0x8000BF84; +func_8000BFDC = 0x8000BFDC; +func_8000C004 = 0x8000C004; +func_8000C018 = 0x8000C018; +func_8000C048 = 0x8000C048; +func_8000C058 = 0x8000C058; +func_8000C0B4 = 0x8000C0B4; +func_8000C130 = 0x8000C130; +func_8000C1AC = 0x8000C1AC; +func_8000C268 = 0x8000C268; +func_8000C324 = 0x8000C324; +func_8000CA00 = 0x8000CA00; +func_8000CA58 = 0x8000CA58; +func_8000CB64 = 0x8000CB64; +func_8000CF38 = 0x8000CF38; +func_8000D0FC = 0x8000D0FC; +func_8000D174 = 0x8000D174; +func_8000D518 = 0x8000D518; +func_8000DB64 = 0x8000DB64; +func_8000DBBC = 0x8000DBBC; +func_8000DC3C = 0x8000DC3C; +func_8000DC8C = 0x8000DC8C; +func_8000DCDC = 0x8000DCDC; +func_8000DD2C = 0x8000DD2C; +func_8000DDC0 = 0x8000DDC0; +func_8000E054 = 0x8000E054; +func_8000E21C = 0x8000E21C; +func_8000E260 = 0x8000E260; +func_8000E2E8 = 0x8000E2E8; +func_8000E4F0 = 0x8000E4F0; +func_8000E5F8 = 0x8000E5F8; +func_8000E930 = 0x8000E930; +func_8000EC04 = 0x8000EC04; +func_8000EC64 = 0x8000EC64; +func_8000ED10 = 0x8000ED10; +func_8000ED78 = 0x8000ED78; +func_8000EE64 = 0x8000EE64; +func_8000EF34 = 0x8000EF34; +func_8000EF98 = 0x8000EF98; +func_8000F060 = 0x8000F060; +func_8000F0C8 = 0x8000F0C8; +func_8000F1A8 = 0x8000F1A8; +func_8000F250 = 0x8000F250; +func_8000F270 = 0x8000F270; +func_8000F3A4 = 0x8000F3A4; +func_8000F3D8 = 0x8000F3D8; +func_8000F4C8 = 0x8000F4C8; +func_8000F5A4 = 0x8000F5A4; +func_8000F7E0 = 0x8000F7E0; +func_8000F81C = 0x8000F81C; +func_8000F870 = 0x8000F870; +func_8000F8B4 = 0x8000F8B4; +func_8000FA78 = 0x8000FA78; +func_8000FBA0 = 0x8000FBA0; +func_8000FBF8 = 0x8000FBF8; +func_8000FCCC = 0x8000FCCC; +func_8000FCDC = 0x8000FCDC; +func_8000FCF0 = 0x8000FCF0; +func_8000FD10 = 0x8000FD10; +func_8000FFEC = 0x8000FFEC; +func_8001001C = 0x8001001C; +func_800105D0 = 0x800105D0; +func_80010780 = 0x80010780; +func_800107EC = 0x800107EC; +func_80010854 = 0x80010854; +func_800109E0 = 0x800109E0; +func_80010A64 = 0x80010A64; +func_80010ABC = 0x80010ABC; +func_80010BD4 = 0x80010BD4; +func_80010C44 = 0x80010C44; +func_80010EE0 = 0x80010EE0; +func_80010F70 = 0x80010F70; +func_80010FC8 = 0x80010FC8; +func_80011104 = 0x80011104; +func_80011530 = 0x80011530; +func_800116F4 = 0x800116F4; +func_8001173C = 0x8001173C; +func_80011870 = 0x80011870; +func_80011C38 = 0x80011C38; +func_80011CF0 = 0x80011CF0; +func_80011D2C = 0x80011D2C; +func_80011DDC = 0x80011DDC; +func_80011E98 = 0x80011E98; +func_80011F2C = 0x80011F2C; +func_80011F88 = 0x80011F88; +func_80012418 = 0x80012418; +func_8001264C = 0x8001264C; +func_8001266C = 0x8001266C; +func_8001268C = 0x8001268C; +func_80012790 = 0x80012790; +func_80012834 = 0x80012834; +func_80012844 = 0x80012844; +func_80012894 = 0x80012894; +func_80012944 = 0x80012944; +func_80012AA4 = 0x80012AA4; +func_80012BE0 = 0x80012BE0; +func_80012C20 = 0x80012C20; +func_80012C4C = 0x80012C4C; +func_80012CCC = 0x80012CCC; +func_80012E08 = 0x80012E08; +func_80012E3C = 0x80012E3C; +func_80012E68 = 0x80012E68; +func_80012EB4 = 0x80012EB4; +func_80012F04 = 0x80012F04; +func_80012FFC = 0x80012FFC; +func_800132C8 = 0x800132C8; +func_800133E0 = 0x800133E0; +func_80013588 = 0x80013588; +func_800136E8 = 0x800136E8; +func_800137BC = 0x800137BC; +func_80013800 = 0x80013800; +func_800139F8 = 0x800139F8; +func_80013A64 = 0x80013A64; +func_80013B4C = 0x80013B4C; +func_80013B70 = 0x80013B70; +func_80013E80 = 0x80013E80; +func_80013FA4 = 0x80013FA4; +func_800140B0 = 0x800140B0; +func_800140EC = 0x800140EC; +func_8001413C = 0x8001413C; +func_800141A8 = 0x800141A8; +func_80014224 = 0x80014224; +func_80014350 = 0x80014350; +func_80014420 = 0x80014420; +func_800144C4 = 0x800144C4; +func_8001459C = 0x8001459C; +func_800145DC = 0x800145DC; +func_8001461C = 0x8001461C; +func_800146A0 = 0x800146A0; +func_800146B4 = 0x800146B4; +func_800146E4 = 0x800146E4; +func_80014728 = 0x80014728; +func_800152A0 = 0x800152A0; +func_80015310 = 0x80015310; +func_800153A4 = 0x800153A4; +func_800153C8 = 0x800153C8; +func_80015FB4 = 0x80015FB4; +func_8001676C = 0x8001676C; +func_800167E4 = 0x800167E4; +func_8001689C = 0x8001689C; +func_80016A30 = 0x80016A30; +func_80016A38 = 0x80016A38; +func_80016BA0 = 0x80016BA0; +func_80016CBC = 0x80016CBC; +func_80016EC4 = 0x80016EC4; +func_80016FD0 = 0x80016FD0; +func_8001737C = 0x8001737C; +func_800174B0 = 0x800174B0; +func_8001756C = 0x8001756C; +func_800175A4 = 0x800175A4; +func_8001761C = 0x8001761C; +func_8001777C = 0x8001777C; +func_800177E4 = 0x800177E4; +func_80018310 = 0x80018310; +func_80018338 = 0x80018338; +func_800183B8 = 0x800183B8; +func_8001842C = 0x8001842C; +func_8001848C = 0x8001848C; +func_800184F0 = 0x800184F0; +func_80018508 = 0x80018508; +func_800185BC = 0x800185BC; +func_80018614 = 0x80018614; +func_80018EB8 = 0x80018EB8; +func_80018EFC = 0x80018EFC; +func_80018FC0 = 0x80018FC0; +func_80019084 = 0x80019084; +func_80019100 = 0x80019100; +func_80019174 = 0x80019174; +func_800191D8 = 0x800191D8; +func_80019234 = 0x80019234; +func_800192AC = 0x800192AC; +func_80019450 = 0x80019450; +func_800197C8 = 0x800197C8; +func_800198DC = 0x800198DC; +func_8001A038 = 0x8001A038; +func_8001A2AC = 0x8001A2AC; +func_8001A3A8 = 0x8001A3A8; +func_8001A4D4 = 0x8001A4D4; +func_8001A51C = 0x8001A51C; +func_8001A578 = 0x8001A578; +func_8001A6E0 = 0x8001A6E0; +func_8001A854 = 0x8001A854; +func_8001A9A4 = 0x8001A9A4; +func_8001AA08 = 0x8001AA08; +func_8001AAAC = 0x8001AAAC; +func_8001AB00 = 0x8001AB00; +func_8001AB6C = 0x8001AB6C; +func_8001ACF8 = 0x8001ACF8; +func_8001AD1C = 0x8001AD1C; +func_8001AD60 = 0x8001AD60; +func_8001AE74 = 0x8001AE74; +func_8001AE94 = 0x8001AE94; +func_8001AEF0 = 0x8001AEF0; +func_8001AF5C = 0x8001AF5C; +func_8001AF6C = 0x8001AF6C; +func_8001AFB8 = 0x8001AFB8; +func_8001B030 = 0x8001B030; +func_8001B470 = 0x8001B470; +func_8001B790 = 0x8001B790; +func_8001BA5C = 0x8001BA5C; +func_8001BB90 = 0x8001BB90; +func_8001BC3C = 0x8001BC3C; +func_8001BC64 = 0x8001BC64; +func_8001BD28 = 0x8001BD28; +func_8001BFDC = 0x8001BFDC; +func_8001C408 = 0x8001C408; +func_8001C8D4 = 0x8001C8D4; +func_8001CA40 = 0x8001CA40; +func_8001CBB8 = 0x8001CBB8; +func_8001CD14 = 0x8001CD14; +func_8001CE60 = 0x8001CE60; +func_8001CF34 = 0x8001CF34; +func_8001CF98 = 0x8001CF98; +func_8001CFE0 = 0x8001CFE0; +func_8001D06C = 0x8001D06C; +func_8001D0EC = 0x8001D0EC; +func_8001D144 = 0x8001D144; +func_8001D194 = 0x8001D194; +func_8001D200 = 0x8001D200; +func_8001D334 = 0x8001D334; +func_8001D3D8 = 0x8001D3D8; +func_8001D438 = 0x8001D438; +func_8001D448 = 0x8001D448; +func_8001D47C = 0x8001D47C; +func_8001D4E4 = 0x8001D4E4; +func_8001D558 = 0x8001D558; +func_8001D670 = 0x8001D670; +func_8001D714 = 0x8001D714; +func_8001D7B8 = 0x8001D7B8; +func_8001D8E0 = 0x8001D8E0; +func_8001D92C = 0x8001D92C; +func_8001DA18 = 0x8001DA18; +func_8001DAC8 = 0x8001DAC8; +func_8001DC08 = 0x8001DC08; +func_8001DC64 = 0x8001DC64; +func_8001DCA4 = 0x8001DCA4; +func_8001DD04 = 0x8001DD04; +func_8001DD4C = 0x8001DD4C; +func_8001DD78 = 0x8001DD78; +func_8001DDE8 = 0x8001DDE8; +func_8001DEEC = 0x8001DEEC; +func_8001DF9C = 0x8001DF9C; +func_8001E020 = 0x8001E020; +func_8001E514 = 0x8001E514; +func_8001E7F0 = 0x8001E7F0; +func_8001E848 = 0x8001E848; +func_8001E898 = 0x8001E898; +func_8001E920 = 0x8001E920; +func_8001E978 = 0x8001E978; +func_8001E99C = 0x8001E99C; +func_8001E9C0 = 0x8001E9C0; +func_8001E9F0 = 0x8001E9F0; +func_8001EA68 = 0x8001EA68; +func_8001EA7C = 0x8001EA7C; +func_8001ED7C = 0x8001ED7C; +func_8001EDE4 = 0x8001EDE4; +func_8001EE04 = 0x8001EE04; +func_8001EE5C = 0x8001EE5C; +func_8001EED0 = 0x8001EED0; +func_8001EF0C = 0x8001EF0C; +func_8001EF30 = 0x8001EF30; +func_8001EF40 = 0x8001EF40; +func_8001EFE0 = 0x8001EFE0; +func_8001FAB0 = 0x8001FAB0; +func_8001FAD4 = 0x8001FAD4; +func_8001FB24 = 0x8001FB24; +func_8001FB80 = 0x8001FB80; +func_8001FBB4 = 0x8001FBB4; +func_8001FBD4 = 0x8001FBD4; +func_8001FBF4 = 0x8001FBF4; +func_8001FC28 = 0x8001FC28; +func_8001FC58 = 0x8001FC58; +func_8001FC78 = 0x8001FC78; +func_8001FC98 = 0x8001FC98; +func_8001FCB8 = 0x8001FCB8; +func_8001FDDC = 0x8001FDDC; +func_8001FED0 = 0x8001FED0; +func_8001FF00 = 0x8001FF00; +func_8001FF30 = 0x8001FF30; +func_8001FF3C = 0x8001FF3C; +func_8001FF48 = 0x8001FF48; +func_8001FF58 = 0x8001FF58; +func_8001FF68 = 0x8001FF68; +func_8001FF74 = 0x8001FF74; +func_8001FF80 = 0x8001FF80; +func_8001FF90 = 0x8001FF90; +func_8001FFA0 = 0x8001FFA0; +func_8001FFAC = 0x8001FFAC; +func_8001FFB8 = 0x8001FFB8; +func_8001FFC8 = 0x8001FFC8; +func_8001FFD8 = 0x8001FFD8; +func_8001FFE4 = 0x8001FFE4; +func_8001FFF0 = 0x8001FFF0; +func_80020000 = 0x80020000; +func_80020010 = 0x80020010; +func_8002002C = 0x8002002C; +func_8002004C = 0x8002004C; +func_8002006C = 0x8002006C; +func_80020090 = 0x80020090; +func_80020288 = 0x80020288; +func_80020358 = 0x80020358; +func_80020450 = 0x80020450; +func_80020514 = 0x80020514; +func_800205BC = 0x800205BC; +func_800206B0 = 0x800206B0; +func_800207F0 = 0x800207F0; +func_80020940 = 0x80020940; +func_800209C4 = 0x800209C4; +func_800209F0 = 0x800209F0; +func_80020B58 = 0x80020B58; +func_80020CC4 = 0x80020CC4; +func_80020E40 = 0x80020E40; +func_80021010 = 0x80021010; +func_80021240 = 0x80021240; +func_800212A0 = 0x800212A0; +func_80021558 = 0x80021558; +func_800215D0 = 0x800215D0; +func_80021724 = 0x80021724; +func_80021790 = 0x80021790; +func_80021810 = 0x80021810; +func_800218C0 = 0x800218C0; +func_800219D0 = 0x800219D0; +func_80021A40 = 0x80021A40; +func_80021A70 = 0x80021A70; +func_80021AC0 = 0x80021AC0; +func_80021B30 = 0x80021B30; +func_80021BF0 = 0x80021BF0; +func_80021C60 = 0x80021C60; +func_80021E20 = 0x80021E20; +func_80021E50 = 0x80021E50; +func_80021EC0 = 0x80021EC0; +func_80021F30 = 0x80021F30; +func_80021FB0 = 0x80021FB0; +func_80021FD0 = 0x80021FD0; +func_800220EC = 0x800220EC; +func_8002227C = 0x8002227C; +func_800222C0 = 0x800222C0; +func_800222D0 = 0x800222D0; +func_80022420 = 0x80022420; +func_80022570 = 0x80022570; +func_800226F8 = 0x800226F8; +func_800228D0 = 0x800228D0; +func_80022A9C = 0x80022A9C; +func_80022BB0 = 0x80022BB0; +func_80022C90 = 0x80022C90; +func_80023130 = 0x80023130; +func_800231C0 = 0x800231C0; +func_80023380 = 0x80023380; +func_800234F0 = 0x800234F0; +func_80023500 = 0x80023500; +func_800235E0 = 0x800235E0; +func_800237D0 = 0x800237D0; +func_800238E0 = 0x800238E0; +func_80023A90 = 0x80023A90; +func_80023B9C = 0x80023B9C; +func_80023DC0 = 0x80023DC0; +func_80023DEC = 0x80023DEC; +func_80023E28 = 0x80023E28; +func_80023E64 = 0x80023E64; +func_80023E90 = 0x80023E90; +func_80023ECC = 0x80023ECC; +func_80023F28 = 0x80023F28; +func_80023F58 = 0x80023F58; +func_80023FB8 = 0x80023FB8; +func_80024054 = 0x80024054; +func_80024080 = 0x80024080; +func_800240F0 = 0x800240F0; +func_8002411C = 0x8002411C; +func_80024144 = 0x80024144; +func_80024190 = 0x80024190; +func_80024800 = 0x80024800; +func_80024E50 = 0x80024E50; +func_80024E80 = 0x80024E80; +func_80024E90 = 0x80024E90; +func_80024FF0 = 0x80024FF0; +func_800250E0 = 0x800250E0; +func_800251C0 = 0x800251C0; +func_800251D0 = 0x800251D0; +func_80025280 = 0x80025280; +func_80025290 = 0x80025290; +func_80025340 = 0x80025340; +func_80025390 = 0x80025390; +func_800253D4 = 0x800253D4; +func_80025400 = 0x80025400; +func_80025420 = 0x80025420; +func_80025440 = 0x80025440; +func_80025480 = 0x80025480; +__ptExceptionPreamble = 0x80025490; +__ptException = 0x800254B4; +func_80025E38 = 0x80025E38; +func_80025F20 = 0x80025F20; +func_80026020 = 0x80026020; +func_80026068 = 0x80026068; +func_80026078 = 0x80026078; +__osCleanupThread = 0x800261F4; +func_800263A0 = 0x800263A0; +func_8002649C = 0x8002649C; +func_80026570 = 0x80026570; +func_80026620 = 0x80026620; +func_800266F0 = 0x800266F0; +func_800268F4 = 0x800268F4; +func_80026A70 = 0x80026A70; +func_80026C8C = 0x80026C8C; +func_80026E00 = 0x80026E00; +func_80026F00 = 0x80026F00; +func_80026F88 = 0x80026F88; +func_80026FB8 = 0x80026FB8; +func_80027070 = 0x80027070; +func_800271C0 = 0x800271C0; +func_800271F0 = 0x800271F0; +func_80027330 = 0x80027330; +func_80027340 = 0x80027340; +func_80027350 = 0x80027350; +func_80027660 = 0x80027660; +func_800276E0 = 0x800276E0; +func_80027760 = 0x80027760; +func_800277A0 = 0x800277A0; +func_80027830 = 0x80027830; +func_80027860 = 0x80027860; +func_800278EC = 0x800278EC; +func_80027B30 = 0x80027B30; +func_80027BA4 = 0x80027BA4; +func_80027D30 = 0x80027D30; +func_80027D50 = 0x80027D50; +func_80027D60 = 0x80027D60; +func_800280C0 = 0x800280C0; +func_800281C0 = 0x800281C0; +func_80028210 = 0x80028210; +func_80028254 = 0x80028254; +func_80028280 = 0x80028280; +func_80028360 = 0x80028360; +func_80028590 = 0x80028590; +func_80028A20 = 0x80028A20; +func_80028CE0 = 0x80028CE0; +func_80028CF0 = 0x80028CF0; +func_80028D00 = 0x80028D00; +func_80028D10 = 0x80028D10; +func_80028D60 = 0x80028D60; +func_80028DB0 = 0x80028DB0; +func_80028E10 = 0x80028E10; +func_80028E70 = 0x80028E70; +func_80028F10 = 0x80028F10; +func_800291B0 = 0x800291B0; +func_80029720 = 0x80029720; +func_80029C70 = 0x80029C70; +func_80029CA0 = 0x80029CA0; +func_80029CD0 = 0x80029CD0; +func_80029D28 = 0x80029D28; +func_80029D9C = 0x80029D9C; +func_80029E08 = 0x80029E08; +func_80029ED8 = 0x80029ED8; +func_80029FE0 = 0x80029FE0; +func_8002A0B0 = 0x8002A0B0; +func_8002A124 = 0x8002A124; +func_8002A174 = 0x8002A174; +func_8002A1E0 = 0x8002A1E0; +func_8002A2B0 = 0x8002A2B0; +func_8002A340 = 0x8002A340; +func_8002A9E4 = 0x8002A9E4; +func_8002AACC = 0x8002AACC; +func_8002ABC0 = 0x8002ABC0; +func_8002AC60 = 0x8002AC60; +func_8002AD60 = 0x8002AD60; +func_8002AE70 = 0x8002AE70; +func_8002AF30 = 0x8002AF30; +func_8002AF40 = 0x8002AF40; +func_8002AFA0 = 0x8002AFA0; +func_8002AFF0 = 0x8002AFF0; +func_8002B040 = 0x8002B040; +func_8002B090 = 0x8002B090; +func_8002B0E0 = 0x8002B0E0; +func_8002B1E0 = 0x8002B1E0; +func_8002B270 = 0x8002B270; +func_8002B280 = 0x8002B280; +func_8002B28C = 0x8002B28C; +func_8002B320 = 0x8002B320; +func_8002B368 = 0x8002B368; +func_8002B3BC = 0x8002B3BC; +func_8002B3F0 = 0x8002B3F0; +func_8002B424 = 0x8002B424; +func_8002B460 = 0x8002B460; +func_8002B65C = 0x8002B65C; +func_8002B8A8 = 0x8002B8A8; +func_8002B928 = 0x8002B928; +func_8002B934 = 0x8002B934; +func_8002B9DC = 0x8002B9DC; +func_8002BA4C = 0x8002BA4C; +func_8002BC30 = 0x8002BC30; +func_8002BCAC = 0x8002BCAC; +func_8002BD2C = 0x8002BD2C; +func_8002BE34 = 0x8002BE34; +func_8002BF68 = 0x8002BF68; +func_8002C25C = 0x8002C25C; +func_8002C2C4 = 0x8002C2C4; +func_8002C40C = 0x8002C40C; +func_8002C6A0 = 0x8002C6A0; +func_8002C6EC = 0x8002C6EC; +func_8002C7C8 = 0x8002C7C8; +func_8002C7E8 = 0x8002C7E8; +func_8002C830 = 0x8002C830; +func_8002C8B4 = 0x8002C8B4; +func_8002C948 = 0x8002C948; +func_8002C9F0 = 0x8002C9F0; +func_8002CA98 = 0x8002CA98; +func_8002CBF4 = 0x8002CBF4; +func_8002CD44 = 0x8002CD44; +func_8002CDFC = 0x8002CDFC; +func_8002CEB0 = 0x8002CEB0; +func_8002CF14 = 0x8002CF14; +func_8002D074 = 0x8002D074; +func_8002D184 = 0x8002D184; +func_8002D29C = 0x8002D29C; +func_8002D360 = 0x8002D360; +func_8002D430 = 0x8002D430; +func_8002D4DC = 0x8002D4DC; +func_8002D5C4 = 0x8002D5C4; +func_8002D784 = 0x8002D784; +func_8002D790 = 0x8002D790; +func_8002D8EC = 0x8002D8EC; +func_8002DB14 = 0x8002DB14; +func_8002DBA8 = 0x8002DBA8; +func_8002DC6C = 0x8002DC6C; +func_8002DCAC = 0x8002DCAC; +func_8002DD68 = 0x8002DD68; +func_8002DD98 = 0x8002DD98; +func_8002DE00 = 0x8002DE00; +func_8002DE30 = 0x8002DE30; +func_8002DF10 = 0x8002DF10; +func_8002DFA8 = 0x8002DFA8; +func_8002E050 = 0x8002E050; +func_8002E170 = 0x8002E170; +func_8002E310 = 0x8002E310; +func_8002E360 = 0x8002E360; +func_8002E3B0 = 0x8002E3B0; +func_8002E470 = 0x8002E470; +func_8002E494 = 0x8002E494; +func_8002E4D8 = 0x8002E4D8; +func_8002E4EC = 0x8002E4EC; +func_8002E510 = 0x8002E510; +func_8002E628 = 0x8002E628; +func_8002E684 = 0x8002E684; +func_8002E71C = 0x8002E71C; +func_8002E740 = 0x8002E740; +func_8002E764 = 0x8002E764; +func_8002E788 = 0x8002E788; +func_8002E7AC = 0x8002E7AC; +func_8002E7D0 = 0x8002E7D0; +func_8002E7F4 = 0x8002E7F4; +func_8002E818 = 0x8002E818; +func_8002E83C = 0x8002E83C; +func_8002EE9C = 0x8002EE9C; +func_8002EF70 = 0x8002EF70; +func_8002EFA0 = 0x8002EFA0; +func_8002F2BC = 0x8002F2BC; +func_8002F51C = 0x8002F51C; +func_8002F730 = 0x8002F730; +func_8002F794 = 0x8002F794; +func_8002F7F0 = 0x8002F7F0; +func_8002FC90 = 0x8002FC90; +func_8002FD44 = 0x8002FD44; +func_8002FFAC = 0x8002FFAC; +func_80030028 = 0x80030028; +func_80030240 = 0x80030240; +func_80030328 = 0x80030328; +func_800305D0 = 0x800305D0; +func_800309C0 = 0x800309C0; +func_800318FC = 0x800318FC; +func_800319A4 = 0x800319A4; +func_80031A50 = 0x80031A50; +func_80034E24 = 0x80034E24; +func_80035058 = 0x80035058; +func_800352A0 = 0x800352A0; +func_80035408 = 0x80035408; +func_80035CF0 = 0x80035CF0; +func_80035DAC = 0x80035DAC; +func_80035E08 = 0x80035E08; +func_80035E38 = 0x80035E38; +func_800362D8 = 0x800362D8; +func_800364E8 = 0x800364E8; +func_800365A4 = 0x800365A4; +func_8003668C = 0x8003668C; +func_80036730 = 0x80036730; +func_80036834 = 0x80036834; +func_80036F48 = 0x80036F48; +func_800373F8 = 0x800373F8; +func_80037658 = 0x80037658; +func_8003770C = 0x8003770C; +func_80037CB4 = 0x80037CB4; +func_80038100 = 0x80038100; +func_80038EF4 = 0x80038EF4; +func_800391D0 = 0x800391D0; +func_80039A10 = 0x80039A10; +func_8003AF48 = 0x8003AF48; +func_8003AF98 = 0x8003AF98; +func_8003AFCC = 0x8003AFCC; +func_8003B51C = 0x8003B51C; +func_8003BA40 = 0x8003BA40; +func_8003BA60 = 0x8003BA60; +func_8003BA8C = 0x8003BA8C; +func_8003BB0C = 0x8003BB0C; +func_8003BEB4 = 0x8003BEB4; +func_8003BFC8 = 0x8003BFC8; +func_8003C398 = 0x8003C398; +func_8003C490 = 0x8003C490; +func_8003CBE0 = 0x8003CBE0; +func_8003CF68 = 0x8003CF68; +func_8003D524 = 0x8003D524; +func_8003D820 = 0x8003D820; +func_8003D984 = 0x8003D984; +func_8003D9D8 = 0x8003D9D8; +func_8003DAC0 = 0x8003DAC0; +func_8003DE38 = 0x8003DE38; +func_8003E1B0 = 0x8003E1B0; +func_8003E1B8 = 0x8003E1B8; +func_80040420 = 0x80040420; +func_80040924 = 0x80040924; +func_80040CAC = 0x80040CAC; +func_80040CB4 = 0x80040CB4; +func_80042D08 = 0x80042D08; +func_80042E90 = 0x80042E90; +func_80042F7C = 0x80042F7C; +func_80042F88 = 0x80042F88; +func_80042F94 = 0x80042F94; +func_80042FA0 = 0x80042FA0; +func_80042FAC = 0x80042FAC; +func_80042FB8 = 0x80042FB8; +func_80042FC4 = 0x80042FC4; +func_800430AC = 0x800430AC; +func_80043158 = 0x80043158; +func_8004316C = 0x8004316C; +func_80043250 = 0x80043250; +func_80043438 = 0x80043438; +func_800438B0 = 0x800438B0; +func_80043A70 = 0x80043A70; +func_80043ADC = 0x80043ADC; +func_80043AE8 = 0x80043AE8; +func_800440F0 = 0x800440F0; +func_80044198 = 0x80044198; +func_800443AC = 0x800443AC; +func_8004448C = 0x8004448C; +func_80044838 = 0x80044838; +func_80045100 = 0x80045100; +func_80045318 = 0x80045318; +func_80045648 = 0x80045648; +func_80045E4C = 0x80045E4C; +func_800460B0 = 0x800460B0; +func_80046230 = 0x80046230; +func_80046328 = 0x80046328; +func_800463EC = 0x800463EC; +func_800466D4 = 0x800466D4; +func_80046E10 = 0x80046E10; +func_800474D4 = 0x800474D4; +func_80047724 = 0x80047724; +func_80047D08 = 0x80047D08; +func_80047E4C = 0x80047E4C; +func_80047F8C = 0x80047F8C; +func_800481C4 = 0x800481C4; +func_80048A90 = 0x80048A90; +func_80048C6C = 0x80048C6C; +func_80048DE8 = 0x80048DE8; +func_800495D8 = 0x800495D8; +func_800498B4 = 0x800498B4; +func_80049910 = 0x80049910; +func_80049A44 = 0x80049A44; +func_80049AEC = 0x80049AEC; +func_80049BB4 = 0x80049BB4; +func_8004A4D4 = 0x8004A4D4; +func_8004A6A8 = 0x8004A6A8; +func_8004A7E8 = 0x8004A7E8; +func_8004A830 = 0x8004A830; +func_8004AA2C = 0x8004AA2C; +func_8004AA9C = 0x8004AA9C; +func_8004B308 = 0x8004B308; +func_8004C89C = 0x8004C89C; +func_8004C8C0 = 0x8004C8C0; +func_8004CC50 = 0x8004CC50; +func_8004D358 = 0x8004D358; +func_8004D364 = 0x8004D364; +func_8004D3D0 = 0x8004D3D0; +func_8004D6BC = 0x8004D6BC; +func_8004D7AC = 0x8004D7AC; +func_8004DE7C = 0x8004DE7C; +func_8004E35C = 0x8004E35C; +func_8004E458 = 0x8004E458; +func_8004EB54 = 0x8004EB54; +func_8004EFE0 = 0x8004EFE0; +func_8004F71C = 0x8004F71C; +func_8004F830 = 0x8004F830; +func_8004FC3C = 0x8004FC3C; +func_8004FE44 = 0x8004FE44; +func_80051548 = 0x80051548; +func_80051AB0 = 0x80051AB0; +func_8005207C = 0x8005207C; +func_80052328 = 0x80052328; +func_800523A0 = 0x800523A0; +func_80052418 = 0x80052418; +func_8005248C = 0x8005248C; +func_80052504 = 0x80052504; +func_80052638 = 0x80052638; +func_80052804 = 0x80052804; +func_80052B00 = 0x80052B00; +func_80052CC8 = 0x80052CC8; +func_800530CC = 0x800530CC; +func_80053124 = 0x80053124; +func_800535D8 = 0x800535D8; +func_80053A80 = 0x80053A80; +func_80053A98 = 0x80053A98; +func_80053BB8 = 0x80053BB8; +func_80053EFC = 0x80053EFC; +func_80054200 = 0x80054200; +func_80054280 = 0x80054280; +func_800545DC = 0x800545DC; +func_8005470C = 0x8005470C; +func_80054894 = 0x80054894; +func_80054C24 = 0x80054C24; +func_80054E00 = 0x80054E00; +func_80055708 = 0x80055708; +func_80055AD8 = 0x80055AD8; +func_80055E18 = 0x80055E18; +func_800561B0 = 0x800561B0; +func_80056334 = 0x80056334; +func_80056440 = 0x80056440; +func_80056DAC = 0x80056DAC; +func_800571C8 = 0x800571C8; +func_80057484 = 0x80057484; +func_80057794 = 0x80057794; +func_80057844 = 0x80057844; +func_80057C80 = 0x80057C80; +func_80058B10 = 0x80058B10; +func_80058BD8 = 0x80058BD8; +func_80058EA4 = 0x80058EA4; +func_80059428 = 0x80059428; +func_80059470 = 0x80059470; +func_80059530 = 0x80059530; +func_80059610 = 0x80059610; +func_800596F0 = 0x800596F0; +func_80059700 = 0x80059700; +func_80059800 = 0x80059800; +func_8005984C = 0x8005984C; +func_80059890 = 0x80059890; +func_8005991C = 0x8005991C; +func_80059928 = 0x80059928; +func_800599E4 = 0x800599E4; +func_80059A64 = 0x80059A64; +func_80059B2C = 0x80059B2C; +func_80059B60 = 0x80059B60; +func_80059BF0 = 0x80059BF0; +func_80059BFC = 0x80059BFC; +func_80059C30 = 0x80059C30; +func_80059C68 = 0x80059C68; +func_80059C74 = 0x80059C74; +func_80059C80 = 0x80059C80; +func_80059FA8 = 0x80059FA8; +func_8005A01C = 0x8005A01C; +func_8005A050 = 0x8005A050; +func_8005A0BC = 0x8005A0BC; +func_8005A0C8 = 0x8005A0C8; +func_8005A0D4 = 0x8005A0D4; +func_8005ADEC = 0x8005ADEC; +func_8005B228 = 0x8005B228; +func_8005B3C8 = 0x8005B3C8; +func_8005B6E4 = 0x8005B6E4; +func_8005B75C = 0x8005B75C; +func_8005B80C = 0x8005B80C; +func_8005B888 = 0x8005B888; +func_8005B9E4 = 0x8005B9E4; +func_8005BA70 = 0x8005BA70; +func_8005BAF4 = 0x8005BAF4; +func_8005C630 = 0x8005C630; +func_8005C940 = 0x8005C940; +func_8005CA00 = 0x8005CA00; +func_8005CAC0 = 0x8005CAC0; +func_8005CB84 = 0x8005CB84; +func_8005CCDC = 0x8005CCDC; +func_8005CDE8 = 0x8005CDE8; +func_8005D048 = 0x8005D048; +func_8005D230 = 0x8005D230; +func_8005D40C = 0x8005D40C; +func_8005D694 = 0x8005D694; +func_8005D8F8 = 0x8005D8F8; +func_8005D994 = 0x8005D994; +func_8005DC00 = 0x8005DC00; +func_8005E1F8 = 0x8005E1F8; +func_8005E494 = 0x8005E494; +func_8005E578 = 0x8005E578; +func_8005E7F8 = 0x8005E7F8; +func_8005EA64 = 0x8005EA64; +func_8005ED18 = 0x8005ED18; +func_8005F070 = 0x8005F070; +func_8005F128 = 0x8005F128; +func_8005F22C = 0x8005F22C; +func_8005F2D0 = 0x8005F2D0; +func_8005F334 = 0x8005F334; +func_8005F6B0 = 0x8005F6B0; +func_8005FA1C = 0x8005FA1C; +func_8005FBB0 = 0x8005FBB0; +func_800604AC = 0x800604AC; +func_80060754 = 0x80060754; +func_800608DC = 0x800608DC; +func_800609A8 = 0x800609A8; +func_80060DD4 = 0x80060DD4; +func_80060F70 = 0x80060F70; +func_80060FFC = 0x80060FFC; +func_80061024 = 0x80061024; +func_80061188 = 0x80061188; +func_800612F8 = 0x800612F8; +func_800613A4 = 0x800613A4; +func_800613D4 = 0x800613D4; +func_80061404 = 0x80061404; +func_80061444 = 0x80061444; +func_80061484 = 0x80061484; +func_800614B4 = 0x800614B4; +func_800614F4 = 0x800614F4; +func_800615E0 = 0x800615E0; +func_800616CC = 0x800616CC; +func_800617B8 = 0x800617B8; +func_800618A4 = 0x800618A4; +func_80061998 = 0x80061998; +func_80061A8C = 0x80061A8C; +func_80061BA8 = 0x80061BA8; +func_80061D10 = 0x80061D10; +func_80061E88 = 0x80061E88; +func_80061F4C = 0x80061F4C; +func_800621C0 = 0x800621C0; +func_800625A8 = 0x800625A8; +func_800626A4 = 0x800626A4; +func_80062BA0 = 0x80062BA0; +func_80062C78 = 0x80062C78; +func_80062D44 = 0x80062D44; +func_80062DFC = 0x80062DFC; +func_800631E8 = 0x800631E8; +func_800632AC = 0x800632AC; +func_8006355C = 0x8006355C; +func_80063CEC = 0x80063CEC; +func_80063D98 = 0x80063D98; +func_80063E9C = 0x80063E9C; +func_80063F8C = 0x80063F8C; +func_80063F98 = 0x80063F98; +func_80063FB4 = 0x80063FB4; +func_80063FD0 = 0x80063FD0; +func_8006530C = 0x8006530C; +func_800653C0 = 0x800653C0; +func_800654AC = 0x800654AC; +func_80065524 = 0x80065524; +func_80065608 = 0x80065608; +func_800656AC = 0x800656AC; +func_80065714 = 0x80065714; +func_80066130 = 0x80066130; +func_80066294 = 0x80066294; +func_8006657C = 0x8006657C; +func_8006687C = 0x8006687C; +func_800669D0 = 0x800669D0; +func_80066AB0 = 0x80066AB0; +func_80066ABC = 0x80066ABC; +func_80066C30 = 0x80066C30; +func_80066D8C = 0x80066D8C; +func_80066EB0 = 0x80066EB0; +func_80066EBC = 0x80066EBC; +func_80066ED8 = 0x80066ED8; +func_80066F14 = 0x80066F14; +func_80066F20 = 0x80066F20; +func_80067200 = 0x80067200; +func_80067378 = 0x80067378; +func_800674E4 = 0x800674E4; +func_8006756C = 0x8006756C; +func_800678A4 = 0x800678A4; +func_80067A70 = 0x80067A70; +func_80067B4C = 0x80067B4C; +func_80067C1C = 0x80067C1C; +func_80067F9C = 0x80067F9C; +func_80068050 = 0x80068050; +func_80068608 = 0x80068608; +func_80068628 = 0x80068628; +func_80068648 = 0x80068648; +func_800686B8 = 0x800686B8; +func_80068944 = 0x80068944; +func_80068C78 = 0x80068C78; +func_80068CB8 = 0x80068CB8; +func_80069010 = 0x80069010; +func_80069100 = 0x80069100; +func_80069418 = 0x80069418; +func_80069688 = 0x80069688; +func_80069728 = 0x80069728; +func_80069888 = 0x80069888; +func_80069954 = 0x80069954; +func_80069A40 = 0x80069A40; +func_80069ADC = 0x80069ADC; +func_80069CEC = 0x80069CEC; +func_80069E24 = 0x80069E24; +func_80069EB8 = 0x80069EB8; +func_80069F60 = 0x80069F60; +func_8006A004 = 0x8006A004; +func_8006A09C = 0x8006A09C; +func_8006A3B4 = 0x8006A3B4; +func_8006A410 = 0x8006A410; +func_8006A7E0 = 0x8006A7E0; +func_8006A83C = 0x8006A83C; +func_8006A93C = 0x8006A93C; +func_8006A9A8 = 0x8006A9A8; +func_8006A9B4 = 0x8006A9B4; +func_8006A9C0 = 0x8006A9C0; +func_8006AA78 = 0x8006AA78; +func_8006AAD4 = 0x8006AAD4; +func_8006ABE0 = 0x8006ABE0; +func_8006AC44 = 0x8006AC44; +func_8006AD54 = 0x8006AD54; +func_8006B0D0 = 0x8006B0D0; +func_8006B0DC = 0x8006B0DC; +func_8006B4A8 = 0x8006B4A8; +func_8006B788 = 0x8006B788; +func_8006B998 = 0x8006B998; +func_8006BAA0 = 0x8006BAA0; +func_8006BB58 = 0x8006BB58; +func_8006BBB4 = 0x8006BBB4; +func_8006BFB8 = 0x8006BFB8; +func_8006C044 = 0x8006C044; +func_8006D130 = 0x8006D130; +func_8006D38C = 0x8006D38C; +func_8006D3A8 = 0x8006D3A8; +func_8006EA8C = 0x8006EA8C; +func_8006EB00 = 0x8006EB00; +func_8006EBA0 = 0x8006EBA0; +func_8006EBFC = 0x8006EBFC; +func_8006EC9C = 0x8006EC9C; +func_8006ECF8 = 0x8006ECF8; +func_8006EF38 = 0x8006EF38; +func_8006EFDC = 0x8006EFDC; +func_8006F080 = 0x8006F080; +func_8006F114 = 0x8006F114; +func_8006F17C = 0x8006F17C; +func_8006F228 = 0x8006F228; +func_8006F290 = 0x8006F290; +func_8006F448 = 0x8006F448; +func_8006FE64 = 0x8006FE64; +func_8006FF28 = 0x8006FF28; +func_800700E0 = 0x800700E0; +func_80070214 = 0x80070214; +func_80070BBC = 0x80070BBC; +func_80070D00 = 0x80070D00; +func_80070D58 = 0x80070D58; +func_80071DD4 = 0x80071DD4; +func_800720FC = 0x800720FC; +func_80072300 = 0x80072300; +func_80072420 = 0x80072420; +func_80072488 = 0x80072488; +func_800725A8 = 0x800725A8; +func_80074C10 = 0x80074C10; +func_80074C58 = 0x80074C58; +func_80074E50 = 0x80074E50; +func_80074F18 = 0x80074F18; +func_80074FA4 = 0x80074FA4; +func_80075004 = 0x80075004; +func_800763B8 = 0x800763B8; +func_80077190 = 0x80077190; +func_800771E0 = 0x800771E0; +func_8007722C = 0x8007722C; +func_80077250 = 0x80077250; +func_800772AC = 0x800772AC; +func_80077414 = 0x80077414; +func_800777A0 = 0x800777A0; +func_8007784C = 0x8007784C; +func_800778D4 = 0x800778D4; +func_8007798C = 0x8007798C; +func_80077A10 = 0x80077A10; +func_80077A8C = 0x80077A8C; +func_80077B88 = 0x80077B88; +func_80077B94 = 0x80077B94; +func_80078048 = 0x80078048; +func_80078108 = 0x80078108; +func_800783D0 = 0x800783D0; +func_80078448 = 0x80078448; +func_800784C4 = 0x800784C4; +func_80078560 = 0x80078560; +func_80078614 = 0x80078614; +func_8007869C = 0x8007869C; +func_800787AC = 0x800787AC; +func_800788C0 = 0x800788C0; +func_80078A74 = 0x80078A74; +func_80078AF0 = 0x80078AF0; +func_80078AFC = 0x80078AFC; +func_80078B9C = 0x80078B9C; +func_80078BF0 = 0x80078BF0; +func_80078C94 = 0x80078C94; +func_80078CF8 = 0x80078CF8; +func_80078D70 = 0x80078D70; +func_80078E60 = 0x80078E60; +func_80078ECC = 0x80078ECC; +func_80078F88 = 0x80078F88; +func_8007906C = 0x8007906C; +func_800794DC = 0x800794DC; +func_8007954C = 0x8007954C; +func_800795BC = 0x800795BC; +func_80079628 = 0x80079628; +func_8007969C = 0x8007969C; +func_800798D4 = 0x800798D4; +func_80079900 = 0x80079900; +func_8007A29C = 0x8007A29C; +func_8007A3D0 = 0x8007A3D0; +func_8007A4C8 = 0x8007A4C8; +func_8007A578 = 0x8007A578; +func_8007A608 = 0x8007A608; +func_8007A700 = 0x8007A700; +func_8007A758 = 0x8007A758; +func_8007A784 = 0x8007A784; +func_8007A828 = 0x8007A828; +func_8007A910 = 0x8007A910; +func_8007A9A4 = 0x8007A9A4; +func_8007AA70 = 0x8007AA70; +func_8007AB60 = 0x8007AB60; +func_8007AC1C = 0x8007AC1C; +func_8007ACF0 = 0x8007ACF0; +func_8007AD68 = 0x8007AD68; +func_8007AE04 = 0x8007AE04; +func_8007AF40 = 0x8007AF40; +func_8007AFE0 = 0x8007AFE0; +func_8007B050 = 0x8007B050; +func_8007B104 = 0x8007B104; +func_8007B190 = 0x8007B190; +func_8007B238 = 0x8007B238; +func_8007B2CC = 0x8007B2CC; +func_8007B354 = 0x8007B354; +func_8007B3C8 = 0x8007B3C8; +func_8007B4A4 = 0x8007B4A4; +func_8007B560 = 0x8007B560; +func_8007B5D0 = 0x8007B5D0; +func_8007B63C = 0x8007B63C; +func_8007B680 = 0x8007B680; +func_8007B68C = 0x8007B68C; +func_8007B768 = 0x8007B768; +func_8007B7F8 = 0x8007B7F8; +func_8007B908 = 0x8007B908; +func_8007B970 = 0x8007B970; +func_8007B9EC = 0x8007B9EC; +func_8007BB24 = 0x8007BB24; +func_8007BC8C = 0x8007BC8C; +func_8007BCF8 = 0x8007BCF8; +func_8007BDF0 = 0x8007BDF0; +func_8007BE64 = 0x8007BE64; +func_8007BEF8 = 0x8007BEF8; +func_8007BF74 = 0x8007BF74; +func_8007C00C = 0x8007C00C; +func_8007C098 = 0x8007C098; +func_8007C130 = 0x8007C130; +func_8007C1BC = 0x8007C1BC; +func_8007C260 = 0x8007C260; +func_8007C3C4 = 0x8007C3C4; +func_8007C494 = 0x8007C494; +func_8007C51C = 0x8007C51C; +func_8007C618 = 0x8007C618; +func_8007C698 = 0x8007C698; +func_8007C70C = 0x8007C70C; +func_8007C86C = 0x8007C86C; +func_8007C8D4 = 0x8007C8D4; +func_8007C9F0 = 0x8007C9F0; +func_8007CB00 = 0x8007CB00; +func_8007CC10 = 0x8007CC10; +func_8007CCCC = 0x8007CCCC; +func_8007CD8C = 0x8007CD8C; +func_8007CECC = 0x8007CECC; +func_8007CF40 = 0x8007CF40; +func_8007CFAC = 0x8007CFAC; +func_8007D018 = 0x8007D018; +func_8007D084 = 0x8007D084; +func_8007D0F0 = 0x8007D0F0; +func_8007D11C = 0x8007D11C; +func_8007D148 = 0x8007D148; +func_8007D1F0 = 0x8007D1F0; +func_8007D25C = 0x8007D25C; +func_8007D2D8 = 0x8007D2D8; +func_8007D304 = 0x8007D304; +func_8007D56C = 0x8007D56C; +func_8007D758 = 0x8007D758; +func_8007D8B8 = 0x8007D8B8; +func_8007D95C = 0x8007D95C; +func_8007D9EC = 0x8007D9EC; +func_8007DA68 = 0x8007DA68; +func_8007DAF4 = 0x8007DAF4; +func_8007DB80 = 0x8007DB80; +func_8007DEE4 = 0x8007DEE4; +func_8007E024 = 0x8007E024; +func_8007E268 = 0x8007E268; +func_8007E2A8 = 0x8007E2A8; +func_8007E340 = 0x8007E340; +func_8007E3F4 = 0x8007E3F4; +func_8007E46C = 0x8007E46C; +func_8007E5DC = 0x8007E5DC; +func_8007E658 = 0x8007E658; +func_8007E6C8 = 0x8007E6C8; +func_8007E94C = 0x8007E94C; +func_8007EBC8 = 0x8007EBC8; +func_8007ECC4 = 0x8007ECC4; +func_8007ED64 = 0x8007ED64; +func_8007EE78 = 0x8007EE78; +func_8007F05C = 0x8007F05C; +func_8007F12C = 0x8007F12C; +func_8007F21C = 0x8007F21C; +func_8007F30C = 0x8007F30C; +func_8007F448 = 0x8007F448; +func_8007F5BC = 0x8007F5BC; +func_8007F6C0 = 0x8007F6C0; +func_8007F968 = 0x8007F968; +func_8007FBF0 = 0x8007FBF0; +func_8007FD94 = 0x8007FD94; +func_8007FE98 = 0x8007FE98; +func_800802C8 = 0x800802C8; +func_800802E8 = 0x800802E8; +func_80080308 = 0x80080308; +func_80080370 = 0x80080370; +func_8008041C = 0x8008041C; +func_8008093C = 0x8008093C; +func_80080ADC = 0x80080ADC; +func_80080D14 = 0x80080D14; +func_800815EC = 0x800815EC; +func_8008166C = 0x8008166C; +func_80081A9C = 0x80081A9C; +func_80081B34 = 0x80081B34; +func_80081BFC = 0x80081BFC; +func_80081C6C = 0x80081C6C; +func_80082F88 = 0x80082F88; +func_800836D0 = 0x800836D0; +func_8008378C = 0x8008378C; +func_800837FC = 0x800837FC; +func_80083B9C = 0x80083B9C; +func_80083C80 = 0x80083C80; +func_80083D3C = 0x80083D3C; +func_80083FB8 = 0x80083FB8; +func_800841A4 = 0x800841A4; +func_80084380 = 0x80084380; +func_8008440C = 0x8008440C; +func_80084498 = 0x80084498; +func_80084698 = 0x80084698; +func_80084700 = 0x80084700; +func_80084940 = 0x80084940; +func_80084BA4 = 0x80084BA4; +func_80084E88 = 0x80084E88; +func_800853B4 = 0x800853B4; +func_80085414 = 0x80085414; +func_80085474 = 0x80085474; +func_800854CC = 0x800854CC; +func_80085524 = 0x80085524; +func_8008557C = 0x8008557C; +func_800855D4 = 0x800855D4; +func_80085628 = 0x80085628; +func_8008567C = 0x8008567C; +func_800856D0 = 0x800856D0; +func_80085750 = 0x80085750; +func_800857EC = 0x800857EC; +func_800858A0 = 0x800858A0; +func_80085954 = 0x80085954; +func_80086120 = 0x80086120; +func_80086440 = 0x80086440; +func_800864BC = 0x800864BC; +func_80086744 = 0x80086744; +func_80086AD4 = 0x80086AD4; +func_80086D3C = 0x80086D3C; +func_80086DFC = 0x80086DFC; +func_80086F50 = 0x80086F50; +func_80087B10 = 0x80087B10; +func_80087D68 = 0x80087D68; +func_80088168 = 0x80088168; +func_80088C18 = 0x80088C18; +func_80088C98 = 0x80088C98; +func_80088D90 = 0x80088D90; +func_80088DEC = 0x80088DEC; +func_80088EB8 = 0x80088EB8; +func_800890A4 = 0x800890A4; +func_80089F78 = 0x80089F78; +func_8008A018 = 0x8008A018; +func_8008A0B8 = 0x8008A0B8; +func_8008A158 = 0x8008A158; +func_8008A1F8 = 0x8008A1F8; +func_8008A29C = 0x8008A29C; +func_8008A3FC = 0x8008A3FC; +func_8008A49C = 0x8008A49C; +func_8008A540 = 0x8008A540; +func_8008A630 = 0x8008A630; +func_8008A7A0 = 0x8008A7A0; +func_8008A984 = 0x8008A984; +func_8008AB48 = 0x8008AB48; +func_8008ADE4 = 0x8008ADE4; +func_8008B55C = 0x8008B55C; +func_8008B69C = 0x8008B69C; +func_8008B94C = 0x8008B94C; +func_8008BAB8 = 0x8008BAB8; +func_8008BBAC = 0x8008BBAC; +func_8008BBF8 = 0x8008BBF8; +func_8008BEB8 = 0x8008BEB8; +func_8008C03C = 0x8008C03C; +func_8008C07C = 0x8008C07C; +func_8008C2F0 = 0x8008C2F0; +func_8008C3EC = 0x8008C3EC; +func_8008C588 = 0x8008C588; +func_8008C5C4 = 0x8008C5C4; +func_8008C608 = 0x8008C608; +func_8008CA0C = 0x8008CA0C; +func_8008CC98 = 0x8008CC98; +func_8008CED0 = 0x8008CED0; +func_8008CFFC = 0x8008CFFC; +func_8008D34C = 0x8008D34C; +func_8008D494 = 0x8008D494; +func_8008D4A0 = 0x8008D4A0; +func_8008D4EC = 0x8008D4EC; +func_8008D8C0 = 0x8008D8C0; +func_8008D9E4 = 0x8008D9E4; +func_8008DAF8 = 0x8008DAF8; +func_8008DB58 = 0x8008DB58; +func_8008DC24 = 0x8008DC24; +func_8008DDF8 = 0x8008DDF8; +func_8008E0FC = 0x8008E0FC; +func_8008E28C = 0x8008E28C; +func_8008E53C = 0x8008E53C; +func_8008E5B8 = 0x8008E5B8; +func_8008E680 = 0x8008E680; +func_8008E770 = 0x8008E770; +func_8008EBD0 = 0x8008EBD0; +func_8008EE24 = 0x8008EE24; +func_8008EEF0 = 0x8008EEF0; +func_8008EF28 = 0x8008EF28; +func_8008F2F4 = 0x8008F2F4; +func_8008F31C = 0x8008F31C; +func_80090254 = 0x80090254; +func_80090274 = 0x80090274; +func_8009038C = 0x8009038C; +func_80090780 = 0x80090780; +func_800908F8 = 0x800908F8; +func_80090B08 = 0x80090B08; +func_800910CC = 0x800910CC; +func_80091234 = 0x80091234; +func_80091308 = 0x80091308; +func_800915D4 = 0x800915D4; +func_80091794 = 0x80091794; +func_800919C8 = 0x800919C8; +func_80091B5C = 0x80091B5C; +func_80091BA0 = 0x80091BA0; +func_80091C70 = 0x80091C70; +func_80091DF8 = 0x80091DF8; +func_80091EF8 = 0x80091EF8; +func_80092160 = 0x80092160; +func_8009248C = 0x8009248C; +func_800925F4 = 0x800925F4; +func_800926F0 = 0x800926F0; +func_800927FC = 0x800927FC; +func_80092B1C = 0x80092B1C; +func_80092BCC = 0x80092BCC; +func_80092DB8 = 0x80092DB8; +func_80093078 = 0x80093078; +func_80093620 = 0x80093620; +func_80093798 = 0x80093798; +func_80093A3C = 0x80093A3C; +func_80093BE8 = 0x80093BE8; +func_80093CB0 = 0x80093CB0; +func_80093EC0 = 0x80093EC0; +func_80095340 = 0x80095340; +func_800955A8 = 0x800955A8; +func_8009570C = 0x8009570C; +func_80095D3C = 0x80095D3C; +func_80095D8C = 0x80095D8C; +func_80095E58 = 0x80095E58; +func_80095F24 = 0x80095F24; +func_80095FF0 = 0x80095FF0; +func_80097448 = 0x80097448; +func_80097D50 = 0x80097D50; +func_80097F28 = 0x80097F28; +func_80098100 = 0x80098100; +func_80098294 = 0x80098294; +func_800983B8 = 0x800983B8; +func_80098658 = 0x80098658; +func_80098A5C = 0x80098A5C; +func_80098F9C = 0x80098F9C; +func_80099230 = 0x80099230; +func_80099284 = 0x80099284; +func_800992C8 = 0x800992C8; +func_8009930C = 0x8009930C; +func_80099350 = 0x80099350; +func_80099C24 = 0x80099C24; +func_8009A2CC = 0x8009A2CC; +func_8009A350 = 0x8009A350; +func_8009A3A8 = 0x8009A3A8; +func_8009A3FC = 0x8009A3FC; +func_8009A7F8 = 0x8009A7F8; +func_8009ADD0 = 0x8009ADD0; +func_8009AE10 = 0x8009AE10; +func_8009B0FC = 0x8009B0FC; +func_8009B3F0 = 0x8009B3F0; +func_8009B6AC = 0x8009B6AC; +func_8009B6E8 = 0x8009B6E8; +func_8009C11C = 0x8009C11C; +func_8009C154 = 0x8009C154; +func_8009C5FC = 0x8009C5FC; +func_8009C708 = 0x8009C708; +func_8009C8BC = 0x8009C8BC; +func_8009CAF4 = 0x8009CAF4; +func_8009CCF0 = 0x8009CCF0; +func_8009D044 = 0x8009D044; +func_8009D398 = 0x8009D398; +func_8009D70C = 0x8009D70C; +func_8009DA8C = 0x8009DA8C; +func_8009DDE8 = 0x8009DDE8; +func_8009E09C = 0x8009E09C; +func_8009E364 = 0x8009E364; +func_8009E61C = 0x8009E61C; +func_8009E8E4 = 0x8009E8E4; +func_8009EBB8 = 0x8009EBB8; +func_8009EE80 = 0x8009EE80; +func_8009F154 = 0x8009F154; +func_8009F408 = 0x8009F408; +func_8009F6D4 = 0x8009F6D4; +func_8009F9AC = 0x8009F9AC; +func_8009FC90 = 0x8009FC90; +func_8009FF44 = 0x8009FF44; +func_800A009C = 0x800A009C; +func_800A0138 = 0x800A0138; +func_800A0184 = 0x800A0184; +func_800A0418 = 0x800A0418; +func_800A0AC4 = 0x800A0AC4; +func_800A13D8 = 0x800A13D8; +func_800A15CC = 0x800A15CC; +func_800A17C0 = 0x800A17C0; +func_800A1A04 = 0x800A1A04; +func_800A1B58 = 0x800A1B58; +func_800A1B70 = 0x800A1B70; +func_800A1EC0 = 0x800A1EC0; +func_800A1F90 = 0x800A1F90; +func_800A217C = 0x800A217C; +func_800A2224 = 0x800A2224; +func_800A2478 = 0x800A2478; +func_800A2554 = 0x800A2554; +func_800A25C0 = 0x800A25C0; +func_800A2AEC = 0x800A2AEC; +func_800A2BEC = 0x800A2BEC; +func_800A2CE0 = 0x800A2CE0; +func_800A3CC4 = 0x800A3CC4; +func_800A3D50 = 0x800A3D50; +func_800A3DBC = 0x800A3DBC; +func_800A4134 = 0x800A4134; +func_800A4360 = 0x800A4360; +func_800A44C0 = 0x800A44C0; +func_800A4610 = 0x800A4610; +func_800A4670 = 0x800A4670; +func_800A4684 = 0x800A4684; +func_800A46AC = 0x800A46AC; +func_800A4B20 = 0x800A4B20; +func_800A4D60 = 0x800A4D60; +func_800A5300 = 0x800A5300; +func_800A560C = 0x800A560C; +func_800A563C = 0x800A563C; +func_800A59F0 = 0x800A59F0; +func_800A59F8 = 0x800A59F8; +func_800A5C70 = 0x800A5C70; +func_800A5EA0 = 0x800A5EA0; +func_800A5F04 = 0x800A5F04; +func_800A600C = 0x800A600C; +func_800A642C = 0x800A642C; +func_800A657C = 0x800A657C; +func_800A6660 = 0x800A6660; +func_800A66E8 = 0x800A66E8; +func_800A6730 = 0x800A6730; +func_800A6778 = 0x800A6778; +func_800A67A8 = 0x800A67A8; +func_800A67D8 = 0x800A67D8; +func_800A6808 = 0x800A6808; +func_800A6C50 = 0x800A6C50; +func_800A6D4C = 0x800A6D4C; +func_800A6DCC = 0x800A6DCC; +func_800A70B8 = 0x800A70B8; +func_800A7134 = 0x800A7134; +func_800A7180 = 0x800A7180; +func_800A7390 = 0x800A7390; +func_800A795C = 0x800A795C; +func_800A7AA4 = 0x800A7AA4; +func_800A7F84 = 0x800A7F84; +func_800A8034 = 0x800A8034; +func_800A8714 = 0x800A8714; +func_800A89C4 = 0x800A89C4; +func_800A8DA4 = 0x800A8DA4; +func_800A8EC4 = 0x800A8EC4; +func_800A8F3C = 0x800A8F3C; +func_800A9264 = 0x800A9264; +func_800AAEBC = 0x800AAEBC; +func_800AB968 = 0x800AB968; +func_800AB9C0 = 0x800AB9C0; +func_800AB9F0 = 0x800AB9F0; +func_800AC020 = 0x800AC020; +func_800AC0C4 = 0x800AC0C4; +func_800AC170 = 0x800AC170; +func_800AC95C = 0x800AC95C; +func_800ACD1C = 0x800ACD1C; +func_800AD10C = 0x800AD10C; +func_800AD188 = 0x800AD188; +func_800AD348 = 0x800AD348; +func_800AD48C = 0x800AD48C; +func_800AD760 = 0x800AD760; +func_800AD7E4 = 0x800AD7E4; +func_800AD8C0 = 0x800AD8C0; +func_800ADEBC = 0x800ADEBC; +func_800AE0F4 = 0x800AE0F4; +func_800AE464 = 0x800AE464; +func_800AE624 = 0x800AE624; +func_800AE944 = 0x800AE944; +func_800AEB70 = 0x800AEB70; +func_800AF3AC = 0x800AF3AC; +func_800AF77C = 0x800AF77C; +func_800B005C = 0x800B005C; +func_800B07F4 = 0x800B07F4; +func_800B08C8 = 0x800B08C8; +func_800B1684 = 0x800B1684; +func_800B2864 = 0x800B2864; +func_800B29F4 = 0x800B29F4; +func_800B2CA8 = 0x800B2CA8; +func_800B3314 = 0x800B3314; +func_800B3334 = 0x800B3334; +func_800B3744 = 0x800B3744; +func_800B3A48 = 0x800B3A48; +func_800B4114 = 0x800B4114; +func_800B47E0 = 0x800B47E0; +func_800B4890 = 0x800B4890; +func_800B4914 = 0x800B4914; +func_800B4920 = 0x800B4920; +func_800B49E4 = 0x800B49E4; +func_800B4BF8 = 0x800B4BF8; +func_800B4E2C = 0x800B4E2C; +func_800B4FE4 = 0x800B4FE4; +func_800B5DE4 = 0x800B5DE4; +func_800B6458 = 0x800B6458; +func_800B66E4 = 0x800B66E4; +func_800B6AE4 = 0x800B6AE4; +func_800B6F70 = 0x800B6F70; +func_800B7324 = 0x800B7324; +func_800B7678 = 0x800B7678; +func_800B78AC = 0x800B78AC; +func_800B790C = 0x800B790C; +func_800B7B08 = 0x800B7B08; +func_800B80D8 = 0x800B80D8; +func_800B8A54 = 0x800B8A54; +func_800B8C54 = 0x800B8C54; +func_800B8DCC = 0x800B8DCC; +func_800B8DF4 = 0x800B8DF4; +func_800B9500 = 0x800B9500; +func_800B9544 = 0x800B9544; +func_800B9648 = 0x800B9648; +func_800B9678 = 0x800B9678; +func_800B96A8 = 0x800B96A8; +func_800B96D8 = 0x800B96D8; +func_800B9708 = 0x800B9708; +func_800B9738 = 0x800B9738; +func_800B9850 = 0x800B9850; +func_800B9880 = 0x800B9880; +func_800B98B0 = 0x800B98B0; +func_800B99C8 = 0x800B99C8; +func_800B99F8 = 0x800B99F8; +func_800B9A28 = 0x800B9A28; +func_800B9A58 = 0x800B9A58; +func_800B9A88 = 0x800B9A88; +func_800B9AB8 = 0x800B9AB8; +func_800B9BD0 = 0x800B9BD0; +func_800B9C00 = 0x800B9C00; +func_800B9D18 = 0x800B9D18; +func_800B9D48 = 0x800B9D48; +func_800B9E60 = 0x800B9E60; +func_800B9E90 = 0x800B9E90; +func_800B9EC0 = 0x800B9EC0; +func_800B9FD8 = 0x800B9FD8; +func_800BA0F0 = 0x800BA0F0; +func_800BA120 = 0x800BA120; +func_800BA150 = 0x800BA150; +func_800BA268 = 0x800BA268; +func_800BA380 = 0x800BA380; +func_800BA498 = 0x800BA498; +func_800BA5B0 = 0x800BA5B0; +func_800BA5E0 = 0x800BA5E0; +func_800BA6F8 = 0x800BA6F8; +func_800BA810 = 0x800BA810; +func_800BA840 = 0x800BA840; +func_800BA870 = 0x800BA870; +func_800BA8A0 = 0x800BA8A0; +func_800BA8D0 = 0x800BA8D0; +func_800BA900 = 0x800BA900; +func_800BAA18 = 0x800BAA18; +func_800BAB30 = 0x800BAB30; +func_800BAB60 = 0x800BAB60; +func_800BAB90 = 0x800BAB90; +func_800BABC0 = 0x800BABC0; +func_800BABF0 = 0x800BABF0; +func_800BAC20 = 0x800BAC20; +func_800BAC50 = 0x800BAC50; +func_800BAC80 = 0x800BAC80; +func_800BACB0 = 0x800BACB0; +func_800BACE0 = 0x800BACE0; +func_800BAD10 = 0x800BAD10; +func_800BAD40 = 0x800BAD40; +func_800BAD70 = 0x800BAD70; +func_800BAE90 = 0x800BAE90; +func_800BAEEC = 0x800BAEEC; +func_800BAF38 = 0x800BAF38; +func_800BB230 = 0x800BB230; +func_800BBAD0 = 0x800BBAD0; +func_800BBD18 = 0x800BBD18; +func_800BC830 = 0x800BC830; +func_800BCB00 = 0x800BCB00; +func_800BCC2C = 0x800BCC2C; +func_800BCCF0 = 0x800BCCF0; +func_800BCEDC = 0x800BCEDC; +func_800BD044 = 0x800BD044; +func_800BD1EC = 0x800BD1EC; +func_800BD3C8 = 0x800BD3C8; +func_800BD508 = 0x800BD508; +func_800BD6F4 = 0x800BD6F4; +func_800BD754 = 0x800BD754; +func_800BD870 = 0x800BD870; +func_800BD8E8 = 0x800BD8E8; +func_800BD958 = 0x800BD958; +func_800BD9A4 = 0x800BD9A4; +func_800BD9F0 = 0x800BD9F0; +func_800BDA3C = 0x800BDA3C; +func_800BDA94 = 0x800BDA94; +func_800BDAEC = 0x800BDAEC; +func_800BDB44 = 0x800BDB44; +func_800BDC08 = 0x800BDC08; +func_800BDD34 = 0x800BDD34; +func_800BDF80 = 0x800BDF80; +func_800BDFCC = 0x800BDFCC; +func_800BE090 = 0x800BE090; +func_800BE2C8 = 0x800BE2C8; +func_800BE320 = 0x800BE320; +func_800BE36C = 0x800BE36C; +func_800BE708 = 0x800BE708; +func_800BE710 = 0x800BE710; +func_800BE944 = 0x800BE944; +func_800BEBCC = 0x800BEBCC; +func_800BEE30 = 0x800BEE30; +func_800BF1F0 = 0x800BF1F0; +func_800BF574 = 0x800BF574; +func_800BF604 = 0x800BF604; +func_800BF67C = 0x800BF67C; +func_800BF7A0 = 0x800BF7A0; +func_800BF884 = 0x800BF884; +func_800BFA9C = 0x800BFA9C; +func_800BFEBC = 0x800BFEBC; +func_800C0070 = 0x800C0070; +func_800C02CC = 0x800C02CC; +func_800C0B6C = 0x800C0B6C; +func_800C0BB4 = 0x800C0BB4; +func_800C0E64 = 0x800C0E64; +func_800C120C = 0x800C120C; +func_800C12A8 = 0x800C12A8; +func_800C13B4 = 0x800C13B4; +func_800C1454 = 0x800C1454; +func_800C14E8 = 0x800C14E8; +func_800C15F0 = 0x800C15F0; +func_800C17A4 = 0x800C17A4; +func_800C1830 = 0x800C1830; +func_800C1998 = 0x800C1998; +func_800C1B9C = 0x800C1B9C; +func_800C1C58 = 0x800C1C58; +func_800C1E88 = 0x800C1E88; +func_800C20F8 = 0x800C20F8; +func_800C21B0 = 0x800C21B0; +func_800C21C0 = 0x800C21C0; +func_800C21F0 = 0x800C21F0; +func_800C2220 = 0x800C2220; +func_800C227C = 0x800C227C; +func_800C2284 = 0x800C2284; +func_800C228C = 0x800C228C; +func_800C29BC = 0x800C29BC; +func_800C29F4 = 0x800C29F4; +func_800C2BD0 = 0x800C2BD0; +func_800C2CB0 = 0x800C2CB0; +func_800C2CB8 = 0x800C2CB8; +func_800C2D64 = 0x800C2D64; +func_800C31E8 = 0x800C31E8; +func_800C3350 = 0x800C3350; +func_800C33E4 = 0x800C33E4; +func_800C3468 = 0x800C3468; +func_800C34B4 = 0x800C34B4; +func_800C34E8 = 0x800C34E8; +func_800C367C = 0x800C367C; +func_800C38C8 = 0x800C38C8; +func_800C3ABC = 0x800C3ABC; +func_800C3B40 = 0x800C3B40; +func_800C3C14 = 0x800C3C14; +func_800C3D24 = 0x800C3D24; +D_800C41A0 = 0x800C41A0; +D_800C41F0 = 0x800C41F0; +D_800C4630 = 0x800C4630; +D_800C4860 = 0x800C4860; +D_800C5180 = 0x800C5180; +D_800C51D0 = 0x800C51D0; +D_800C51E0 = 0x800C51E0; +D_800C5220 = 0x800C5220; +D_800C5260 = 0x800C5260; +D_800C52A0 = 0x800C52A0; +D_800C52AC = 0x800C52AC; +D_800C52B8 = 0x800C52B8; +D_800C52C4 = 0x800C52C4; +D_800C52D0 = 0x800C52D0; +D_800C52DC = 0x800C52DC; +D_800C52F0 = 0x800C52F0; +D_800C5370 = 0x800C5370; +D_800C5470 = 0x800C5470; +D_800C54B8 = 0x800C54B8; +D_800C54D0 = 0x800C54D0; +D_800C55B0 = 0x800C55B0; +D_800C5B50 = 0x800C5B50; +D_800C5B6C = 0x800C5B6C; +D_800C5CE8 = 0x800C5CE8; +D_800C5CF4 = 0x800C5CF4; +D_800C5EF4 = 0x800C5EF4; +D_800C5FAC = 0x800C5FAC; +D_800C6120 = 0x800C6120; +D_800C63EC = 0x800C63EC; +D_800C6500 = 0x800C6500; +D_800C6520 = 0x800C6520; +D_800C68E0 = 0x800C68E0; +D_800C68FC = 0x800C68FC; +D_800C6918 = 0x800C6918; +D_800C691C = 0x800C691C; +D_800C6920 = 0x800C6920; +D_800C6924 = 0x800C6924; +D_800C6928 = 0x800C6928; +D_800C6934 = 0x800C6934; +D_800C693C = 0x800C693C; +D_800C6940 = 0x800C6940; +D_800C6944 = 0x800C6944; +D_800C6948 = 0x800C6948; +D_800C694C = 0x800C694C; +D_800C6950 = 0x800C6950; +D_800C6954 = 0x800C6954; +D_800C6958 = 0x800C6958; +D_800C6960 = 0x800C6960; +D_800C6964 = 0x800C6964; +D_800C6968 = 0x800C6968; +D_800C696C = 0x800C696C; +D_800C6A38 = 0x800C6A38; +D_800C6A58 = 0x800C6A58; +D_800C6A70 = 0x800C6A70; +D_800C6A74 = 0x800C6A74; +D_800C6A78 = 0x800C6A78; +D_800C6A7C = 0x800C6A7C; +D_800C6A80 = 0x800C6A80; +D_800C6A84 = 0x800C6A84; +D_800C6A88 = 0x800C6A88; +D_800C6A8C = 0x800C6A8C; +D_800C6AE8 = 0x800C6AE8; +D_800C6BF8 = 0x800C6BF8; +D_800C6C00 = 0x800C6C00; +D_800C7F88 = 0x800C7F88; +D_800C7F8C = 0x800C7F8C; +D_800C7F90 = 0x800C7F90; +D_800C7F94 = 0x800C7F94; +D_800C7F98 = 0x800C7F98; +D_800C7F9C = 0x800C7F9C; +D_800C801C = 0x800C801C; +D_800C8020 = 0x800C8020; +D_800C80A0 = 0x800C80A0; +D_800C80E0 = 0x800C80E0; +D_800C80F0 = 0x800C80F0; +D_800C8100 = 0x800C8100; +D_800C8110 = 0x800C8110; +D_800C8120 = 0x800C8120; +D_800C8130 = 0x800C8130; +D_800C8140 = 0x800C8140; +D_800C8150 = 0x800C8150; +D_800C8160 = 0x800C8160; +D_800C8170 = 0x800C8170; +D_800C8180 = 0x800C8180; +D_800C8190 = 0x800C8190; +D_800C81A0 = 0x800C81A0; +D_800C81B0 = 0x800C81B0; +D_800C81C0 = 0x800C81C0; +D_800C81D0 = 0x800C81D0; +D_800C81E8 = 0x800C81E8; +D_800C81F8 = 0x800C81F8; +D_800C8208 = 0x800C8208; +D_800C8218 = 0x800C8218; +D_800C8228 = 0x800C8228; +D_800C8238 = 0x800C8238; +D_800C8248 = 0x800C8248; +D_800C8258 = 0x800C8258; +D_800C8268 = 0x800C8268; +D_800C8278 = 0x800C8278; +D_800C8288 = 0x800C8288; +D_800C8298 = 0x800C8298; +D_800C82C8 = 0x800C82C8; +D_800C883C = 0x800C883C; +D_800C8840 = 0x800C8840; +D_800C8844 = 0x800C8844; +D_800C8848 = 0x800C8848; +D_800C884C = 0x800C884C; +D_800C8850 = 0x800C8850; +D_800C8854 = 0x800C8854; +D_800C8860 = 0x800C8860; +D_800C8864 = 0x800C8864; +D_800C8868 = 0x800C8868; +D_800C886C = 0x800C886C; +D_800C8870 = 0x800C8870; +D_800C8874 = 0x800C8874; +D_800C8878 = 0x800C8878; +D_800C887C = 0x800C887C; +D_800C8884 = 0x800C8884; +D_800C8888 = 0x800C8888; +D_800C888C = 0x800C888C; +D_800C8890 = 0x800C8890; +D_800C88D0 = 0x800C88D0; +D_800C88E0 = 0x800C88E0; +D_800C8930 = 0x800C8930; +D_800C8980 = 0x800C8980; +D_800C8984 = 0x800C8984; +D_800C8988 = 0x800C8988; +D_800C898C = 0x800C898C; +D_800C8990 = 0x800C8990; +D_800C8994 = 0x800C8994; +D_800C8998 = 0x800C8998; +D_800C89A0 = 0x800C89A0; +D_800C89A4 = 0x800C89A4; +D_800C89A8 = 0x800C89A8; +D_800C89AC = 0x800C89AC; +D_800C89B0 = 0x800C89B0; +D_800C89B4 = 0x800C89B4; +D_800C89B8 = 0x800C89B8; +D_800C89BC = 0x800C89BC; +D_800C89C0 = 0x800C89C0; +D_800C89D0 = 0x800C89D0; +D_800C89D4 = 0x800C89D4; +D_800C89D8 = 0x800C89D8; +D_800C89DC = 0x800C89DC; +D_800C89E0 = 0x800C89E0; +D_800C89F0 = 0x800C89F0; +D_800C8A14 = 0x800C8A14; +D_800C8A40 = 0x800C8A40; +D_800C8A50 = 0x800C8A50; +D_800C8A60 = 0x800C8A60; +D_800C8A68 = 0x800C8A68; +D_800C8A6C = 0x800C8A6C; +D_800C8A70 = 0x800C8A70; +D_800C8A74 = 0x800C8A74; +D_800C8A80 = 0x800C8A80; +D_800C8A94 = 0x800C8A94; +D_800C8A98 = 0x800C8A98; +D_800C8A9C = 0x800C8A9C; +D_800C8AA0 = 0x800C8AA0; +D_800C8AD0 = 0x800C8AD0; +D_800C8B00 = 0x800C8B00; +D_800C8B04 = 0x800C8B04; +D_800C8B10 = 0x800C8B10; +D_800C8B20 = 0x800C8B20; +D_800C8B30 = 0x800C8B30; +D_800C8B40 = 0x800C8B40; +D_800C8B54 = 0x800C8B54; +D_800C8B70 = 0x800C8B70; +D_800C8B80 = 0x800C8B80; +D_800C8B90 = 0x800C8B90; +D_800C8BE0 = 0x800C8BE0; +D_800C8CC0 = 0x800C8CC0; +D_800C8CD0 = 0x800C8CD0; +D_800CA6A0 = 0x800CA6A0; +D_800CA6AC = 0x800CA6AC; +D_800CA6DC = 0x800CA6DC; +D_800CA6EC = 0x800CA6EC; +D_800CA6FC = 0x800CA6FC; +D_800CA70C = 0x800CA70C; +D_800CA73C = 0x800CA73C; +D_800CA74C = 0x800CA74C; +D_800CA75C = 0x800CA75C; +D_800CA760 = 0x800CA760; +D_800CA7A8 = 0x800CA7A8; +D_800CA7B4 = 0x800CA7B4; +D_800CA7C0 = 0x800CA7C0; +D_800CA7D0 = 0x800CA7D0; +D_800CA7DC = 0x800CA7DC; +D_800CA7E8 = 0x800CA7E8; +D_800CA810 = 0x800CA810; +D_800CA814 = 0x800CA814; +D_800CA818 = 0x800CA818; +D_800CA81C = 0x800CA81C; +D_800CA828 = 0x800CA828; +D_800CA82C = 0x800CA82C; +D_800CA830 = 0x800CA830; +D_800CA834 = 0x800CA834; +D_800CA840 = 0x800CA840; +D_800CA844 = 0x800CA844; +D_800CA84C = 0x800CA84C; +D_800CA86C = 0x800CA86C; +D_800CA880 = 0x800CA880; +D_800CA8A0 = 0x800CA8A0; +D_800CA8B4 = 0x800CA8B4; +D_800CA8E8 = 0x800CA8E8; +D_800CA91C = 0x800CA91C; +D_800CA93C = 0x800CA93C; +D_800CA950 = 0x800CA950; +D_800CA970 = 0x800CA970; +D_800CA984 = 0x800CA984; +D_800CA9A4 = 0x800CA9A4; +D_800CA9B3 = 0x800CA9B3; +D_800CA9CC = 0x800CA9CC; +D_800CA9DB = 0x800CA9DB; +D_800CA9F4 = 0x800CA9F4; +D_800CAA08 = 0x800CAA08; +D_800CAA28 = 0x800CAA28; +D_800CAA3C = 0x800CAA3C; +D_800CAA5C = 0x800CAA5C; +D_800CAA64 = 0x800CAA64; +D_800CAA6C = 0x800CAA6C; +D_800CAA74 = 0x800CAA74; +D_800CAA84 = 0x800CAA84; +D_800CAA94 = 0x800CAA94; +D_800CAAA0 = 0x800CAAA0; +D_800CAAA2 = 0x800CAAA2; +D_800CAB10 = 0x800CAB10; +D_800CAB14 = 0x800CAB14; +D_800CAB18 = 0x800CAB18; +D_800CAB20 = 0x800CAB20; +D_800CAB24 = 0x800CAB24; +D_800CAB30 = 0x800CAB30; +D_800CAB34 = 0x800CAB34; +D_800CAB38 = 0x800CAB38; +D_800CAB3C = 0x800CAB3C; +D_800CAB4C = 0x800CAB4C; +D_800CAB50 = 0x800CAB50; +D_800CAB5C = 0x800CAB5C; +D_800CAB70 = 0x800CAB70; +D_800CABA0 = 0x800CABA0; +D_800CABAC = 0x800CABAC; +D_800CABB0 = 0x800CABB0; +D_800CABE0 = 0x800CABE0; +D_800CABF0 = 0x800CABF0; +D_800CAC00 = 0x800CAC00; +D_800CAC10 = 0x800CAC10; +D_800CAC20 = 0x800CAC20; +D_800CAC30 = 0x800CAC30; +D_800CAC40 = 0x800CAC40; +D_800CAC50 = 0x800CAC50; +D_800CAC60 = 0x800CAC60; +D_800CAC6C = 0x800CAC6C; +D_800CAC78 = 0x800CAC78; +D_800CAC84 = 0x800CAC84; +D_800CAC90 = 0x800CAC90; +D_800CAC9C = 0x800CAC9C; +D_800CACA8 = 0x800CACA8; +D_800CACB4 = 0x800CACB4; +D_800CACC0 = 0x800CACC0; +D_800CACCC = 0x800CACCC; +D_800CACFC = 0x800CACFC; +D_800CAD20 = 0x800CAD20; +D_800CAD80 = 0x800CAD80; +D_800CADA0 = 0x800CADA0; +D_800CADA8 = 0x800CADA8; +D_800CADC4 = 0x800CADC4; +D_800CADE4 = 0x800CADE4; +D_800CAE04 = 0x800CAE04; +D_800CAE20 = 0x800CAE20; +D_800CAE24 = 0x800CAE24; +D_800CAE28 = 0x800CAE28; +D_800CAE30 = 0x800CAE30; +D_800CAE34 = 0x800CAE34; +D_800CAE38 = 0x800CAE38; +D_800CAE3C = 0x800CAE3C; +D_800CAE40 = 0x800CAE40; +D_800CAE44 = 0x800CAE44; +D_800CAE48 = 0x800CAE48; +D_800CAE54 = 0x800CAE54; +D_800CAE64 = 0x800CAE64; +D_800CAE70 = 0x800CAE70; +D_800CAE78 = 0x800CAE78; +D_800CAE88 = 0x800CAE88; +D_800CAE9C = 0x800CAE9C; +D_800CAEA0 = 0x800CAEA0; +D_800CAEA4 = 0x800CAEA4; +D_800CAEA8 = 0x800CAEA8; +D_800CAEB8 = 0x800CAEB8; +D_800CAEBC = 0x800CAEBC; +D_800CAEC8 = 0x800CAEC8; +D_800CAED4 = 0x800CAED4; +D_800CAEE0 = 0x800CAEE0; +D_800CAEEC = 0x800CAEEC; +D_800CAF38 = 0x800CAF38; +D_800CAF44 = 0x800CAF44; +D_800CAF64 = 0x800CAF64; +D_800CAF90 = 0x800CAF90; +D_800CAF94 = 0x800CAF94; +D_800CAF98 = 0x800CAF98; +D_800CAF9C = 0x800CAF9C; +D_800CAFAC = 0x800CAFAC; +D_800CAFC0 = 0x800CAFC0; +D_800CAFC4 = 0x800CAFC4; +D_800CB05C = 0x800CB05C; +D_800CB3EC = 0x800CB3EC; +D_800CB484 = 0x800CB484; +D_800CB64C = 0x800CB64C; +D_800CB814 = 0x800CB814; +D_800CB8AC = 0x800CB8AC; +D_800CB944 = 0x800CB944; +D_800CBA74 = 0x800CBA74; +D_800CBE04 = 0x800CBE04; +D_800CBF34 = 0x800CBF34; +D_800CBFCC = 0x800CBFCC; +D_800CC064 = 0x800CC064; +D_800CC0FC = 0x800CC0FC; +D_800CC22C = 0x800CC22C; +D_800CC2C4 = 0x800CC2C4; +D_800CC35C = 0x800CC35C; +D_800CC3F4 = 0x800CC3F4; +D_800CC48C = 0x800CC48C; +D_800CC524 = 0x800CC524; +D_800CC5BC = 0x800CC5BC; +D_800CC6EC = 0x800CC6EC; +D_800CC784 = 0x800CC784; +D_800CC81C = 0x800CC81C; +D_800CC8B4 = 0x800CC8B4; +D_800CC9E4 = 0x800CC9E4; +D_800CCA7C = 0x800CCA7C; +D_800CCC44 = 0x800CCC44; //size:0x98 +D_800CCCDC = 0x800CCCDC; +D_800CCCE0 = 0x800CCCE0; +D_800CCCFC = 0x800CCCFC; +D_800CCD18 = 0x800CCD18; +D_800CCD34 = 0x800CCD34; +D_800CCD88 = 0x800CCD88; +D_800CCDA4 = 0x800CCDA4; +D_800CCDA8 = 0x800CCDA8; +D_800CCDC4 = 0x800CCDC4; +D_800CCDE0 = 0x800CCDE0; +D_800CCDFC = 0x800CCDFC; +D_800CCE18 = 0x800CCE18; +D_800CCE38 = 0x800CCE38; +D_800CCE54 = 0x800CCE54; +D_800CCE70 = 0x800CCE70; +D_800CCE8C = 0x800CCE8C; +D_800CCEA8 = 0x800CCEA8; +D_800CCF94 = 0x800CCF94; +D_800D0000 = 0x800D0000; +D_800D00C8 = 0x800D00C8; +D_800D07D4 = 0x800D07D4; +D_800D07E0 = 0x800D07E0; +D_800D0820 = 0x800D0820; +D_800D0828 = 0x800D0828; +D_800D089C = 0x800D089C; +D_800D0934 = 0x800D0934; +D_800D094C = 0x800D094C; +D_800D0978 = 0x800D0978; +D_800D0984 = 0x800D0984; +D_800D0998 = 0x800D0998; +D_800D09B0 = 0x800D09B0; +D_800D09D4 = 0x800D09D4; +D_800D09F8 = 0x800D09F8; +D_800D0A18 = 0x800D0A18; +D_800D0A54 = 0x800D0A54; +D_800D0A7C = 0x800D0A7C; +D_800D0AB0 = 0x800D0AB0; +D_800D0AC0 = 0x800D0AC0; +D_800D0AD4 = 0x800D0AD4; +D_800D0AEC = 0x800D0AEC; +D_800D0B08 = 0x800D0B08; +D_800D0B30 = 0x800D0B30; +D_800D0B3C = 0x800D0B3C; +D_800D0B5C = 0x800D0B5C; +D_800D0B68 = 0x800D0B68; +D_800D0B74 = 0x800D0B74; +D_800D0B80 = 0x800D0B80; +D_800D0B8C = 0x800D0B8C; +D_800D0B98 = 0x800D0B98; +D_800D0BA4 = 0x800D0BA4; +D_800D0BB0 = 0x800D0BB0; +D_800D0BF0 = 0x800D0BF0; +D_800D0C10 = 0x800D0C10; +D_800D0C64 = 0x800D0C64; +D_800D0CCC = 0x800D0CCC; +D_800D0D34 = 0x800D0D34; +D_800D0D7C = 0x800D0D7C; +D_800D0DC4 = 0x800D0DC4; +D_800D0DF0 = 0x800D0DF0; +D_800D0DF4 = 0x800D0DF4; +D_800D0E00 = 0x800D0E00; +D_800D0E04 = 0x800D0E04; +D_800D0E24 = 0x800D0E24; +D_800D0E34 = 0x800D0E34; +D_800D0E74 = 0x800D0E74; +D_800D0E80 = 0x800D0E80; +D_800D0E8C = 0x800D0E8C; +D_800D0EA0 = 0x800D0EA0; +D_800D0EAC = 0x800D0EAC; +D_800D1C2C = 0x800D1C2C; +D_800D1C2F = 0x800D1C2F; +D_800D1C44 = 0x800D1C44; +D_800D1EE4 = 0x800D1EE4; +D_800D2004 = 0x800D2004; +D_800D2100 = 0x800D2100; +D_800D233C = 0x800D233C; +D_800D2350 = 0x800D2350; +D_800D236C = 0x800D236C; +D_800D2398 = 0x800D2398; +D_800D23A4 = 0x800D23A4; +D_800D25AC = 0x800D25AC; +D_800D25FC = 0x800D25FC; +D_800D2614 = 0x800D2614; +D_800D2668 = 0x800D2668; +D_800D26BC = 0x800D26BC; +D_800D2710 = 0x800D2710; +D_800D2748 = 0x800D2748; +D_800D2754 = 0x800D2754; +D_800D2758 = 0x800D2758; +D_800D275C = 0x800D275C; +D_800D2760 = 0x800D2760; +D_800D27C0 = 0x800D27C0; +D_800D27E0 = 0x800D27E0; +D_800D281C = 0x800D281C; +D_800D2850 = 0x800D2850; +D_800D2860 = 0x800D2860; +D_800D286C = 0x800D286C; +D_800D2870 = 0x800D2870; +D_800D2874 = 0x800D2874; +D_800D2878 = 0x800D2878; +D_800D28B8 = 0x800D28B8; +D_800D28D0 = 0x800D28D0; +D_800D28DC = 0x800D28DC; +D_800D28E8 = 0x800D28E8; +D_800D290C = 0x800D290C; +D_800D293C = 0x800D293C; +D_800D2950 = 0x800D2950; +D_800D2964 = 0x800D2964; +D_800D2E74 = 0x800D2E74; +D_800D2E8C = 0x800D2E8C; +D_800D2EA4 = 0x800D2EA4; +D_800D2EAC = 0x800D2EAC; +D_800D2EB4 = 0x800D2EB4; +D_800D2EBC = 0x800D2EBC; +D_800D2EC4 = 0x800D2EC4; +D_800D2EEC = 0x800D2EEC; +D_800D2EF0 = 0x800D2EF0; +D_800D2EFC = 0x800D2EFC; +D_800D2F08 = 0x800D2F08; +D_800D2F14 = 0x800D2F14; +D_800D2F20 = 0x800D2F20; +D_800D2F2C = 0x800D2F2C; +D_800D2F38 = 0x800D2F38; +D_800D2F44 = 0x800D2F44; +D_800D2F50 = 0x800D2F50; +D_800D2F5C = 0x800D2F5C; +D_800D2F68 = 0x800D2F68; +D_800D2F74 = 0x800D2F74; +D_800D2F80 = 0x800D2F80; +D_800D2F90 = 0x800D2F90; +D_800D2FB4 = 0x800D2FB4; +D_800D2FC0 = 0x800D2FC0; +D_800D2FCC = 0x800D2FCC; +D_800D2FD8 = 0x800D2FD8; +D_800D2FE4 = 0x800D2FE4; +D_800D2FF0 = 0x800D2FF0; +D_800D3038 = 0x800D3038; +D_800D306C = 0x800D306C; +D_800D30B4 = 0x800D30B4; +D_800D30C0 = 0x800D30C0; +D_800D30CC = 0x800D30CC; +D_800D30D8 = 0x800D30D8; +D_800D30E4 = 0x800D30E4; +D_800D30F0 = 0x800D30F0; +D_800D30FC = 0x800D30FC; +D_800D3108 = 0x800D3108; +D_800D310C = 0x800D310C; +D_800D318C = 0x800D318C; +D_800D319C = 0x800D319C; +D_800D31AC = 0x800D31AC; +D_800D31B0 = 0x800D31B0; +D_800D31B4 = 0x800D31B4; +D_800D31B8 = 0x800D31B8; +D_800D31E0 = 0x800D31E0; +D_800D31F0 = 0x800D31F0; +D_800D3220 = 0x800D3220; +D_800D3250 = 0x800D3250; +D_800D3280 = 0x800D3280; +D_800D32B0 = 0x800D32B0; +D_800D32E0 = 0x800D32E0; +D_800D3310 = 0x800D3310; +D_800D3340 = 0x800D3340; +D_800D3370 = 0x800D3370; +D_800D3380 = 0x800D3380; +D_800D3390 = 0x800D3390; +D_800D33A0 = 0x800D33A0; +D_800D33B0 = 0x800D33B0; +D_800D33C0 = 0x800D33C0; +D_800D33D0 = 0x800D33D0; +D_800D33E0 = 0x800D33E0; +D_800D33F0 = 0x800D33F0; +D_800D3400 = 0x800D3400; +D_800D3414 = 0x800D3414; +D_800D3428 = 0x800D3428; +D_800D3438 = 0x800D3438; +D_800D3448 = 0x800D3448; +D_800D3458 = 0x800D3458; +D_800D3468 = 0x800D3468; +D_800D3478 = 0x800D3478; +D_800D3488 = 0x800D3488; +D_800D3498 = 0x800D3498; +D_800D349C = 0x800D349C; +D_800D34A0 = 0x800D34A0; +D_800D34B0 = 0x800D34B0; +D_800D34C0 = 0x800D34C0; +D_800D35A0 = 0x800D35A0; +D_800D35BC = 0x800D35BC; +D_800D35C0 = 0x800D35C0; +D_800D35C4 = 0x800D35C4; +D_800D35D0 = 0x800D35D0; +D_800D35F4 = 0x800D35F4; +D_800D3618 = 0x800D3618; +D_800D37D4 = 0x800D37D4; +D_800D37FC = 0x800D37FC; +D_800D3808 = 0x800D3808; +D_800D3838 = 0x800D3838; +D_800D3874 = 0x800D3874; +D_800D38C0 = 0x800D38C0; +D_800D38CC = 0x800D38CC; +D_800D38D8 = 0x800D38D8; +D_800D3900 = 0x800D3900; +D_800D3928 = 0x800D3928; +D_800D3946 = 0x800D3946; +D_800D3954 = 0x800D3954; +D_800D3980 = 0x800D3980; +D_800D39AC = 0x800D39AC; +D_800D3A58 = 0x800D3A58; +D_800D3A80 = 0x800D3A80; +D_800D3AA8 = 0x800D3AA8; +D_800D3B20 = 0x800D3B20; +D_800D3B2C = 0x800D3B2C; +D_800D3B60 = 0x800D3B60; +D_800D3B70 = 0x800D3B70; +D_800D3B74 = 0x800D3B74; +D_800D3B84 = 0x800D3B84; +D_800D3B94 = 0x800D3B94; +D_800D3BA4 = 0x800D3BA4; +D_800D3BB4 = 0x800D3BB4; +D_800D3C08 = 0x800D3C08; +D_800D3C0C = 0x800D3C0C; +D_800D3C10 = 0x800D3C10; +D_800D3C14 = 0x800D3C14; +D_800D3C20 = 0x800D3C20; +D_800D3CE0 = 0x800D3CE0; +D_800D3D64 = 0x800D3D64; +D_800D3DB4 = 0x800D3DB4; +D_800D3E38 = 0x800D3E38; +D_800D3FA0 = 0x800D3FA0; +D_800D4250 = 0x800D4250; +D_800D4254 = 0x800D4254; +D_800D4258 = 0x800D4258; +D_800D425C = 0x800D425C; +D_800D4260 = 0x800D4260; +D_800D4264 = 0x800D4264; +D_800D4268 = 0x800D4268; +D_800D426C = 0x800D426C; +D_800D4280 = 0x800D4280; +D_800D428C = 0x800D428C; +D_800D4298 = 0x800D4298; +D_800D42EC = 0x800D42EC; +D_800D4300 = 0x800D4300; +D_800D4340 = 0x800D4340; +D_800D4388 = 0x800D4388; +D_800D43B8 = 0x800D43B8; +D_800D43E8 = 0x800D43E8; +D_800D43F4 = 0x800D43F4; +D_800D4404 = 0x800D4404; +D_800D4414 = 0x800D4414; +D_800D4424 = 0x800D4424; +D_800D4454 = 0x800D4454; +D_800D4464 = 0x800D4464; +D_800D447C = 0x800D447C; +D_800D4480 = 0x800D4480; +D_800D4481 = 0x800D4481; +D_800D4482 = 0x800D4482; +D_800D4483 = 0x800D4483; +D_800D4485 = 0x800D4485; +D_800D4487 = 0x800D4487; +D_800D4488 = 0x800D4488; +D_800D4489 = 0x800D4489; +D_800D448B = 0x800D448B; +D_800D448C = 0x800D448C; +D_800D448D = 0x800D448D; +D_800D448E = 0x800D448E; +D_800D4490 = 0x800D4490; +D_800D4491 = 0x800D4491; +D_800D4492 = 0x800D4492; +D_800D449E = 0x800D449E; +D_800D44B0 = 0x800D44B0; +D_800D44F8 = 0x800D44F8; +D_800D4540 = 0x800D4540; +D_800D4588 = 0x800D4588; +D_800D45D0 = 0x800D45D0; +D_800D46A8 = 0x800D46A8; +D_800D46F0 = 0x800D46F0; +D_800D4738 = 0x800D4738; +D_800D47C8 = 0x800D47C8; +D_800D4810 = 0x800D4810; +D_800D4858 = 0x800D4858; +D_800D48A0 = 0x800D48A0; +D_800D4978 = 0x800D4978; +D_800D49C0 = 0x800D49C0; +D_800D4A08 = 0x800D4A08; +D_800D4A50 = 0x800D4A50; +D_800D4A98 = 0x800D4A98; +D_800D4B28 = 0x800D4B28; +D_800D4C48 = 0x800D4C48; +D_800D4CD8 = 0x800D4CD8; +D_800D4D20 = 0x800D4D20; +D_800D4DB0 = 0x800D4DB0; +D_800D4DF8 = 0x800D4DF8; +D_800D4E40 = 0x800D4E40; +D_800D4ED0 = 0x800D4ED0; +D_800D4F18 = 0x800D4F18; +D_800D4FF0 = 0x800D4FF0; +D_800D5038 = 0x800D5038; +D_800D5080 = 0x800D5080; +D_800D50C8 = 0x800D50C8; +D_800D5110 = 0x800D5110; +D_800D5158 = 0x800D5158; +D_800D51A0 = 0x800D51A0; +D_800D51E8 = 0x800D51E8; +D_800D5230 = 0x800D5230; +D_800D5278 = 0x800D5278; +D_800D52C0 = 0x800D52C0; +D_800D5350 = 0x800D5350; +D_800D5428 = 0x800D5428; +D_800D54B8 = 0x800D54B8; +D_800D5590 = 0x800D5590; +D_800D55D8 = 0x800D55D8; +D_800D5620 = 0x800D5620; +D_800D56B0 = 0x800D56B0; +D_800D5740 = 0x800D5740; +D_800D57D0 = 0x800D57D0; +D_800D5938 = 0x800D5938; +D_800D5980 = 0x800D5980; +D_800D5A10 = 0x800D5A10; +D_800D5AA0 = 0x800D5AA0; +D_800D5B78 = 0x800D5B78; +D_800D5D70 = 0x800D5D70; +D_800D5D74 = 0x800D5D74; +D_800D5D78 = 0x800D5D78; +D_800D5D80 = 0x800D5D80; +D_800D5D90 = 0x800D5D90; +D_800D5D94 = 0x800D5D94; +D_800D5D98 = 0x800D5D98; +D_800D5D9C = 0x800D5D9C; +D_800D5DA0 = 0x800D5DA0; +D_800D5DA4 = 0x800D5DA4; +D_800D5DB0 = 0x800D5DB0; +D_800D5DBC = 0x800D5DBC; +D_800D5DC8 = 0x800D5DC8; +D_800D5DD8 = 0x800D5DD8; +D_800D5DE8 = 0x800D5DE8; +D_800D5DF8 = 0x800D5DF8; +D_800D5E04 = 0x800D5E04; +D_800D5E10 = 0x800D5E10; +D_800D5E1C = 0x800D5E1C; +D_800D5E28 = 0x800D5E28; +D_800D5E34 = 0x800D5E34; +D_800D5E40 = 0x800D5E40; +D_800D5E4C = 0x800D5E4C; +D_800D5E74 = 0x800D5E74; +D_800D5E9C = 0x800D5E9C; +D_800D5EC4 = 0x800D5EC4; +D_800D5ED4 = 0x800D5ED4; +D_800D5EE4 = 0x800D5EE4; +D_800D5EF4 = 0x800D5EF4; +D_800D5F04 = 0x800D5F04; +D_800D5F34 = 0x800D5F34; +D_800D5F44 = 0x800D5F44; +D_800D5F50 = 0x800D5F50; +D_800D5F60 = 0x800D5F60; +D_800D5F70 = 0x800D5F70; +D_800D5F7C = 0x800D5F7C; +D_800D5F88 = 0x800D5F88; +D_800D5F98 = 0x800D5F98; +D_800D5FA8 = 0x800D5FA8; +D_800D5FB8 = 0x800D5FB8; +D_800D5FC8 = 0x800D5FC8; +D_800D5FD8 = 0x800D5FD8; +D_800D5FE8 = 0x800D5FE8; +D_800D5FF8 = 0x800D5FF8; +D_800D6008 = 0x800D6008; +D_800D6014 = 0x800D6014; +D_800D6020 = 0x800D6020; +D_800D602C = 0x800D602C; +D_800D6038 = 0x800D6038; +D_800D6044 = 0x800D6044; +D_800D6054 = 0x800D6054; +D_800D6068 = 0x800D6068; +D_800D607C = 0x800D607C; +D_800D608C = 0x800D608C; +D_800D609C = 0x800D609C; +D_800D60AC = 0x800D60AC; +D_800D60BC = 0x800D60BC; +D_800D60D0 = 0x800D60D0; +D_800DA910 = 0x800DA910; +D_800DA940 = 0x800DA940; +D_800DA958 = 0x800DA958; +D_800DAAC8 = 0x800DAAC8; +D_800DAAF8 = 0x800DAAF8; +D_800DAB10 = 0x800DAB10; +D_800DABD0 = 0x800DABD0; +D_800DAD80 = 0x800DAD80; +D_800DADC0 = 0x800DADC0; +D_800DAE68 = 0x800DAE68; +D_800DB668 = 0x800DB668; +D_800DBEC8 = 0x800DBEC8; +D_800DBF68 = 0x800DBF68; +D_800DBFB0 = 0x800DBFB0; +D_800DC050 = 0x800DC050; +D_800DC090 = 0x800DC090; +D_800DC0F0 = 0x800DC0F0; +D_800DC128 = 0x800DC128; +D_800DC928 = 0x800DC928; +D_800DCE90 = 0x800DCE90; +D_800DCF10 = 0x800DCF10; +D_800DDC10 = 0x800DDC10; +D_800DDC80 = 0x800DDC80; +D_800DDE80 = 0x800DDE80; +D_800DE080 = 0x800DE080; +D_800DE280 = 0x800DE280; +D_800DE480 = 0x800DE480; +D_800DE680 = 0x800DE680; +D_800DE888 = 0x800DE888; +D_800DE8A0 = 0x800DE8A0; +D_800DEAA0 = 0x800DEAA0; +D_800DECA0 = 0x800DECA0; +D_800DF0A0 = 0x800DF0A0; +D_800DF2A0 = 0x800DF2A0; +D_800DF2B0 = 0x800DF2B0; +D_800DF2C0 = 0x800DF2C0; +D_800DF2D0 = 0x800DF2D0; +D_800DF2E0 = 0x800DF2E0; +D_800DF2F0 = 0x800DF2F0; +D_800DF36E = 0x800DF36E; +D_800DF372 = 0x800DF372; +D_800DF374 = 0x800DF374; +D_800DF3F0 = 0x800DF3F0; +D_800DF5EC = 0x800DF5EC; +D_800DF5F0 = 0x800DF5F0; +D_800DF7EC = 0x800DF7EC; +D_800DF7F0 = 0x800DF7F0; +D_800DF9EC = 0x800DF9EC; +D_800DF9F0 = 0x800DF9F0; +D_800DFA02 = 0x800DFA02; +D_800DFA08 = 0x800DFA08; +D_800DFA0A = 0x800DFA0A; +D_800DFA0B = 0x800DFA0B; +D_800DFA1A = 0x800DFA1A; +D_800DFA20 = 0x800DFA20; +D_800DFA21 = 0x800DFA21; +D_800DFA22 = 0x800DFA22; +D_800DFA23 = 0x800DFA23; +D_800DFA24 = 0x800DFA24; +D_800DFA28 = 0x800DFA28; +D_800DFA29 = 0x800DFA29; +D_800DFA2A = 0x800DFA2A; +D_800DFA2B = 0x800DFA2B; +D_800DFA2C = 0x800DFA2C; +D_800DFA30 = 0x800DFA30; +D_800DFA32 = 0x800DFA32; +D_800DFA33 = 0x800DFA33; +D_800DFA34 = 0x800DFA34; +D_800DFA36 = 0x800DFA36; +D_800DFA38 = 0x800DFA38; +D_800DFA39 = 0x800DFA39; +D_800DFA3A = 0x800DFA3A; +D_800DFA3C = 0x800DFA3C; +D_800DFA3E = 0x800DFA3E; +D_800DFA3F = 0x800DFA3F; +D_800DFA40 = 0x800DFA40; +D_800DFA42 = 0x800DFA42; +D_800DFA44 = 0x800DFA44; +D_800DFA45 = 0x800DFA45; +D_800DFA46 = 0x800DFA46; +D_800DFA48 = 0x800DFA48; +D_800DFA60 = 0x800DFA60; +D_800DFA70 = 0x800DFA70; +D_800E0C10 = 0x800E0C10; +D_800E1DC0 = 0x800E1DC0; +D_800E2F70 = 0x800E2F70; +D_800E2F74 = 0x800E2F74; +D_800E2F78 = 0x800E2F78; +D_800E2F80 = 0x800E2F80; +D_800E2F88 = 0x800E2F88; +D_800E2F90 = 0x800E2F90; +D_800E2FD0 = 0x800E2FD0; +D_800E2FE8 = 0x800E2FE8; +D_800E30B0 = 0x800E30B0; +D_800E30C8 = 0x800E30C8; +D_800E30D0 = 0x800E30D0; +D_800E30E8 = 0x800E30E8; +D_800E3100 = 0x800E3100; +D_800E3108 = 0x800E3108; +D_800E3120 = 0x800E3120; +D_800E31A0 = 0x800E31A0; +D_800E31B8 = 0x800E31B8; +D_800E31F8 = 0x800E31F8; +D_800E3210 = 0x800E3210; +D_800E3218 = 0x800E3218; +D_800E3230 = 0x800E3230; +D_800E3238 = 0x800E3238; +D_800E3250 = 0x800E3250; +D_800E3260 = 0x800E3260; +D_800E3278 = 0x800E3278; +D_800E3280 = 0x800E3280; +D_800E3298 = 0x800E3298; +D_800E32B8 = 0x800E32B8; +D_800E32D0 = 0x800E32D0; +D_800E32D8 = 0x800E32D8; +D_800E32F0 = 0x800E32F0; +D_800E32F8 = 0x800E32F8; +D_800E3310 = 0x800E3310; +D_800E3350 = 0x800E3350; +D_800E3368 = 0x800E3368; +D_800E3370 = 0x800E3370; +D_80138E10 = 0x80138E10; +D_80138E14 = 0x80138E14; +D_80138E18 = 0x80138E18; +D_80138E1C = 0x80138E1C; +D_80138E20 = 0x80138E20; +D_80138E24 = 0x80138E24; +D_80138E28 = 0x80138E28; +D_80138E2C = 0x80138E2C; +D_80138E30 = 0x80138E30; +D_80138E34 = 0x80138E34; +D_80138E38 = 0x80138E38; +D_80138E3C = 0x80138E3C; +D_80138E3D = 0x80138E3D; +D_80138E40 = 0x80138E40; +D_80138E41 = 0x80138E41; +D_80138E42 = 0x80138E42; +D_80138E43 = 0x80138E43; +D_80138E44 = 0x80138E44; +D_80138E46 = 0x80138E46; +D_80139E48 = 0x80139E48; +D_8013AFF8 = 0x8013AFF8; +D_8013C1A8 = 0x8013C1A8; +D_8013D358 = 0x8013D358; +D_8013D510 = 0x8013D510; +D_8013D514 = 0x8013D514; +D_8013D518 = 0x8013D518; +D_8013D51C = 0x8013D51C; +D_8013D520 = 0x8013D520; +D_8013D524 = 0x8013D524; +D_8013D530 = 0x8013D530; +D_8013D538 = 0x8013D538; +D_8013DD38 = 0x8013DD38; +D_8013DD40 = 0x8013DD40; +D_8013E540 = 0x8013E540; +D_80146D40 = 0x80146D40; +D_80146D50 = 0x80146D50; +D_801470D0 = 0x801470D0; +D_801472D0 = 0x801472D0; +D_801474D0 = 0x801474D0; +D_80147E80 = 0x80147E80; +D_80147E98 = 0x80147E98; +D_80147E9C = 0x80147E9C; +D_80147EA0 = 0x80147EA0; +D_80147EB0 = 0x80147EB0; +D_80147EB8 = 0x80147EB8; +D_801482B4 = 0x801482B4; +D_801482B8 = 0x801482B8; +D_801486B8 = 0x801486B8; +D_80148EC4 = 0x80148EC4; +D_80148EC8 = 0x80148EC8; +D_80148ECC = 0x80148ECC; +D_80148ED0 = 0x80148ED0; +D_80148ED4 = 0x80148ED4; +D_80148ED8 = 0x80148ED8; +D_80148EDC = 0x80148EDC; +D_80148EE0 = 0x80148EE0; +D_80148EF0 = 0x80148EF0; +D_80148F00 = 0x80148F00; +D_80148FC0 = 0x80148FC0; +D_80148FD0 = 0x80148FD0; +D_8014A7D0 = 0x8014A7D0; +D_8014BA90 = 0x8014BA90; +D_8014BA98 = 0x8014BA98; +D_8014BAA0 = 0x8014BAA0; +D_8014BAA8 = 0x8014BAA8; +D_8014BBE8 = 0x8014BBE8; +D_8014BBEC = 0x8014BBEC; +D_8014BBF8 = 0x8014BBF8; +D_8014BC48 = 0x8014BC48; +D_8014C048 = 0x8014C048; +D_8014C448 = 0x8014C448; +D_8014CA48 = 0x8014CA48; +D_8014CAC8 = 0x8014CAC8; +D_8014CAF0 = 0x8014CAF0; +D_8014CB10 = 0x8014CB10; +D_8014CB18 = 0x8014CB18; +D_8014CF18 = 0x8014CF18; +D_8014D160 = 0x8014D160; +D_8014D878 = 0x8014D878; +D_8014D880 = 0x8014D880; +D_8014D900 = 0x8014D900; +D_8014D9C0 = 0x8014D9C0; +D_8014DB80 = 0x8014DB80; +D_8014DB90 = 0x8014DB90; +D_8014DB94 = 0x8014DB94; +D_8014DB98 = 0x8014DB98; +D_8014DBB0 = 0x8014DBB0; +D_8014DBC0 = 0x8014DBC0; +D_8014E310 = 0x8014E310; +D_8014E320 = 0x8014E320; +D_8014E322 = 0x8014E322; +D_8014E323 = 0x8014E323; +D_8014E324 = 0x8014E324; +D_8014E328 = 0x8014E328; +D_8014E330 = 0x8014E330; +D_8014E338 = 0x8014E338; +D_8014E340 = 0x8014E340; +D_8014E350 = 0x8014E350; +D_8014E380 = 0x8014E380; +D_8014E390 = 0x8014E390; +D_8014E3A0 = 0x8014E3A0; +D_8014E3B0 = 0x8014E3B0; +D_8014E3B4 = 0x8014E3B4; +D_8014E544 = 0x8014E544; +D_8014E548 = 0x8014E548; +D_8014E580 = 0x8014E580; +D_8014E584 = 0x8014E584; +D_8014E714 = 0x8014E714; +D_8014E718 = 0x8014E718; +D_8014E732 = 0x8014E732; +D_8014E73E = 0x8014E73E; +D_8014E750 = 0x8014E750; +D_8014E754 = 0x8014E754; +D_8014E8E4 = 0x8014E8E4; +D_8014E8E8 = 0x8014E8E8; +D_8014E920 = 0x8014E920; +D_8014E92C = 0x8014E92C; +D_8014EAB0 = 0x8014EAB0; +D_8014EAB8 = 0x8014EAB8; +D_8014EAC0 = 0x8014EAC0; +D_8014EFC0 = 0x8014EFC0; +D_8014EFC8 = 0x8014EFC8; +D_8014EFCC = 0x8014EFCC; +D_8014EFD0 = 0x8014EFD0; +D_8014F4D8 = 0x8014F4D8; +D_8014F4E0 = 0x8014F4E0; +D_8014F4F0 = 0x8014F4F0; +D_8014F4F8 = 0x8014F4F8; +D_8014F508 = 0x8014F508; +D_8014F518 = 0x8014F518; +D_8014F558 = 0x8014F558; +D_8014F598 = 0x8014F598; +D_8014F698 = 0x8014F698; +D_8014F699 = 0x8014F699; +D_8014F69C = 0x8014F69C; +D_801506A0 = 0x801506A0; +D_801506A8 = 0x801506A8; +D_80150740 = 0x80150740; +D_801507F4 = 0x801507F4; +D_80150940 = 0x80150940; +D_80150974 = 0x80150974; +D_80150A8C = 0x80150A8C; +D_80150AFC = 0x80150AFC; +D_80150BD8 = 0x80150BD8; +D_80153158 = 0x80153158; +D_801531C4 = 0x801531C4; +D_80153758 = 0x80153758; +D_801537B8 = 0x801537B8; +D_80153AAE = 0x80153AAE; +D_80155158 = 0x80155158; +D_801551C4 = 0x801551C4; +D_80155220 = 0x80155220; +D_80155230 = 0x80155230; +D_80155240 = 0x80155240; +D_80155250 = 0x80155250; +D_80155260 = 0x80155260; +D_80155270 = 0x80155270; +D_80155470 = 0x80155470; +D_80155E70 = 0x80155E70; +D_80155E74 = 0x80155E74; +D_80155E78 = 0x80155E78; +D_801563B8 = 0x801563B8; +D_801563D0 = 0x801563D0; +D_80156410 = 0x80156410; +D_80156428 = 0x80156428; +D_80156468 = 0x80156468; +D_80156480 = 0x80156480; +D_80156580 = 0x80156580; +D_80156B80 = 0x80156B80; +D_80156B98 = 0x80156B98; +D_80156BA0 = 0x80156BA0; +D_80156BB8 = 0x80156BB8; +D_80157BB8 = 0x80157BB8; +D_80157BBC = 0x80157BBC; +D_80157BC0 = 0x80157BC0; +D_80157BC8 = 0x80157BC8; +D_80157CC8 = 0x80157CC8; +D_80157DC8 = 0x80157DC8; +D_80157DC9 = 0x80157DC9; +D_80157DCA = 0x80157DCA; +D_80157DCB = 0x80157DCB; +D_80157DCC = 0x80157DCC; +D_80157DD0 = 0x80157DD0; +D_80157DD4 = 0x80157DD4; +D_80157DD8 = 0x80157DD8; +D_80157DDC = 0x80157DDC; +D_80157DE0 = 0x80157DE0; +D_80157DE8 = 0x80157DE8; +D_80157DF2 = 0x80157DF2; +D_80157E00 = 0x80157E00; +D_80157E04 = 0x80157E04; +D_80157E08 = 0x80157E08; +D_80157E0C = 0x80157E0C; +D_80157E10 = 0x80157E10; +D_80157E14 = 0x80157E14; +D_80157E16 = 0x80157E16; +D_80157E18 = 0x80157E18; +D_80157E1C = 0x80157E1C; +D_80157E20 = 0x80157E20; +D_80157E24 = 0x80157E24; +D_80157E28 = 0x80157E28; +D_80157E30 = 0x80157E30; +D_80157E34 = 0x80157E34; +D_80157E38 = 0x80157E38; +D_80157ED8 = 0x80157ED8; +D_80157EDC = 0x80157EDC; +D_80157EE0 = 0x80157EE0; +D_80157EEC = 0x80157EEC; +D_80157EF2 = 0x80157EF2; +D_80157EF4 = 0x80157EF4; +D_80157EF8 = 0x80157EF8; +D_80157EFC = 0x80157EFC; +D_80157F00 = 0x80157F00; +D_80157F10 = 0x80157F10; +D_80157F28 = 0x80157F28; +D_80157F40 = 0x80157F40; +D_80157F58 = 0x80157F58; +D_80157F70 = 0x80157F70; +D_80158770 = 0x80158770; +D_80158778 = 0x80158778; +D_80158788 = 0x80158788; +D_8015878C = 0x8015878C; +D_80158790 = 0x80158790; +D_801587CC = 0x801587CC; +D_801587D0 = 0x801587D0; +D_801587D1 = 0x801587D1; +D_801587F8 = 0x801587F8; +D_80158810 = 0x80158810; +D_80158820 = 0x80158820; +D_80158920 = 0x80158920; +D_80158A20 = 0x80158A20; +D_80158A40 = 0x80158A40; +D_80158A60 = 0x80158A60; +D_80158B20 = 0x80158B20; +D_80158B60 = 0x80158B60; +D_80158D10 = 0x80158D10; +D_80159D10 = 0x80159D10; +D_80159D28 = 0x80159D28; +D_80159D40 = 0x80159D40; +D_80159D42 = 0x80159D42; +D_80159D44 = 0x80159D44; +D_80159D58 = 0x80159D58; +D_80159D5A = 0x80159D5A; +D_80159D5C = 0x80159D5C; +D_80159D70 = 0x80159D70; +D_80159D80 = 0x80159D80; +D_80159F30 = 0x80159F30; +D_8015AF30 = 0x8015AF30; +D_8015B0E0 = 0x8015B0E0; +D_8015B4E0 = 0x8015B4E0; +D_8015B4F8 = 0x8015B4F8; +D_8015B500 = 0x8015B500; +D_8015B518 = 0x8015B518; +D_8015B520 = 0x8015B520; +D_8015B538 = 0x8015B538; +D_8015B540 = 0x8015B540; +D_8015B550 = 0x8015B550; +D_8015B58C = 0x8015B58C; +D_8015B590 = 0x8015B590; +D_8015B594 = 0x8015B594; +D_8015B595 = 0x8015B595; +D_8015B596 = 0x8015B596; +D_8015B597 = 0x8015B597; +D_8015B598 = 0x8015B598; +D_8015B599 = 0x8015B599; +D_8015B59C = 0x8015B59C; +D_8015B610 = 0x8015B610; +D_8015B618 = 0x8015B618; +D_8015B630 = 0x8015B630; +D_8015B66C = 0x8015B66C; +D_8015B670 = 0x8015B670; +D_8015B690 = 0x8015B690; +D_8015B694 = 0x8015B694; +D_8015B698 = 0x8015B698; +D_8015B69C = 0x8015B69C; +D_8015B6A0 = 0x8015B6A0; +D_8015B6A8 = 0x8015B6A8; +D_8015B6C0 = 0x8015B6C0; +D_8015B6C4 = 0x8015B6C4; +D_8015B6C8 = 0x8015B6C8; +D_8015B6D0 = 0x8015B6D0; +D_8015B6D4 = 0x8015B6D4; +D_8015B6D5 = 0x8015B6D5; +D_8015B6D6 = 0x8015B6D6; +D_8015B6D8 = 0x8015B6D8; +D_8015B6D9 = 0x8015B6D9; +D_8015B6DC = 0x8015B6DC; +D_8015B744 = 0x8015B744; +D_8015B750 = 0x8015B750; +D_8015B758 = 0x8015B758; +D_8015B770 = 0x8015B770; +D_8015B920 = 0x8015B920; +D_8015B930 = 0x8015B930; +D_8015B948 = 0x8015B948; +D_8015B94C = 0x8015B94C; +D_8015B950 = 0x8015B950; +D_8015B960 = 0x8015B960; +D_8015B978 = 0x8015B978; +D_8015B97C = 0x8015B97C; +D_8015B980 = 0x8015B980; +D_8015C180 = 0x8015C180; +D_8015C184 = 0x8015C184; +D_8015C188 = 0x8015C188; +D_8015C18C = 0x8015C18C; +D_8015C190 = 0x8015C190; +D_8015C1A0 = 0x8015C1A0; +D_8015D1A0 = 0x8015D1A0; +D_8015D2A0 = 0x8015D2A0; +D_8015D2B8 = 0x8015D2B8; +D_8015D468 = 0x8015D468; +D_8015D488 = 0x8015D488; +D_80161488 = 0x80161488; +D_801614A8 = 0x801614A8; +D_801614C0 = 0x801614C0; +D_801614C4 = 0x801614C4; +D_801614C8 = 0x801614C8; +D_801614E0 = 0x801614E0; +D_80161560 = 0x80161560; +D_80161564 = 0x80161564; +D_80161568 = 0x80161568; +D_801615E8 = 0x801615E8; +D_801615F0 = 0x801615F0; +D_801615F8 = 0x801615F8; +D_80161A58 = 0x80161A58; +D_80161A59 = 0x80161A59; +D_80161A5C = 0x80161A5C; +D_80161A60 = 0x80161A60; +D_80161A70 = 0x80161A70; +D_80161A74 = 0x80161A74; +D_80161A78 = 0x80161A78; +D_80161A7C = 0x80161A7C; +D_80161A80 = 0x80161A80; +D_80161A84 = 0x80161A84; +D_80161A88 = 0x80161A88; +D_80161A8C = 0x80161A8C; +D_80161A90 = 0x80161A90; +D_80161A91 = 0x80161A91; +D_80161A94 = 0x80161A94; +D_80161A98 = 0x80161A98; +D_80161AA0 = 0x80161AA0; +D_80161AAC = 0x80161AAC; +D_80161AB0 = 0x80161AB0; +D_80161AB4 = 0x80161AB4; +D_80161AC0 = 0x80161AC0; +D_80161AD0 = 0x80161AD0; +D_80161AD4 = 0x80161AD4; +D_80161AD8 = 0x80161AD8; +D_80161ADC = 0x80161ADC; +D_80161AE0 = 0x80161AE0; +D_80161AE4 = 0x80161AE4; +D_80161AE8 = 0x80161AE8; +D_80161AEC = 0x80161AEC; +D_80161AF0 = 0x80161AF0; +D_80161AF4 = 0x80161AF4; +D_80161AF8 = 0x80161AF8; +D_80163510 = 0x80163510; +D_80163520 = 0x80163520; +D_80163550 = 0x80163550; +D_8016355C = 0x8016355C; +D_80163568 = 0x80163568; +D_80163580 = 0x80163580; +D_80163588 = 0x80163588; +D_80163688 = 0x80163688; +D_801636B8 = 0x801636B8; +D_801636E8 = 0x801636E8; +D_801636F0 = 0x801636F0; +D_80163718 = 0x80163718; +D_80163728 = 0x80163728; +D_80163740 = 0x80163740; +D_80163744 = 0x80163744; +D_80163748 = 0x80163748; +D_80163750 = 0x80163750; +D_80163758 = 0x80163758; +D_8016375C = 0x8016375C; +D_80163760 = 0x80163760; +D_801637A0 = 0x801637A0; +D_801637E0 = 0x801637E0; +D_801637E4 = 0x801637E4; +D_801637E8 = 0x801637E8; +D_801637EC = 0x801637EC; +D_801637F0 = 0x801637F0; +D_801637F4 = 0x801637F4; +D_80163800 = 0x80163800; +D_80163810 = 0x80163810; +D_80163814 = 0x80163814; +D_80163818 = 0x80163818; +D_8016381C = 0x8016381C; +D_80163820 = 0x80163820; +D_80163824 = 0x80163824; +D_80163828 = 0x80163828; +D_8016382C = 0x8016382C; +D_80163830 = 0x80163830; +D_80163834 = 0x80163834; +D_80163838 = 0x80163838; +D_8016383C = 0x8016383C; +D_80163840 = 0x80163840; +D_80163844 = 0x80163844; +D_80163848 = 0x80163848; +D_8016384C = 0x8016384C; +D_80163850 = 0x80163850; +D_80163854 = 0x80163854; +D_80163858 = 0x80163858; +D_8016385C = 0x8016385C; +D_80163860 = 0x80163860; +D_80163864 = 0x80163864; +D_80163868 = 0x80163868; +D_80163870 = 0x80163870; +D_80163898 = 0x80163898; +D_801638AC = 0x801638AC; +D_801638C0 = 0x801638C0; +D_801638C4 = 0x801638C4; +D_801638E8 = 0x801638E8; +D_801638EC = 0x801638EC; +D_80163910 = 0x80163910; +D_80163914 = 0x80163914; +D_80163918 = 0x80163918; +D_8016391C = 0x8016391C; +D_80163920 = 0x80163920; +D_80163960 = 0x80163960; +D_80163964 = 0x80163964; +D_80163968 = 0x80163968; +D_8016396C = 0x8016396C; +D_80163970 = 0x80163970; +D_80163974 = 0x80163974; +D_80163978 = 0x80163978; +D_801639B0 = 0x801639B0; +D_801639B4 = 0x801639B4; +D_801639B8 = 0x801639B8; +D_801639BC = 0x801639BC; +D_801639C0 = 0x801639C0; +D_80163A00 = 0x80163A00; +D_80163A04 = 0x80163A04; +D_80163A08 = 0x80163A08; +D_80163A10 = 0x80163A10; +D_80163A1C = 0x80163A1C; +D_80163A20 = 0x80163A20; +D_80163A24 = 0x80163A24; +D_80163A28 = 0x80163A28; +D_80163A64 = 0x80163A64; +D_80163A68 = 0x80163A68; +D_80163A6C = 0x80163A6C; +D_80163A70 = 0x80163A70; +D_80163A74 = 0x80163A74; +D_80163A78 = 0x80163A78; +D_80163A7C = 0x80163A7C; +D_80163A80 = 0x80163A80; +D_80163A84 = 0x80163A84; +D_80163A88 = 0x80163A88; +D_80163A8C = 0x80163A8C; +D_80163A90 = 0x80163A90; +D_80163A94 = 0x80163A94; +D_80163A98 = 0x80163A98; +D_80163A9C = 0x80163A9C; +D_80163AA0 = 0x80163AA0; +D_80163AA4 = 0x80163AA4; +D_80163AA8 = 0x80163AA8; +D_80163AAC = 0x80163AAC; +D_80163AB0 = 0x80163AB0; +D_80163AB4 = 0x80163AB4; +D_80163AB8 = 0x80163AB8; +D_80163AC0 = 0x80163AC0; +D_80163AC4 = 0x80163AC4; +D_80163AC8 = 0x80163AC8; +D_80163ACC = 0x80163ACC; +D_80163AD0 = 0x80163AD0; +D_80163AD4 = 0x80163AD4; +D_80163AD8 = 0x80163AD8; +D_80163ADC = 0x80163ADC; +D_80163AE0 = 0x80163AE0; +D_80163AE4 = 0x80163AE4; +D_80163AE8 = 0x80163AE8; +D_80163AEC = 0x80163AEC; +D_80163AF0 = 0x80163AF0; +D_80163AF4 = 0x80163AF4; +D_80163AF8 = 0x80163AF8; +D_80163AFC = 0x80163AFC; +D_80163B00 = 0x80163B00; +D_80163B04 = 0x80163B04; +D_80163B08 = 0x80163B08; +D_80163B0C = 0x80163B0C; +D_80163B10 = 0x80163B10; +D_80163B80 = 0x80163B80; +D_80163B84 = 0x80163B84; +D_80163B88 = 0x80163B88; +D_80163B8C = 0x80163B8C; +D_80163B90 = 0x80163B90; +D_80163B94 = 0x80163B94; +D_80163B9C = 0x80163B9C; +D_80163B9E = 0x80163B9E; +D_80163BA0 = 0x80163BA0; +D_80163BA2 = 0x80163BA2; +D_80163BA4 = 0x80163BA4; +D_80163BA6 = 0x80163BA6; +D_80163BA8 = 0x80163BA8; +D_80163BA9 = 0x80163BA9; +D_80163BAC = 0x80163BAC; +D_80163BB0 = 0x80163BB0; +D_80163BB4 = 0x80163BB4; +D_80163BC0 = 0x80163BC0; +D_80163BC4 = 0x80163BC4; +D_80163BC8 = 0x80163BC8; +D_80163BCC = 0x80163BCC; +D_80163BCE = 0x80163BCE; +D_80163BD0 = 0x80163BD0; +D_80163BD4 = 0x80163BD4; +D_80163BD8 = 0x80163BD8; +D_80163BE0 = 0x80163BE0; +D_80163BE4 = 0x80163BE4; +D_80163BE8 = 0x80163BE8; +D_80163BEC = 0x80163BEC; +D_80163BF0 = 0x80163BF0; +D_80163BF4 = 0x80163BF4; +D_80163BF8 = 0x80163BF8; +D_80163BF9 = 0x80163BF9; +D_80163BFC = 0x80163BFC; +D_80163C00 = 0x80163C00; +D_80163C04 = 0x80163C04; +D_80163C08 = 0x80163C08; +D_80163C10 = 0x80163C10; +D_80163C13 = 0x80163C13; +D_80163C20 = 0x80163C20; +D_80163C68 = 0x80163C68; +D_80165568 = 0x80165568; +D_80166148 = 0x80166148; +D_8016614A = 0x8016614A; +D_8016614C = 0x8016614C; +D_80166150 = 0x80166150; +D_80166154 = 0x80166154; +D_80166164 = 0x80166164; +D_80166198 = 0x80166198; +D_801661A0 = 0x801661A0; +D_801661B0 = 0x801661B0; +D_801661FE = 0x801661FE; +D_80166200 = 0x80166200; +D_8016620E = 0x8016620E; +D_80166211 = 0x80166211; +D_80166216 = 0x80166216; +D_8016622C = 0x8016622C; +D_8016622E = 0x8016622E; +D_80166240 = 0x80166240; +D_80166248 = 0x80166248; +D_80166258 = 0x80166258; +D_8016625C = 0x8016625C; +D_80166260 = 0x80166260; +D_80166264 = 0x80166264; +D_80166268 = 0x80166268; +D_8016626C = 0x8016626C; +D_80166270 = 0x80166270; +D_80166274 = 0x80166274; +D_80166278 = 0x80166278; +D_8016643C = 0x8016643C; +D_801664F4 = 0x801664F4; +D_8016653C = 0x8016653C; +D_80166730 = 0x80166730; +D_801667E8 = 0x801667E8; +D_80166830 = 0x80166830; +D_80166A24 = 0x80166A24; +D_80166ADC = 0x80166ADC; +D_80166B24 = 0x80166B24; +D_80166D18 = 0x80166D18; +D_801678E8 = 0x801678E8; +D_80167BDC = 0x80167BDC; +D_80167ED0 = 0x80167ED0; +D_80169C58 = 0x80169C58; +D_8016F1FC = 0x8016F1FC; +D_80170F84 = 0x80170F84; +D_80171278 = 0x80171278; +D_8017127A = 0x8017127A; +D_8017127C = 0x8017127C; +D_80171280 = 0x80171280; +D_80171284 = 0x80171284; +D_80171288 = 0x80171288; +D_8017128C = 0x8017128C; +D_80171290 = 0x80171290; +D_80171294 = 0x80171294; +D_801712C6 = 0x801712C6; +D_801712C8 = 0x801712C8; +D_8017134E = 0x8017134E; +D_8017135C = 0x8017135C; +D_80171680 = 0x80171680; +D_80171682 = 0x80171682; +D_80171684 = 0x80171684; +D_80171688 = 0x80171688; +D_8017168C = 0x8017168C; +D_8017169C = 0x8017169C; +D_80171726 = 0x80171726; +D_80171A88 = 0x80171A88; +D_80171A8A = 0x80171A8A; +D_80171A8C = 0x80171A8C; +D_80171A90 = 0x80171A90; +D_80171A94 = 0x80171A94; +D_80171AA4 = 0x80171AA4; +D_80171B58 = 0x80171B58; +D_80172298 = 0x80172298; +D_801722E6 = 0x801722E6; +D_80172318 = 0x80172318; +D_80173418 = 0x80173418; +D_80173DF0 = 0x80173DF0; +D_80174DCC = 0x80174DCC; +D_80174E58 = 0x80174E58; +D_8017568C = 0x8017568C; +D_801758BC = 0x801758BC; +D_80175948 = 0x80175948; +D_801759B4 = 0x801759B4; +D_801759C8 = 0x801759C8; +D_801761B8 = 0x801761B8; +D_80176618 = 0x80176618; +D_80176768 = 0x80176768; +D_801767D8 = 0x801767D8; +D_80176848 = 0x80176848; +D_80176880 = 0x80176880; +D_80176890 = 0x80176890; +D_801768A8 = 0x801768A8; +D_801768B8 = 0x801768B8; +D_80177B78 = 0x80177B78; +D_80178578 = 0x80178578; +D_801785A0 = 0x801785A0; +D_801786B8 = 0x801786B8; +D_801786C0 = 0x801786C0; +D_801789E0 = 0x801789E0; +D_80178D00 = 0x80178D00; +D_80179020 = 0x80179020; +D_80179340 = 0x80179340; +D_80179660 = 0x80179660; +D_80179668 = 0x80179668; +D_80179988 = 0x80179988; +D_8017998C = 0x8017998C; +D_80179990 = 0x80179990; +D_80179994 = 0x80179994; +D_80179998 = 0x80179998; +D_8017999C = 0x8017999C; +D_801799A0 = 0x801799A0; +D_801799A4 = 0x801799A4; +D_801799A8 = 0x801799A8; +D_801799AC = 0x801799AC; +D_801799B0 = 0x801799B0; +D_801799B4 = 0x801799B4; +D_801799B8 = 0x801799B8; +D_801799BC = 0x801799BC; +D_801799C0 = 0x801799C0; +D_801799D0 = 0x801799D0; +D_801799D8 = 0x801799D8; +D_801799DC = 0x801799DC; +D_801799E0 = 0x801799E0; +D_801799E4 = 0x801799E4; +D_801799E8 = 0x801799E8; +D_801799F0 = 0x801799F0; +D_80179A00 = 0x80179A00; +D_80179A04 = 0x80179A04; +D_80179A08 = 0x80179A08; +D_80179A0B = 0x80179A0B; +D_80179A0C = 0x80179A0C; +D_80179A10 = 0x80179A10; +D_80179A13 = 0x80179A13; +D_80179A14 = 0x80179A14; +D_80179A18 = 0x80179A18; +D_80179A1C = 0x80179A1C; +D_80179A20 = 0x80179A20; +D_80179A24 = 0x80179A24; +D_80179A28 = 0x80179A28; +D_80179A30 = 0x80179A30; +D_80179A38 = 0x80179A38; +D_80179A3C = 0x80179A3C; +D_80179A48 = 0x80179A48; +D_80179A50 = 0x80179A50; +D_80179A5C = 0x80179A5C; +D_80179A70 = 0x80179A70; +D_80179A78 = 0x80179A78; +D_80179A7C = 0x80179A7C; +D_80179A88 = 0x80179A88; +D_80179A90 = 0x80179A90; +D_80179A98 = 0x80179A98; +D_80179AA0 = 0x80179AA0; +D_80179AA8 = 0x80179AA8; +D_80179AB0 = 0x80179AB0; +D_80179AB8 = 0x80179AB8; +D_80179AC0 = 0x80179AC0; +D_80179AD0 = 0x80179AD0; +D_80179AD4 = 0x80179AD4; +D_80179AD8 = 0x80179AD8; +D_80179ADC = 0x80179ADC; +D_80179AE0 = 0x80179AE0; +D_80179AE4 = 0x80179AE4; +D_80179AE8 = 0x80179AE8; +D_80179AEC = 0x80179AEC; +D_80179AF0 = 0x80179AF0; +D_80179AF8 = 0x80179AF8; +D_80179B08 = 0x80179B08; +D_80179B10 = 0x80179B10; +D_80179B20 = 0x80179B20; +D_80179B24 = 0x80179B24; +D_80179B28 = 0x80179B28; +D_80179B30 = 0x80179B30; +D_80179B40 = 0x80179B40; +D_80179B4C = 0x80179B4C; +D_80179B50 = 0x80179B50; +D_80179B5C = 0x80179B5C; +D_80179B60 = 0x80179B60; +D_80179B68 = 0x80179B68; +D_80179B78 = 0x80179B78; +D_80179B7C = 0x80179B7C; +D_80179B80 = 0x80179B80; +D_80179B90 = 0x80179B90; +D_80179B94 = 0x80179B94; +D_80179B98 = 0x80179B98; +D_80179BA0 = 0x80179BA0; +D_80179BB0 = 0x80179BB0; +D_80179BB4 = 0x80179BB4; +D_80179BB8 = 0x80179BB8; +D_80179BBC = 0x80179BBC; +D_80179BC0 = 0x80179BC0; +D_80179BC4 = 0x80179BC4; +D_80179BC8 = 0x80179BC8; +D_80179BCC = 0x80179BCC; +D_80179BD0 = 0x80179BD0; +D_80179BD4 = 0x80179BD4; +D_80179BD8 = 0x80179BD8; +D_80179BE8 = 0x80179BE8; +D_80179BF0 = 0x80179BF0; +D_80179C00 = 0x80179C00; +D_80179C08 = 0x80179C08; +D_80179C18 = 0x80179C18; +D_80179C20 = 0x80179C20; +D_80179C30 = 0x80179C30; +D_80179C38 = 0x80179C38; +D_80179C48 = 0x80179C48; +D_80179C50 = 0x80179C50; +D_80179C60 = 0x80179C60; +D_80179C68 = 0x80179C68; +D_80179CA8 = 0x80179CA8; +D_80179CAC = 0x80179CAC; +D_80179CB0 = 0x80179CB0; +D_80179CB4 = 0x80179CB4; +D_80179CB8 = 0x80179CB8; +D_80179CD4 = 0x80179CD4; +D_80179CD8 = 0x80179CD8; +D_80179CF4 = 0x80179CF4; +D_80179D14 = 0x80179D14; +D_80179D18 = 0x80179D18; +D_80179D38 = 0x80179D38; +D_80179D98 = 0x80179D98; +D_80179DA0 = 0x80179DA0; +D_80179DA4 = 0x80179DA4; +D_80179DB8 = 0x80179DB8; +D_80179DD8 = 0x80179DD8; +D_80179DDC = 0x80179DDC; +D_80179DE0 = 0x80179DE0; +D_80179DE8 = 0x80179DE8; +D_80179DF4 = 0x80179DF4; +D_80179DF8 = 0x80179DF8; +D_80179DFC = 0x80179DFC; +D_80179E00 = 0x80179E00; +D_80179E04 = 0x80179E04; +D_80179E08 = 0x80179E08; +D_80179E0C = 0x80179E0C; +D_80179E14 = 0x80179E14; +D_80179E18 = 0x80179E18; +D_80179E1C = 0x80179E1C; +D_80179E24 = 0x80179E24; +D_80179E28 = 0x80179E28; +D_80179E2C = 0x80179E2C; +D_80179E30 = 0x80179E30; +D_80179E38 = 0x80179E38; +D_80179E3C = 0x80179E3C; +D_80179E40 = 0x80179E40; +D_80179E44 = 0x80179E44; +D_80179E50 = 0x80179E50; +D_80179E58 = 0x80179E58; +D_80179E5C = 0x80179E5C; +D_80179E70 = 0x80179E70; +D_80179E78 = 0x80179E78; +D_80179E88 = 0x80179E88; +D_80179E90 = 0x80179E90; +D_80179EA0 = 0x80179EA0; +D_80179EA8 = 0x80179EA8; +D_80179EB8 = 0x80179EB8; +D_80179EC0 = 0x80179EC0; +D_80179ED0 = 0x80179ED0; +D_80179ED8 = 0x80179ED8; +D_80179EF0 = 0x80179EF0; +D_80179F08 = 0x80179F08; +D_80179F10 = 0x80179F10; +D_80179F18 = 0x80179F18; +D_80179F20 = 0x80179F20; +D_80179F30 = 0x80179F30; +D_80179F38 = 0x80179F38; +D_80179FD8 = 0x80179FD8; +D_80179FDC = 0x80179FDC; +D_80179FE0 = 0x80179FE0; +D_80179FE4 = 0x80179FE4; +D_80179FE8 = 0x80179FE8; +D_80179FEC = 0x80179FEC; +D_80179FF0 = 0x80179FF0; +D_80179FF4 = 0x80179FF4; +D_80179FF8 = 0x80179FF8; +D_8017A000 = 0x8017A000; +D_8017A078 = 0x8017A078; +D_8017A08C = 0x8017A08C; +D_8017A194 = 0x8017A194; +D_8017A294 = 0x8017A294; +D_8017A29C = 0x8017A29C; +D_8017A39C = 0x8017A39C; +D_8017A3A1 = 0x8017A3A1; +D_8017A3E4 = 0x8017A3E4; +D_8017A3E8 = 0x8017A3E8; +D_8017A3EC = 0x8017A3EC; +D_8017A3F0 = 0x8017A3F0; +D_8017A3F4 = 0x8017A3F4; +D_8017A3F8 = 0x8017A3F8; +D_8017A3FC = 0x8017A3FC; +D_8017A400 = 0x8017A400; +D_8017A404 = 0x8017A404; +D_8017A40C = 0x8017A40C; +D_8017A410 = 0x8017A410; +D_8017A414 = 0x8017A414; +D_8017A41C = 0x8017A41C; +D_8017A420 = 0x8017A420; +D_8017A424 = 0x8017A424; +D_8017A428 = 0x8017A428; +D_8017A42C = 0x8017A42C; +D_8017A430 = 0x8017A430; +D_8017A434 = 0x8017A434; +D_8017A438 = 0x8017A438; +D_8017A43C = 0x8017A43C; +D_8017A440 = 0x8017A440; +D_8017A444 = 0x8017A444; +D_8017A44C = 0x8017A44C; +D_8017A450 = 0x8017A450; +D_8017A454 = 0x8017A454; +D_8017A460 = 0x8017A460; +D_8017A464 = 0x8017A464; +D_8017A468 = 0x8017A468; +D_8017A470 = 0x8017A470; +D_8017A478 = 0x8017A478; +D_8017A488 = 0x8017A488; +D_8017A490 = 0x8017A490; +D_8017A498 = 0x8017A498; +D_8017A4A0 = 0x8017A4A0; +D_8017A4A8 = 0x8017A4A8; +D_8017A4B0 = 0x8017A4B0; +D_8017A4B8 = 0x8017A4B8; +D_8017A4BC = 0x8017A4BC; +D_8017A4C0 = 0x8017A4C0; +D_8017A4C4 = 0x8017A4C4; +D_8017A4C8 = 0x8017A4C8; +D_8017A4CC = 0x8017A4CC; +D_8017A4D0 = 0x8017A4D0; +D_8017A4D4 = 0x8017A4D4; +D_8017A4D8 = 0x8017A4D8; +D_8017A4DC = 0x8017A4DC; +D_8017A4E0 = 0x8017A4E0; +D_8017A4E4 = 0x8017A4E4; +D_8017A4E8 = 0x8017A4E8; +D_8017A4F8 = 0x8017A4F8; +D_8017A508 = 0x8017A508; +D_8017A518 = 0x8017A518; +D_8017A528 = 0x8017A528; +D_8017A538 = 0x8017A538; +D_8017A53C = 0x8017A53C; +D_8017A540 = 0x8017A540; +D_8017A544 = 0x8017A544; +D_8017A578 = 0x8017A578; +D_8017A57C = 0x8017A57C; +D_8017A580 = 0x8017A580; +D_8017A588 = 0x8017A588; +D_8017A58C = 0x8017A58C; +D_8017A590 = 0x8017A590; +D_8017A594 = 0x8017A594; +D_8017A598 = 0x8017A598; +D_8017A5A8 = 0x8017A5A8; +D_8017A5AC = 0x8017A5AC; +D_8017A5B0 = 0x8017A5B0; +D_8017A5B8 = 0x8017A5B8; +D_8017A5BC = 0x8017A5BC; +D_8017A5C0 = 0x8017A5C0; +D_8017A5C8 = 0x8017A5C8; +D_8017A5CC = 0x8017A5CC; +D_8017A5D0 = 0x8017A5D0; +D_8017A5D8 = 0x8017A5D8; +D_8017A5DC = 0x8017A5DC; +D_8017A5E0 = 0x8017A5E0; +D_8017A5E4 = 0x8017A5E4; +D_8017A5E8 = 0x8017A5E8; +D_8017A5EC = 0x8017A5EC; +D_8017A5F0 = 0x8017A5F0; +D_8017A5FC = 0x8017A5FC; +D_8017A600 = 0x8017A600; +D_8017A604 = 0x8017A604; +D_8017A608 = 0x8017A608; +D_8017A60C = 0x8017A60C; +D_8017A614 = 0x8017A614; +D_8017A620 = 0x8017A620; +D_8017A624 = 0x8017A624; +D_8017A628 = 0x8017A628; +D_8017A62C = 0x8017A62C; +D_8017A630 = 0x8017A630; +D_8017A634 = 0x8017A634; +D_8017A638 = 0x8017A638; +D_8017A63C = 0x8017A63C; +D_8017A640 = 0x8017A640; +D_8017A644 = 0x8017A644; +D_8017A648 = 0x8017A648; +D_8017A64C = 0x8017A64C; +D_8017A650 = 0x8017A650; +D_8017A654 = 0x8017A654; +D_8017A658 = 0x8017A658; +D_8017A65C = 0x8017A65C; +D_8017A660 = 0x8017A660; +D_8017A664 = 0x8017A664; +D_8017A668 = 0x8017A668; +D_8017A66C = 0x8017A66C; +D_8017A670 = 0x8017A670; +D_8017A674 = 0x8017A674; +D_8017A678 = 0x8017A678; +D_8017A688 = 0x8017A688; +D_8017A68C = 0x8017A68C; +D_8017A690 = 0x8017A690; +D_8017A6A0 = 0x8017A6A0; +D_8017A6A4 = 0x8017A6A4; +D_8017A6A8 = 0x8017A6A8; +D_8017A6AC = 0x8017A6AC; +D_8017A6B0 = 0x8017A6B0; +D_8017A6B4 = 0x8017A6B4; +D_8017A6B8 = 0x8017A6B8; +D_8017A6BC = 0x8017A6BC; +D_8017A6C0 = 0x8017A6C0; +D_8017A6C4 = 0x8017A6C4; +D_8017A6CC = 0x8017A6CC; +D_8017A6D0 = 0x8017A6D0; +D_8017A6D4 = 0x8017A6D4; +D_8017A6D8 = 0x8017A6D8; +D_8017A6DC = 0x8017A6DC; +D_8017A6E0 = 0x8017A6E0; +D_8017A6E4 = 0x8017A6E4; +D_8017A6E8 = 0x8017A6E8; +D_8017A6F0 = 0x8017A6F0; +D_8017A880 = 0x8017A880; +D_8017A890 = 0x8017A890; +D_8017A894 = 0x8017A894; +D_8017A898 = 0x8017A898; +D_8017A89C = 0x8017A89C; +D_8017A8A0 = 0x8017A8A0; +D_8017A8A4 = 0x8017A8A4; +D_8017A8A8 = 0x8017A8A8; +D_8017A8AC = 0x8017A8AC; +D_8017A8B0 = 0x8017A8B0; +D_8017A8B4 = 0x8017A8B4; +D_8017A8B8 = 0x8017A8B8; +D_8017A8BC = 0x8017A8BC; +D_8017A8C0 = 0x8017A8C0; +D_8017A8C4 = 0x8017A8C4; +D_8017A8C8 = 0x8017A8C8; +D_8017A8CC = 0x8017A8CC; +D_8017A8D0 = 0x8017A8D0; +D_8017A8D8 = 0x8017A8D8; +D_8017A8E8 = 0x8017A8E8; +D_8017A8F0 = 0x8017A8F0; +D_8017A8F4 = 0x8017A8F4; +D_8017A8F8 = 0x8017A8F8; +D_8017A8FC = 0x8017A8FC; +D_8017A900 = 0x8017A900; +D_8017A904 = 0x8017A904; +D_8017A908 = 0x8017A908; +D_8017A90C = 0x8017A90C; +D_8017A910 = 0x8017A910; +D_8017A914 = 0x8017A914; +D_8017A918 = 0x8017A918; +D_8017A91C = 0x8017A91C; +D_8017A920 = 0x8017A920; +D_8017A924 = 0x8017A924; +D_8017A928 = 0x8017A928; +D_8017A92C = 0x8017A92C; +D_8017A930 = 0x8017A930; +D_8017A934 = 0x8017A934; +D_8017A938 = 0x8017A938; +D_8017A93C = 0x8017A93C; +D_8017A940 = 0x8017A940; +D_8017A948 = 0x8017A948; +D_8017A958 = 0x8017A958; +D_8017A968 = 0x8017A968; +D_8017A96C = 0x8017A96C; +D_8017A970 = 0x8017A970; +D_8017A974 = 0x8017A974; +D_8017A978 = 0x8017A978; +D_8017A980 = 0x8017A980; +D_8017A990 = 0x8017A990; +D_8017A9A0 = 0x8017A9A0; +D_8017A9A8 = 0x8017A9A8; +D_8017A9C0 = 0x8017A9C0; +D_8017A9D0 = 0x8017A9D0; +D_8017A9D4 = 0x8017A9D4; +D_8017A9D8 = 0x8017A9D8; +D_8017A9DC = 0x8017A9DC; +D_8017A9E0 = 0x8017A9E0; +D_8017A9E1 = 0x8017A9E1; +D_8017A9E2 = 0x8017A9E2; +D_8017A9E3 = 0x8017A9E3; +D_8017A9EF = 0x8017A9EF; +D_8017AACB = 0x8017AACB; +D_8017AADF = 0x8017AADF; +D_8017AAE0 = 0x8017AAE0; +D_8017AAE1 = 0x8017AAE1; +D_8017AAE2 = 0x8017AAE2; + +func_i1_8018B020 = 0x8018B020; //segment:ovl_i1 +func_i1_8018B030 = 0x8018B030; //segment:ovl_i1 +func_i1_8018B03C = 0x8018B03C; //segment:ovl_i1 +func_i1_8018B0A4 = 0x8018B0A4; //segment:ovl_i1 +func_i1_8018B170 = 0x8018B170; //segment:ovl_i1 +func_i1_8018B210 = 0x8018B210; //segment:ovl_i1 +func_i1_8018B2A0 = 0x8018B2A0; //segment:ovl_i1 +func_i1_8018B338 = 0x8018B338; //segment:ovl_i1 +func_i1_8018B3D8 = 0x8018B3D8; //segment:ovl_i1 +func_i1_8018B48C = 0x8018B48C; //segment:ovl_i1 +func_i1_8018B4F0 = 0x8018B4F0; //segment:ovl_i1 +func_i1_8018B538 = 0x8018B538; //segment:ovl_i1 +func_i1_8018B588 = 0x8018B588; //segment:ovl_i1 +func_i1_8018B5C8 = 0x8018B5C8; //segment:ovl_i1 +func_i1_8018C248 = 0x8018C248; //segment:ovl_i1 +func_i1_8018C2A4 = 0x8018C2A4; //segment:ovl_i1 +func_i1_8018C510 = 0x8018C510; //segment:ovl_i1 +func_i1_8018C768 = 0x8018C768; //segment:ovl_i1 +func_i1_8018C83C = 0x8018C83C; //segment:ovl_i1 +func_i1_8018CB38 = 0x8018CB38; //segment:ovl_i1 +func_i1_8018DEEC = 0x8018DEEC; //segment:ovl_i1 +func_i1_8018E1E8 = 0x8018E1E8; //segment:ovl_i1 +func_i1_8018E52C = 0x8018E52C; //segment:ovl_i1 +func_i1_8018E5C0 = 0x8018E5C0; //segment:ovl_i1 +func_i1_8018E61C = 0x8018E61C; //segment:ovl_i1 +func_i1_8018E798 = 0x8018E798; //segment:ovl_i1 +func_i1_8018E988 = 0x8018E988; //segment:ovl_i1 +func_i1_8018EB6C = 0x8018EB6C; //segment:ovl_i1 +func_i1_8018EC14 = 0x8018EC14; //segment:ovl_i1 +func_i1_8018EED0 = 0x8018EED0; //segment:ovl_i1 +func_i1_8018F044 = 0x8018F044; //segment:ovl_i1 +func_i1_8018F564 = 0x8018F564; //segment:ovl_i1 +func_i1_8018F5B4 = 0x8018F5B4; //segment:ovl_i1 +func_i1_8018F65C = 0x8018F65C; //segment:ovl_i1 +func_i1_8018F6B0 = 0x8018F6B0; //segment:ovl_i1 +func_i1_8018F708 = 0x8018F708; //segment:ovl_i1 +func_i1_8018F73C = 0x8018F73C; //segment:ovl_i1 +func_i1_8018F834 = 0x8018F834; //segment:ovl_i1 +func_i1_8018F88C = 0x8018F88C; //segment:ovl_i1 +func_i1_8018F934 = 0x8018F934; //segment:ovl_i1 +func_i1_8018FB68 = 0x8018FB68; //segment:ovl_i1 +func_i1_8018FC54 = 0x8018FC54; //segment:ovl_i1 +func_i1_80191838 = 0x80191838; //segment:ovl_i1 +func_i1_80191D14 = 0x80191D14; //segment:ovl_i1 +func_i1_801921E8 = 0x801921E8; //segment:ovl_i1 +func_i1_801926C8 = 0x801926C8; //segment:ovl_i1 +func_i1_80192720 = 0x80192720; //segment:ovl_i1 +func_i1_80192790 = 0x80192790; //segment:ovl_i1 +func_i1_801927EC = 0x801927EC; //segment:ovl_i1 +func_i1_801928A0 = 0x801928A0; //segment:ovl_i1 +func_i1_801928F8 = 0x801928F8; //segment:ovl_i1 +func_i1_801929AC = 0x801929AC; //segment:ovl_i1 +func_i1_80192A04 = 0x80192A04; //segment:ovl_i1 +func_i1_80192AB8 = 0x80192AB8; //segment:ovl_i1 +func_i1_80192C3C = 0x80192C3C; //segment:ovl_i1 +func_i1_80192D90 = 0x80192D90; //segment:ovl_i1 +func_i1_80192E30 = 0x80192E30; //segment:ovl_i1 +func_i1_80192F18 = 0x80192F18; //segment:ovl_i1 +func_i1_80192FD0 = 0x80192FD0; //segment:ovl_i1 +func_i1_801930EC = 0x801930EC; //segment:ovl_i1 +func_i1_8019316C = 0x8019316C; //segment:ovl_i1 +func_i1_801932F4 = 0x801932F4; //segment:ovl_i1 +func_i1_801949F4 = 0x801949F4; //segment:ovl_i1 +func_i1_80194BE0 = 0x80194BE0; //segment:ovl_i1 +func_i1_80195B60 = 0x80195B60; //segment:ovl_i1 +func_i1_80195D4C = 0x80195D4C; //segment:ovl_i1 +func_i1_80195DC8 = 0x80195DC8; //segment:ovl_i1 +func_i1_80195E30 = 0x80195E30; //segment:ovl_i1 +func_i1_80195EAC = 0x80195EAC; //segment:ovl_i1 +func_i1_80195F18 = 0x80195F18; //segment:ovl_i1 +func_i1_80195F7C = 0x80195F7C; //segment:ovl_i1 +func_i1_80195F88 = 0x80195F88; //segment:ovl_i1 +func_i1_80196514 = 0x80196514; //segment:ovl_i1 +func_i1_80196720 = 0x80196720; //segment:ovl_i1 +func_i1_80196744 = 0x80196744; //segment:ovl_i1 +func_i1_8019689C = 0x8019689C; //segment:ovl_i1 +func_i1_80196914 = 0x80196914; //segment:ovl_i1 +func_i1_80196920 = 0x80196920; //segment:ovl_i1 +func_i1_80196E24 = 0x80196E24; //segment:ovl_i1 +func_i1_80196E4C = 0x80196E4C; //segment:ovl_i1 +func_i1_80196F40 = 0x80196F40; //segment:ovl_i1 +func_i1_80196FB0 = 0x80196FB0; //segment:ovl_i1 +func_i1_8019703C = 0x8019703C; //segment:ovl_i1 +func_i1_80197264 = 0x80197264; //segment:ovl_i1 +func_i1_801977D4 = 0x801977D4; //segment:ovl_i1 +func_i1_80197E08 = 0x80197E08; //segment:ovl_i1 +func_i1_8019BD70 = 0x8019BD70; //segment:ovl_i1 +func_i1_8019BE74 = 0x8019BE74; //segment:ovl_i1 +func_i1_8019BFF4 = 0x8019BFF4; //segment:ovl_i1 +func_i1_8019C044 = 0x8019C044; //segment:ovl_i1 +func_i1_8019C0AC = 0x8019C0AC; //segment:ovl_i1 +func_i1_8019C318 = 0x8019C318; //segment:ovl_i1 +func_i1_8019C340 = 0x8019C340; //segment:ovl_i1 +func_i1_8019C3C8 = 0x8019C3C8; //segment:ovl_i1 +func_i1_8019C6B0 = 0x8019C6B0; //segment:ovl_i1 +func_i1_8019C82C = 0x8019C82C; //segment:ovl_i1 +func_i1_8019CA84 = 0x8019CA84; //segment:ovl_i1 +func_i1_8019CEFC = 0x8019CEFC; //segment:ovl_i1 +D_i1_8019D230 = 0x8019D230; //segment:ovl_i1 +D_i1_8019D240 = 0x8019D240; //segment:ovl_i1 +D_i1_8019D244 = 0x8019D244; //segment:ovl_i1 +D_i1_8019D250 = 0x8019D250; //segment:ovl_i1 +D_i1_8019D25C = 0x8019D25C; //segment:ovl_i1 +D_i1_8019D268 = 0x8019D268; //segment:ovl_i1 +D_i1_8019D274 = 0x8019D274; //segment:ovl_i1 +D_i1_8019D280 = 0x8019D280; //segment:ovl_i1 +D_i1_8019D28C = 0x8019D28C; //segment:ovl_i1 +D_i1_8019D298 = 0x8019D298; //segment:ovl_i1 +D_i1_8019D2A4 = 0x8019D2A4; //segment:ovl_i1 +D_i1_8019D2B0 = 0x8019D2B0; //segment:ovl_i1 +D_i1_8019D2BC = 0x8019D2BC; //segment:ovl_i1 +D_i1_8019D2C8 = 0x8019D2C8; //segment:ovl_i1 +D_i1_8019D2D4 = 0x8019D2D4; //segment:ovl_i1 +D_i1_8019D2E4 = 0x8019D2E4; //segment:ovl_i1 +D_i1_8019D2F4 = 0x8019D2F4; //segment:ovl_i1 +D_i1_8019D304 = 0x8019D304; //segment:ovl_i1 +D_i1_8019D314 = 0x8019D314; //segment:ovl_i1 +D_i1_8019D320 = 0x8019D320; //segment:ovl_i1 +D_i1_8019D32C = 0x8019D32C; //segment:ovl_i1 +D_i1_8019D338 = 0x8019D338; //segment:ovl_i1 +D_i1_8019D344 = 0x8019D344; //segment:ovl_i1 +D_i1_8019D350 = 0x8019D350; //segment:ovl_i1 +D_i1_8019D368 = 0x8019D368; //segment:ovl_i1 +D_i1_8019D374 = 0x8019D374; //segment:ovl_i1 +D_i1_8019D380 = 0x8019D380; //segment:ovl_i1 +D_i1_8019D38C = 0x8019D38C; //segment:ovl_i1 +D_i1_8019D398 = 0x8019D398; //segment:ovl_i1 +D_i1_8019D3A4 = 0x8019D3A4; //segment:ovl_i1 +D_i1_8019D3B0 = 0x8019D3B0; //segment:ovl_i1 +D_i1_8019D3BC = 0x8019D3BC; //segment:ovl_i1 +D_i1_8019D4AC = 0x8019D4AC; //segment:ovl_i1 +D_i1_8019D4BC = 0x8019D4BC; //segment:ovl_i1 +D_i1_8019D4CC = 0x8019D4CC; //segment:ovl_i1 +D_i1_8019D4D8 = 0x8019D4D8; //segment:ovl_i1 +D_i1_8019D4E4 = 0x8019D4E4; //segment:ovl_i1 +D_i1_8019D4F0 = 0x8019D4F0; //segment:ovl_i1 +D_i1_8019D4FC = 0x8019D4FC; //segment:ovl_i1 +D_i1_8019D508 = 0x8019D508; //segment:ovl_i1 +D_i1_8019D514 = 0x8019D514; //segment:ovl_i1 +D_i1_8019D520 = 0x8019D520; //segment:ovl_i1 +D_i1_8019D52C = 0x8019D52C; //segment:ovl_i1 +D_i1_8019D538 = 0x8019D538; //segment:ovl_i1 +D_i1_8019D544 = 0x8019D544; //segment:ovl_i1 +D_i1_8019D550 = 0x8019D550; //segment:ovl_i1 +D_i1_8019D55C = 0x8019D55C; //segment:ovl_i1 +D_i1_8019D568 = 0x8019D568; //segment:ovl_i1 +D_i1_8019D574 = 0x8019D574; //segment:ovl_i1 +D_i1_8019D580 = 0x8019D580; //segment:ovl_i1 +D_i1_8019D58C = 0x8019D58C; //segment:ovl_i1 +D_i1_8019D5A0 = 0x8019D5A0; //segment:ovl_i1 +D_i1_8019D730 = 0x8019D730; //segment:ovl_i1 +D_i1_8019D8C0 = 0x8019D8C0; //segment:ovl_i1 +D_i1_8019D8CC = 0x8019D8CC; //segment:ovl_i1 +D_i1_8019DA5C = 0x8019DA5C; //segment:ovl_i1 +D_i1_8019DA68 = 0x8019DA68; //segment:ovl_i1 +D_i1_8019DAAC = 0x8019DAAC; //segment:ovl_i1 +D_i1_8019DAAE = 0x8019DAAE; //segment:ovl_i1 +D_i1_8019DAB8 = 0x8019DAB8; //segment:ovl_i1 +D_i1_8019DCC8 = 0x8019DCC8; //segment:ovl_i1 +D_i1_8019DED8 = 0x8019DED8; //segment:ovl_i1 +D_i1_8019DF60 = 0x8019DF60; //segment:ovl_i1 +D_i1_8019DFA2 = 0x8019DFA2; //segment:ovl_i1 +D_i1_8019DFA4 = 0x8019DFA4; //segment:ovl_i1 +D_i1_8019E1A8 = 0x8019E1A8; //segment:ovl_i1 +D_i1_8019E25C = 0x8019E25C; //segment:ovl_i1 +D_i1_8019E280 = 0x8019E280; //segment:ovl_i1 +D_i1_8019E282 = 0x8019E282; //segment:ovl_i1 +D_i1_8019E298 = 0x8019E298; //segment:ovl_i1 +D_i1_8019E418 = 0x8019E418; //segment:ovl_i1 +D_i1_8019E734 = 0x8019E734; //segment:ovl_i1 +D_i1_8019E758 = 0x8019E758; //segment:ovl_i1 +D_i1_8019E760 = 0x8019E760; //segment:ovl_i1 +D_i1_8019E770 = 0x8019E770; //segment:ovl_i1 +D_i1_8019E77C = 0x8019E77C; //segment:ovl_i1 +D_i1_8019E784 = 0x8019E784; //segment:ovl_i1 +D_i1_8019E78C = 0x8019E78C; //segment:ovl_i1 +D_i1_8019E79C = 0x8019E79C; //segment:ovl_i1 +D_i1_8019E7A4 = 0x8019E7A4; //segment:ovl_i1 +D_i1_8019E7AC = 0x8019E7AC; //segment:ovl_i1 +D_i1_8019E7B4 = 0x8019E7B4; //segment:ovl_i1 +D_i1_8019E7BC = 0x8019E7BC; //segment:ovl_i1 +D_i1_8019E7C8 = 0x8019E7C8; //segment:ovl_i1 +D_i1_8019E7E0 = 0x8019E7E0; //segment:ovl_i1 +D_i1_8019E860 = 0x8019E860; //segment:ovl_i1 +D_i1_8019E898 = 0x8019E898; //segment:ovl_i1 +D_i1_8019E8B0 = 0x8019E8B0; //segment:ovl_i1 +D_i1_8019E8B2 = 0x8019E8B2; //segment:ovl_i1 +D_8019F0F0 = 0x8019F0F0; //segment:ovl_i1 +D_i1_8019F100 = 0x8019F100; //segment:ovl_i1 +D_i1_8019F108 = 0x8019F108; //segment:ovl_i1 +D_i1_8019F114 = 0x8019F114; //segment:ovl_i1 +D_i1_8019F144 = 0x8019F144; //segment:ovl_i1 +D_i1_8019F148 = 0x8019F148; //segment:ovl_i1 +D_i1_8019F200 = 0x8019F200; //segment:ovl_i1 +D_i1_8019F204 = 0x8019F204; //segment:ovl_i1 +D_i1_8019F208 = 0x8019F208; //segment:ovl_i1 +D_i1_8019F218 = 0x8019F218; //segment:ovl_i1 +D_i1_8019F220 = 0x8019F220; //segment:ovl_i1 +D_i1_8019F268 = 0x8019F268; //segment:ovl_i1 +D_i1_8019F2CC = 0x8019F2CC; //segment:ovl_i1 +D_i1_8019F2D4 = 0x8019F2D4; //segment:ovl_i1 +D_i1_8019F2DC = 0x8019F2DC; //segment:ovl_i1 +D_i1_8019F2E4 = 0x8019F2E4; //segment:ovl_i1 +D_i1_8019F2E8 = 0x8019F2E8; //segment:ovl_i1 +D_i1_8019F968 = 0x8019F968; //segment:ovl_i1 +D_i1_8019F9F0 = 0x8019F9F0; //segment:ovl_i1 +D_i1_8019F9F2 = 0x8019F9F2; //segment:ovl_i1 +D_i1_8019FA64 = 0x8019FA64; //segment:ovl_i1 +D_i1_8019FAE8 = 0x8019FAE8; //segment:ovl_i1 +D_i1_8019FAEC = 0x8019FAEC; //segment:ovl_i1 +D_i1_8019FAF0 = 0x8019FAF0; //segment:ovl_i1 + +func_i2_8018B020 = 0x8018B020; //segment:ovl_i2 +func_i2_8018B030 = 0x8018B030; //segment:ovl_i2 +func_i2_8018B06C = 0x8018B06C; //segment:ovl_i2 +func_i2_8018B150 = 0x8018B150; //segment:ovl_i2 +func_i2_8018B2C4 = 0x8018B2C4; //segment:ovl_i2 +func_i2_8018B45C = 0x8018B45C; //segment:ovl_i2 +func_i2_8018B608 = 0x8018B608; //segment:ovl_i2 +func_i2_8018B768 = 0x8018B768; //segment:ovl_i2 +func_i2_8018B808 = 0x8018B808; //segment:ovl_i2 +func_i2_8018B898 = 0x8018B898; //segment:ovl_i2 +func_i2_8018B938 = 0x8018B938; //segment:ovl_i2 +func_i2_8018BAF8 = 0x8018BAF8; //segment:ovl_i2 +func_i2_8018BB88 = 0x8018BB88; //segment:ovl_i2 +func_i2_8018BCA8 = 0x8018BCA8; //segment:ovl_i2 +func_i2_8018BD28 = 0x8018BD28; //segment:ovl_i2 +func_i2_8018BD98 = 0x8018BD98; //segment:ovl_i2 +func_i2_8018BE44 = 0x8018BE44; //segment:ovl_i2 +func_i2_8018C2CC = 0x8018C2CC; //segment:ovl_i2 +func_i2_8018C53C = 0x8018C53C; //segment:ovl_i2 +func_i2_8018C67C = 0x8018C67C; //segment:ovl_i2 +func_i2_8018C724 = 0x8018C724; //segment:ovl_i2 +func_i2_8018C7A4 = 0x8018C7A4; //segment:ovl_i2 +func_i2_8018C984 = 0x8018C984; //segment:ovl_i2 +func_i2_8018CA24 = 0x8018CA24; //segment:ovl_i2 +func_i2_8018CAA4 = 0x8018CAA4; //segment:ovl_i2 +func_i2_8018CC0C = 0x8018CC0C; //segment:ovl_i2 +func_i2_8018CDE8 = 0x8018CDE8; //segment:ovl_i2 +func_i2_8018D11C = 0x8018D11C; //segment:ovl_i2 +func_i2_8018D284 = 0x8018D284; //segment:ovl_i2 +func_i2_8018F294 = 0x8018F294; //segment:ovl_i2 +func_i2_8018F59C = 0x8018F59C; //segment:ovl_i2 +func_i2_8019024C = 0x8019024C; //segment:ovl_i2 +func_i2_801903C4 = 0x801903C4; //segment:ovl_i2 +func_i2_801904E0 = 0x801904E0; //segment:ovl_i2 +func_i2_801905A8 = 0x801905A8; //segment:ovl_i2 +func_i2_80190620 = 0x80190620; //segment:ovl_i2 +func_i2_801907C8 = 0x801907C8; //segment:ovl_i2 +func_i2_8019085C = 0x8019085C; //segment:ovl_i2 +func_i2_801914F0 = 0x801914F0; //segment:ovl_i2 +func_i2_80191570 = 0x80191570; //segment:ovl_i2 +func_i2_801915F0 = 0x801915F0; //segment:ovl_i2 +func_i2_80191670 = 0x80191670; //segment:ovl_i2 +func_i2_801916F0 = 0x801916F0; //segment:ovl_i2 +func_i2_801917E8 = 0x801917E8; //segment:ovl_i2 +func_i2_80191918 = 0x80191918; //segment:ovl_i2 +func_i2_80191A0C = 0x80191A0C; //segment:ovl_i2 +func_i2_80191B88 = 0x80191B88; //segment:ovl_i2 +func_i2_80192890 = 0x80192890; //segment:ovl_i2 +func_i2_80192B30 = 0x80192B30; //segment:ovl_i2 +func_i2_80192C20 = 0x80192C20; //segment:ovl_i2 +func_i2_80192CD8 = 0x80192CD8; //segment:ovl_i2 +func_i2_80192E2C = 0x80192E2C; //segment:ovl_i2 +func_i2_8019337C = 0x8019337C; //segment:ovl_i2 +func_i2_801934FC = 0x801934FC; //segment:ovl_i2 +func_i2_801936B4 = 0x801936B4; //segment:ovl_i2 +func_i2_80193930 = 0x80193930; //segment:ovl_i2 +func_i2_80193A18 = 0x80193A18; //segment:ovl_i2 +func_i2_80193A38 = 0x80193A38; //segment:ovl_i2 +func_i2_80193A7C = 0x80193A7C; //segment:ovl_i2 +func_i2_80193AD4 = 0x80193AD4; //segment:ovl_i2 +func_i2_80193B18 = 0x80193B18; //segment:ovl_i2 +func_i2_80193B70 = 0x80193B70; //segment:ovl_i2 +func_i2_801965BC = 0x801965BC; //segment:ovl_i2 +func_i2_80196CD4 = 0x80196CD4; //segment:ovl_i2 +func_i2_80196F00 = 0x80196F00; //segment:ovl_i2 +func_i2_801972CC = 0x801972CC; //segment:ovl_i2 +func_i2_801973A4 = 0x801973A4; //segment:ovl_i2 +func_i2_801974FC = 0x801974FC; //segment:ovl_i2 +func_i2_80197FA0 = 0x80197FA0; //segment:ovl_i2 +func_i2_801981F4 = 0x801981F4; //segment:ovl_i2 +D_i2_80198EC0 = 0x80198EC0; //segment:ovl_i2 +D_i2_80198ED0 = 0x80198ED0; //segment:ovl_i2 +D_i2_80198FC0 = 0x80198FC0; //segment:ovl_i2 +D_i2_80198FD4 = 0x80198FD4; //segment:ovl_i2 +D_i2_80198FF4 = 0x80198FF4; //segment:ovl_i2 +D_i2_80199024 = 0x80199024; //segment:ovl_i2 +D_i2_80199034 = 0x80199034; //segment:ovl_i2 +D_i2_80199044 = 0x80199044; //segment:ovl_i2 +D_i2_80199054 = 0x80199054; //segment:ovl_i2 +D_i2_80199064 = 0x80199064; //segment:ovl_i2 +D_i2_80199070 = 0x80199070; //segment:ovl_i2 +D_i2_801990A0 = 0x801990A0; //segment:ovl_i2 +D_i2_801990AC = 0x801990AC; //segment:ovl_i2 +D_i2_801990B0 = 0x801990B0; //segment:ovl_i2 +D_i2_801990E0 = 0x801990E0; //segment:ovl_i2 +D_i2_801990E4 = 0x801990E4; //segment:ovl_i2 +D_i2_801990F0 = 0x801990F0; //segment:ovl_i2 +D_i2_801990FC = 0x801990FC; //segment:ovl_i2 +D_i2_80199108 = 0x80199108; //segment:ovl_i2 +D_i2_8019910C = 0x8019910C; //segment:ovl_i2 +D_i2_80199110 = 0x80199110; //segment:ovl_i2 +D_i2_80199114 = 0x80199114; //segment:ovl_i2 +D_i2_80199120 = 0x80199120; //segment:ovl_i2 +D_i2_8019912C = 0x8019912C; //segment:ovl_i2 +D_i2_80199138 = 0x80199138; //segment:ovl_i2 +D_i2_80199144 = 0x80199144; //segment:ovl_i2 +D_i2_80199150 = 0x80199150; //segment:ovl_i2 +D_i2_8019918C = 0x8019918C; //segment:ovl_i2 +D_i2_801991B0 = 0x801991B0; //segment:ovl_i2 +D_i2_801991C0 = 0x801991C0; //segment:ovl_i2 +D_i2_801991D0 = 0x801991D0; //segment:ovl_i2 +D_i2_801991E0 = 0x801991E0; //segment:ovl_i2 +D_i2_801991F0 = 0x801991F0; //segment:ovl_i2 +D_i2_80199200 = 0x80199200; //segment:ovl_i2 +D_i2_80199210 = 0x80199210; //segment:ovl_i2 +D_i2_8019921C = 0x8019921C; //segment:ovl_i2 +D_80199810 = 0x80199810; //segment:ovl_i2 +D_i2_80199820 = 0x80199820; //segment:ovl_i2 +D_i2_80199830 = 0x80199830; //segment:ovl_i2 + +func_i3_8018B020 = 0x8018B020; //segment:ovl_i3 +func_i3_8018B030 = 0x8018B030; //segment:ovl_i3 +func_i3_8018B0E4 = 0x8018B0E4; //segment:ovl_i3 +func_i3_8018B17C = 0x8018B17C; //segment:ovl_i3 +func_i3_8018B204 = 0x8018B204; //segment:ovl_i3 +func_i3_8018B254 = 0x8018B254; //segment:ovl_i3 +func_i3_8018B444 = 0x8018B444; //segment:ovl_i3 +func_i3_8018DC94 = 0x8018DC94; //segment:ovl_i3 +func_i3_8018DDA8 = 0x8018DDA8; //segment:ovl_i3 +func_i3_8018DF48 = 0x8018DF48; //segment:ovl_i3 +func_i3_8018F4A0 = 0x8018F4A0; //segment:ovl_i3 +func_i3_8018F7B8 = 0x8018F7B8; //segment:ovl_i3 +func_i3_8018FBB4 = 0x8018FBB4; //segment:ovl_i3 +func_i3_80190030 = 0x80190030; //segment:ovl_i3 +func_i3_80190EA8 = 0x80190EA8; //segment:ovl_i3 +func_i3_80190FBC = 0x80190FBC; //segment:ovl_i3 +func_i3_801910A4 = 0x801910A4; //segment:ovl_i3 +func_i3_80191170 = 0x80191170; //segment:ovl_i3 +func_i3_801912E0 = 0x801912E0; //segment:ovl_i3 +func_i3_801913FC = 0x801913FC; //segment:ovl_i3 +func_i3_80191534 = 0x80191534; //segment:ovl_i3 +func_i3_80191A50 = 0x80191A50; //segment:ovl_i3 +func_i3_8019255C = 0x8019255C; //segment:ovl_i3 +func_i3_80192610 = 0x80192610; //segment:ovl_i3 +func_i3_8019270C = 0x8019270C; //segment:ovl_i3 +func_i3_8019284C = 0x8019284C; //segment:ovl_i3 +func_i3_80193A20 = 0x80193A20; //segment:ovl_i3 +func_i3_80193AF8 = 0x80193AF8; //segment:ovl_i3 +func_i3_80193BCC = 0x80193BCC; //segment:ovl_i3 +func_i3_80193C6C = 0x80193C6C; //segment:ovl_i3 +func_i3_80193CD4 = 0x80193CD4; //segment:ovl_i3 +func_i3_80193F00 = 0x80193F00; //segment:ovl_i3 +func_i3_80193F9C = 0x80193F9C; //segment:ovl_i3 +func_i3_80194260 = 0x80194260; //segment:ovl_i3 +func_i3_801944D0 = 0x801944D0; //segment:ovl_i3 +func_i3_8019461C = 0x8019461C; //segment:ovl_i3 +func_i3_801947DC = 0x801947DC; //segment:ovl_i3 +func_i3_801949D8 = 0x801949D8; //segment:ovl_i3 +func_i3_801949F8 = 0x801949F8; //segment:ovl_i3 +func_i3_80194AE0 = 0x80194AE0; //segment:ovl_i3 +func_i3_80194F94 = 0x80194F94; //segment:ovl_i3 +func_i3_80195074 = 0x80195074; //segment:ovl_i3 +func_i3_80195150 = 0x80195150; //segment:ovl_i3 +func_i3_8019561C = 0x8019561C; //segment:ovl_i3 +func_i3_80195688 = 0x80195688; //segment:ovl_i3 +func_i3_80195694 = 0x80195694; //segment:ovl_i3 +func_i3_80195880 = 0x80195880; //segment:ovl_i3 +func_i3_80195964 = 0x80195964; //segment:ovl_i3 +func_i3_80195ACC = 0x80195ACC; //segment:ovl_i3 +func_i3_80195B64 = 0x80195B64; //segment:ovl_i3 +func_i3_801961C4 = 0x801961C4; //segment:ovl_i3 +func_i3_80196304 = 0x80196304; //segment:ovl_i3 +func_i3_801966E8 = 0x801966E8; //segment:ovl_i3 +func_i3_80196754 = 0x80196754; //segment:ovl_i3 +func_i3_80196934 = 0x80196934; //segment:ovl_i3 +func_i3_80196D10 = 0x80196D10; //segment:ovl_i3 +func_i3_80196D7C = 0x80196D7C; //segment:ovl_i3 +func_i3_801970F8 = 0x801970F8; //segment:ovl_i3 +func_i3_801972A8 = 0x801972A8; //segment:ovl_i3 +func_i3_801973D8 = 0x801973D8; //segment:ovl_i3 +func_i3_80197440 = 0x80197440; //segment:ovl_i3 +func_i3_80197568 = 0x80197568; //segment:ovl_i3 +func_i3_801975D8 = 0x801975D8; //segment:ovl_i3 +func_i3_8019772C = 0x8019772C; //segment:ovl_i3 +func_i3_80197798 = 0x80197798; //segment:ovl_i3 +func_i3_801977D8 = 0x801977D8; //segment:ovl_i3 +func_i3_80197E64 = 0x80197E64; //segment:ovl_i3 +func_i3_801984AC = 0x801984AC; //segment:ovl_i3 +func_i3_80198554 = 0x80198554; //segment:ovl_i3 +func_i3_8019C194 = 0x8019C194; //segment:ovl_i3 +func_i3_8019C494 = 0x8019C494; //segment:ovl_i3 +func_i3_8019C680 = 0x8019C680; //segment:ovl_i3 +func_i3_8019C964 = 0x8019C964; //segment:ovl_i3 +func_i3_8019C9D4 = 0x8019C9D4; //segment:ovl_i3 +func_i3_8019CB14 = 0x8019CB14; //segment:ovl_i3 +func_i3_8019CBDC = 0x8019CBDC; //segment:ovl_i3 +func_i3_8019CC60 = 0x8019CC60; //segment:ovl_i3 +func_i3_8019CE24 = 0x8019CE24; //segment:ovl_i3 +func_i3_8019CF00 = 0x8019CF00; //segment:ovl_i3 +func_i3_8019D0BC = 0x8019D0BC; //segment:ovl_i3 +func_i3_8019D12C = 0x8019D12C; //segment:ovl_i3 +func_i3_8019D2CC = 0x8019D2CC; //segment:ovl_i3 +func_i3_8019D370 = 0x8019D370; //segment:ovl_i3 +func_i3_8019D45C = 0x8019D45C; //segment:ovl_i3 +func_i3_8019D4B8 = 0x8019D4B8; //segment:ovl_i3 +func_i3_8019D8B4 = 0x8019D8B4; //segment:ovl_i3 +func_i3_8019D92C = 0x8019D92C; //segment:ovl_i3 +func_i3_8019D9A0 = 0x8019D9A0; //segment:ovl_i3 +func_i3_8019DC8C = 0x8019DC8C; //segment:ovl_i3 +func_i3_8019DF70 = 0x8019DF70; //segment:ovl_i3 +func_i3_8019E064 = 0x8019E064; //segment:ovl_i3 +func_i3_8019E75C = 0x8019E75C; //segment:ovl_i3 +func_i3_8019EC80 = 0x8019EC80; //segment:ovl_i3 +func_i3_8019EFD8 = 0x8019EFD8; //segment:ovl_i3 +func_i3_8019F26C = 0x8019F26C; //segment:ovl_i3 +func_i3_8019F2A0 = 0x8019F2A0; //segment:ovl_i3 +func_i3_8019F2E4 = 0x8019F2E4; //segment:ovl_i3 +func_i3_8019F708 = 0x8019F708; //segment:ovl_i3 +func_i3_8019F870 = 0x8019F870; //segment:ovl_i3 +func_i3_8019F8D8 = 0x8019F8D8; //segment:ovl_i3 +func_i3_8019FC5C = 0x8019FC5C; //segment:ovl_i3 +func_i3_8019FC90 = 0x8019FC90; //segment:ovl_i3 +func_i3_8019FEE4 = 0x8019FEE4; //segment:ovl_i3 +func_i3_801A02CC = 0x801A02CC; //segment:ovl_i3 +func_i3_801A067C = 0x801A067C; //segment:ovl_i3 +func_i3_801A08E8 = 0x801A08E8; //segment:ovl_i3 +func_i3_801A0AF0 = 0x801A0AF0; //segment:ovl_i3 +func_i3_801A0BEC = 0x801A0BEC; //segment:ovl_i3 +func_i3_801A0DD0 = 0x801A0DD0; //segment:ovl_i3 +func_i3_801A0E54 = 0x801A0E54; //segment:ovl_i3 +func_i3_801A0EB8 = 0x801A0EB8; //segment:ovl_i3 +func_i3_801A1204 = 0x801A1204; //segment:ovl_i3 +func_i3_801A2070 = 0x801A2070; //segment:ovl_i3 +func_i3_801A2270 = 0x801A2270; //segment:ovl_i3 +func_i3_801A2338 = 0x801A2338; //segment:ovl_i3 +func_i3_801A23A0 = 0x801A23A0; //segment:ovl_i3 +func_i3_801A2474 = 0x801A2474; //segment:ovl_i3 +func_i3_801A24FC = 0x801A24FC; //segment:ovl_i3 +func_i3_801A29B0 = 0x801A29B0; //segment:ovl_i3 +func_i3_801A2AB8 = 0x801A2AB8; //segment:ovl_i3 +func_i3_801A2B30 = 0x801A2B30; //segment:ovl_i3 +func_i3_801A2C14 = 0x801A2C14; //segment:ovl_i3 +func_i3_801A2C8C = 0x801A2C8C; //segment:ovl_i3 +func_i3_801A322C = 0x801A322C; //segment:ovl_i3 +func_i3_801A341C = 0x801A341C; //segment:ovl_i3 +func_i3_801A3524 = 0x801A3524; //segment:ovl_i3 +func_i3_801A3860 = 0x801A3860; //segment:ovl_i3 +func_i3_801A3968 = 0x801A3968; //segment:ovl_i3 +func_i3_801A39C4 = 0x801A39C4; //segment:ovl_i3 +func_i3_801A3A40 = 0x801A3A40; //segment:ovl_i3 +func_i3_801A3ABC = 0x801A3ABC; //segment:ovl_i3 +func_i3_801A3BA0 = 0x801A3BA0; //segment:ovl_i3 +func_i3_801A4570 = 0x801A4570; //segment:ovl_i3 +func_i3_801A476C = 0x801A476C; //segment:ovl_i3 +func_i3_801A4810 = 0x801A4810; //segment:ovl_i3 +func_i3_801A4878 = 0x801A4878; //segment:ovl_i3 +func_i3_801A4A54 = 0x801A4A54; //segment:ovl_i3 +func_i3_801A4B74 = 0x801A4B74; //segment:ovl_i3 +func_i3_801A5794 = 0x801A5794; //segment:ovl_i3 +func_i3_801A58D0 = 0x801A58D0; //segment:ovl_i3 +func_i3_801A596C = 0x801A596C; //segment:ovl_i3 +func_i3_801A5A3C = 0x801A5A3C; //segment:ovl_i3 +func_i3_801A5E54 = 0x801A5E54; //segment:ovl_i3 +func_i3_801A5EAC = 0x801A5EAC; //segment:ovl_i3 +func_i3_801A66F4 = 0x801A66F4; //segment:ovl_i3 +func_i3_801A6750 = 0x801A6750; //segment:ovl_i3 +func_i3_801A6B84 = 0x801A6B84; //segment:ovl_i3 +func_i3_801A6BE0 = 0x801A6BE0; //segment:ovl_i3 +func_i3_801A6F14 = 0x801A6F14; //segment:ovl_i3 +func_i3_801A6FBC = 0x801A6FBC; //segment:ovl_i3 +func_i3_801A76F8 = 0x801A76F8; //segment:ovl_i3 +func_i3_801A7CBC = 0x801A7CBC; //segment:ovl_i3 +func_i3_801A8360 = 0x801A8360; //segment:ovl_i3 +func_i3_801A84D8 = 0x801A84D8; //segment:ovl_i3 +func_i3_801A8964 = 0x801A8964; //segment:ovl_i3 +func_i3_801A899C = 0x801A899C; //segment:ovl_i3 +func_i3_801A915C = 0x801A915C; //segment:ovl_i3 +func_i3_801A95E0 = 0x801A95E0; //segment:ovl_i3 +func_i3_801AA340 = 0x801AA340; //segment:ovl_i3 +func_i3_801AA674 = 0x801AA674; //segment:ovl_i3 +func_i3_801AAC50 = 0x801AAC50; //segment:ovl_i3 +func_i3_801AB1E8 = 0x801AB1E8; //segment:ovl_i3 +func_i3_801AB3C8 = 0x801AB3C8; //segment:ovl_i3 +func_i3_801AC670 = 0x801AC670; //segment:ovl_i3 +func_i3_801AC840 = 0x801AC840; //segment:ovl_i3 +func_i3_801AC8B0 = 0x801AC8B0; //segment:ovl_i3 +func_i3_801ACD6C = 0x801ACD6C; //segment:ovl_i3 +func_i3_801ACDF4 = 0x801ACDF4; //segment:ovl_i3 +func_i3_801ACEC8 = 0x801ACEC8; //segment:ovl_i3 +func_i3_801ACF6C = 0x801ACF6C; //segment:ovl_i3 +func_i3_801AD00C = 0x801AD00C; //segment:ovl_i3 +func_i3_801AD048 = 0x801AD048; //segment:ovl_i3 +func_i3_801AD15C = 0x801AD15C; //segment:ovl_i3 +func_i3_801AD1A8 = 0x801AD1A8; //segment:ovl_i3 +func_i3_801AD2A4 = 0x801AD2A4; //segment:ovl_i3 +func_i3_801AD454 = 0x801AD454; //segment:ovl_i3 +func_i3_801AD718 = 0x801AD718; //segment:ovl_i3 +func_i3_801AD864 = 0x801AD864; //segment:ovl_i3 +func_i3_801AD950 = 0x801AD950; //segment:ovl_i3 +func_i3_801ADC8C = 0x801ADC8C; //segment:ovl_i3 +func_i3_801ADF3C = 0x801ADF3C; //segment:ovl_i3 +func_i3_801AE368 = 0x801AE368; //segment:ovl_i3 +func_i3_801AE778 = 0x801AE778; //segment:ovl_i3 +func_i3_801AF430 = 0x801AF430; //segment:ovl_i3 +func_i3_801AF4C0 = 0x801AF4C0; //segment:ovl_i3 +func_i3_801AFB1C = 0x801AFB1C; //segment:ovl_i3 +func_i3_801AFC0C = 0x801AFC0C; //segment:ovl_i3 +func_i3_801AFCF4 = 0x801AFCF4; //segment:ovl_i3 +func_i3_801B0248 = 0x801B0248; //segment:ovl_i3 +func_i3_801B0328 = 0x801B0328; //segment:ovl_i3 +func_i3_801B0398 = 0x801B0398; //segment:ovl_i3 +func_i3_801B0634 = 0x801B0634; //segment:ovl_i3 +func_i3_801B08D0 = 0x801B08D0; //segment:ovl_i3 +func_i3_801B0DA8 = 0x801B0DA8; //segment:ovl_i3 +func_i3_801B1018 = 0x801B1018; //segment:ovl_i3 +func_i3_801B1108 = 0x801B1108; //segment:ovl_i3 +func_i3_801B1140 = 0x801B1140; //segment:ovl_i3 +func_i3_801B19FC = 0x801B19FC; //segment:ovl_i3 +func_i3_801B1BE8 = 0x801B1BE8; //segment:ovl_i3 +func_i3_801B1E2C = 0x801B1E2C; //segment:ovl_i3 +func_i3_801B1E58 = 0x801B1E58; //segment:ovl_i3 +func_i3_801B25BC = 0x801B25BC; //segment:ovl_i3 +func_i3_801B3474 = 0x801B3474; //segment:ovl_i3 +func_i3_801B34D4 = 0x801B34D4; //segment:ovl_i3 +func_i3_801B4414 = 0x801B4414; //segment:ovl_i3 +func_i3_801B45D8 = 0x801B45D8; //segment:ovl_i3 +func_i3_801B4938 = 0x801B4938; //segment:ovl_i3 +func_i3_801B4A00 = 0x801B4A00; //segment:ovl_i3 +func_i3_801B4A44 = 0x801B4A44; //segment:ovl_i3 +func_i3_801B4A80 = 0x801B4A80; //segment:ovl_i3 +func_i3_801B4B6C = 0x801B4B6C; //segment:ovl_i3 +func_i3_801B4DC0 = 0x801B4DC0; //segment:ovl_i3 +func_i3_801B7D0C = 0x801B7D0C; //segment:ovl_i3 +func_i3_801B843C = 0x801B843C; //segment:ovl_i3 +func_i3_801B87E4 = 0x801B87E4; //segment:ovl_i3 +func_i3_801B883C = 0x801B883C; //segment:ovl_i3 +func_i3_801B88F4 = 0x801B88F4; //segment:ovl_i3 +func_i3_801B8AAC = 0x801B8AAC; //segment:ovl_i3 +func_i3_801B8B48 = 0x801B8B48; //segment:ovl_i3 +func_i3_801B9678 = 0x801B9678; //segment:ovl_i3 +func_i3_801B99C8 = 0x801B99C8; //segment:ovl_i3 +func_i3_801B9BFC = 0x801B9BFC; //segment:ovl_i3 +func_i3_801B9DA4 = 0x801B9DA4; //segment:ovl_i3 +func_i3_801B9DEC = 0x801B9DEC; //segment:ovl_i3 +func_i3_801BA8B4 = 0x801BA8B4; //segment:ovl_i3 +func_i3_801BAA58 = 0x801BAA58; //segment:ovl_i3 +func_i3_801BB14C = 0x801BB14C; //segment:ovl_i3 +func_i3_801BB1B4 = 0x801BB1B4; //segment:ovl_i3 +func_i3_801BB484 = 0x801BB484; //segment:ovl_i3 +func_i3_801BB550 = 0x801BB550; //segment:ovl_i3 +func_i3_801BB6D8 = 0x801BB6D8; //segment:ovl_i3 +func_i3_801BC6B0 = 0x801BC6B0; //segment:ovl_i3 +func_i3_801BC7DC = 0x801BC7DC; //segment:ovl_i3 +func_i3_801BCB3C = 0x801BCB3C; //segment:ovl_i3 +func_i3_801BCC04 = 0x801BCC04; //segment:ovl_i3 +func_i3_801BD810 = 0x801BD810; //segment:ovl_i3 +func_i3_801BDB68 = 0x801BDB68; //segment:ovl_i3 +func_i3_801BDCCC = 0x801BDCCC; //segment:ovl_i3 +func_i3_801BDF44 = 0x801BDF44; //segment:ovl_i3 +func_i3_801BDFDC = 0x801BDFDC; //segment:ovl_i3 +func_i3_801BE104 = 0x801BE104; //segment:ovl_i3 +func_i3_801BE7DC = 0x801BE7DC; //segment:ovl_i3 +func_i3_801BE858 = 0x801BE858; //segment:ovl_i3 +func_i3_801BEB24 = 0x801BEB24; //segment:ovl_i3 +func_i3_801BEC64 = 0x801BEC64; //segment:ovl_i3 +func_i3_801BECCC = 0x801BECCC; //segment:ovl_i3 +func_i3_801BF1FC = 0x801BF1FC; //segment:ovl_i3 +func_i3_801BFF90 = 0x801BFF90; //segment:ovl_i3 +func_i3_801C037C = 0x801C037C; //segment:ovl_i3 +func_i3_801C0390 = 0x801C0390; //segment:ovl_i3 +func_i3_801C0400 = 0x801C0400; //segment:ovl_i3 +func_i3_801C0BDC = 0x801C0BDC; //segment:ovl_i3 +func_i3_801C0CC4 = 0x801C0CC4; //segment:ovl_i3 +func_i3_801C0E10 = 0x801C0E10; //segment:ovl_i3 +func_i3_801C0FAC = 0x801C0FAC; //segment:ovl_i3 +func_i3_801C185C = 0x801C185C; //segment:ovl_i3 +func_i3_801C18CC = 0x801C18CC; //segment:ovl_i3 +func_i3_801C1974 = 0x801C1974; //segment:ovl_i3 +func_i3_801C1A94 = 0x801C1A94; //segment:ovl_i3 +func_i3_801C1B50 = 0x801C1B50; //segment:ovl_i3 +func_i3_801C1C5C = 0x801C1C5C; //segment:ovl_i3 +func_i3_801C1CD4 = 0x801C1CD4; //segment:ovl_i3 +func_i3_801C1E58 = 0x801C1E58; //segment:ovl_i3 +func_i3_801C257C = 0x801C257C; //segment:ovl_i3 +func_i3_801C26B0 = 0x801C26B0; //segment:ovl_i3 +func_i3_801C26BC = 0x801C26BC; //segment:ovl_i3 +func_i3_801C26C8 = 0x801C26C8; //segment:ovl_i3 +func_i3_801C26D4 = 0x801C26D4; //segment:ovl_i3 +func_i3_801C26E0 = 0x801C26E0; //segment:ovl_i3 +func_i3_801C26EC = 0x801C26EC; //segment:ovl_i3 +D_i3_801C2700 = 0x801C2700; //segment:ovl_i3 +D_i3_801C2710 = 0x801C2710; //segment:ovl_i3 +D_i3_801C2740 = 0x801C2740; //segment:ovl_i3 +D_i3_801C274C = 0x801C274C; //segment:ovl_i3 +D_i3_801C2758 = 0x801C2758; //segment:ovl_i3 +D_i3_801C2764 = 0x801C2764; //segment:ovl_i3 +D_i3_801C2770 = 0x801C2770; //segment:ovl_i3 +D_i3_801C277C = 0x801C277C; //segment:ovl_i3 +D_i3_801C2788 = 0x801C2788; //segment:ovl_i3 +D_i3_801C2794 = 0x801C2794; //segment:ovl_i3 +D_i3_801C27D0 = 0x801C27D0; //segment:ovl_i3 +D_i3_801C27D4 = 0x801C27D4; //segment:ovl_i3 +D_i3_801C2860 = 0x801C2860; //segment:ovl_i3 +D_i3_801C2864 = 0x801C2864; //segment:ovl_i3 +D_i3_801C28F0 = 0x801C28F0; //segment:ovl_i3 +D_i3_801C2920 = 0x801C2920; //segment:ovl_i3 +D_i3_801C2950 = 0x801C2950; //segment:ovl_i3 +D_i3_801C2954 = 0x801C2954; //segment:ovl_i3 +D_i3_801C29E0 = 0x801C29E0; //segment:ovl_i3 +D_i3_801C29E4 = 0x801C29E4; //segment:ovl_i3 +D_i3_801C2A70 = 0x801C2A70; //segment:ovl_i3 +D_i3_801C2AA0 = 0x801C2AA0; //segment:ovl_i3 +D_i3_801C2AD0 = 0x801C2AD0; //segment:ovl_i3 +D_i3_801C2AD4 = 0x801C2AD4; //segment:ovl_i3 +D_i3_801C2B60 = 0x801C2B60; //segment:ovl_i3 +D_i3_801C2B64 = 0x801C2B64; //segment:ovl_i3 +D_i3_801C2BF0 = 0x801C2BF0; //segment:ovl_i3 +D_i3_801C2BF4 = 0x801C2BF4; //segment:ovl_i3 +D_i3_801C2C20 = 0x801C2C20; //segment:ovl_i3 +D_i3_801C2C50 = 0x801C2C50; //segment:ovl_i3 +D_i3_801C2C80 = 0x801C2C80; //segment:ovl_i3 +D_i3_801C2CB0 = 0x801C2CB0; //segment:ovl_i3 +D_i3_801C2CC4 = 0x801C2CC4; //segment:ovl_i3 +D_i3_801C2CE0 = 0x801C2CE0; //segment:ovl_i3 +D_i3_801C2D10 = 0x801C2D10; //segment:ovl_i3 +D_i3_801C2D40 = 0x801C2D40; //segment:ovl_i3 +D_i3_801C2D70 = 0x801C2D70; //segment:ovl_i3 +D_i3_801C2D7C = 0x801C2D7C; //segment:ovl_i3 +D_i3_801C2D88 = 0x801C2D88; //segment:ovl_i3 +D_i3_801C2D94 = 0x801C2D94; //segment:ovl_i3 +D_i3_801C2DC4 = 0x801C2DC4; //segment:ovl_i3 +D_i3_801C2DF4 = 0x801C2DF4; //segment:ovl_i3 +D_i3_801C2E24 = 0x801C2E24; //segment:ovl_i3 +D_i3_801C2E54 = 0x801C2E54; //segment:ovl_i3 +D_i3_801C2E84 = 0x801C2E84; //segment:ovl_i3 +D_i3_801C2EB4 = 0x801C2EB4; //segment:ovl_i3 +D_i3_801C2EF4 = 0x801C2EF4; //segment:ovl_i3 +D_i3_801C2F24 = 0x801C2F24; //segment:ovl_i3 +D_i3_801C2F30 = 0x801C2F30; //segment:ovl_i3 +D_i3_801C2F3C = 0x801C2F3C; //segment:ovl_i3 +D_i3_801C2F78 = 0x801C2F78; //segment:ovl_i3 +D_i3_801C2F9C = 0x801C2F9C; //segment:ovl_i3 +D_i3_801C2FC0 = 0x801C2FC0; //segment:ovl_i3 +D_i3_801C2FCC = 0x801C2FCC; //segment:ovl_i3 +D_i3_801C2FF4 = 0x801C2FF4; //segment:ovl_i3 +D_i3_801C3008 = 0x801C3008; //segment:ovl_i3 +D_i3_801C3014 = 0x801C3014; //segment:ovl_i3 +D_i3_801C3020 = 0x801C3020; //segment:ovl_i3 +D_i3_801C302C = 0x801C302C; //segment:ovl_i3 +D_i3_801C3038 = 0x801C3038; //segment:ovl_i3 +D_i3_801C3044 = 0x801C3044; //segment:ovl_i3 +D_i3_801C3050 = 0x801C3050; //segment:ovl_i3 +D_i3_801C3068 = 0x801C3068; //segment:ovl_i3 +D_i3_801C3080 = 0x801C3080; //segment:ovl_i3 +D_i3_801C308C = 0x801C308C; //segment:ovl_i3 +D_i3_801C3098 = 0x801C3098; //segment:ovl_i3 +D_i3_801C30A4 = 0x801C30A4; //segment:ovl_i3 +D_i3_801C30B0 = 0x801C30B0; //segment:ovl_i3 +D_i3_801C30BC = 0x801C30BC; //segment:ovl_i3 +D_i3_801C30C8 = 0x801C30C8; //segment:ovl_i3 +D_i3_801C30D4 = 0x801C30D4; //segment:ovl_i3 +D_i3_801C30E0 = 0x801C30E0; //segment:ovl_i3 +D_i3_801C30EC = 0x801C30EC; //segment:ovl_i3 +D_i3_801C30F8 = 0x801C30F8; //segment:ovl_i3 +D_i3_801C3104 = 0x801C3104; //segment:ovl_i3 +D_i3_801C3110 = 0x801C3110; //segment:ovl_i3 +D_i3_801C311C = 0x801C311C; //segment:ovl_i3 +D_i3_801C3124 = 0x801C3124; //segment:ovl_i3 +D_i3_801C312C = 0x801C312C; //segment:ovl_i3 +D_i3_801C3134 = 0x801C3134; //segment:ovl_i3 +D_i3_801C313C = 0x801C313C; //segment:ovl_i3 +D_i3_801C3148 = 0x801C3148; //segment:ovl_i3 +D_i3_801C3154 = 0x801C3154; //segment:ovl_i3 +D_i3_801C3160 = 0x801C3160; //segment:ovl_i3 +D_i3_801C316C = 0x801C316C; //segment:ovl_i3 +D_i3_801C3178 = 0x801C3178; //segment:ovl_i3 +D_i3_801C3184 = 0x801C3184; //segment:ovl_i3 +D_i3_801C3190 = 0x801C3190; //segment:ovl_i3 +D_i3_801C319C = 0x801C319C; //segment:ovl_i3 +D_i3_801C31A4 = 0x801C31A4; //segment:ovl_i3 +D_i3_801C31C8 = 0x801C31C8; //segment:ovl_i3 +D_i3_801C31EC = 0x801C31EC; //segment:ovl_i3 +D_i3_801C3264 = 0x801C3264; //segment:ovl_i3 +D_i3_801C3284 = 0x801C3284; //segment:ovl_i3 +D_i3_801C32AC = 0x801C32AC; //segment:ovl_i3 +D_i3_801C32F4 = 0x801C32F4; //segment:ovl_i3 +D_i3_801C3300 = 0x801C3300; //segment:ovl_i3 +D_i3_801C330C = 0x801C330C; //segment:ovl_i3 +D_i3_801C3318 = 0x801C3318; //segment:ovl_i3 +D_i3_801C3324 = 0x801C3324; //segment:ovl_i3 +D_i3_801C3328 = 0x801C3328; //segment:ovl_i3 +D_i3_801C332C = 0x801C332C; //segment:ovl_i3 +D_i3_801C3340 = 0x801C3340; //segment:ovl_i3 +D_i3_801C3350 = 0x801C3350; //segment:ovl_i3 +D_i3_801C3380 = 0x801C3380; //segment:ovl_i3 +D_i3_801C338C = 0x801C338C; //segment:ovl_i3 +D_i3_801C33A4 = 0x801C33A4; //segment:ovl_i3 +D_i3_801C33BC = 0x801C33BC; //segment:ovl_i3 +D_i3_801C33E0 = 0x801C33E0; //segment:ovl_i3 +D_i3_801C3404 = 0x801C3404; //segment:ovl_i3 +D_i3_801C3410 = 0x801C3410; //segment:ovl_i3 +D_i3_801C341C = 0x801C341C; //segment:ovl_i3 +D_i3_801C3428 = 0x801C3428; //segment:ovl_i3 +D_i3_801C3434 = 0x801C3434; //segment:ovl_i3 +D_i3_801C3440 = 0x801C3440; //segment:ovl_i3 +D_i3_801C344C = 0x801C344C; //segment:ovl_i3 +D_i3_801C3458 = 0x801C3458; //segment:ovl_i3 +D_i3_801C3464 = 0x801C3464; //segment:ovl_i3 +D_i3_801C3470 = 0x801C3470; //segment:ovl_i3 +D_i3_801C347C = 0x801C347C; //segment:ovl_i3 +D_i3_801C3488 = 0x801C3488; //segment:ovl_i3 +D_i3_801C3494 = 0x801C3494; //segment:ovl_i3 +D_i3_801C34A0 = 0x801C34A0; //segment:ovl_i3 +D_i3_801C350C = 0x801C350C; //segment:ovl_i3 +D_i3_801C3530 = 0x801C3530; //segment:ovl_i3 +D_i3_801C3590 = 0x801C3590; //segment:ovl_i3 +D_i3_801C35C0 = 0x801C35C0; //segment:ovl_i3 +D_i3_801C35C4 = 0x801C35C4; //segment:ovl_i3 +D_i3_801C35F0 = 0x801C35F0; //segment:ovl_i3 +D_i3_801C35FC = 0x801C35FC; //segment:ovl_i3 +D_i3_801C3608 = 0x801C3608; //segment:ovl_i3 +D_i3_801C3610 = 0x801C3610; //segment:ovl_i3 +D_i3_801C361C = 0x801C361C; //segment:ovl_i3 +D_i3_801C3628 = 0x801C3628; //segment:ovl_i3 +D_i3_801C3634 = 0x801C3634; //segment:ovl_i3 +D_i3_801C3640 = 0x801C3640; //segment:ovl_i3 +D_i3_801C3670 = 0x801C3670; //segment:ovl_i3 +D_i3_801C36A0 = 0x801C36A0; //segment:ovl_i3 +D_i3_801C36D0 = 0x801C36D0; //segment:ovl_i3 +D_i3_801C36DC = 0x801C36DC; //segment:ovl_i3 +D_i3_801C36E8 = 0x801C36E8; //segment:ovl_i3 +D_i3_801C36F4 = 0x801C36F4; //segment:ovl_i3 +D_i3_801C3814 = 0x801C3814; //segment:ovl_i3 +D_i3_801C3878 = 0x801C3878; //segment:ovl_i3 +D_i3_801C3998 = 0x801C3998; //segment:ovl_i3 +D_i3_801C3AB8 = 0x801C3AB8; //segment:ovl_i3 +D_i3_801C3ABC = 0x801C3ABC; //segment:ovl_i3 +D_i3_801C3AC0 = 0x801C3AC0; //segment:ovl_i3 +D_i3_801C3AF8 = 0x801C3AF8; //segment:ovl_i3 +D_i3_801C3B10 = 0x801C3B10; //segment:ovl_i3 +D_i3_801C3B40 = 0x801C3B40; //segment:ovl_i3 +D_i3_801C3B50 = 0x801C3B50; //segment:ovl_i3 +D_i3_801C3B80 = 0x801C3B80; //segment:ovl_i3 +D_i3_801C3BB0 = 0x801C3BB0; //segment:ovl_i3 +D_i3_801C3BF0 = 0x801C3BF0; //segment:ovl_i3 +D_i3_801C3C04 = 0x801C3C04; //segment:ovl_i3 +D_i3_801C3C10 = 0x801C3C10; //segment:ovl_i3 +D_i3_801C3C1C = 0x801C3C1C; //segment:ovl_i3 +D_i3_801C3C28 = 0x801C3C28; //segment:ovl_i3 +D_i3_801C3C34 = 0x801C3C34; //segment:ovl_i3 +D_i3_801C3C40 = 0x801C3C40; //segment:ovl_i3 +D_i3_801C3C4C = 0x801C3C4C; //segment:ovl_i3 +D_i3_801C3C58 = 0x801C3C58; //segment:ovl_i3 +D_i3_801C3C84 = 0x801C3C84; //segment:ovl_i3 +D_i3_801C3CB0 = 0x801C3CB0; //segment:ovl_i3 +D_i3_801C3CBC = 0x801C3CBC; //segment:ovl_i3 +D_i3_801C3D10 = 0x801C3D10; //segment:ovl_i3 +D_i3_801C3D1C = 0x801C3D1C; //segment:ovl_i3 +D_i3_801C3D38 = 0x801C3D38; //segment:ovl_i3 +D_i3_801C3D44 = 0x801C3D44; //segment:ovl_i3 +D_i3_801C3D50 = 0x801C3D50; //segment:ovl_i3 +D_i3_801C3D5C = 0x801C3D5C; //segment:ovl_i3 +D_i3_801C3D68 = 0x801C3D68; //segment:ovl_i3 +D_i3_801C3D74 = 0x801C3D74; //segment:ovl_i3 +D_i3_801C3D80 = 0x801C3D80; //segment:ovl_i3 +D_i3_801C3D8C = 0x801C3D8C; //segment:ovl_i3 +D_i3_801C3D98 = 0x801C3D98; //segment:ovl_i3 +D_i3_801C3DA4 = 0x801C3DA4; //segment:ovl_i3 +D_i3_801C3DD4 = 0x801C3DD4; //segment:ovl_i3 +D_i3_801C3EA0 = 0x801C3EA0; //segment:ovl_i3 +D_i3_801C3F00 = 0x801C3F00; //segment:ovl_i3 +D_i3_801C3F18 = 0x801C3F18; //segment:ovl_i3 +D_i3_801C3F24 = 0x801C3F24; //segment:ovl_i3 +D_i3_801C3F48 = 0x801C3F48; //segment:ovl_i3 +D_i3_801C3F54 = 0x801C3F54; //segment:ovl_i3 +D_i3_801C3F64 = 0x801C3F64; //segment:ovl_i3 +D_i3_801C41BC = 0x801C41BC; //segment:ovl_i3 +D_i3_801C4288 = 0x801C4288; //segment:ovl_i3 +D_i3_801C4354 = 0x801C4354; //segment:ovl_i3 +D_801C5CA0 = 0x801C5CA0; //segment:ovl_i3 +D_i3_801C5CB0 = 0x801C5CB0; //segment:ovl_i3 +D_i3_801C5CB8 = 0x801C5CB8; //segment:ovl_i3 +D_i3_801C5CC4 = 0x801C5CC4; //segment:ovl_i3 +D_i3_801C5CDC = 0x801C5CDC; //segment:ovl_i3 +D_i3_801C5D18 = 0x801C5D18; //segment:ovl_i3 +D_i3_801C5D50 = 0x801C5D50; //segment:ovl_i3 +D_i3_801C5D5C = 0x801C5D5C; //segment:ovl_i3 +D_i3_801C5D68 = 0x801C5D68; //segment:ovl_i3 +D_i3_801C5D74 = 0x801C5D74; //segment:ovl_i3 +D_i3_801C5D78 = 0x801C5D78; //segment:ovl_i3 +D_i3_801C5D7C = 0x801C5D7C; //segment:ovl_i3 +D_i3_801C5D80 = 0x801C5D80; //segment:ovl_i3 +D_i3_801C5D84 = 0x801C5D84; //segment:ovl_i3 +D_i3_801C5D90 = 0x801C5D90; //segment:ovl_i3 +D_i3_801C5D98 = 0x801C5D98; //segment:ovl_i3 +D_i3_801C5DAC = 0x801C5DAC; //segment:ovl_i3 +D_i3_801C5DB8 = 0x801C5DB8; //segment:ovl_i3 +D_i3_801C5DBC = 0x801C5DBC; //segment:ovl_i3 +D_i3_801C5DE4 = 0x801C5DE4; //segment:ovl_i3 +D_i3_801C5DE8 = 0x801C5DE8; //segment:ovl_i3 +D_i3_801C5DEC = 0x801C5DEC; //segment:ovl_i3 +D_i3_801C5DF0 = 0x801C5DF0; //segment:ovl_i3 +D_i3_801C5DF4 = 0x801C5DF4; //segment:ovl_i3 +D_i3_801C5E20 = 0x801C5E20; //segment:ovl_i3 +D_i3_801C5E30 = 0x801C5E30; //segment:ovl_i3 +D_i3_801C5E50 = 0x801C5E50; //segment:ovl_i3 +D_i3_801C5E64 = 0x801C5E64; //segment:ovl_i3 +D_i3_801C5E70 = 0x801C5E70; //segment:ovl_i3 +D_i3_801C5E80 = 0x801C5E80; //segment:ovl_i3 +D_i3_801C5EC4 = 0x801C5EC4; //segment:ovl_i3 +D_i3_801C5EF4 = 0x801C5EF4; //segment:ovl_i3 +D_i3_801C5F48 = 0x801C5F48; //segment:ovl_i3 +D_i3_801C5F4C = 0x801C5F4C; //segment:ovl_i3 +D_i3_801C5F54 = 0x801C5F54; //segment:ovl_i3 +D_i3_801C5F58 = 0x801C5F58; //segment:ovl_i3 +D_i3_801C5F5C = 0x801C5F5C; //segment:ovl_i3 +D_i3_801C5F60 = 0x801C5F60; //segment:ovl_i3 +D_i3_801C5F64 = 0x801C5F64; //segment:ovl_i3 +D_i3_801C5F68 = 0x801C5F68; //segment:ovl_i3 +D_i3_801C5F6C = 0x801C5F6C; //segment:ovl_i3 +D_i3_801C5F70 = 0x801C5F70; //segment:ovl_i3 +D_i3_801C5F74 = 0x801C5F74; //segment:ovl_i3 +D_i3_801C5F78 = 0x801C5F78; //segment:ovl_i3 +D_i3_801C5F7C = 0x801C5F7C; //segment:ovl_i3 +D_i3_801C5F80 = 0x801C5F80; //segment:ovl_i3 +D_i3_801C5F84 = 0x801C5F84; //segment:ovl_i3 +D_i3_801C5F88 = 0x801C5F88; //segment:ovl_i3 +D_i3_801C5F94 = 0x801C5F94; //segment:ovl_i3 +D_i3_801C5F9C = 0x801C5F9C; //segment:ovl_i3 +D_i3_801C5FA8 = 0x801C5FA8; //segment:ovl_i3 +D_i3_801C5FB4 = 0x801C5FB4; //segment:ovl_i3 +D_i3_801C5FD4 = 0x801C5FD4; //segment:ovl_i3 +D_i3_801C5FD8 = 0x801C5FD8; //segment:ovl_i3 +D_i3_801C6038 = 0x801C6038; //segment:ovl_i3 +D_i3_801C603C = 0x801C603C; //segment:ovl_i3 +D_i3_801C607C = 0x801C607C; //segment:ovl_i3 +D_i3_801C6084 = 0x801C6084; //segment:ovl_i3 +D_i3_801C6108 = 0x801C6108; //segment:ovl_i3 +D_i3_801C61A0 = 0x801C61A0; //segment:ovl_i3 +D_i3_801C61C8 = 0x801C61C8; //segment:ovl_i3 +D_i3_801C61CC = 0x801C61CC; //segment:ovl_i3 +D_i3_801C61D4 = 0x801C61D4; //segment:ovl_i3 +D_i3_801C61EC = 0x801C61EC; //segment:ovl_i3 +D_i3_801C61FC = 0x801C61FC; //segment:ovl_i3 +D_i3_801C6220 = 0x801C6220; //segment:ovl_i3 +D_i3_801C6228 = 0x801C6228; //segment:ovl_i3 +D_i3_801C74E8 = 0x801C74E8; //segment:ovl_i3 +D_i3_801C7BE8 = 0x801C7BE8; //segment:ovl_i3 +D_i3_801C7BF0 = 0x801C7BF0; //segment:ovl_i3 +D_i3_801C7BFC = 0x801C7BFC; //segment:ovl_i3 +D_i3_801C7C00 = 0x801C7C00; //segment:ovl_i3 +D_i3_801C7C04 = 0x801C7C04; //segment:ovl_i3 +D_i3_801C7C08 = 0x801C7C08; //segment:ovl_i3 +D_i3_801C7C0C = 0x801C7C0C; //segment:ovl_i3 +D_i3_801C7C18 = 0x801C7C18; //segment:ovl_i3 +D_i3_801C7C1C = 0x801C7C1C; //segment:ovl_i3 +D_i3_801C7C20 = 0x801C7C20; //segment:ovl_i3 +D_i3_801C7C24 = 0x801C7C24; //segment:ovl_i3 +D_i3_801C7C28 = 0x801C7C28; //segment:ovl_i3 +D_i3_801C7C2C = 0x801C7C2C; //segment:ovl_i3 +D_i3_801C7C3C = 0x801C7C3C; //segment:ovl_i3 +D_i3_801C7C40 = 0x801C7C40; //segment:ovl_i3 +D_i3_801C7C78 = 0x801C7C78; //segment:ovl_i3 +D_i3_801C7C7C = 0x801C7C7C; //segment:ovl_i3 +D_i3_801C7C80 = 0x801C7C80; //segment:ovl_i3 +D_i3_801C7C84 = 0x801C7C84; //segment:ovl_i3 +D_i3_801C7C88 = 0x801C7C88; //segment:ovl_i3 +D_i3_801C7C90 = 0x801C7C90; //segment:ovl_i3 +D_i3_801C7CAC = 0x801C7CAC; //segment:ovl_i3 +D_i3_801C7CB0 = 0x801C7CB0; //segment:ovl_i3 +D_i3_801C7CB4 = 0x801C7CB4; //segment:ovl_i3 +D_i3_801C7D00 = 0x801C7D00; //segment:ovl_i3 +D_i3_801C7D04 = 0x801C7D04; //segment:ovl_i3 +D_i3_801C7D08 = 0x801C7D08; //segment:ovl_i3 +D_i3_801C7D0C = 0x801C7D0C; //segment:ovl_i3 +D_i3_801C7D10 = 0x801C7D10; //segment:ovl_i3 +D_i3_801C7D14 = 0x801C7D14; //segment:ovl_i3 +D_i3_801C7D18 = 0x801C7D18; //segment:ovl_i3 +D_i3_801C7D1C = 0x801C7D1C; //segment:ovl_i3 +D_i3_801C7D24 = 0x801C7D24; //segment:ovl_i3 +D_i3_801C7D28 = 0x801C7D28; //segment:ovl_i3 +D_i3_801C7D2C = 0x801C7D2C; //segment:ovl_i3 +D_i3_801C7D40 = 0x801C7D40; //segment:ovl_i3 +D_i3_801C7D44 = 0x801C7D44; //segment:ovl_i3 +D_i3_801C7D58 = 0x801C7D58; //segment:ovl_i3 +D_i3_801C7D5C = 0x801C7D5C; //segment:ovl_i3 +D_i3_801C7D64 = 0x801C7D64; //segment:ovl_i3 +D_i3_801C7D68 = 0x801C7D68; //segment:ovl_i3 +D_i3_801C7D6C = 0x801C7D6C; //segment:ovl_i3 +D_i3_801C7D70 = 0x801C7D70; //segment:ovl_i3 +D_i3_801C7D90 = 0x801C7D90; //segment:ovl_i3 +D_i3_801C7D94 = 0x801C7D94; //segment:ovl_i3 +D_i3_801C7D98 = 0x801C7D98; //segment:ovl_i3 +D_i3_801C7D9C = 0x801C7D9C; //segment:ovl_i3 +D_i3_801C7DA0 = 0x801C7DA0; //segment:ovl_i3 +D_i3_801C7DA4 = 0x801C7DA4; //segment:ovl_i3 +D_i3_801C7DA8 = 0x801C7DA8; //segment:ovl_i3 +D_i3_801C7DAC = 0x801C7DAC; //segment:ovl_i3 +D_i3_801C7DB0 = 0x801C7DB0; //segment:ovl_i3 +D_i3_801C7DB4 = 0x801C7DB4; //segment:ovl_i3 +D_i3_801C7E38 = 0x801C7E38; //segment:ovl_i3 +D_i3_801C7E40 = 0x801C7E40; //segment:ovl_i3 +D_i3_801C7E50 = 0x801C7E50; //segment:ovl_i3 +D_i3_801C7E5C = 0x801C7E5C; //segment:ovl_i3 +D_i3_801C7E8C = 0x801C7E8C; //segment:ovl_i3 +D_i3_801C7E90 = 0x801C7E90; //segment:ovl_i3 +D_i3_801C7E94 = 0x801C7E94; //segment:ovl_i3 +D_i3_801C7E98 = 0x801C7E98; //segment:ovl_i3 +D_i3_801C7E9C = 0x801C7E9C; //segment:ovl_i3 +D_i3_801C7EA0 = 0x801C7EA0; //segment:ovl_i3 +D_i3_801C7EA4 = 0x801C7EA4; //segment:ovl_i3 +D_i3_801C7EA8 = 0x801C7EA8; //segment:ovl_i3 +D_i3_801C7EB0 = 0x801C7EB0; //segment:ovl_i3 +D_i3_801C7EB4 = 0x801C7EB4; //segment:ovl_i3 +D_i3_801C7EB8 = 0x801C7EB8; //segment:ovl_i3 +D_i3_801C7EBC = 0x801C7EBC; //segment:ovl_i3 + +func_i4_8018B020 = 0x8018B020; //segment:ovl_i4 +func_i4_8018B0F0 = 0x8018B0F0; //segment:ovl_i4 +func_i4_8018B384 = 0x8018B384; //segment:ovl_i4 +func_i4_8018B460 = 0x8018B460; //segment:ovl_i4 +func_i4_8018C374 = 0x8018C374; //segment:ovl_i4 +func_i4_8018C4FC = 0x8018C4FC; //segment:ovl_i4 +func_i4_8018C584 = 0x8018C584; //segment:ovl_i4 +func_i4_8018C854 = 0x8018C854; //segment:ovl_i4 +func_i4_8018C9BC = 0x8018C9BC; //segment:ovl_i4 +func_i4_8018CA98 = 0x8018CA98; //segment:ovl_i4 +func_i4_8018CB20 = 0x8018CB20; //segment:ovl_i4 +func_i4_8018CBA0 = 0x8018CBA0; //segment:ovl_i4 +func_i4_8018CD30 = 0x8018CD30; //segment:ovl_i4 +func_i4_8018F494 = 0x8018F494; //segment:ovl_i4 +func_i4_8018F7C0 = 0x8018F7C0; //segment:ovl_i4 +func_i4_8018F958 = 0x8018F958; //segment:ovl_i4 +func_i4_8018FBB8 = 0x8018FBB8; //segment:ovl_i4 +func_i4_8019068C = 0x8019068C; //segment:ovl_i4 +func_i4_80190714 = 0x80190714; //segment:ovl_i4 +func_i4_80190888 = 0x80190888; //segment:ovl_i4 +func_i4_80190A34 = 0x80190A34; //segment:ovl_i4 +func_i4_80190B50 = 0x80190B50; //segment:ovl_i4 +func_i4_80190CA4 = 0x80190CA4; //segment:ovl_i4 +func_i4_80190DC0 = 0x80190DC0; //segment:ovl_i4 +func_i4_80190E40 = 0x80190E40; //segment:ovl_i4 +func_i4_80190E80 = 0x80190E80; //segment:ovl_i4 +func_i4_80190F1C = 0x80190F1C; //segment:ovl_i4 +func_i4_80190FB0 = 0x80190FB0; //segment:ovl_i4 +func_i4_8019121C = 0x8019121C; //segment:ovl_i4 +func_i4_801912A0 = 0x801912A0; //segment:ovl_i4 +func_i4_8019138C = 0x8019138C; //segment:ovl_i4 +func_i4_801913F8 = 0x801913F8; //segment:ovl_i4 +func_i4_801918B8 = 0x801918B8; //segment:ovl_i4 +func_i4_80191A88 = 0x80191A88; //segment:ovl_i4 +func_i4_80191E28 = 0x80191E28; //segment:ovl_i4 +func_i4_8019213C = 0x8019213C; //segment:ovl_i4 +func_i4_8019229C = 0x8019229C; //segment:ovl_i4 +func_i4_80192518 = 0x80192518; //segment:ovl_i4 +func_i4_80192648 = 0x80192648; //segment:ovl_i4 +func_i4_801926E0 = 0x801926E0; //segment:ovl_i4 +func_i4_80192770 = 0x80192770; //segment:ovl_i4 +func_i4_80192878 = 0x80192878; //segment:ovl_i4 +func_i4_80192998 = 0x80192998; //segment:ovl_i4 +func_i4_8019326C = 0x8019326C; //segment:ovl_i4 +func_i4_8019337C = 0x8019337C; //segment:ovl_i4 +func_i4_801947C4 = 0x801947C4; //segment:ovl_i4 +func_i4_80194910 = 0x80194910; //segment:ovl_i4 +func_i4_80194984 = 0x80194984; //segment:ovl_i4 +func_i4_80194A14 = 0x80194A14; //segment:ovl_i4 +func_i4_80194A80 = 0x80194A80; //segment:ovl_i4 +func_i4_80194BAC = 0x80194BAC; //segment:ovl_i4 +func_i4_80194D28 = 0x80194D28; //segment:ovl_i4 +func_i4_80195308 = 0x80195308; //segment:ovl_i4 +func_i4_80195490 = 0x80195490; //segment:ovl_i4 +func_i4_80195520 = 0x80195520; //segment:ovl_i4 +func_i4_801955D0 = 0x801955D0; //segment:ovl_i4 +func_i4_801957D0 = 0x801957D0; //segment:ovl_i4 +func_i4_801958F8 = 0x801958F8; //segment:ovl_i4 +func_i4_80195C84 = 0x80195C84; //segment:ovl_i4 +func_i4_80196200 = 0x80196200; //segment:ovl_i4 +func_i4_80196328 = 0x80196328; //segment:ovl_i4 +func_i4_801963A4 = 0x801963A4; //segment:ovl_i4 +func_i4_80196488 = 0x80196488; //segment:ovl_i4 +func_i4_8019656C = 0x8019656C; //segment:ovl_i4 +func_i4_80196628 = 0x80196628; //segment:ovl_i4 +func_i4_801966AC = 0x801966AC; //segment:ovl_i4 +func_i4_80196840 = 0x80196840; //segment:ovl_i4 +func_i4_80197134 = 0x80197134; //segment:ovl_i4 +func_i4_80197538 = 0x80197538; //segment:ovl_i4 +func_i4_801976C0 = 0x801976C0; //segment:ovl_i4 +func_i4_80197700 = 0x80197700; //segment:ovl_i4 +func_i4_8019790C = 0x8019790C; //segment:ovl_i4 +func_i4_80197E70 = 0x80197E70; //segment:ovl_i4 +func_i4_80198044 = 0x80198044; //segment:ovl_i4 +func_i4_8019810C = 0x8019810C; //segment:ovl_i4 +func_i4_80199FD4 = 0x80199FD4; //segment:ovl_i4 +func_i4_8019A320 = 0x8019A320; //segment:ovl_i4 +func_i4_8019A85C = 0x8019A85C; //segment:ovl_i4 +func_i4_8019A96C = 0x8019A96C; //segment:ovl_i4 +func_i4_8019AA50 = 0x8019AA50; //segment:ovl_i4 +func_i4_8019ACBC = 0x8019ACBC; //segment:ovl_i4 +func_i4_8019B930 = 0x8019B930; //segment:ovl_i4 +func_i4_8019BC18 = 0x8019BC18; //segment:ovl_i4 +func_i4_8019BEE0 = 0x8019BEE0; //segment:ovl_i4 +func_i4_8019BFE8 = 0x8019BFE8; //segment:ovl_i4 +func_i4_8019C360 = 0x8019C360; //segment:ovl_i4 +func_i4_8019C424 = 0x8019C424; //segment:ovl_i4 +func_i4_8019C4D0 = 0x8019C4D0; //segment:ovl_i4 +func_i4_8019CFE4 = 0x8019CFE4; //segment:ovl_i4 +func_i4_8019D2D0 = 0x8019D2D0; //segment:ovl_i4 +func_i4_8019D4E8 = 0x8019D4E8; //segment:ovl_i4 +func_i4_8019D5AC = 0x8019D5AC; //segment:ovl_i4 +func_i4_8019D630 = 0x8019D630; //segment:ovl_i4 +func_i4_8019D990 = 0x8019D990; //segment:ovl_i4 +func_i4_8019DABC = 0x8019DABC; //segment:ovl_i4 +func_i4_8019DB94 = 0x8019DB94; //segment:ovl_i4 +func_i4_8019DCB8 = 0x8019DCB8; //segment:ovl_i4 +func_i4_8019DDAC = 0x8019DDAC; //segment:ovl_i4 +func_i4_8019E458 = 0x8019E458; //segment:ovl_i4 +func_i4_8019E548 = 0x8019E548; //segment:ovl_i4 +func_i4_8019EE30 = 0x8019EE30; //segment:ovl_i4 +func_i4_8019EF0C = 0x8019EF0C; //segment:ovl_i4 +func_i4_8019EFD4 = 0x8019EFD4; //segment:ovl_i4 +func_i4_8019F100 = 0x8019F100; //segment:ovl_i4 +func_i4_8019F22C = 0x8019F22C; //segment:ovl_i4 +func_i4_8019F408 = 0x8019F408; //segment:ovl_i4 +func_i4_8019FF10 = 0x8019FF10; //segment:ovl_i4 +func_i4_801A00A8 = 0x801A00A8; //segment:ovl_i4 +func_i4_801A01F8 = 0x801A01F8; //segment:ovl_i4 +func_i4_801A1680 = 0x801A1680; //segment:ovl_i4 +func_i4_801A1B8C = 0x801A1B8C; //segment:ovl_i4 +func_i4_801A1D00 = 0x801A1D00; //segment:ovl_i4 +func_i4_801A1DAC = 0x801A1DAC; //segment:ovl_i4 +func_i4_801A22E4 = 0x801A22E4; //segment:ovl_i4 +func_i4_801A23C0 = 0x801A23C0; //segment:ovl_i4 +D_i4_801A2730 = 0x801A2730; //segment:ovl_i4 +D_i4_801A2740 = 0x801A2740; //segment:ovl_i4 +D_i4_801A2758 = 0x801A2758; //segment:ovl_i4 +D_i4_801A277C = 0x801A277C; //segment:ovl_i4 +D_i4_801A2794 = 0x801A2794; //segment:ovl_i4 +D_i4_801A27A0 = 0x801A27A0; //segment:ovl_i4 +D_i4_801A27AC = 0x801A27AC; //segment:ovl_i4 +D_i4_801A27BC = 0x801A27BC; //segment:ovl_i4 +D_i4_801A27CC = 0x801A27CC; //segment:ovl_i4 +D_i4_801A27D8 = 0x801A27D8; //segment:ovl_i4 +D_i4_801A27E0 = 0x801A27E0; //segment:ovl_i4 +D_i4_801A2820 = 0x801A2820; //segment:ovl_i4 +D_i4_801A2824 = 0x801A2824; //segment:ovl_i4 +D_i4_801A2834 = 0x801A2834; //segment:ovl_i4 +D_i4_801A2844 = 0x801A2844; //segment:ovl_i4 +D_i4_801A2858 = 0x801A2858; //segment:ovl_i4 +D_i4_801A28F4 = 0x801A28F4; //segment:ovl_i4 +D_i4_801A290C = 0x801A290C; //segment:ovl_i4 +D_i4_801A2924 = 0x801A2924; //segment:ovl_i4 +D_i4_801A293C = 0x801A293C; //segment:ovl_i4 +D_i4_801A2948 = 0x801A2948; //segment:ovl_i4 +D_i4_801A2954 = 0x801A2954; //segment:ovl_i4 +D_i4_801A2960 = 0x801A2960; //segment:ovl_i4 +D_i4_801A296C = 0x801A296C; //segment:ovl_i4 +D_i4_801A2978 = 0x801A2978; //segment:ovl_i4 +D_i4_801A2990 = 0x801A2990; //segment:ovl_i4 +D_i4_801A29B4 = 0x801A29B4; //segment:ovl_i4 +D_i4_801A29CC = 0x801A29CC; //segment:ovl_i4 +D_i4_801A29D8 = 0x801A29D8; //segment:ovl_i4 +D_i4_801A29E4 = 0x801A29E4; //segment:ovl_i4 +D_i4_801A29F0 = 0x801A29F0; //segment:ovl_i4 +D_i4_801A29FC = 0x801A29FC; //segment:ovl_i4 +D_i4_801A2A2C = 0x801A2A2C; //segment:ovl_i4 +D_i4_801A2A38 = 0x801A2A38; //segment:ovl_i4 +D_i4_801A2A50 = 0x801A2A50; //segment:ovl_i4 +D_i4_801A2A74 = 0x801A2A74; //segment:ovl_i4 +D_i4_801A2A98 = 0x801A2A98; //segment:ovl_i4 +D_i4_801A2ABC = 0x801A2ABC; //segment:ovl_i4 +D_i4_801A2AD4 = 0x801A2AD4; //segment:ovl_i4 +D_i4_801A2AEE = 0x801A2AEE; //segment:ovl_i4 +D_i4_801A2AF0 = 0x801A2AF0; //segment:ovl_i4 +D_i4_801A2AF8 = 0x801A2AF8; //segment:ovl_i4 +D_i4_801A2AFC = 0x801A2AFC; //segment:ovl_i4 +D_i4_801A2BC4 = 0x801A2BC4; //segment:ovl_i4 +D_i4_801A2BD0 = 0x801A2BD0; //segment:ovl_i4 +D_i4_801A2BDC = 0x801A2BDC; //segment:ovl_i4 +D_i4_801A2BE8 = 0x801A2BE8; //segment:ovl_i4 +D_i4_801A2BF4 = 0x801A2BF4; //segment:ovl_i4 +D_i4_801A2C00 = 0x801A2C00; //segment:ovl_i4 +D_i4_801A2C10 = 0x801A2C10; //segment:ovl_i4 +D_i4_801A2C20 = 0x801A2C20; //segment:ovl_i4 +D_i4_801A2C30 = 0x801A2C30; //segment:ovl_i4 +D_i4_801A2C40 = 0x801A2C40; //segment:ovl_i4 +D_i4_801A2C50 = 0x801A2C50; //segment:ovl_i4 +D_i4_801A2CA0 = 0x801A2CA0; //segment:ovl_i4 +D_i4_801A2D90 = 0x801A2D90; //segment:ovl_i4 +D_i4_801A2DA4 = 0x801A2DA4; //segment:ovl_i4 +D_i4_801A2DF4 = 0x801A2DF4; //segment:ovl_i4 +D_i4_801A2E10 = 0x801A2E10; //segment:ovl_i4 +D_i4_801A2E34 = 0x801A2E34; //segment:ovl_i4 +D_i4_801A2E64 = 0x801A2E64; //segment:ovl_i4 +D_i4_801A2E78 = 0x801A2E78; //segment:ovl_i4 +D_i4_801A2ECC = 0x801A2ECC; //segment:ovl_i4 +D_i4_801A2EFC = 0x801A2EFC; //segment:ovl_i4 +D_i4_801A2F0C = 0x801A2F0C; //segment:ovl_i4 +D_i4_801A2F3C = 0x801A2F3C; //segment:ovl_i4 +D_i4_801A2F6C = 0x801A2F6C; //segment:ovl_i4 +D_i4_801A2F7C = 0x801A2F7C; //segment:ovl_i4 +D_i4_801A2F8C = 0x801A2F8C; //segment:ovl_i4 +D_i4_801A2F98 = 0x801A2F98; //segment:ovl_i4 +D_i4_801A2F9C = 0x801A2F9C; //segment:ovl_i4 +D_801A3CA0 = 0x801A3CA0; //segment:ovl_i4 +D_i4_801A3CB0 = 0x801A3CB0; //segment:ovl_i4 +D_i4_801A3CB4 = 0x801A3CB4; //segment:ovl_i4 +D_i4_801A3CB8 = 0x801A3CB8; //segment:ovl_i4 +D_i4_801A3CBC = 0x801A3CBC; //segment:ovl_i4 +D_i4_801A3CC0 = 0x801A3CC0; //segment:ovl_i4 +D_i4_801A3CC8 = 0x801A3CC8; //segment:ovl_i4 +D_i4_801A3D70 = 0x801A3D70; //segment:ovl_i4 +D_i4_801A3D88 = 0x801A3D88; //segment:ovl_i4 +D_i4_801A3E18 = 0x801A3E18; //segment:ovl_i4 +D_i4_801A3E20 = 0x801A3E20; //segment:ovl_i4 +D_i4_801A3E24 = 0x801A3E24; //segment:ovl_i4 +D_i4_801A3E28 = 0x801A3E28; //segment:ovl_i4 +D_i4_801A3E2C = 0x801A3E2C; //segment:ovl_i4 +D_i4_801A3E30 = 0x801A3E30; //segment:ovl_i4 +D_i4_801A3E34 = 0x801A3E34; //segment:ovl_i4 +D_i4_801A3E38 = 0x801A3E38; //segment:ovl_i4 +D_i4_801A3E40 = 0x801A3E40; //segment:ovl_i4 +D_i4_801A3E44 = 0x801A3E44; //segment:ovl_i4 + +func_i5_8018B020 = 0x8018B020; //segment:ovl_i5 +func_i5_8018B030 = 0x8018B030; //segment:ovl_i5 +func_i5_8018B0D0 = 0x8018B0D0; //segment:ovl_i5 +func_i5_8018B19C = 0x8018B19C; //segment:ovl_i5 +func_i5_8018BC04 = 0x8018BC04; //segment:ovl_i5 +func_i5_8018BDC8 = 0x8018BDC8; //segment:ovl_i5 +func_i5_8018CA10 = 0x8018CA10; //segment:ovl_i5 +func_i5_8018CA40 = 0x8018CA40; //segment:ovl_i5 +func_i5_8018CA88 = 0x8018CA88; //segment:ovl_i5 +func_i5_8018CB70 = 0x8018CB70; //segment:ovl_i5 +func_i5_8018CC00 = 0x8018CC00; //segment:ovl_i5 +func_i5_8018CC74 = 0x8018CC74; //segment:ovl_i5 +func_i5_8018CC94 = 0x8018CC94; //segment:ovl_i5 +func_i5_8018CCD4 = 0x8018CCD4; //segment:ovl_i5 +func_i5_8018CE60 = 0x8018CE60; //segment:ovl_i5 +func_i5_8018D098 = 0x8018D098; //segment:ovl_i5 +func_i5_8018D5DC = 0x8018D5DC; //segment:ovl_i5 +func_i5_8018D660 = 0x8018D660; //segment:ovl_i5 +func_i5_8018D7A8 = 0x8018D7A8; //segment:ovl_i5 +func_i5_8018DCA0 = 0x8018DCA0; //segment:ovl_i5 +func_i5_8018DDC8 = 0x8018DDC8; //segment:ovl_i5 +func_i5_8018DED4 = 0x8018DED4; //segment:ovl_i5 +func_i5_8018DF54 = 0x8018DF54; //segment:ovl_i5 +func_i5_8018E024 = 0x8018E024; //segment:ovl_i5 +func_i5_8018E59C = 0x8018E59C; //segment:ovl_i5 +func_i5_8018E624 = 0x8018E624; //segment:ovl_i5 +func_i5_8018E8A4 = 0x8018E8A4; //segment:ovl_i5 +func_i5_8018EAB4 = 0x8018EAB4; //segment:ovl_i5 +func_i5_8018EAD0 = 0x8018EAD0; //segment:ovl_i5 +func_i5_8018EC24 = 0x8018EC24; //segment:ovl_i5 +func_i5_8018EC94 = 0x8018EC94; //segment:ovl_i5 +func_i5_8018ED48 = 0x8018ED48; //segment:ovl_i5 +func_i5_8018F18C = 0x8018F18C; //segment:ovl_i5 +func_i5_8018F200 = 0x8018F200; //segment:ovl_i5 +func_i5_8018F44C = 0x8018F44C; //segment:ovl_i5 +func_i5_8018F4B0 = 0x8018F4B0; //segment:ovl_i5 +func_i5_8018F964 = 0x8018F964; //segment:ovl_i5 +func_i5_8018FA90 = 0x8018FA90; //segment:ovl_i5 +func_i5_8018FBF8 = 0x8018FBF8; //segment:ovl_i5 +func_i5_8018FC14 = 0x8018FC14; //segment:ovl_i5 +func_i5_8018FE50 = 0x8018FE50; //segment:ovl_i5 +func_i5_8018FEB8 = 0x8018FEB8; //segment:ovl_i5 +func_i5_8019020C = 0x8019020C; //segment:ovl_i5 +func_i5_80190388 = 0x80190388; //segment:ovl_i5 +func_i5_80191DB8 = 0x80191DB8; //segment:ovl_i5 +func_i5_80191E90 = 0x80191E90; //segment:ovl_i5 +func_i5_80191EAC = 0x80191EAC; //segment:ovl_i5 +func_i5_8019202C = 0x8019202C; //segment:ovl_i5 +func_i5_80192094 = 0x80192094; //segment:ovl_i5 +func_i5_801920C8 = 0x801920C8; //segment:ovl_i5 +func_i5_801920D8 = 0x801920D8; //segment:ovl_i5 +func_i5_801929F4 = 0x801929F4; //segment:ovl_i5 +func_i5_80192AD0 = 0x80192AD0; //segment:ovl_i5 +func_i5_80192B18 = 0x80192B18; //segment:ovl_i5 +func_i5_80192BB8 = 0x80192BB8; //segment:ovl_i5 +func_i5_80192C14 = 0x80192C14; //segment:ovl_i5 +func_i5_80192FB8 = 0x80192FB8; //segment:ovl_i5 +func_i5_80193398 = 0x80193398; //segment:ovl_i5 +func_i5_80193528 = 0x80193528; //segment:ovl_i5 +func_i5_80193750 = 0x80193750; //segment:ovl_i5 +func_i5_80193B0C = 0x80193B0C; //segment:ovl_i5 +func_i5_80193E80 = 0x80193E80; //segment:ovl_i5 +func_i5_801942FC = 0x801942FC; //segment:ovl_i5 +func_i5_801944E8 = 0x801944E8; //segment:ovl_i5 +func_i5_801955C8 = 0x801955C8; //segment:ovl_i5 +func_i5_80195BF8 = 0x80195BF8; //segment:ovl_i5 +func_i5_80197610 = 0x80197610; //segment:ovl_i5 +func_i5_801978D0 = 0x801978D0; //segment:ovl_i5 +func_i5_8019B56C = 0x8019B56C; //segment:ovl_i5 +func_i5_8019BD54 = 0x8019BD54; //segment:ovl_i5 +func_i5_8019CB88 = 0x8019CB88; //segment:ovl_i5 +func_i5_8019D3D0 = 0x8019D3D0; //segment:ovl_i5 +func_i5_8019D4F0 = 0x8019D4F0; //segment:ovl_i5 +func_i5_8019D6D0 = 0x8019D6D0; //segment:ovl_i5 +func_i5_8019D838 = 0x8019D838; //segment:ovl_i5 +func_i5_8019DA3C = 0x8019DA3C; //segment:ovl_i5 +func_i5_8019DBD8 = 0x8019DBD8; //segment:ovl_i5 +func_i5_8019DC48 = 0x8019DC48; //segment:ovl_i5 +func_i5_8019DDA4 = 0x8019DDA4; //segment:ovl_i5 +func_i5_8019E1D8 = 0x8019E1D8; //segment:ovl_i5 +func_i5_8019E2DC = 0x8019E2DC; //segment:ovl_i5 +func_i5_8019E328 = 0x8019E328; //segment:ovl_i5 +func_i5_8019E374 = 0x8019E374; //segment:ovl_i5 +func_i5_8019E9E0 = 0x8019E9E0; //segment:ovl_i5 +func_i5_8019F02C = 0x8019F02C; //segment:ovl_i5 +func_i5_8019F35C = 0x8019F35C; //segment:ovl_i5 +func_i5_8019F698 = 0x8019F698; //segment:ovl_i5 +func_i5_8019F8FC = 0x8019F8FC; //segment:ovl_i5 +func_i5_8019FF98 = 0x8019FF98; //segment:ovl_i5 +func_i5_801A0064 = 0x801A0064; //segment:ovl_i5 +func_i5_801A0170 = 0x801A0170; //segment:ovl_i5 +func_i5_801A0224 = 0x801A0224; //segment:ovl_i5 +func_i5_801A092C = 0x801A092C; //segment:ovl_i5 +func_i5_801A0AEC = 0x801A0AEC; //segment:ovl_i5 +func_i5_801A1068 = 0x801A1068; //segment:ovl_i5 +func_i5_801A1110 = 0x801A1110; //segment:ovl_i5 +func_i5_801A11A0 = 0x801A11A0; //segment:ovl_i5 +func_i5_801A13B0 = 0x801A13B0; //segment:ovl_i5 +func_i5_801A1EB0 = 0x801A1EB0; //segment:ovl_i5 +func_i5_801A20C4 = 0x801A20C4; //segment:ovl_i5 +func_i5_801A2500 = 0x801A2500; //segment:ovl_i5 +func_i5_801A2698 = 0x801A2698; //segment:ovl_i5 +func_i5_801A2908 = 0x801A2908; //segment:ovl_i5 +func_i5_801A2C04 = 0x801A2C04; //segment:ovl_i5 +func_i5_801A36F4 = 0x801A36F4; //segment:ovl_i5 +func_i5_801A3A3C = 0x801A3A3C; //segment:ovl_i5 +func_i5_801A3BFC = 0x801A3BFC; //segment:ovl_i5 +func_i5_801A3DA8 = 0x801A3DA8; //segment:ovl_i5 +func_i5_801A4514 = 0x801A4514; //segment:ovl_i5 +func_i5_801A45A0 = 0x801A45A0; //segment:ovl_i5 +func_i5_801A45C0 = 0x801A45C0; //segment:ovl_i5 +func_i5_801A4678 = 0x801A4678; //segment:ovl_i5 +func_i5_801A4878 = 0x801A4878; //segment:ovl_i5 +func_i5_801A48CC = 0x801A48CC; //segment:ovl_i5 +func_i5_801A4958 = 0x801A4958; //segment:ovl_i5 +func_i5_801A4D08 = 0x801A4D08; //segment:ovl_i5 +func_i5_801A4D64 = 0x801A4D64; //segment:ovl_i5 +func_i5_801A5E4C = 0x801A5E4C; //segment:ovl_i5 +func_i5_801A6518 = 0x801A6518; //segment:ovl_i5 +func_i5_801A65C4 = 0x801A65C4; //segment:ovl_i5 +func_i5_801A6878 = 0x801A6878; //segment:ovl_i5 +func_i5_801A6B58 = 0x801A6B58; //segment:ovl_i5 +func_i5_801A6CE0 = 0x801A6CE0; //segment:ovl_i5 +func_i5_801A6DA0 = 0x801A6DA0; //segment:ovl_i5 +func_i5_801A7230 = 0x801A7230; //segment:ovl_i5 +func_i5_801A76C0 = 0x801A76C0; //segment:ovl_i5 +func_i5_801A7910 = 0x801A7910; //segment:ovl_i5 +func_i5_801A7938 = 0x801A7938; //segment:ovl_i5 +func_i5_801A7C50 = 0x801A7C50; //segment:ovl_i5 +func_i5_801A7E5C = 0x801A7E5C; //segment:ovl_i5 +func_i5_801A8100 = 0x801A8100; //segment:ovl_i5 +func_i5_801A8140 = 0x801A8140; //segment:ovl_i5 +func_i5_801A8458 = 0x801A8458; //segment:ovl_i5 +func_i5_801A8504 = 0x801A8504; //segment:ovl_i5 +func_i5_801A8598 = 0x801A8598; //segment:ovl_i5 +func_i5_801A85C4 = 0x801A85C4; //segment:ovl_i5 +func_i5_801A8BBC = 0x801A8BBC; //segment:ovl_i5 +func_i5_801A8F44 = 0x801A8F44; //segment:ovl_i5 +func_i5_801A8F80 = 0x801A8F80; //segment:ovl_i5 +func_i5_801A906C = 0x801A906C; //segment:ovl_i5 +func_i5_801A9268 = 0x801A9268; //segment:ovl_i5 +func_i5_801A9588 = 0x801A9588; //segment:ovl_i5 +func_i5_801A95E4 = 0x801A95E4; //segment:ovl_i5 +func_i5_801A9800 = 0x801A9800; //segment:ovl_i5 +func_i5_801A98C4 = 0x801A98C4; //segment:ovl_i5 +func_i5_801A98EC = 0x801A98EC; //segment:ovl_i5 +func_i5_801A9A28 = 0x801A9A28; //segment:ovl_i5 +func_i5_801A9A5C = 0x801A9A5C; //segment:ovl_i5 +func_i5_801A9A68 = 0x801A9A68; //segment:ovl_i5 +func_i5_801A9B98 = 0x801A9B98; //segment:ovl_i5 +func_i5_801A9BCC = 0x801A9BCC; //segment:ovl_i5 +func_i5_801A9BDC = 0x801A9BDC; //segment:ovl_i5 +func_i5_801A9FD8 = 0x801A9FD8; //segment:ovl_i5 +func_i5_801AA078 = 0x801AA078; //segment:ovl_i5 +func_i5_801AA0A0 = 0x801AA0A0; //segment:ovl_i5 +func_i5_801AA254 = 0x801AA254; //segment:ovl_i5 +func_i5_801AA260 = 0x801AA260; //segment:ovl_i5 +func_i5_801AA384 = 0x801AA384; //segment:ovl_i5 +func_i5_801AA390 = 0x801AA390; //segment:ovl_i5 +func_i5_801AA41C = 0x801AA41C; //segment:ovl_i5 +func_i5_801AA710 = 0x801AA710; //segment:ovl_i5 +func_i5_801AAA4C = 0x801AAA4C; //segment:ovl_i5 +func_i5_801AAD74 = 0x801AAD74; //segment:ovl_i5 +func_i5_801AAF5C = 0x801AAF5C; //segment:ovl_i5 +func_i5_801AB348 = 0x801AB348; //segment:ovl_i5 +func_i5_801AB4C8 = 0x801AB4C8; //segment:ovl_i5 +func_i5_801AB744 = 0x801AB744; //segment:ovl_i5 +func_i5_801AB830 = 0x801AB830; //segment:ovl_i5 +func_i5_801AB914 = 0x801AB914; //segment:ovl_i5 +func_i5_801AF698 = 0x801AF698; //segment:ovl_i5 +func_i5_801AFC44 = 0x801AFC44; //segment:ovl_i5 +func_i5_801AFD18 = 0x801AFD18; //segment:ovl_i5 +func_i5_801AFEB0 = 0x801AFEB0; //segment:ovl_i5 +func_i5_801AFEBC = 0x801AFEBC; //segment:ovl_i5 +func_i5_801B002C = 0x801B002C; //segment:ovl_i5 +func_i5_801B0134 = 0x801B0134; //segment:ovl_i5 +func_i5_801B01D4 = 0x801B01D4; //segment:ovl_i5 +func_i5_801B08C0 = 0x801B08C0; //segment:ovl_i5 +func_i5_801B09EC = 0x801B09EC; //segment:ovl_i5 +func_i5_801B0A3C = 0x801B0A3C; //segment:ovl_i5 +func_i5_801B0B00 = 0x801B0B00; //segment:ovl_i5 +func_i5_801B0BC4 = 0x801B0BC4; //segment:ovl_i5 +func_i5_801B0FD4 = 0x801B0FD4; //segment:ovl_i5 +func_i5_801B10A4 = 0x801B10A4; //segment:ovl_i5 +func_i5_801B1170 = 0x801B1170; //segment:ovl_i5 +func_i5_801B1548 = 0x801B1548; //segment:ovl_i5 +func_i5_801B1688 = 0x801B1688; //segment:ovl_i5 +func_i5_801B176C = 0x801B176C; //segment:ovl_i5 +func_i5_801B17E8 = 0x801B17E8; //segment:ovl_i5 +func_i5_801B1D40 = 0x801B1D40; //segment:ovl_i5 +func_i5_801B1F4C = 0x801B1F4C; //segment:ovl_i5 +func_i5_801B2090 = 0x801B2090; //segment:ovl_i5 +func_i5_801B2114 = 0x801B2114; //segment:ovl_i5 +func_i5_801B2280 = 0x801B2280; //segment:ovl_i5 +func_i5_801B22FC = 0x801B22FC; //segment:ovl_i5 +func_i5_801B2520 = 0x801B2520; //segment:ovl_i5 +func_i5_801B2684 = 0x801B2684; //segment:ovl_i5 +func_i5_801B297C = 0x801B297C; //segment:ovl_i5 +func_i5_801B2BB4 = 0x801B2BB4; //segment:ovl_i5 +func_i5_801B2C80 = 0x801B2C80; //segment:ovl_i5 +func_i5_801B2CFC = 0x801B2CFC; //segment:ovl_i5 +func_i5_801B2ECC = 0x801B2ECC; //segment:ovl_i5 +func_i5_801B30A8 = 0x801B30A8; //segment:ovl_i5 +func_i5_801B318C = 0x801B318C; //segment:ovl_i5 +func_i5_801B3374 = 0x801B3374; //segment:ovl_i5 +func_i5_801B6314 = 0x801B6314; //segment:ovl_i5 +func_i5_801B6FAC = 0x801B6FAC; //segment:ovl_i5 +func_i5_801B7170 = 0x801B7170; //segment:ovl_i5 +func_i5_801B7338 = 0x801B7338; //segment:ovl_i5 +func_i5_801B775C = 0x801B775C; //segment:ovl_i5 +func_i5_801B8410 = 0x801B8410; //segment:ovl_i5 +func_i5_801B8494 = 0x801B8494; //segment:ovl_i5 +func_i5_801B84E8 = 0x801B84E8; //segment:ovl_i5 +func_i5_801B8B50 = 0x801B8B50; //segment:ovl_i5 +func_i5_801B8C84 = 0x801B8C84; //segment:ovl_i5 +func_i5_801B92EC = 0x801B92EC; //segment:ovl_i5 +func_i5_801B9A20 = 0x801B9A20; //segment:ovl_i5 +func_i5_801BA2E8 = 0x801BA2E8; //segment:ovl_i5 +func_i5_801BA52C = 0x801BA52C; //segment:ovl_i5 +func_i5_801BA580 = 0x801BA580; //segment:ovl_i5 +func_i5_801BA860 = 0x801BA860; //segment:ovl_i5 +func_i5_801BAC80 = 0x801BAC80; //segment:ovl_i5 +D_i5_801BACD0 = 0x801BACD0; //segment:ovl_i5 +D_i5_801BACE0 = 0x801BACE0; //segment:ovl_i5 +D_i5_801BACF8 = 0x801BACF8; //segment:ovl_i5 +D_i5_801BAD58 = 0x801BAD58; //segment:ovl_i5 +D_i5_801BAD68 = 0x801BAD68; //segment:ovl_i5 +D_i5_801BAD78 = 0x801BAD78; //segment:ovl_i5 +D_i5_801BAD84 = 0x801BAD84; //segment:ovl_i5 +D_i5_801BAD88 = 0x801BAD88; //segment:ovl_i5 +D_i5_801BADA0 = 0x801BADA0; //segment:ovl_i5 +D_i5_801BAF30 = 0x801BAF30; //segment:ovl_i5 +D_i5_801BAF4B = 0x801BAF4B; //segment:ovl_i5 +D_i5_801BAF4C = 0x801BAF4C; //segment:ovl_i5 +D_i5_801BAF58 = 0x801BAF58; //segment:ovl_i5 +D_i5_801BAF60 = 0x801BAF60; //segment:ovl_i5 +D_i5_801BAF6C = 0x801BAF6C; //segment:ovl_i5 +D_i5_801BAF78 = 0x801BAF78; //segment:ovl_i5 +D_i5_801BAF84 = 0x801BAF84; //segment:ovl_i5 +D_i5_801BAF90 = 0x801BAF90; //segment:ovl_i5 +D_i5_801BAF94 = 0x801BAF94; //segment:ovl_i5 +D_i5_801BAF98 = 0x801BAF98; //segment:ovl_i5 +D_i5_801BAF9C = 0x801BAF9C; //segment:ovl_i5 +D_i5_801BAFA8 = 0x801BAFA8; //segment:ovl_i5 +D_i5_801BAFC4 = 0x801BAFC4; //segment:ovl_i5 +D_i5_801BAFEC = 0x801BAFEC; //segment:ovl_i5 +D_i5_801BAFF8 = 0x801BAFF8; //segment:ovl_i5 +D_i5_801BB004 = 0x801BB004; //segment:ovl_i5 +D_i5_801BB010 = 0x801BB010; //segment:ovl_i5 +D_i5_801BB024 = 0x801BB024; //segment:ovl_i5 +D_i5_801BB048 = 0x801BB048; //segment:ovl_i5 +D_i5_801BB070 = 0x801BB070; //segment:ovl_i5 +D_i5_801BB072 = 0x801BB072; //segment:ovl_i5 +D_i5_801BB094 = 0x801BB094; //segment:ovl_i5 +D_i5_801BB0A0 = 0x801BB0A0; //segment:ovl_i5 +D_i5_801BB0AC = 0x801BB0AC; //segment:ovl_i5 +D_i5_801BB0B8 = 0x801BB0B8; //segment:ovl_i5 +D_i5_801BB0D0 = 0x801BB0D0; //segment:ovl_i5 +D_i5_801BB0DC = 0x801BB0DC; //segment:ovl_i5 +D_i5_801BB178 = 0x801BB178; //segment:ovl_i5 +D_i5_801BB1B0 = 0x801BB1B0; //segment:ovl_i5 +D_i5_801BB344 = 0x801BB344; //segment:ovl_i5 +D_i5_801BB3A0 = 0x801BB3A0; //segment:ovl_i5 +D_i5_801BB4B0 = 0x801BB4B0; //segment:ovl_i5 +D_i5_801BBA10 = 0x801BBA10; //segment:ovl_i5 +D_i5_801BBB78 = 0x801BBB78; //segment:ovl_i5 +D_i5_801BBB8A = 0x801BBB8A; //segment:ovl_i5 +D_i5_801BBB8C = 0x801BBB8C; //segment:ovl_i5 +D_i5_801BBB9E = 0x801BBB9E; //segment:ovl_i5 +D_i5_801BBBA0 = 0x801BBBA0; //segment:ovl_i5 +D_i5_801BBBD8 = 0x801BBBD8; //segment:ovl_i5 +D_i5_801BBBE0 = 0x801BBBE0; //segment:ovl_i5 +D_i5_801BBBE8 = 0x801BBBE8; //segment:ovl_i5 +D_i5_801BBDE8 = 0x801BBDE8; //segment:ovl_i5 +D_i5_801BBDEC = 0x801BBDEC; //segment:ovl_i5 +D_i5_801BC5FC = 0x801BC5FC; //segment:ovl_i5 +D_i5_801BC64C = 0x801BC64C; //segment:ovl_i5 +D_i5_801BC664 = 0x801BC664; //segment:ovl_i5 +D_i5_801BC6A4 = 0x801BC6A4; //segment:ovl_i5 +D_i5_801BC714 = 0x801BC714; //segment:ovl_i5 +D_i5_801BC734 = 0x801BC734; //segment:ovl_i5 +D_i5_801BC740 = 0x801BC740; //segment:ovl_i5 +D_i5_801BC74C = 0x801BC74C; //segment:ovl_i5 +D_i5_801BC758 = 0x801BC758; //segment:ovl_i5 +D_i5_801BC764 = 0x801BC764; //segment:ovl_i5 +D_i5_801BC770 = 0x801BC770; //segment:ovl_i5 +D_i5_801BC77C = 0x801BC77C; //segment:ovl_i5 +D_i5_801BC788 = 0x801BC788; //segment:ovl_i5 +D_i5_801BC794 = 0x801BC794; //segment:ovl_i5 +D_i5_801BC79C = 0x801BC79C; //segment:ovl_i5 +D_i5_801BC864 = 0x801BC864; //segment:ovl_i5 +D_i5_801BC884 = 0x801BC884; //segment:ovl_i5 +D_i5_801BC890 = 0x801BC890; //segment:ovl_i5 +D_i5_801BC8A4 = 0x801BC8A4; //segment:ovl_i5 +D_i5_801BD4C0 = 0x801BD4C0; //segment:ovl_i5 +D_i5_801BD4D4 = 0x801BD4D4; //segment:ovl_i5 +D_i5_801BDB78 = 0x801BDB78; //segment:ovl_i5 +D_i5_801BDC18 = 0x801BDC18; //segment:ovl_i5 +D_i5_801BDC1C = 0x801BDC1C; //segment:ovl_i5 +D_i5_801BDC20 = 0x801BDC20; //segment:ovl_i5 +D_i5_801BDC24 = 0x801BDC24; //segment:ovl_i5 +D_i5_801BDC28 = 0x801BDC28; //segment:ovl_i5 +D_i5_801BDC2C = 0x801BDC2C; //segment:ovl_i5 +D_i5_801BDFB0 = 0x801BDFB0; //segment:ovl_i5 +D_i5_801BE078 = 0x801BE078; //segment:ovl_i5 +D_i5_801BE148 = 0x801BE148; //segment:ovl_i5 +D_i5_801BE14C = 0x801BE14C; //segment:ovl_i5 +D_i5_801BE150 = 0x801BE150; //segment:ovl_i5 +D_i5_801BE154 = 0x801BE154; //segment:ovl_i5 +D_i5_801BE160 = 0x801BE160; //segment:ovl_i5 +D_i5_801BE16C = 0x801BE16C; //segment:ovl_i5 +D_i5_801BE178 = 0x801BE178; //segment:ovl_i5 +D_i5_801BE184 = 0x801BE184; //segment:ovl_i5 +D_i5_801BE190 = 0x801BE190; //segment:ovl_i5 +D_i5_801BE19C = 0x801BE19C; //segment:ovl_i5 +D_i5_801BE1A8 = 0x801BE1A8; //segment:ovl_i5 +D_i5_801BE1AC = 0x801BE1AC; //segment:ovl_i5 +D_i5_801BE1B8 = 0x801BE1B8; //segment:ovl_i5 +D_i5_801BE224 = 0x801BE224; //segment:ovl_i5 +D_i5_801BE234 = 0x801BE234; //segment:ovl_i5 +D_i5_801BE238 = 0x801BE238; //segment:ovl_i5 +D_i5_801BE248 = 0x801BE248; //segment:ovl_i5 +D_i5_801BE24C = 0x801BE24C; //segment:ovl_i5 +D_i5_801BE258 = 0x801BE258; //segment:ovl_i5 +D_i5_801BE25C = 0x801BE25C; //segment:ovl_i5 +D_i5_801BE260 = 0x801BE260; //segment:ovl_i5 +D_i5_801BE274 = 0x801BE274; //segment:ovl_i5 +D_i5_801BE28C = 0x801BE28C; //segment:ovl_i5 +D_i5_801BE294 = 0x801BE294; //segment:ovl_i5 +D_i5_801BE2A4 = 0x801BE2A4; //segment:ovl_i5 +D_i5_801BE2AC = 0x801BE2AC; //segment:ovl_i5 +D_i5_801BE2B4 = 0x801BE2B4; //segment:ovl_i5 +D_i5_801BE2C4 = 0x801BE2C4; //segment:ovl_i5 +D_i5_801BE2C8 = 0x801BE2C8; //segment:ovl_i5 +D_i5_801BE2CC = 0x801BE2CC; //segment:ovl_i5 +D_i5_801BE2D4 = 0x801BE2D4; //segment:ovl_i5 +D_i5_801BE2E4 = 0x801BE2E4; //segment:ovl_i5 +D_i5_801BE2F4 = 0x801BE2F4; //segment:ovl_i5 +D_i5_801BE304 = 0x801BE304; //segment:ovl_i5 +D_i5_801BE308 = 0x801BE308; //segment:ovl_i5 +D_i5_801BE318 = 0x801BE318; //segment:ovl_i5 +D_i5_801BE31C = 0x801BE31C; //segment:ovl_i5 +D_i5_801BE328 = 0x801BE328; //segment:ovl_i5 +D_i5_801BE32C = 0x801BE32C; //segment:ovl_i5 +D_i5_801BE330 = 0x801BE330; //segment:ovl_i5 +D_i5_801BE340 = 0x801BE340; //segment:ovl_i5 +D_i5_801BE350 = 0x801BE350; //segment:ovl_i5 +D_i5_801BE390 = 0x801BE390; //segment:ovl_i5 +D_i5_801BE3B0 = 0x801BE3B0; //segment:ovl_i5 +D_i5_801BE3BC = 0x801BE3BC; //segment:ovl_i5 +D_i5_801BE3D4 = 0x801BE3D4; //segment:ovl_i5 +D_i5_801BE3EC = 0x801BE3EC; //segment:ovl_i5 +D_i5_801BE404 = 0x801BE404; //segment:ovl_i5 +D_801BF920 = 0x801BF920; //segment:ovl_i5 +D_i5_801BF930 = 0x801BF930; //segment:ovl_i5 +D_i5_801BF948 = 0x801BF948; //segment:ovl_i5 +D_i5_801BFA14 = 0x801BFA14; //segment:ovl_i5 +D_i5_801BFA28 = 0x801BFA28; //segment:ovl_i5 +D_i5_801BFC28 = 0x801BFC28; //segment:ovl_i5 +D_i5_801BFD18 = 0x801BFD18; //segment:ovl_i5 +D_i5_801C0058 = 0x801C0058; //segment:ovl_i5 +D_i5_801C005C = 0x801C005C; //segment:ovl_i5 +D_i5_801C006C = 0x801C006C; //segment:ovl_i5 +D_i5_801C009C = 0x801C009C; //segment:ovl_i5 +D_i5_801C00A0 = 0x801C00A0; //segment:ovl_i5 +D_i5_801C042C = 0x801C042C; //segment:ovl_i5 +D_i5_801C0430 = 0x801C0430; //segment:ovl_i5 +D_i5_801C0434 = 0x801C0434; //segment:ovl_i5 +D_i5_801C0438 = 0x801C0438; //segment:ovl_i5 +D_i5_801C0450 = 0x801C0450; //segment:ovl_i5 +D_i5_801C0454 = 0x801C0454; //segment:ovl_i5 +D_i5_801C0458 = 0x801C0458; //segment:ovl_i5 +D_i5_801C045C = 0x801C045C; //segment:ovl_i5 +D_i5_801C045E = 0x801C045E; //segment:ovl_i5 +D_i5_801C0478 = 0x801C0478; //segment:ovl_i5 +D_i5_801C047C = 0x801C047C; //segment:ovl_i5 +D_i5_801C0480 = 0x801C0480; //segment:ovl_i5 +D_i5_801C0484 = 0x801C0484; //segment:ovl_i5 +D_i5_801C0486 = 0x801C0486; //segment:ovl_i5 +D_i5_801C04A0 = 0x801C04A0; //segment:ovl_i5 +D_i5_801C04A4 = 0x801C04A4; //segment:ovl_i5 +D_i5_801C04A8 = 0x801C04A8; //segment:ovl_i5 +D_i5_801C04AC = 0x801C04AC; //segment:ovl_i5 +D_i5_801C04AE = 0x801C04AE; //segment:ovl_i5 +D_i5_801C04B0 = 0x801C04B0; //segment:ovl_i5 +D_i5_801C0EB0 = 0x801C0EB0; //segment:ovl_i5 +D_i5_801C0F10 = 0x801C0F10; //segment:ovl_i5 +D_i5_801C0F70 = 0x801C0F70; //segment:ovl_i5 +D_i5_801C1300 = 0x801C1300; //segment:ovl_i5 +D_i5_801C1360 = 0x801C1360; //segment:ovl_i5 +D_i5_801C13C0 = 0x801C13C0; //segment:ovl_i5 +D_i5_801C1750 = 0x801C1750; //segment:ovl_i5 +D_i5_801C1BA0 = 0x801C1BA0; //segment:ovl_i5 +D_i5_801C1BE8 = 0x801C1BE8; //segment:ovl_i5 +D_i5_801C1C70 = 0x801C1C70; //segment:ovl_i5 +D_i5_801C1C74 = 0x801C1C74; //segment:ovl_i5 +D_i5_801C1C78 = 0x801C1C78; //segment:ovl_i5 +D_i5_801C1C7C = 0x801C1C7C; //segment:ovl_i5 +D_i5_801C1C80 = 0x801C1C80; //segment:ovl_i5 +D_i5_801C1C88 = 0x801C1C88; //segment:ovl_i5 +D_i5_801C1C90 = 0x801C1C90; //segment:ovl_i5 +D_i5_801C1C94 = 0x801C1C94; //segment:ovl_i5 +D_i5_801C1CAC = 0x801C1CAC; //segment:ovl_i5 +D_i5_801C1CB8 = 0x801C1CB8; //segment:ovl_i5 +D_i5_801C1CBC = 0x801C1CBC; //segment:ovl_i5 +D_i5_801C1CD4 = 0x801C1CD4; //segment:ovl_i5 +D_i5_801C1CDC = 0x801C1CDC; //segment:ovl_i5 +D_i5_801C1CE4 = 0x801C1CE4; //segment:ovl_i5 +D_i5_801C1D28 = 0x801C1D28; //segment:ovl_i5 +D_i5_801C1D32 = 0x801C1D32; //segment:ovl_i5 +D_i5_801C1D3F = 0x801C1D3F; //segment:ovl_i5 +D_i5_801C1D40 = 0x801C1D40; //segment:ovl_i5 +D_i5_801C1D48 = 0x801C1D48; //segment:ovl_i5 +D_i5_801C1D4A = 0x801C1D4A; //segment:ovl_i5 +D_i5_801C1D4B = 0x801C1D4B; //segment:ovl_i5 +D_i5_801C1D4C = 0x801C1D4C; //segment:ovl_i5 +D_i5_801C1D4E = 0x801C1D4E; //segment:ovl_i5 +D_i5_801C1D50 = 0x801C1D50; //segment:ovl_i5 +D_i5_801C1D58 = 0x801C1D58; //segment:ovl_i5 +D_i5_801C1D5C = 0x801C1D5C; //segment:ovl_i5 +D_i5_801C1D5E = 0x801C1D5E; //segment:ovl_i5 +D_i5_801C1D6A = 0x801C1D6A; //segment:ovl_i5 +D_i5_801C1D6C = 0x801C1D6C; //segment:ovl_i5 +D_i5_801C1D7C = 0x801C1D7C; //segment:ovl_i5 +D_i5_801C1DA0 = 0x801C1DA0; //segment:ovl_i5 +D_i5_801C1DA4 = 0x801C1DA4; //segment:ovl_i5 +D_i5_801C1DA8 = 0x801C1DA8; //segment:ovl_i5 +D_i5_801C1DBC = 0x801C1DBC; //segment:ovl_i5 +D_i5_801C1DC0 = 0x801C1DC0; //segment:ovl_i5 +D_i5_801C1DF0 = 0x801C1DF0; //segment:ovl_i5 +D_i5_801C1DF4 = 0x801C1DF4; //segment:ovl_i5 +D_i5_801C1DF8 = 0x801C1DF8; //segment:ovl_i5 +D_i5_801C1DFC = 0x801C1DFC; //segment:ovl_i5 +D_i5_801C1E20 = 0x801C1E20; //segment:ovl_i5 +D_i5_801C1E24 = 0x801C1E24; //segment:ovl_i5 +D_i5_801C1E28 = 0x801C1E28; //segment:ovl_i5 +D_i5_801C1E68 = 0x801C1E68; //segment:ovl_i5 +D_i5_801C20C0 = 0x801C20C0; //segment:ovl_i5 +D_i5_801C20CC = 0x801C20CC; //segment:ovl_i5 +D_i5_801C20D8 = 0x801C20D8; //segment:ovl_i5 +D_i5_801C20E4 = 0x801C20E4; //segment:ovl_i5 +D_i5_801C20F0 = 0x801C20F0; //segment:ovl_i5 +D_i5_801C20FC = 0x801C20FC; //segment:ovl_i5 +D_i5_801C2108 = 0x801C2108; //segment:ovl_i5 +D_i5_801C2114 = 0x801C2114; //segment:ovl_i5 +D_i5_801C2120 = 0x801C2120; //segment:ovl_i5 +D_i5_801C212C = 0x801C212C; //segment:ovl_i5 +D_i5_801C2138 = 0x801C2138; //segment:ovl_i5 +D_i5_801C2144 = 0x801C2144; //segment:ovl_i5 +D_i5_801C2150 = 0x801C2150; //segment:ovl_i5 +D_i5_801C215C = 0x801C215C; //segment:ovl_i5 +D_i5_801C2170 = 0x801C2170; //segment:ovl_i5 +D_i5_801C2174 = 0x801C2174; //segment:ovl_i5 +D_i5_801C2178 = 0x801C2178; //segment:ovl_i5 +D_i5_801C5778 = 0x801C5778; //segment:ovl_i5 +D_i5_801C5E78 = 0x801C5E78; //segment:ovl_i5 +D_i5_801C5EE8 = 0x801C5EE8; //segment:ovl_i5 +D_i5_801C5F58 = 0x801C5F58; //segment:ovl_i5 +D_i5_801C9630 = 0x801C9630; //segment:ovl_i5 +D_i5_801C9634 = 0x801C9634; //segment:ovl_i5 +D_i5_801C9638 = 0x801C9638; //segment:ovl_i5 +D_i5_801C963C = 0x801C963C; //segment:ovl_i5 +D_i5_801C9640 = 0x801C9640; //segment:ovl_i5 +D_i5_801C9644 = 0x801C9644; //segment:ovl_i5 +D_i5_801C9648 = 0x801C9648; //segment:ovl_i5 +D_i5_801C9D08 = 0x801C9D08; //segment:ovl_i5 +D_i5_801C9D10 = 0x801C9D10; //segment:ovl_i5 +D_i5_801C9D18 = 0x801C9D18; //segment:ovl_i5 +D_i5_801C9FE8 = 0x801C9FE8; //segment:ovl_i5 +D_i5_801CA2B8 = 0x801CA2B8; //segment:ovl_i5 +D_i5_801CA588 = 0x801CA588; //segment:ovl_i5 +D_i5_801CA858 = 0x801CA858; //segment:ovl_i5 +D_i5_801CA864 = 0x801CA864; //segment:ovl_i5 +D_i5_801CA888 = 0x801CA888; //segment:ovl_i5 + +func_i6_8018B020 = 0x8018B020; //segment:ovl_i6 +func_i6_8018B030 = 0x8018B030; //segment:ovl_i6 +func_i6_8018B17C = 0x8018B17C; //segment:ovl_i6 +func_i6_8018B19C = 0x8018B19C; //segment:ovl_i6 +func_i6_8018B1FC = 0x8018B1FC; //segment:ovl_i6 +func_i6_8018B3A8 = 0x8018B3A8; //segment:ovl_i6 +func_i6_8018B75C = 0x8018B75C; //segment:ovl_i6 +func_i6_8018BBE4 = 0x8018BBE4; //segment:ovl_i6 +func_i6_8018BF48 = 0x8018BF48; //segment:ovl_i6 +func_i6_8018BF68 = 0x8018BF68; //segment:ovl_i6 +func_i6_8018C028 = 0x8018C028; //segment:ovl_i6 +func_i6_8018C160 = 0x8018C160; //segment:ovl_i6 +func_i6_8018C2B0 = 0x8018C2B0; //segment:ovl_i6 +func_i6_8018C37C = 0x8018C37C; //segment:ovl_i6 +func_i6_8018C3F4 = 0x8018C3F4; //segment:ovl_i6 +func_i6_8018C54C = 0x8018C54C; //segment:ovl_i6 +func_i6_8018C7B8 = 0x8018C7B8; //segment:ovl_i6 +func_i6_8018CB98 = 0x8018CB98; //segment:ovl_i6 +func_i6_8018CD14 = 0x8018CD14; //segment:ovl_i6 +func_i6_8018CE3C = 0x8018CE3C; //segment:ovl_i6 +func_i6_8018CEB8 = 0x8018CEB8; //segment:ovl_i6 +func_i6_8018CF60 = 0x8018CF60; //segment:ovl_i6 +func_i6_8018D210 = 0x8018D210; //segment:ovl_i6 +func_i6_8018D4D0 = 0x8018D4D0; //segment:ovl_i6 +func_i6_8018D5EC = 0x8018D5EC; //segment:ovl_i6 +func_i6_8018D65C = 0x8018D65C; //segment:ovl_i6 +func_i6_8018EF50 = 0x8018EF50; //segment:ovl_i6 +func_i6_8018F394 = 0x8018F394; //segment:ovl_i6 +func_i6_8018F8AC = 0x8018F8AC; //segment:ovl_i6 +func_i6_8018FE64 = 0x8018FE64; //segment:ovl_i6 +func_i6_80190134 = 0x80190134; //segment:ovl_i6 +func_i6_80190208 = 0x80190208; //segment:ovl_i6 +func_i6_80190274 = 0x80190274; //segment:ovl_i6 +func_i6_801903A8 = 0x801903A8; //segment:ovl_i6 +func_i6_8019042C = 0x8019042C; //segment:ovl_i6 +func_i6_80190524 = 0x80190524; //segment:ovl_i6 +func_i6_801905A8 = 0x801905A8; //segment:ovl_i6 +func_i6_80190A6C = 0x80190A6C; //segment:ovl_i6 +func_i6_80190BAC = 0x80190BAC; //segment:ovl_i6 +func_i6_80190C40 = 0x80190C40; //segment:ovl_i6 +func_i6_80190D84 = 0x80190D84; //segment:ovl_i6 +func_i6_80191494 = 0x80191494; //segment:ovl_i6 +func_i6_80191568 = 0x80191568; //segment:ovl_i6 +func_i6_801916C4 = 0x801916C4; //segment:ovl_i6 +func_i6_801952C0 = 0x801952C0; //segment:ovl_i6 +func_i6_80195F84 = 0x80195F84; //segment:ovl_i6 +func_i6_80196398 = 0x80196398; //segment:ovl_i6 +func_i6_80196964 = 0x80196964; //segment:ovl_i6 +func_i6_80196D14 = 0x80196D14; //segment:ovl_i6 +func_i6_80196E50 = 0x80196E50; //segment:ovl_i6 +func_i6_80196FBC = 0x80196FBC; //segment:ovl_i6 +func_i6_80196FDC = 0x80196FDC; //segment:ovl_i6 +func_i6_8019703C = 0x8019703C; //segment:ovl_i6 +func_i6_80197084 = 0x80197084; //segment:ovl_i6 +func_i6_801970A4 = 0x801970A4; //segment:ovl_i6 +func_i6_80197138 = 0x80197138; //segment:ovl_i6 +func_i6_801971E0 = 0x801971E0; //segment:ovl_i6 +func_i6_80197470 = 0x80197470; //segment:ovl_i6 +func_i6_801975B4 = 0x801975B4; //segment:ovl_i6 +func_i6_8019771C = 0x8019771C; //segment:ovl_i6 +func_i6_801998F4 = 0x801998F4; //segment:ovl_i6 +func_i6_80199C5C = 0x80199C5C; //segment:ovl_i6 +func_i6_80199CC0 = 0x80199CC0; //segment:ovl_i6 +func_i6_80199CFC = 0x80199CFC; //segment:ovl_i6 +func_i6_80199D38 = 0x80199D38; //segment:ovl_i6 +func_i6_80199DA4 = 0x80199DA4; //segment:ovl_i6 +func_i6_80199DC4 = 0x80199DC4; //segment:ovl_i6 +func_i6_8019A3FC = 0x8019A3FC; //segment:ovl_i6 +func_i6_8019A68C = 0x8019A68C; //segment:ovl_i6 +func_i6_8019A81C = 0x8019A81C; //segment:ovl_i6 +func_i6_8019B5B0 = 0x8019B5B0; //segment:ovl_i6 +func_i6_8019B6E4 = 0x8019B6E4; //segment:ovl_i6 +func_i6_8019B738 = 0x8019B738; //segment:ovl_i6 +func_i6_8019B744 = 0x8019B744; //segment:ovl_i6 +func_i6_8019B998 = 0x8019B998; //segment:ovl_i6 +func_i6_8019BA04 = 0x8019BA04; //segment:ovl_i6 +func_i6_8019BCB8 = 0x8019BCB8; //segment:ovl_i6 +func_i6_8019BCC4 = 0x8019BCC4; //segment:ovl_i6 +func_i6_8019BE64 = 0x8019BE64; //segment:ovl_i6 +func_i6_8019C53C = 0x8019C53C; //segment:ovl_i6 +func_i6_8019C758 = 0x8019C758; //segment:ovl_i6 +func_i6_8019C9D0 = 0x8019C9D0; //segment:ovl_i6 +func_i6_8019CEA8 = 0x8019CEA8; //segment:ovl_i6 +func_i6_8019D7C8 = 0x8019D7C8; //segment:ovl_i6 +func_i6_8019D810 = 0x8019D810; //segment:ovl_i6 +func_i6_8019DE98 = 0x8019DE98; //segment:ovl_i6 +func_i6_8019DF84 = 0x8019DF84; //segment:ovl_i6 +func_i6_8019E0A4 = 0x8019E0A4; //segment:ovl_i6 +func_i6_8019E0D0 = 0x8019E0D0; //segment:ovl_i6 +func_i6_8019E28C = 0x8019E28C; //segment:ovl_i6 +func_i6_8019E2F4 = 0x8019E2F4; //segment:ovl_i6 +func_i6_8019E464 = 0x8019E464; //segment:ovl_i6 +func_i6_8019E548 = 0x8019E548; //segment:ovl_i6 +func_i6_8019E918 = 0x8019E918; //segment:ovl_i6 +func_i6_8019E944 = 0x8019E944; //segment:ovl_i6 +func_i6_8019EF78 = 0x8019EF78; //segment:ovl_i6 +func_i6_8019F01C = 0x8019F01C; //segment:ovl_i6 +func_i6_8019F138 = 0x8019F138; //segment:ovl_i6 +func_i6_8019F60C = 0x8019F60C; //segment:ovl_i6 +func_i6_8019F664 = 0x8019F664; //segment:ovl_i6 +func_i6_8019FBE4 = 0x8019FBE4; //segment:ovl_i6 +func_i6_801A02CC = 0x801A02CC; //segment:ovl_i6 +func_i6_801A1684 = 0x801A1684; //segment:ovl_i6 +func_i6_801A1848 = 0x801A1848; //segment:ovl_i6 +func_i6_801A1A4C = 0x801A1A4C; //segment:ovl_i6 +func_i6_801A1CFC = 0x801A1CFC; //segment:ovl_i6 +func_i6_801A25B8 = 0x801A25B8; //segment:ovl_i6 +func_i6_801A2898 = 0x801A2898; //segment:ovl_i6 +func_i6_801A391C = 0x801A391C; //segment:ovl_i6 +func_i6_801A3F2C = 0x801A3F2C; //segment:ovl_i6 +func_i6_801A40C0 = 0x801A40C0; //segment:ovl_i6 +func_i6_801A4218 = 0x801A4218; //segment:ovl_i6 +func_i6_801A4424 = 0x801A4424; //segment:ovl_i6 +func_i6_801A44DC = 0x801A44DC; //segment:ovl_i6 +func_i6_801A7418 = 0x801A7418; //segment:ovl_i6 +func_i6_801A756C = 0x801A756C; //segment:ovl_i6 +func_i6_801A75F0 = 0x801A75F0; //segment:ovl_i6 +func_i6_801A8434 = 0x801A8434; //segment:ovl_i6 +func_i6_801A8650 = 0x801A8650; //segment:ovl_i6 +func_i6_801A86CC = 0x801A86CC; //segment:ovl_i6 +func_i6_801A8860 = 0x801A8860; //segment:ovl_i6 +func_i6_801A8CD4 = 0x801A8CD4; //segment:ovl_i6 +func_i6_801A8F70 = 0x801A8F70; //segment:ovl_i6 +func_i6_801A922C = 0x801A922C; //segment:ovl_i6 +func_i6_801A92B8 = 0x801A92B8; //segment:ovl_i6 +func_i6_801A94E4 = 0x801A94E4; //segment:ovl_i6 +func_i6_801A99D0 = 0x801A99D0; //segment:ovl_i6 +func_i6_801A9B74 = 0x801A9B74; //segment:ovl_i6 +D_i6_801AA170 = 0x801AA170; //segment:ovl_i6 +D_i6_801AA180 = 0x801AA180; //segment:ovl_i6 +D_i6_801AA1A0 = 0x801AA1A0; //segment:ovl_i6 +D_i6_801AA1C8 = 0x801AA1C8; //segment:ovl_i6 +D_i6_801AA1D4 = 0x801AA1D4; //segment:ovl_i6 +D_i6_801AA1E0 = 0x801AA1E0; //segment:ovl_i6 +D_i6_801AA1E4 = 0x801AA1E4; //segment:ovl_i6 +D_i6_801AA1E8 = 0x801AA1E8; //segment:ovl_i6 +D_i6_801AA1EC = 0x801AA1EC; //segment:ovl_i6 +D_i6_801AA1F8 = 0x801AA1F8; //segment:ovl_i6 +D_i6_801AA1FC = 0x801AA1FC; //segment:ovl_i6 +D_i6_801AA200 = 0x801AA200; //segment:ovl_i6 +D_i6_801AA204 = 0x801AA204; //segment:ovl_i6 +D_i6_801AA210 = 0x801AA210; //segment:ovl_i6 +D_i6_801AA21C = 0x801AA21C; //segment:ovl_i6 +D_i6_801AA228 = 0x801AA228; //segment:ovl_i6 +D_i6_801AA234 = 0x801AA234; //segment:ovl_i6 +D_i6_801AA240 = 0x801AA240; //segment:ovl_i6 +D_i6_801AA24C = 0x801AA24C; //segment:ovl_i6 +D_i6_801AA258 = 0x801AA258; //segment:ovl_i6 +D_i6_801AA264 = 0x801AA264; //segment:ovl_i6 +D_i6_801AA270 = 0x801AA270; //segment:ovl_i6 +D_i6_801AA27C = 0x801AA27C; //segment:ovl_i6 +D_i6_801AA288 = 0x801AA288; //segment:ovl_i6 +D_i6_801AA2C0 = 0x801AA2C0; //segment:ovl_i6 +D_i6_801AA2CC = 0x801AA2CC; //segment:ovl_i6 +D_i6_801AA30C = 0x801AA30C; //segment:ovl_i6 +D_i6_801AA318 = 0x801AA318; //segment:ovl_i6 +D_i6_801AA320 = 0x801AA320; //segment:ovl_i6 +D_i6_801AA350 = 0x801AA350; //segment:ovl_i6 +D_i6_801AA35C = 0x801AA35C; //segment:ovl_i6 +D_i6_801AA368 = 0x801AA368; //segment:ovl_i6 +D_i6_801AA374 = 0x801AA374; //segment:ovl_i6 +D_i6_801AA380 = 0x801AA380; //segment:ovl_i6 +D_i6_801AA38C = 0x801AA38C; //segment:ovl_i6 +D_i6_801AA398 = 0x801AA398; //segment:ovl_i6 +D_i6_801AA3A4 = 0x801AA3A4; //segment:ovl_i6 +D_i6_801AA3B0 = 0x801AA3B0; //segment:ovl_i6 +D_i6_801AA3BC = 0x801AA3BC; //segment:ovl_i6 +D_i6_801AA40C = 0x801AA40C; //segment:ovl_i6 +D_i6_801AA484 = 0x801AA484; //segment:ovl_i6 +D_i6_801AA4FC = 0x801AA4FC; //segment:ovl_i6 +D_i6_801AA538 = 0x801AA538; //segment:ovl_i6 +D_i6_801AA544 = 0x801AA544; //segment:ovl_i6 +D_i6_801AA550 = 0x801AA550; //segment:ovl_i6 +D_i6_801AA568 = 0x801AA568; //segment:ovl_i6 +D_i6_801AA574 = 0x801AA574; //segment:ovl_i6 +D_i6_801AA590 = 0x801AA590; //segment:ovl_i6 +D_801AB940 = 0x801AB940; //segment:ovl_i6 +D_i6_801AB950 = 0x801AB950; //segment:ovl_i6 +D_i6_801AB954 = 0x801AB954; //segment:ovl_i6 +D_i6_801AB958 = 0x801AB958; //segment:ovl_i6 +D_i6_801AB95C = 0x801AB95C; //segment:ovl_i6 +D_i6_801AB960 = 0x801AB960; //segment:ovl_i6 +D_i6_801AB964 = 0x801AB964; //segment:ovl_i6 +D_i6_801AB968 = 0x801AB968; //segment:ovl_i6 +D_i6_801AB96C = 0x801AB96C; //segment:ovl_i6 +D_i6_801AB970 = 0x801AB970; //segment:ovl_i6 +D_i6_801AB974 = 0x801AB974; //segment:ovl_i6 +D_i6_801AB978 = 0x801AB978; //segment:ovl_i6 +D_i6_801AB97C = 0x801AB97C; //segment:ovl_i6 +D_i6_801AB980 = 0x801AB980; //segment:ovl_i6 +D_i6_801AB984 = 0x801AB984; //segment:ovl_i6 +D_i6_801AB988 = 0x801AB988; //segment:ovl_i6 +D_i6_801AB98C = 0x801AB98C; //segment:ovl_i6 +D_i6_801AB990 = 0x801AB990; //segment:ovl_i6 +D_i6_801ABE40 = 0x801ABE40; //segment:ovl_i6 +D_i6_801ABE50 = 0x801ABE50; //segment:ovl_i6 + +func_menu_8018B020 = 0x8018B020; //segment:ovl_menu +func_menu_8018B0E0 = 0x8018B0E0; //segment:ovl_menu +func_menu_8018B254 = 0x8018B254; //segment:ovl_menu +func_menu_8018B2F0 = 0x8018B2F0; //segment:ovl_menu +func_menu_8018B3D8 = 0x8018B3D8; //segment:ovl_menu +func_menu_8018B5BC = 0x8018B5BC; //segment:ovl_menu +func_menu_8018B600 = 0x8018B600; //segment:ovl_menu +func_menu_8018B7A8 = 0x8018B7A8; //segment:ovl_menu +func_menu_8018B8B4 = 0x8018B8B4; //segment:ovl_menu +func_menu_8018BAFC = 0x8018BAFC; //segment:ovl_menu +func_menu_8018BCE8 = 0x8018BCE8; //segment:ovl_menu +func_menu_8018C3C4 = 0x8018C3C4; //segment:ovl_menu +func_menu_8018CCE4 = 0x8018CCE4; //segment:ovl_menu +func_menu_8018CFC4 = 0x8018CFC4; //segment:ovl_menu +func_menu_8018D42C = 0x8018D42C; //segment:ovl_menu +func_menu_8018DE08 = 0x8018DE08; //segment:ovl_menu +func_menu_8018DE48 = 0x8018DE48; //segment:ovl_menu +func_menu_8018E154 = 0x8018E154; //segment:ovl_menu +func_menu_8018E4A0 = 0x8018E4A0; //segment:ovl_menu +func_menu_8018E6D0 = 0x8018E6D0; //segment:ovl_menu +func_menu_8018E7FC = 0x8018E7FC; //segment:ovl_menu +func_menu_8018EB48 = 0x8018EB48; //segment:ovl_menu +func_menu_8018EB68 = 0x8018EB68; //segment:ovl_menu +func_menu_8018F0D4 = 0x8018F0D4; //segment:ovl_menu +func_menu_8018FC58 = 0x8018FC58; //segment:ovl_menu +func_menu_8018FD04 = 0x8018FD04; //segment:ovl_menu +func_menu_80190188 = 0x80190188; //segment:ovl_menu +func_menu_801906D4 = 0x801906D4; //segment:ovl_menu +func_menu_80190774 = 0x80190774; //segment:ovl_menu +func_menu_801908E0 = 0x801908E0; //segment:ovl_menu +func_menu_80190DFC = 0x80190DFC; //segment:ovl_menu +func_menu_80191054 = 0x80191054; //segment:ovl_menu +func_menu_80191350 = 0x80191350; //segment:ovl_menu +func_menu_801918D4 = 0x801918D4; //segment:ovl_menu +func_menu_80191A28 = 0x80191A28; //segment:ovl_menu +func_menu_80191B74 = 0x80191B74; //segment:ovl_menu +func_menu_80191D1C = 0x80191D1C; //segment:ovl_menu +func_menu_80192184 = 0x80192184; //segment:ovl_menu +func_menu_80192580 = 0x80192580; //segment:ovl_menu +func_menu_801928D0 = 0x801928D0; //segment:ovl_menu +func_menu_80192F40 = 0x80192F40; //segment:ovl_menu +func_menu_80193188 = 0x80193188; //segment:ovl_menu +func_menu_80193280 = 0x80193280; //segment:ovl_menu +func_menu_80193360 = 0x80193360; //segment:ovl_menu +func_menu_801933E8 = 0x801933E8; //segment:ovl_menu +func_menu_801937BC = 0x801937BC; //segment:ovl_menu +func_menu_801938B0 = 0x801938B0; //segment:ovl_menu +func_menu_80193B58 = 0x80193B58; //segment:ovl_menu +func_menu_80193D28 = 0x80193D28; //segment:ovl_menu +func_menu_80193F9C = 0x80193F9C; //segment:ovl_menu +func_menu_80194284 = 0x80194284; //segment:ovl_menu +func_menu_80194670 = 0x80194670; //segment:ovl_menu +func_menu_801947B8 = 0x801947B8; //segment:ovl_menu +func_menu_80194850 = 0x80194850; //segment:ovl_menu +func_menu_801949BC = 0x801949BC; //segment:ovl_menu +func_menu_80194BA8 = 0x80194BA8; //segment:ovl_menu +func_menu_80194BE8 = 0x80194BE8; //segment:ovl_menu +func_menu_80194D14 = 0x80194D14; //segment:ovl_menu +func_menu_80194E60 = 0x80194E60; //segment:ovl_menu +func_menu_80194FE4 = 0x80194FE4; //segment:ovl_menu +func_menu_80195064 = 0x80195064; //segment:ovl_menu +func_menu_801951F0 = 0x801951F0; //segment:ovl_menu +func_menu_801953B8 = 0x801953B8; //segment:ovl_menu +func_menu_801954DC = 0x801954DC; //segment:ovl_menu +func_menu_80195588 = 0x80195588; //segment:ovl_menu +func_menu_80195640 = 0x80195640; //segment:ovl_menu +func_menu_80195708 = 0x80195708; //segment:ovl_menu +func_menu_80195880 = 0x80195880; //segment:ovl_menu +func_menu_80195E4C = 0x80195E4C; //segment:ovl_menu +func_menu_80195F18 = 0x80195F18; //segment:ovl_menu +func_menu_801960D8 = 0x801960D8; //segment:ovl_menu +func_menu_8019626C = 0x8019626C; //segment:ovl_menu +func_menu_80196408 = 0x80196408; //segment:ovl_menu +func_menu_801964EC = 0x801964EC; //segment:ovl_menu +func_menu_8019668C = 0x8019668C; //segment:ovl_menu +func_menu_80196810 = 0x80196810; //segment:ovl_menu +func_menu_8019688C = 0x8019688C; //segment:ovl_menu +func_menu_80196944 = 0x80196944; //segment:ovl_menu +func_menu_80196D60 = 0x80196D60; //segment:ovl_menu +func_menu_801979D8 = 0x801979D8; //segment:ovl_menu +func_menu_80197C78 = 0x80197C78; //segment:ovl_menu +func_menu_80197DE0 = 0x80197DE0; //segment:ovl_menu +func_menu_80198700 = 0x80198700; //segment:ovl_menu +func_menu_80198888 = 0x80198888; //segment:ovl_menu +func_menu_80198AB8 = 0x80198AB8; //segment:ovl_menu +func_menu_80198CFC = 0x80198CFC; //segment:ovl_menu +func_menu_80198DE0 = 0x80198DE0; //segment:ovl_menu +func_menu_80198F04 = 0x80198F04; //segment:ovl_menu +func_menu_801996C0 = 0x801996C0; //segment:ovl_menu +func_menu_80199CFC = 0x80199CFC; //segment:ovl_menu +func_menu_80199D64 = 0x80199D64; //segment:ovl_menu +func_menu_80199F94 = 0x80199F94; //segment:ovl_menu +func_menu_8019A69C = 0x8019A69C; //segment:ovl_menu +func_menu_8019A724 = 0x8019A724; //segment:ovl_menu +func_menu_8019A790 = 0x8019A790; //segment:ovl_menu +func_menu_8019A930 = 0x8019A930; //segment:ovl_menu +func_menu_8019AAC8 = 0x8019AAC8; //segment:ovl_menu +func_menu_8019AC74 = 0x8019AC74; //segment:ovl_menu +func_menu_8019B274 = 0x8019B274; //segment:ovl_menu +func_menu_8019B490 = 0x8019B490; //segment:ovl_menu +func_menu_8019B4D4 = 0x8019B4D4; //segment:ovl_menu +func_menu_8019B754 = 0x8019B754; //segment:ovl_menu +func_menu_8019B970 = 0x8019B970; //segment:ovl_menu +func_menu_8019BFF0 = 0x8019BFF0; //segment:ovl_menu +func_menu_8019C098 = 0x8019C098; //segment:ovl_menu +func_menu_8019C138 = 0x8019C138; //segment:ovl_menu +func_menu_8019C160 = 0x8019C160; //segment:ovl_menu +func_menu_8019C210 = 0x8019C210; //segment:ovl_menu +func_menu_8019C2F8 = 0x8019C2F8; //segment:ovl_menu +func_menu_8019C55C = 0x8019C55C; //segment:ovl_menu +func_menu_8019C6E8 = 0x8019C6E8; //segment:ovl_menu +func_menu_8019CAD0 = 0x8019CAD0; //segment:ovl_menu +func_menu_8019CBF8 = 0x8019CBF8; //segment:ovl_menu +func_menu_8019CF60 = 0x8019CF60; //segment:ovl_menu +func_menu_8019D014 = 0x8019D014; //segment:ovl_menu +func_menu_8019D2D8 = 0x8019D2D8; //segment:ovl_menu +func_menu_8019D4C8 = 0x8019D4C8; //segment:ovl_menu +func_menu_8019D614 = 0x8019D614; //segment:ovl_menu +func_menu_8019D834 = 0x8019D834; //segment:ovl_menu +func_menu_8019D96C = 0x8019D96C; //segment:ovl_menu +func_menu_8019DB98 = 0x8019DB98; //segment:ovl_menu +func_menu_8019DCD8 = 0x8019DCD8; //segment:ovl_menu +func_menu_8019E504 = 0x8019E504; //segment:ovl_menu +func_menu_8019E5F0 = 0x8019E5F0; //segment:ovl_menu +func_menu_8019E630 = 0x8019E630; //segment:ovl_menu +func_menu_8019E790 = 0x8019E790; //segment:ovl_menu +func_menu_8019E808 = 0x8019E808; //segment:ovl_menu +func_menu_8019EAF8 = 0x8019EAF8; //segment:ovl_menu +func_menu_8019EB8C = 0x8019EB8C; //segment:ovl_menu +func_menu_8019F278 = 0x8019F278; //segment:ovl_menu +func_menu_8019F378 = 0x8019F378; //segment:ovl_menu +func_menu_8019F450 = 0x8019F450; //segment:ovl_menu +func_menu_8019F47C = 0x8019F47C; //segment:ovl_menu +func_menu_8019F4E8 = 0x8019F4E8; //segment:ovl_menu +func_menu_8019F56C = 0x8019F56C; //segment:ovl_menu +func_menu_8019F5D8 = 0x8019F5D8; //segment:ovl_menu +func_menu_8019F65C = 0x8019F65C; //segment:ovl_menu +func_menu_8019F6A4 = 0x8019F6A4; //segment:ovl_menu +func_menu_8019F8A0 = 0x8019F8A0; //segment:ovl_menu +func_menu_8019FAA0 = 0x8019FAA0; //segment:ovl_menu +func_menu_8019FD18 = 0x8019FD18; //segment:ovl_menu +func_menu_8019FE78 = 0x8019FE78; //segment:ovl_menu +func_menu_8019FEF4 = 0x8019FEF4; //segment:ovl_menu +func_menu_801A01AC = 0x801A01AC; //segment:ovl_menu +func_menu_801A04CC = 0x801A04CC; //segment:ovl_menu +func_menu_801A0710 = 0x801A0710; //segment:ovl_menu +func_menu_801A0944 = 0x801A0944; //segment:ovl_menu +func_menu_801A0B70 = 0x801A0B70; //segment:ovl_menu +func_menu_801A0C9C = 0x801A0C9C; //segment:ovl_menu +func_menu_801A0D98 = 0x801A0D98; //segment:ovl_menu +func_menu_801A0EBC = 0x801A0EBC; //segment:ovl_menu +func_menu_801A0EE4 = 0x801A0EE4; //segment:ovl_menu +func_menu_801A0FE4 = 0x801A0FE4; //segment:ovl_menu +func_menu_801A10E4 = 0x801A10E4; //segment:ovl_menu +func_menu_801A11D0 = 0x801A11D0; //segment:ovl_menu +func_menu_801A1270 = 0x801A1270; //segment:ovl_menu +func_menu_801A141C = 0x801A141C; //segment:ovl_menu +func_menu_801A14A8 = 0x801A14A8; //segment:ovl_menu +func_menu_801A1560 = 0x801A1560; //segment:ovl_menu +func_menu_801A1678 = 0x801A1678; //segment:ovl_menu +func_menu_801A174C = 0x801A174C; //segment:ovl_menu +func_menu_801A1A44 = 0x801A1A44; //segment:ovl_menu +func_menu_801A1BCC = 0x801A1BCC; //segment:ovl_menu +func_menu_801A1C98 = 0x801A1C98; //segment:ovl_menu +func_menu_801A1E54 = 0x801A1E54; //segment:ovl_menu +func_menu_801A1EF4 = 0x801A1EF4; //segment:ovl_menu +func_menu_801A2110 = 0x801A2110; //segment:ovl_menu +func_menu_801A21F0 = 0x801A21F0; //segment:ovl_menu +func_menu_801A2388 = 0x801A2388; //segment:ovl_menu +func_menu_801A275C = 0x801A275C; //segment:ovl_menu +func_menu_801A2C80 = 0x801A2C80; //segment:ovl_menu +func_menu_801A317C = 0x801A317C; //segment:ovl_menu +func_menu_801A3344 = 0x801A3344; //segment:ovl_menu +func_menu_801A33A0 = 0x801A33A0; //segment:ovl_menu +func_menu_801A34E8 = 0x801A34E8; //segment:ovl_menu +func_menu_801A35D8 = 0x801A35D8; //segment:ovl_menu +func_menu_801A369C = 0x801A369C; //segment:ovl_menu +func_menu_801A38F0 = 0x801A38F0; //segment:ovl_menu +func_menu_801A3E00 = 0x801A3E00; //segment:ovl_menu +func_menu_801A3E5C = 0x801A3E5C; //segment:ovl_menu +func_menu_801A3EC8 = 0x801A3EC8; //segment:ovl_menu +func_menu_801A3ED0 = 0x801A3ED0; //segment:ovl_menu +func_menu_801A3F9C = 0x801A3F9C; //segment:ovl_menu +func_menu_801A4764 = 0x801A4764; //segment:ovl_menu +func_menu_801A4A2C = 0x801A4A2C; //segment:ovl_menu +func_menu_801A4C00 = 0x801A4C00; //segment:ovl_menu +func_menu_801A4E3C = 0x801A4E3C; //segment:ovl_menu +func_menu_801A4F14 = 0x801A4F14; //segment:ovl_menu +func_menu_801A4F80 = 0x801A4F80; //segment:ovl_menu +func_menu_801A5020 = 0x801A5020; //segment:ovl_menu +func_menu_801A5208 = 0x801A5208; //segment:ovl_menu +func_menu_801A5320 = 0x801A5320; //segment:ovl_menu +func_menu_801A554C = 0x801A554C; //segment:ovl_menu +func_menu_801A57AC = 0x801A57AC; //segment:ovl_menu +func_menu_801A5BB8 = 0x801A5BB8; //segment:ovl_menu +func_menu_801A5D8C = 0x801A5D8C; //segment:ovl_menu +func_menu_801A5DEC = 0x801A5DEC; //segment:ovl_menu +func_menu_801A5F58 = 0x801A5F58; //segment:ovl_menu +func_menu_801A63B4 = 0x801A63B4; //segment:ovl_menu +func_menu_801A6810 = 0x801A6810; //segment:ovl_menu +func_menu_801A6BCC = 0x801A6BCC; //segment:ovl_menu +func_menu_801A704C = 0x801A704C; //segment:ovl_menu +func_menu_801A7238 = 0x801A7238; //segment:ovl_menu +func_menu_801A7364 = 0x801A7364; //segment:ovl_menu +func_menu_801A794C = 0x801A794C; //segment:ovl_menu +func_menu_801A7C10 = 0x801A7C10; //segment:ovl_menu +func_menu_801A7CBC = 0x801A7CBC; //segment:ovl_menu +func_menu_801A7E64 = 0x801A7E64; //segment:ovl_menu +func_menu_801A81D8 = 0x801A81D8; //segment:ovl_menu +func_menu_801A8504 = 0x801A8504; //segment:ovl_menu +func_menu_801A8A8C = 0x801A8A8C; //segment:ovl_menu +func_menu_801A8B9C = 0x801A8B9C; //segment:ovl_menu +func_menu_801A8CF4 = 0x801A8CF4; //segment:ovl_menu +func_menu_801A904C = 0x801A904C; //segment:ovl_menu +func_menu_801A99E8 = 0x801A99E8; //segment:ovl_menu +func_menu_801A9CA8 = 0x801A9CA8; //segment:ovl_menu +func_menu_801A9F18 = 0x801A9F18; //segment:ovl_menu +func_menu_801AA090 = 0x801AA090; //segment:ovl_menu +func_menu_801AA140 = 0x801AA140; //segment:ovl_menu +func_menu_801AA364 = 0x801AA364; //segment:ovl_menu +func_menu_801AA3D4 = 0x801AA3D4; //segment:ovl_menu +func_menu_801AA5E4 = 0x801AA5E4; //segment:ovl_menu +func_menu_801AA61C = 0x801AA61C; //segment:ovl_menu +func_menu_801AAA20 = 0x801AAA20; //segment:ovl_menu +func_menu_801AADCC = 0x801AADCC; //segment:ovl_menu +func_menu_801AAE90 = 0x801AAE90; //segment:ovl_menu +func_menu_801AB418 = 0x801AB418; //segment:ovl_menu +func_menu_801AB608 = 0x801AB608; //segment:ovl_menu +func_menu_801AB93C = 0x801AB93C; //segment:ovl_menu +func_menu_801ABA84 = 0x801ABA84; //segment:ovl_menu +func_menu_801ABAF0 = 0x801ABAF0; //segment:ovl_menu +func_menu_801ABC08 = 0x801ABC08; //segment:ovl_menu +func_menu_801ABCE4 = 0x801ABCE4; //segment:ovl_menu +func_menu_801ABD24 = 0x801ABD24; //segment:ovl_menu +func_menu_801ABDB0 = 0x801ABDB0; //segment:ovl_menu +func_menu_801ABE1C = 0x801ABE1C; //segment:ovl_menu +func_menu_801AC06C = 0x801AC06C; //segment:ovl_menu +func_menu_801AC1AC = 0x801AC1AC; //segment:ovl_menu +func_menu_801AC220 = 0x801AC220; //segment:ovl_menu +func_menu_801AC534 = 0x801AC534; //segment:ovl_menu +func_menu_801AC648 = 0x801AC648; //segment:ovl_menu +func_menu_801AC9B8 = 0x801AC9B8; //segment:ovl_menu +func_menu_801ACC7C = 0x801ACC7C; //segment:ovl_menu +func_menu_801ACE0C = 0x801ACE0C; //segment:ovl_menu +func_menu_801ACF38 = 0x801ACF38; //segment:ovl_menu +func_menu_801AD0A4 = 0x801AD0A4; //segment:ovl_menu +func_menu_801AD20C = 0x801AD20C; //segment:ovl_menu +func_menu_801AD374 = 0x801AD374; //segment:ovl_menu +func_menu_801AD4C4 = 0x801AD4C4; //segment:ovl_menu +func_menu_801AD6A4 = 0x801AD6A4; //segment:ovl_menu +func_menu_801AD824 = 0x801AD824; //segment:ovl_menu +func_menu_801ADEC0 = 0x801ADEC0; //segment:ovl_menu +func_menu_801AE144 = 0x801AE144; //segment:ovl_menu +func_menu_801AE6C8 = 0x801AE6C8; //segment:ovl_menu +func_menu_801AE8D4 = 0x801AE8D4; //segment:ovl_menu +func_menu_801AE9AC = 0x801AE9AC; //segment:ovl_menu +func_menu_801AEBD0 = 0x801AEBD0; //segment:ovl_menu +func_menu_801AEF9C = 0x801AEF9C; //segment:ovl_menu +func_menu_801AF098 = 0x801AF098; //segment:ovl_menu +func_menu_801AF23C = 0x801AF23C; //segment:ovl_menu +func_menu_801AF600 = 0x801AF600; //segment:ovl_menu +func_menu_801AF6FC = 0x801AF6FC; //segment:ovl_menu +func_menu_801AF848 = 0x801AF848; //segment:ovl_menu +func_menu_801AFA40 = 0x801AFA40; //segment:ovl_menu +func_menu_801AFCA8 = 0x801AFCA8; //segment:ovl_menu +func_menu_801AFFF0 = 0x801AFFF0; //segment:ovl_menu +func_menu_801B09F4 = 0x801B09F4; //segment:ovl_menu +func_menu_801B0AFC = 0x801B0AFC; //segment:ovl_menu +func_menu_801B0BB8 = 0x801B0BB8; //segment:ovl_menu +func_menu_801B1258 = 0x801B1258; //segment:ovl_menu +func_menu_801B15BC = 0x801B15BC; //segment:ovl_menu +func_menu_801B17FC = 0x801B17FC; //segment:ovl_menu +func_menu_801B1AE0 = 0x801B1AE0; //segment:ovl_menu +func_menu_801B1E10 = 0x801B1E10; //segment:ovl_menu +func_menu_801B20EC = 0x801B20EC; //segment:ovl_menu +func_menu_801B2280 = 0x801B2280; //segment:ovl_menu +func_menu_801B2670 = 0x801B2670; //segment:ovl_menu +func_menu_801B2938 = 0x801B2938; //segment:ovl_menu +func_menu_801B2A0C = 0x801B2A0C; //segment:ovl_menu +func_menu_801B3008 = 0x801B3008; //segment:ovl_menu +func_menu_801B30DC = 0x801B30DC; //segment:ovl_menu +D_menu_801B32E0 = 0x801B32E0; //segment:ovl_menu +D_menu_801B32F0 = 0x801B32F0; //segment:ovl_menu +D_menu_801B32F4 = 0x801B32F4; //segment:ovl_menu +D_menu_801B32F8 = 0x801B32F8; //segment:ovl_menu +D_menu_801B3320 = 0x801B3320; //segment:ovl_menu +D_menu_801B332C = 0x801B332C; //segment:ovl_menu +D_menu_801B3338 = 0x801B3338; //segment:ovl_menu +D_menu_801B3344 = 0x801B3344; //segment:ovl_menu +D_menu_801B3350 = 0x801B3350; //segment:ovl_menu +D_menu_801B335C = 0x801B335C; //segment:ovl_menu +D_menu_801B3360 = 0x801B3360; //segment:ovl_menu +D_menu_801B3364 = 0x801B3364; //segment:ovl_menu +D_menu_801B3368 = 0x801B3368; //segment:ovl_menu +D_menu_801B3378 = 0x801B3378; //segment:ovl_menu +D_menu_801B3388 = 0x801B3388; //segment:ovl_menu +D_menu_801B338C = 0x801B338C; //segment:ovl_menu +D_menu_801B383C = 0x801B383C; //segment:ovl_menu +D_menu_801B3844 = 0x801B3844; //segment:ovl_menu +D_menu_801B3874 = 0x801B3874; //segment:ovl_menu +D_menu_801B3D24 = 0x801B3D24; //segment:ovl_menu +D_menu_801B3D34 = 0x801B3D34; //segment:ovl_menu +D_menu_801B3D44 = 0x801B3D44; //segment:ovl_menu +D_menu_801B3D54 = 0x801B3D54; //segment:ovl_menu +D_menu_801B3D60 = 0x801B3D60; //segment:ovl_menu +D_menu_801B3D68 = 0x801B3D68; //segment:ovl_menu +D_menu_801B3D74 = 0x801B3D74; //segment:ovl_menu +D_menu_801B3D80 = 0x801B3D80; //segment:ovl_menu +D_menu_801B3D90 = 0x801B3D90; //segment:ovl_menu +D_menu_801B3D9C = 0x801B3D9C; //segment:ovl_menu +D_menu_801B3DA8 = 0x801B3DA8; //segment:ovl_menu +D_menu_801B3DB4 = 0x801B3DB4; //segment:ovl_menu +D_menu_801B3DC0 = 0x801B3DC0; //segment:ovl_menu +D_menu_801B3DD0 = 0x801B3DD0; //segment:ovl_menu +D_menu_801B3DE8 = 0x801B3DE8; //segment:ovl_menu +D_menu_801B3DF0 = 0x801B3DF0; //segment:ovl_menu +D_menu_801B3E00 = 0x801B3E00; //segment:ovl_menu +D_menu_801B3E20 = 0x801B3E20; //segment:ovl_menu +D_menu_801B3E30 = 0x801B3E30; //segment:ovl_menu +D_menu_801B3E50 = 0x801B3E50; //segment:ovl_menu +D_menu_801B3E54 = 0x801B3E54; //segment:ovl_menu +D_menu_801B3E5C = 0x801B3E5C; //segment:ovl_menu +D_menu_801B3E6C = 0x801B3E6C; //segment:ovl_menu +D_menu_801B3E8C = 0x801B3E8C; //segment:ovl_menu +D_menu_801B3E90 = 0x801B3E90; //segment:ovl_menu +D_menu_801B3E9C = 0x801B3E9C; //segment:ovl_menu +D_menu_801B3EA8 = 0x801B3EA8; //segment:ovl_menu +D_menu_801B3EB4 = 0x801B3EB4; //segment:ovl_menu +D_menu_801B3EC0 = 0x801B3EC0; //segment:ovl_menu +D_menu_801B3EC8 = 0x801B3EC8; //segment:ovl_menu +D_menu_801B3ED0 = 0x801B3ED0; //segment:ovl_menu +D_menu_801B3EDC = 0x801B3EDC; //segment:ovl_menu +D_menu_801B3EE8 = 0x801B3EE8; //segment:ovl_menu +D_menu_801B3EF0 = 0x801B3EF0; //segment:ovl_menu +D_menu_801B3EF8 = 0x801B3EF8; //segment:ovl_menu +D_menu_801B3F04 = 0x801B3F04; //segment:ovl_menu +D_menu_801B3F10 = 0x801B3F10; //segment:ovl_menu +D_menu_801B3F14 = 0x801B3F14; //segment:ovl_menu +D_menu_801B3F18 = 0x801B3F18; //segment:ovl_menu +D_menu_801B3F1C = 0x801B3F1C; //segment:ovl_menu +D_menu_801B3F20 = 0x801B3F20; //segment:ovl_menu +D_menu_801B3F2C = 0x801B3F2C; //segment:ovl_menu +D_menu_801B3F40 = 0x801B3F40; //segment:ovl_menu +D_menu_801B3F5C = 0x801B3F5C; //segment:ovl_menu +D_menu_801B3FB0 = 0x801B3FB0; //segment:ovl_menu +D_menu_801B3FB4 = 0x801B3FB4; //segment:ovl_menu +D_menu_801B3FB8 = 0x801B3FB8; //segment:ovl_menu +D_menu_801B3FCC = 0x801B3FCC; //segment:ovl_menu +D_menu_801B4020 = 0x801B4020; //segment:ovl_menu +D_menu_801B4074 = 0x801B4074; //segment:ovl_menu +D_menu_801B407C = 0x801B407C; //segment:ovl_menu +D_menu_801B4080 = 0x801B4080; //segment:ovl_menu +D_menu_801B40C8 = 0x801B40C8; //segment:ovl_menu +D_menu_801B411C = 0x801B411C; //segment:ovl_menu +D_menu_801B4120 = 0x801B4120; //segment:ovl_menu +D_menu_801B4134 = 0x801B4134; //segment:ovl_menu +D_menu_801B4138 = 0x801B4138; //segment:ovl_menu +D_menu_801B414C = 0x801B414C; //segment:ovl_menu +D_menu_801B4150 = 0x801B4150; //segment:ovl_menu +D_menu_801B4164 = 0x801B4164; //segment:ovl_menu +D_menu_801B4168 = 0x801B4168; //segment:ovl_menu +D_menu_801B417C = 0x801B417C; //segment:ovl_menu +D_menu_801B418C = 0x801B418C; //segment:ovl_menu +D_menu_801B41D0 = 0x801B41D0; //segment:ovl_menu +D_menu_801B41D4 = 0x801B41D4; //segment:ovl_menu +D_menu_801B41E8 = 0x801B41E8; //segment:ovl_menu +D_menu_801B41EC = 0x801B41EC; //segment:ovl_menu +D_menu_801B4200 = 0x801B4200; //segment:ovl_menu +D_menu_801B420C = 0x801B420C; //segment:ovl_menu +D_menu_801B4210 = 0x801B4210; //segment:ovl_menu +D_menu_801B4214 = 0x801B4214; //segment:ovl_menu +D_menu_801B4228 = 0x801B4228; //segment:ovl_menu +D_menu_801B422C = 0x801B422C; //segment:ovl_menu +D_menu_801B4230 = 0x801B4230; //segment:ovl_menu +D_menu_801B4234 = 0x801B4234; //segment:ovl_menu +D_menu_801B4248 = 0x801B4248; //segment:ovl_menu +D_menu_801B424C = 0x801B424C; //segment:ovl_menu +D_menu_801B4250 = 0x801B4250; //segment:ovl_menu +D_menu_801B4254 = 0x801B4254; //segment:ovl_menu +D_menu_801B4258 = 0x801B4258; //segment:ovl_menu +D_menu_801B4268 = 0x801B4268; //segment:ovl_menu +D_menu_801B4269 = 0x801B4269; //segment:ovl_menu +D_menu_801B4280 = 0x801B4280; //segment:ovl_menu +D_menu_801B4284 = 0x801B4284; //segment:ovl_menu +D_menu_801B4288 = 0x801B4288; //segment:ovl_menu +D_menu_801B428C = 0x801B428C; //segment:ovl_menu +D_menu_801B42A4 = 0x801B42A4; //segment:ovl_menu +D_menu_801B42A8 = 0x801B42A8; //segment:ovl_menu +D_menu_801B42AC = 0x801B42AC; //segment:ovl_menu +D_menu_801B42B0 = 0x801B42B0; //segment:ovl_menu +D_menu_801B42C0 = 0x801B42C0; //segment:ovl_menu +D_menu_801B42C1 = 0x801B42C1; //segment:ovl_menu +D_menu_801B42D8 = 0x801B42D8; //segment:ovl_menu +D_menu_801B42DC = 0x801B42DC; //segment:ovl_menu +D_menu_801B42E0 = 0x801B42E0; //segment:ovl_menu +D_menu_801B42E4 = 0x801B42E4; //segment:ovl_menu +D_menu_801B42FC = 0x801B42FC; //segment:ovl_menu +D_menu_801B4300 = 0x801B4300; //segment:ovl_menu +D_menu_801B4304 = 0x801B4304; //segment:ovl_menu +D_menu_801B4308 = 0x801B4308; //segment:ovl_menu +D_menu_801B4318 = 0x801B4318; //segment:ovl_menu +D_menu_801B4319 = 0x801B4319; //segment:ovl_menu +D_menu_801B431C = 0x801B431C; //segment:ovl_menu +D_menu_801B4350 = 0x801B4350; //segment:ovl_menu +D_menu_801B4374 = 0x801B4374; //segment:ovl_menu +D_menu_801B447C = 0x801B447C; //segment:ovl_menu +D_menu_801B4488 = 0x801B4488; //segment:ovl_menu +D_menu_801B4490 = 0x801B4490; //segment:ovl_menu +D_menu_801B44AC = 0x801B44AC; //segment:ovl_menu +D_menu_801B44D0 = 0x801B44D0; //segment:ovl_menu +D_menu_801B44F4 = 0x801B44F4; //segment:ovl_menu +D_menu_801B4500 = 0x801B4500; //segment:ovl_menu +D_menu_801B450C = 0x801B450C; //segment:ovl_menu +D_menu_801B4520 = 0x801B4520; //segment:ovl_menu +D_menu_801B4524 = 0x801B4524; //segment:ovl_menu +D_menu_801B4544 = 0x801B4544; //segment:ovl_menu +D_menu_801B4614 = 0x801B4614; //segment:ovl_menu +D_menu_801B4617 = 0x801B4617; //segment:ovl_menu +D_menu_801B461C = 0x801B461C; //segment:ovl_menu +D_menu_801B4620 = 0x801B4620; //segment:ovl_menu +D_menu_801B4624 = 0x801B4624; //segment:ovl_menu +D_menu_801B4628 = 0x801B4628; //segment:ovl_menu +D_menu_801B462C = 0x801B462C; //segment:ovl_menu +D_menu_801B4630 = 0x801B4630; //segment:ovl_menu +D_menu_801B4634 = 0x801B4634; //segment:ovl_menu +D_menu_801B4638 = 0x801B4638; //segment:ovl_menu +D_menu_801B463C = 0x801B463C; //segment:ovl_menu +D_menu_801B4650 = 0x801B4650; //segment:ovl_menu +D_menu_801B4654 = 0x801B4654; //segment:ovl_menu +D_menu_801B4658 = 0x801B4658; //segment:ovl_menu +D_menu_801B465C = 0x801B465C; //segment:ovl_menu +D_menu_801B4684 = 0x801B4684; //segment:ovl_menu +D_menu_801B4688 = 0x801B4688; //segment:ovl_menu +D_menu_801B468C = 0x801B468C; //segment:ovl_menu +D_menu_801B4690 = 0x801B4690; //segment:ovl_menu +D_menu_801B46A4 = 0x801B46A4; //segment:ovl_menu +D_menu_801B46B8 = 0x801B46B8; //segment:ovl_menu +D_menu_801B46BC = 0x801B46BC; //segment:ovl_menu +D_menu_801B46C0 = 0x801B46C0; //segment:ovl_menu +D_menu_801B46C4 = 0x801B46C4; //segment:ovl_menu +D_menu_801B46EC = 0x801B46EC; //segment:ovl_menu +D_menu_801B46F0 = 0x801B46F0; //segment:ovl_menu +D_menu_801B46F4 = 0x801B46F4; //segment:ovl_menu +D_menu_801B46F8 = 0x801B46F8; //segment:ovl_menu +D_menu_801B470C = 0x801B470C; //segment:ovl_menu +D_menu_801B4788 = 0x801B4788; //segment:ovl_menu +D_menu_801B47A8 = 0x801B47A8; //segment:ovl_menu +D_menu_801B4844 = 0x801B4844; //segment:ovl_menu +D_menu_801B4848 = 0x801B4848; //segment:ovl_menu +D_menu_801B4888 = 0x801B4888; //segment:ovl_menu +D_menu_801B48A0 = 0x801B48A0; //segment:ovl_menu +D_menu_801B48E0 = 0x801B48E0; //segment:ovl_menu +D_menu_801B48F8 = 0x801B48F8; //segment:ovl_menu +D_menu_801B4938 = 0x801B4938; //segment:ovl_menu +D_menu_801B4950 = 0x801B4950; //segment:ovl_menu +D_menu_801B4954 = 0x801B4954; //segment:ovl_menu +D_menu_801B4978 = 0x801B4978; //segment:ovl_menu +D_menu_801B4980 = 0x801B4980; //segment:ovl_menu +D_menu_801B4990 = 0x801B4990; //segment:ovl_menu +D_menu_801B49D8 = 0x801B49D8; //segment:ovl_menu +D_menu_801B49F4 = 0x801B49F4; //segment:ovl_menu +D_menu_801B4A04 = 0x801B4A04; //segment:ovl_menu +D_menu_801B4A14 = 0x801B4A14; //segment:ovl_menu +D_menu_801B4A18 = 0x801B4A18; //segment:ovl_menu +D_menu_801B4A58 = 0x801B4A58; //segment:ovl_menu +D_menu_801B4A98 = 0x801B4A98; //segment:ovl_menu +D_menu_801B4AC4 = 0x801B4AC4; //segment:ovl_menu +D_menu_801B4AEC = 0x801B4AEC; //segment:ovl_menu +D_menu_801B4B58 = 0x801B4B58; //segment:ovl_menu +D_menu_801B4B74 = 0x801B4B74; //segment:ovl_menu +D_menu_801B4B90 = 0x801B4B90; //segment:ovl_menu +D_menu_801B4BF0 = 0x801B4BF0; //segment:ovl_menu +D_menu_801B4C10 = 0x801B4C10; //segment:ovl_menu +D_menu_801B4C14 = 0x801B4C14; //segment:ovl_menu +D_menu_801B4C18 = 0x801B4C18; //segment:ovl_menu +D_menu_801B4C1C = 0x801B4C1C; //segment:ovl_menu +D_menu_801B4C20 = 0x801B4C20; //segment:ovl_menu +D_menu_801B4C24 = 0x801B4C24; //segment:ovl_menu +D_menu_801B4C34 = 0x801B4C34; //segment:ovl_menu +D_menu_801B4C44 = 0x801B4C44; //segment:ovl_menu +D_menu_801B4C54 = 0x801B4C54; //segment:ovl_menu +D_menu_801B4C64 = 0x801B4C64; //segment:ovl_menu +D_menu_801B4C68 = 0x801B4C68; //segment:ovl_menu +D_menu_801B4C6C = 0x801B4C6C; //segment:ovl_menu +D_menu_801B4C70 = 0x801B4C70; //segment:ovl_menu +D_menu_801B4C74 = 0x801B4C74; //segment:ovl_menu +D_menu_801B4C78 = 0x801B4C78; //segment:ovl_menu +D_menu_801B4C7C = 0x801B4C7C; //segment:ovl_menu +D_menu_801B4C88 = 0x801B4C88; //segment:ovl_menu +D_menu_801B4C94 = 0x801B4C94; //segment:ovl_menu +D_menu_801B4CA0 = 0x801B4CA0; //segment:ovl_menu +D_menu_801B4CA4 = 0x801B4CA4; //segment:ovl_menu +D_menu_801B4CA8 = 0x801B4CA8; //segment:ovl_menu +D_menu_801B4CB4 = 0x801B4CB4; //segment:ovl_menu +D_menu_801B4CFC = 0x801B4CFC; //segment:ovl_menu +D_menu_801B4D00 = 0x801B4D00; //segment:ovl_menu +D_menu_801B4D04 = 0x801B4D04; //segment:ovl_menu +D_menu_801B4D08 = 0x801B4D08; //segment:ovl_menu +D_menu_801B4D0C = 0x801B4D0C; //segment:ovl_menu +D_menu_801B4D10 = 0x801B4D10; //segment:ovl_menu +D_menu_801B4D14 = 0x801B4D14; //segment:ovl_menu +D_menu_801B4D18 = 0x801B4D18; //segment:ovl_menu +D_menu_801B4D20 = 0x801B4D20; //segment:ovl_menu +D_menu_801B4D28 = 0x801B4D28; //segment:ovl_menu +D_menu_801B4D30 = 0x801B4D30; //segment:ovl_menu +D_menu_801B4D3C = 0x801B4D3C; //segment:ovl_menu +D_menu_801B4D48 = 0x801B4D48; //segment:ovl_menu +D_menu_801B4D54 = 0x801B4D54; //segment:ovl_menu +D_menu_801B4D58 = 0x801B4D58; //segment:ovl_menu +D_menu_801B4D64 = 0x801B4D64; //segment:ovl_menu +D_menu_801B4D68 = 0x801B4D68; //segment:ovl_menu +D_menu_801B4D6C = 0x801B4D6C; //segment:ovl_menu +D_menu_801B4D78 = 0x801B4D78; //segment:ovl_menu +D_menu_801B4D84 = 0x801B4D84; //segment:ovl_menu +D_menu_801B4D8C = 0x801B4D8C; //segment:ovl_menu +D_menu_801B4D94 = 0x801B4D94; //segment:ovl_menu +D_menu_801B4DAC = 0x801B4DAC; //segment:ovl_menu +D_menu_801B4DC4 = 0x801B4DC4; //segment:ovl_menu +D_menu_801B4E20 = 0x801B4E20; //segment:ovl_menu +D_menu_801B4E34 = 0x801B4E34; //segment:ovl_menu +D_menu_801B4E40 = 0x801B4E40; //segment:ovl_menu +D_menu_801B4E48 = 0x801B4E48; //segment:ovl_menu +D_menu_801B4E50 = 0x801B4E50; //segment:ovl_menu +D_menu_801B4E58 = 0x801B4E58; //segment:ovl_menu +D_menu_801B4E64 = 0x801B4E64; //segment:ovl_menu +D_menu_801B4E6C = 0x801B4E6C; //segment:ovl_menu +D_menu_801B4E70 = 0x801B4E70; //segment:ovl_menu +D_menu_801B4E78 = 0x801B4E78; //segment:ovl_menu +D_menu_801B4E90 = 0x801B4E90; //segment:ovl_menu +D_menu_801B4EA8 = 0x801B4EA8; //segment:ovl_menu +D_menu_801B4EB4 = 0x801B4EB4; //segment:ovl_menu +D_menu_801B4EB8 = 0x801B4EB8; //segment:ovl_menu +D_menu_801B4EBC = 0x801B4EBC; //segment:ovl_menu +D_menu_801B4EC0 = 0x801B4EC0; //segment:ovl_menu +D_menu_801B4EC4 = 0x801B4EC4; //segment:ovl_menu +D_menu_801B4EC8 = 0x801B4EC8; //segment:ovl_menu +D_menu_801B4ECC = 0x801B4ECC; //segment:ovl_menu +D_menu_801B4EDC = 0x801B4EDC; //segment:ovl_menu +D_menu_801B4EEC = 0x801B4EEC; //segment:ovl_menu +D_menu_801B4EF0 = 0x801B4EF0; //segment:ovl_menu +D_menu_801B4EF4 = 0x801B4EF4; //segment:ovl_menu +D_menu_801B4F04 = 0x801B4F04; //segment:ovl_menu +D_menu_801B4F08 = 0x801B4F08; //segment:ovl_menu +D_menu_801B4F18 = 0x801B4F18; //segment:ovl_menu +D_menu_801B4F1C = 0x801B4F1C; //segment:ovl_menu +D_menu_801B4F20 = 0x801B4F20; //segment:ovl_menu +D_menu_801B4F24 = 0x801B4F24; //segment:ovl_menu +D_menu_801B4F28 = 0x801B4F28; //segment:ovl_menu +D_menu_801B4F2C = 0x801B4F2C; //segment:ovl_menu +D_menu_801B4F30 = 0x801B4F30; //segment:ovl_menu +D_menu_801B4F34 = 0x801B4F34; //segment:ovl_menu +D_menu_801B4F38 = 0x801B4F38; //segment:ovl_menu +D_menu_801B4F3C = 0x801B4F3C; //segment:ovl_menu +D_menu_801B4F40 = 0x801B4F40; //segment:ovl_menu +D_menu_801B4F44 = 0x801B4F44; //segment:ovl_menu +D_menu_801B4F48 = 0x801B4F48; //segment:ovl_menu +D_menu_801B4F4C = 0x801B4F4C; //segment:ovl_menu +D_menu_801B4F64 = 0x801B4F64; //segment:ovl_menu +D_menu_801B4F94 = 0x801B4F94; //segment:ovl_menu +D_menu_801B4FC4 = 0x801B4FC4; //segment:ovl_menu +D_menu_801B4FD4 = 0x801B4FD4; //segment:ovl_menu +D_menu_801B4FE4 = 0x801B4FE4; //segment:ovl_menu +D_menu_801B4FF0 = 0x801B4FF0; //segment:ovl_menu +D_menu_801B5000 = 0x801B5000; //segment:ovl_menu +D_menu_801B5010 = 0x801B5010; //segment:ovl_menu +D_menu_801B5020 = 0x801B5020; //segment:ovl_menu +D_menu_801B502C = 0x801B502C; //segment:ovl_menu +D_menu_801B5030 = 0x801B5030; //segment:ovl_menu +D_menu_801B5034 = 0x801B5034; //segment:ovl_menu +D_menu_801B5040 = 0x801B5040; //segment:ovl_menu +D_menu_801B504C = 0x801B504C; //segment:ovl_menu +D_menu_801B5058 = 0x801B5058; //segment:ovl_menu +D_menu_801B5064 = 0x801B5064; //segment:ovl_menu +D_menu_801B5070 = 0x801B5070; //segment:ovl_menu +D_menu_801B507C = 0x801B507C; //segment:ovl_menu +D_menu_801B5088 = 0x801B5088; //segment:ovl_menu +D_menu_801B5094 = 0x801B5094; //segment:ovl_menu +D_menu_801B50A0 = 0x801B50A0; //segment:ovl_menu +D_menu_801B50AC = 0x801B50AC; //segment:ovl_menu +D_menu_801B50B8 = 0x801B50B8; //segment:ovl_menu +D_menu_801B50BC = 0x801B50BC; //segment:ovl_menu +D_menu_801B5100 = 0x801B5100; //segment:ovl_menu +D_menu_801B5104 = 0x801B5104; //segment:ovl_menu +D_menu_801B5148 = 0x801B5148; //segment:ovl_menu +D_menu_801B5184 = 0x801B5184; //segment:ovl_menu +D_menu_801B5190 = 0x801B5190; //segment:ovl_menu +D_menu_801B519C = 0x801B519C; //segment:ovl_menu +D_menu_801B51A0 = 0x801B51A0; //segment:ovl_menu +D_menu_801B51A4 = 0x801B51A4; //segment:ovl_menu +D_menu_801B51A8 = 0x801B51A8; //segment:ovl_menu +D_menu_801B51B0 = 0x801B51B0; //segment:ovl_menu +D_menu_801B51C8 = 0x801B51C8; //segment:ovl_menu +D_menu_801B51D0 = 0x801B51D0; //segment:ovl_menu +D_menu_801B51D8 = 0x801B51D8; //segment:ovl_menu +D_menu_801B51DC = 0x801B51DC; //segment:ovl_menu +D_menu_801B51E0 = 0x801B51E0; //segment:ovl_menu +D_menu_801B51E4 = 0x801B51E4; //segment:ovl_menu +D_menu_801B51EC = 0x801B51EC; //segment:ovl_menu +D_menu_801B5204 = 0x801B5204; //segment:ovl_menu +D_menu_801B520C = 0x801B520C; //segment:ovl_menu +D_menu_801B5214 = 0x801B5214; //segment:ovl_menu +D_menu_801B5220 = 0x801B5220; //segment:ovl_menu +D_menu_801B522C = 0x801B522C; //segment:ovl_menu +D_menu_801B5230 = 0x801B5230; //segment:ovl_menu +D_menu_801B5234 = 0x801B5234; //segment:ovl_menu +D_menu_801B5240 = 0x801B5240; //segment:ovl_menu +D_menu_801B524C = 0x801B524C; //segment:ovl_menu +D_menu_801B5258 = 0x801B5258; //segment:ovl_menu +D_menu_801B5264 = 0x801B5264; //segment:ovl_menu +D_menu_801B5270 = 0x801B5270; //segment:ovl_menu +D_menu_801B527C = 0x801B527C; //segment:ovl_menu +D_menu_801B5288 = 0x801B5288; //segment:ovl_menu +D_menu_801B5294 = 0x801B5294; //segment:ovl_menu +D_menu_801B52A0 = 0x801B52A0; //segment:ovl_menu +D_menu_801B52B8 = 0x801B52B8; //segment:ovl_menu +D_menu_801B52D0 = 0x801B52D0; //segment:ovl_menu +D_menu_801B52DC = 0x801B52DC; //segment:ovl_menu +D_menu_801B5370 = 0x801B5370; //segment:ovl_menu +D_menu_801B5390 = 0x801B5390; //segment:ovl_menu +D_menu_801B53B0 = 0x801B53B0; //segment:ovl_menu +D_menu_801B53D4 = 0x801B53D4; //segment:ovl_menu +D_menu_801B53F8 = 0x801B53F8; //segment:ovl_menu +D_menu_801B5410 = 0x801B5410; //segment:ovl_menu +D_menu_801B5414 = 0x801B5414; //segment:ovl_menu +D_menu_801B5450 = 0x801B5450; //segment:ovl_menu +D_menu_801B5474 = 0x801B5474; //segment:ovl_menu +D_menu_801B547C = 0x801B547C; //segment:ovl_menu +D_menu_801B5480 = 0x801B5480; //segment:ovl_menu +D_menu_801B5484 = 0x801B5484; //segment:ovl_menu +D_menu_801B5488 = 0x801B5488; //segment:ovl_menu +D_menu_801B54AC = 0x801B54AC; //segment:ovl_menu +D_menu_801B54C0 = 0x801B54C0; //segment:ovl_menu +D_menu_801B54E4 = 0x801B54E4; //segment:ovl_menu +D_menu_801B54F8 = 0x801B54F8; //segment:ovl_menu +D_menu_801B5530 = 0x801B5530; //segment:ovl_menu +D_menu_801B5568 = 0x801B5568; //segment:ovl_menu +D_menu_801B55D8 = 0x801B55D8; //segment:ovl_menu +D_menu_801B56B8 = 0x801B56B8; //segment:ovl_menu +D_menu_801B5728 = 0x801B5728; //segment:ovl_menu +D_menu_801B574C = 0x801B574C; //segment:ovl_menu +D_menu_801B5798 = 0x801B5798; //segment:ovl_menu +D_menu_801B57A8 = 0x801B57A8; //segment:ovl_menu +D_menu_801B59A0 = 0x801B59A0; //segment:ovl_menu +D_menu_801B5B98 = 0x801B5B98; //segment:ovl_menu +D_menu_801B5BD4 = 0x801B5BD4; //segment:ovl_menu +D_menu_801B5BDC = 0x801B5BDC; //segment:ovl_menu +D_menu_801B5E7C = 0x801B5E7C; //segment:ovl_menu +D_menu_801B5EBC = 0x801B5EBC; //segment:ovl_menu +D_menu_801B5EC1 = 0x801B5EC1; //segment:ovl_menu +D_menu_801B5EC4 = 0x801B5EC4; //segment:ovl_menu +D_menu_801B5FDC = 0x801B5FDC; //segment:ovl_menu +D_menu_801B6018 = 0x801B6018; //segment:ovl_menu +D_menu_801B601C = 0x801B601C; //segment:ovl_menu +D_menu_801B6020 = 0x801B6020; //segment:ovl_menu +D_menu_801B6024 = 0x801B6024; //segment:ovl_menu +D_menu_801B6028 = 0x801B6028; //segment:ovl_menu +D_menu_801B6058 = 0x801B6058; //segment:ovl_menu +D_menu_801B71F8 = 0x801B71F8; //segment:ovl_menu +D_menu_801B72F8 = 0x801B72F8; //segment:ovl_menu +D_menu_801B73F8 = 0x801B73F8; //segment:ovl_menu +D_menu_801B74F8 = 0x801B74F8; //segment:ovl_menu +D_menu_801B7828 = 0x801B7828; //segment:ovl_menu +D_menu_801B7B90 = 0x801B7B90; //segment:ovl_menu +D_menu_801B7EF8 = 0x801B7EF8; //segment:ovl_menu +D_menu_801B8260 = 0x801B8260; //segment:ovl_menu +D_menu_801B85C8 = 0x801B85C8; //segment:ovl_menu +D_menu_801B8930 = 0x801B8930; //segment:ovl_menu +D_menu_801B8C98 = 0x801B8C98; //segment:ovl_menu +D_menu_801B9000 = 0x801B9000; //segment:ovl_menu +D_menu_801B9368 = 0x801B9368; //segment:ovl_menu +D_menu_801B936C = 0x801B936C; //segment:ovl_menu +D_menu_801B9388 = 0x801B9388; //segment:ovl_menu +D_menu_801B938C = 0x801B938C; //segment:ovl_menu +D_menu_801B9390 = 0x801B9390; //segment:ovl_menu +D_menu_801B93AC = 0x801B93AC; //segment:ovl_menu +D_menu_801B93B0 = 0x801B93B0; //segment:ovl_menu +D_menu_801B93EC = 0x801B93EC; //segment:ovl_menu +D_menu_801B9404 = 0x801B9404; //segment:ovl_menu +D_menu_801B941C = 0x801B941C; //segment:ovl_menu +D_menu_801B9420 = 0x801B9420; //segment:ovl_menu +D_menu_801B9424 = 0x801B9424; //segment:ovl_menu +D_menu_801B9440 = 0x801B9440; //segment:ovl_menu +D_menu_801B9444 = 0x801B9444; //segment:ovl_menu +D_menu_801B9450 = 0x801B9450; //segment:ovl_menu +D_menu_801B9470 = 0x801B9470; //segment:ovl_menu +D_menu_801B9490 = 0x801B9490; //segment:ovl_menu +D_menu_801B94B0 = 0x801B94B0; //segment:ovl_menu +D_menu_801B94D0 = 0x801B94D0; //segment:ovl_menu +D_menu_801B94F0 = 0x801B94F0; //segment:ovl_menu +D_menu_801B9510 = 0x801B9510; //segment:ovl_menu +D_menu_801B9514 = 0x801B9514; //segment:ovl_menu +D_menu_801B9518 = 0x801B9518; //segment:ovl_menu +D_menu_801B951C = 0x801B951C; //segment:ovl_menu +D_menu_801B9520 = 0x801B9520; //segment:ovl_menu +D_menu_801B9524 = 0x801B9524; //segment:ovl_menu +D_menu_801B9528 = 0x801B9528; //segment:ovl_menu +D_menu_801B9548 = 0x801B9548; //segment:ovl_menu +D_menu_801B9550 = 0x801B9550; //segment:ovl_menu +D_menu_801B955C = 0x801B955C; //segment:ovl_menu +D_menu_801B9568 = 0x801B9568; //segment:ovl_menu +D_menu_801B9574 = 0x801B9574; //segment:ovl_menu +D_menu_801B9580 = 0x801B9580; //segment:ovl_menu +D_menu_801B958C = 0x801B958C; //segment:ovl_menu +D_menu_801B9598 = 0x801B9598; //segment:ovl_menu +D_menu_801B95A4 = 0x801B95A4; //segment:ovl_menu +D_menu_801B95B0 = 0x801B95B0; //segment:ovl_menu +D_menu_801B95BC = 0x801B95BC; //segment:ovl_menu +D_menu_801B95C8 = 0x801B95C8; //segment:ovl_menu +D_menu_801B95D4 = 0x801B95D4; //segment:ovl_menu +D_menu_801B95E0 = 0x801B95E0; //segment:ovl_menu +D_menu_801B95E4 = 0x801B95E4; //segment:ovl_menu +D_menu_801B95E8 = 0x801B95E8; //segment:ovl_menu +D_menu_801B95EC = 0x801B95EC; //segment:ovl_menu +D_menu_801B95F0 = 0x801B95F0; //segment:ovl_menu +D_menu_801B9600 = 0x801B9600; //segment:ovl_menu +D_menu_801B9608 = 0x801B9608; //segment:ovl_menu +D_menu_801B9610 = 0x801B9610; //segment:ovl_menu +D_menu_801B961C = 0x801B961C; //segment:ovl_menu +D_menu_801B9628 = 0x801B9628; //segment:ovl_menu +D_menu_801B9634 = 0x801B9634; //segment:ovl_menu +D_menu_801B963C = 0x801B963C; //segment:ovl_menu +D_menu_801B9644 = 0x801B9644; //segment:ovl_menu +D_menu_801B9650 = 0x801B9650; //segment:ovl_menu +D_menu_801B9658 = 0x801B9658; //segment:ovl_menu +D_menu_801B9660 = 0x801B9660; //segment:ovl_menu +D_menu_801B9668 = 0x801B9668; //segment:ovl_menu +D_menu_801B966C = 0x801B966C; //segment:ovl_menu +D_menu_801B9670 = 0x801B9670; //segment:ovl_menu +D_menu_801B9674 = 0x801B9674; //segment:ovl_menu +D_menu_801B9680 = 0x801B9680; //segment:ovl_menu +D_menu_801B968C = 0x801B968C; //segment:ovl_menu +D_menu_801B9698 = 0x801B9698; //segment:ovl_menu +D_menu_801B96A0 = 0x801B96A0; //segment:ovl_menu +D_menu_801B97C0 = 0x801B97C0; //segment:ovl_menu +D_801BA820 = 0x801BA820; //segment:ovl_menu +D_menu_801BA830 = 0x801BA830; //segment:ovl_menu +D_menu_801BA834 = 0x801BA834; //segment:ovl_menu +D_menu_801BA838 = 0x801BA838; //segment:ovl_menu +D_menu_801BA83C = 0x801BA83C; //segment:ovl_menu +D_menu_801BA840 = 0x801BA840; //segment:ovl_menu +D_menu_801BA844 = 0x801BA844; //segment:ovl_menu +D_menu_801BA848 = 0x801BA848; //segment:ovl_menu +D_menu_801BA84C = 0x801BA84C; //segment:ovl_menu +D_menu_801BA850 = 0x801BA850; //segment:ovl_menu +D_menu_801BA854 = 0x801BA854; //segment:ovl_menu +D_menu_801BA858 = 0x801BA858; //segment:ovl_menu +D_menu_801BA880 = 0x801BA880; //segment:ovl_menu +D_menu_801BA8A8 = 0x801BA8A8; //segment:ovl_menu +D_menu_801BA8D0 = 0x801BA8D0; //segment:ovl_menu +D_menu_801BA8F8 = 0x801BA8F8; //segment:ovl_menu +D_menu_801BA900 = 0x801BA900; //segment:ovl_menu +D_menu_801BA914 = 0x801BA914; //segment:ovl_menu +D_menu_801BA918 = 0x801BA918; //segment:ovl_menu +D_menu_801BA930 = 0x801BA930; //segment:ovl_menu +D_menu_801BA948 = 0x801BA948; //segment:ovl_menu +D_menu_801BA960 = 0x801BA960; //segment:ovl_menu +D_menu_801BAA00 = 0x801BAA00; //segment:ovl_menu +D_menu_801BAAA0 = 0x801BAAA0; //segment:ovl_menu +D_menu_801BAB40 = 0x801BAB40; //segment:ovl_menu +D_menu_801BABE0 = 0x801BABE0; //segment:ovl_menu +D_menu_801BAC80 = 0x801BAC80; //segment:ovl_menu +D_menu_801BAD20 = 0x801BAD20; //segment:ovl_menu +D_menu_801BAD28 = 0x801BAD28; //segment:ovl_menu +D_menu_801BAD78 = 0x801BAD78; //segment:ovl_menu +D_menu_801BADF0 = 0x801BADF0; //segment:ovl_menu +D_menu_801BADF4 = 0x801BADF4; //segment:ovl_menu +D_menu_801BADF8 = 0x801BADF8; //segment:ovl_menu +D_menu_801BAE18 = 0x801BAE18; //segment:ovl_menu +D_801BAE4C = 0x801BAE4C; //segment:ovl_menu +D_menu_801BAE50 = 0x801BAE50; //segment:ovl_menu +D_menu_801BAE54 = 0x801BAE54; //segment:ovl_menu +D_menu_801BAE58 = 0x801BAE58; //segment:ovl_menu +D_menu_801BAE5C = 0x801BAE5C; //segment:ovl_menu +D_menu_801BAE60 = 0x801BAE60; //segment:ovl_menu +D_menu_801BAE64 = 0x801BAE64; //segment:ovl_menu +D_menu_801BAE68 = 0x801BAE68; //segment:ovl_menu +D_menu_801BAE6C = 0x801BAE6C; //segment:ovl_menu +D_menu_801BAE70 = 0x801BAE70; //segment:ovl_menu +D_menu_801BAE74 = 0x801BAE74; //segment:ovl_menu +D_menu_801BAE78 = 0x801BAE78; //segment:ovl_menu +D_menu_801BAE7C = 0x801BAE7C; //segment:ovl_menu +D_menu_801BAE80 = 0x801BAE80; //segment:ovl_menu +D_menu_801BAE84 = 0x801BAE84; //segment:ovl_menu +D_menu_801BAE88 = 0x801BAE88; //segment:ovl_menu +D_menu_801BAE8C = 0x801BAE8C; //segment:ovl_menu +D_menu_801BAE90 = 0x801BAE90; //segment:ovl_menu +D_menu_801BAE94 = 0x801BAE94; //segment:ovl_menu +D_menu_801BAE98 = 0x801BAE98; //segment:ovl_menu +D_menu_801BAE9C = 0x801BAE9C; //segment:ovl_menu +D_menu_801BAEA0 = 0x801BAEA0; //segment:ovl_menu +D_menu_801BAEA4 = 0x801BAEA4; //segment:ovl_menu +D_menu_801BAEA8 = 0x801BAEA8; //segment:ovl_menu +D_menu_801BAEAC = 0x801BAEAC; //segment:ovl_menu +D_menu_801BAEB0 = 0x801BAEB0; //segment:ovl_menu +D_menu_801BAEB4 = 0x801BAEB4; //segment:ovl_menu +D_menu_801BAEB8 = 0x801BAEB8; //segment:ovl_menu +D_menu_801BAEBC = 0x801BAEBC; //segment:ovl_menu +D_menu_801BAEC0 = 0x801BAEC0; //segment:ovl_menu +D_menu_801BAEC4 = 0x801BAEC4; //segment:ovl_menu +D_menu_801BAEC8 = 0x801BAEC8; //segment:ovl_menu +D_menu_801BAECC = 0x801BAECC; //segment:ovl_menu +D_menu_801BAED0 = 0x801BAED0; //segment:ovl_menu +D_menu_801BAED4 = 0x801BAED4; //segment:ovl_menu +D_menu_801BAED8 = 0x801BAED8; //segment:ovl_menu +D_menu_801BAEDC = 0x801BAEDC; //segment:ovl_menu +D_menu_801BAEE0 = 0x801BAEE0; //segment:ovl_menu +D_menu_801BAEE4 = 0x801BAEE4; //segment:ovl_menu +D_menu_801BAEE8 = 0x801BAEE8; //segment:ovl_menu +D_menu_801BAEEC = 0x801BAEEC; //segment:ovl_menu +D_menu_801BAEF0 = 0x801BAEF0; //segment:ovl_menu +D_menu_801BAEF4 = 0x801BAEF4; //segment:ovl_menu +D_menu_801BAEF8 = 0x801BAEF8; //segment:ovl_menu +D_menu_801BAEFC = 0x801BAEFC; //segment:ovl_menu +D_menu_801BAF00 = 0x801BAF00; //segment:ovl_menu +D_menu_801BAF04 = 0x801BAF04; //segment:ovl_menu +D_menu_801BAF08 = 0x801BAF08; //segment:ovl_menu +D_menu_801BAF0C = 0x801BAF0C; //segment:ovl_menu +D_menu_801BAF10 = 0x801BAF10; //segment:ovl_menu +D_menu_801BAF14 = 0x801BAF14; //segment:ovl_menu +D_menu_801BAF18 = 0x801BAF18; //segment:ovl_menu +D_menu_801BAF20 = 0x801BAF20; //segment:ovl_menu +D_menu_801BAF48 = 0x801BAF48; //segment:ovl_menu +D_menu_801BAF4C = 0x801BAF4C; //segment:ovl_menu +D_menu_801BAF50 = 0x801BAF50; //segment:ovl_menu +D_menu_801BAF54 = 0x801BAF54; //segment:ovl_menu +D_menu_801BAF58 = 0x801BAF58; //segment:ovl_menu +D_menu_801BAF5C = 0x801BAF5C; //segment:ovl_menu +D_menu_801BAF60 = 0x801BAF60; //segment:ovl_menu +D_menu_801BAF64 = 0x801BAF64; //segment:ovl_menu +D_menu_801BAF68 = 0x801BAF68; //segment:ovl_menu +D_menu_801BAF6C = 0x801BAF6C; //segment:ovl_menu +D_menu_801BAF70 = 0x801BAF70; //segment:ovl_menu +D_menu_801BAF78 = 0x801BAF78; //segment:ovl_menu +D_menu_801BAFA0 = 0x801BAFA0; //segment:ovl_menu +D_menu_801BAFE0 = 0x801BAFE0; //segment:ovl_menu +D_menu_801BB0A0 = 0x801BB0A0; //segment:ovl_menu +D_menu_801BB0A4 = 0x801BB0A4; //segment:ovl_menu +D_menu_801BB0A8 = 0x801BB0A8; //segment:ovl_menu +D_menu_801BB0B8 = 0x801BB0B8; //segment:ovl_menu +D_menu_801BB0BC = 0x801BB0BC; //segment:ovl_menu +D_menu_801BB0E4 = 0x801BB0E4; //segment:ovl_menu +D_menu_801BB0F4 = 0x801BB0F4; //segment:ovl_menu +D_menu_801BB0FC = 0x801BB0FC; //segment:ovl_menu +D_menu_801BB100 = 0x801BB100; //segment:ovl_menu +D_menu_801BB150 = 0x801BB150; //segment:ovl_menu +D_menu_801BB158 = 0x801BB158; //segment:ovl_menu +D_menu_801BB15C = 0x801BB15C; //segment:ovl_menu +D_menu_801BB1AC = 0x801BB1AC; //segment:ovl_menu +D_menu_801BB1B4 = 0x801BB1B4; //segment:ovl_menu +D_menu_801BB1B8 = 0x801BB1B8; //segment:ovl_menu +D_menu_801BB1CC = 0x801BB1CC; //segment:ovl_menu +D_menu_801BB1D4 = 0x801BB1D4; //segment:ovl_menu +D_menu_801BB208 = 0x801BB208; //segment:ovl_menu +D_menu_801BB210 = 0x801BB210; //segment:ovl_menu +D_menu_801BB214 = 0x801BB214; //segment:ovl_menu +D_menu_801BB21C = 0x801BB21C; //segment:ovl_menu +D_menu_801BB228 = 0x801BB228; //segment:ovl_menu +D_menu_801BB24C = 0x801BB24C; //segment:ovl_menu +D_menu_801BB258 = 0x801BB258; //segment:ovl_menu +D_menu_801BB260 = 0x801BB260; //segment:ovl_menu +D_menu_801BB264 = 0x801BB264; //segment:ovl_menu +D_menu_801BB268 = 0x801BB268; //segment:ovl_menu +D_menu_801BB26C = 0x801BB26C; //segment:ovl_menu +D_menu_801BB270 = 0x801BB270; //segment:ovl_menu +D_menu_801BB274 = 0x801BB274; //segment:ovl_menu +D_menu_801BB278 = 0x801BB278; //segment:ovl_menu +D_menu_801BB27C = 0x801BB27C; //segment:ovl_menu +D_menu_801BB280 = 0x801BB280; //segment:ovl_menu +D_menu_801BB284 = 0x801BB284; //segment:ovl_menu +D_menu_801BB288 = 0x801BB288; //segment:ovl_menu +D_menu_801BB28C = 0x801BB28C; //segment:ovl_menu +D_menu_801BB290 = 0x801BB290; //segment:ovl_menu +D_menu_801BB294 = 0x801BB294; //segment:ovl_menu +D_menu_801BB298 = 0x801BB298; //segment:ovl_menu +D_menu_801BB29C = 0x801BB29C; //segment:ovl_menu +D_menu_801BB2A0 = 0x801BB2A0; //segment:ovl_menu +D_menu_801BB2A4 = 0x801BB2A4; //segment:ovl_menu +D_menu_801BB2A8 = 0x801BB2A8; //segment:ovl_menu +D_menu_801BB2AC = 0x801BB2AC; //segment:ovl_menu +D_menu_801BB2B0 = 0x801BB2B0; //segment:ovl_menu +D_menu_801BBC10 = 0x801BBC10; //segment:ovl_menu +D_menu_801BBC14 = 0x801BBC14; //segment:ovl_menu +D_menu_801BBC18 = 0x801BBC18; //segment:ovl_menu +D_menu_801BBC1C = 0x801BBC1C; //segment:ovl_menu +D_menu_801BBC20 = 0x801BBC20; //segment:ovl_menu +D_menu_801BBC24 = 0x801BBC24; //segment:ovl_menu +D_menu_801BBC28 = 0x801BBC28; //segment:ovl_menu +D_menu_801BBC2C = 0x801BBC2C; //segment:ovl_menu +D_menu_801BBC30 = 0x801BBC30; //segment:ovl_menu +D_menu_801BBC34 = 0x801BBC34; //segment:ovl_menu +D_menu_801BBC38 = 0x801BBC38; //segment:ovl_menu +D_menu_801BBC3C = 0x801BBC3C; //segment:ovl_menu +D_menu_801BBC40 = 0x801BBC40; //segment:ovl_menu +D_menu_801BBC44 = 0x801BBC44; //segment:ovl_menu +D_menu_801BBC48 = 0x801BBC48; //segment:ovl_menu +D_menu_801BBC4C = 0x801BBC4C; //segment:ovl_menu +D_menu_801BBC50 = 0x801BBC50; //segment:ovl_menu +D_menu_801BBC54 = 0x801BBC54; //segment:ovl_menu +D_menu_801BBC58 = 0x801BBC58; //segment:ovl_menu +D_menu_801BBC5C = 0x801BBC5C; //segment:ovl_menu +D_menu_801BBC60 = 0x801BBC60; //segment:ovl_menu +D_menu_801BBC64 = 0x801BBC64; //segment:ovl_menu +D_menu_801BBC68 = 0x801BBC68; //segment:ovl_menu +D_menu_801BBC6C = 0x801BBC6C; //segment:ovl_menu +D_menu_801BBC70 = 0x801BBC70; //segment:ovl_menu +D_menu_801BBC80 = 0x801BBC80; //segment:ovl_menu +D_menu_801BBC84 = 0x801BBC84; //segment:ovl_menu +D_menu_801BBC88 = 0x801BBC88; //segment:ovl_menu +D_menu_801BBC8C = 0x801BBC8C; //segment:ovl_menu +D_menu_801BBC90 = 0x801BBC90; //segment:ovl_menu +D_menu_801BBC94 = 0x801BBC94; //segment:ovl_menu +D_menu_801BBC98 = 0x801BBC98; //segment:ovl_menu +D_menu_801BBC9C = 0x801BBC9C; //segment:ovl_menu +D_menu_801BBCA0 = 0x801BBCA0; //segment:ovl_menu +D_menu_801BBCA4 = 0x801BBCA4; //segment:ovl_menu +D_menu_801BBCA8 = 0x801BBCA8; //segment:ovl_menu +D_menu_801BBCAC = 0x801BBCAC; //segment:ovl_menu +D_menu_801BBCAE = 0x801BBCAE; //segment:ovl_menu +D_menu_801BBCB0 = 0x801BBCB0; //segment:ovl_menu +D_menu_801BBCB4 = 0x801BBCB4; //segment:ovl_menu +D_menu_801BBCB8 = 0x801BBCB8; //segment:ovl_menu +D_menu_801BBCBC = 0x801BBCBC; //segment:ovl_menu +D_menu_801BBCC0 = 0x801BBCC0; //segment:ovl_menu +D_menu_801BBCC4 = 0x801BBCC4; //segment:ovl_menu +D_menu_801BBCC8 = 0x801BBCC8; //segment:ovl_menu +D_menu_801BBCCC = 0x801BBCCC; //segment:ovl_menu +D_menu_801BBCD0 = 0x801BBCD0; //segment:ovl_menu +D_menu_801BBCD4 = 0x801BBCD4; //segment:ovl_menu +D_menu_801BBCD8 = 0x801BBCD8; //segment:ovl_menu +D_menu_801BBCE4 = 0x801BBCE4; //segment:ovl_menu +D_menu_801BBCE8 = 0x801BBCE8; //segment:ovl_menu +D_menu_801BBCEE = 0x801BBCEE; //segment:ovl_menu +D_menu_801BBCF0 = 0x801BBCF0; //segment:ovl_menu +D_menu_801BBCF8 = 0x801BBCF8; //segment:ovl_menu +D_menu_801BBD04 = 0x801BBD04; //segment:ovl_menu +D_menu_801BBD08 = 0x801BBD08; //segment:ovl_menu +D_menu_801BBD14 = 0x801BBD14; //segment:ovl_menu +D_menu_801BBD18 = 0x801BBD18; //segment:ovl_menu +D_menu_801BBD24 = 0x801BBD24; //segment:ovl_menu +D_menu_801BBD28 = 0x801BBD28; //segment:ovl_menu +D_menu_801BBD34 = 0x801BBD34; //segment:ovl_menu +D_menu_801BBD38 = 0x801BBD38; //segment:ovl_menu +D_menu_801BBD44 = 0x801BBD44; //segment:ovl_menu +D_menu_801BBD48 = 0x801BBD48; //segment:ovl_menu +D_menu_801BBD54 = 0x801BBD54; //segment:ovl_menu +D_menu_801BBD58 = 0x801BBD58; //segment:ovl_menu +D_menu_801BBD5C = 0x801BBD5C; //segment:ovl_menu +D_menu_801BBD60 = 0x801BBD60; //segment:ovl_menu +D_menu_801BBD64 = 0x801BBD64; //segment:ovl_menu +D_menu_801BBD68 = 0x801BBD68; //segment:ovl_menu +D_menu_801BBD6C = 0x801BBD6C; //segment:ovl_menu +D_menu_801BBD70 = 0x801BBD70; //segment:ovl_menu +D_menu_801BBD74 = 0x801BBD74; //segment:ovl_menu +D_menu_801BBD78 = 0x801BBD78; //segment:ovl_menu +D_menu_801BBD7C = 0x801BBD7C; //segment:ovl_menu +D_menu_801BBD80 = 0x801BBD80; //segment:ovl_menu +D_menu_801BBD86 = 0x801BBD86; //segment:ovl_menu +D_menu_801BBD88 = 0x801BBD88; //segment:ovl_menu +D_menu_801BBD8C = 0x801BBD8C; //segment:ovl_menu +D_menu_801BBD94 = 0x801BBD94; //segment:ovl_menu +D_menu_801BBD98 = 0x801BBD98; //segment:ovl_menu +D_menu_801BBDA0 = 0x801BBDA0; //segment:ovl_menu +D_menu_801BBDA4 = 0x801BBDA4; //segment:ovl_menu +D_menu_801BBDA8 = 0x801BBDA8; //segment:ovl_menu +D_menu_801BBDAC = 0x801BBDAC; //segment:ovl_menu +D_menu_801BBDB0 = 0x801BBDB0; //segment:ovl_menu +D_menu_801BBDB4 = 0x801BBDB4; //segment:ovl_menu +D_menu_801BBDB8 = 0x801BBDB8; //segment:ovl_menu +D_menu_801BBDBC = 0x801BBDBC; //segment:ovl_menu +D_menu_801BBDC0 = 0x801BBDC0; //segment:ovl_menu +D_menu_801BBDC4 = 0x801BBDC4; //segment:ovl_menu +D_menu_801BBDC8 = 0x801BBDC8; //segment:ovl_menu +D_menu_801BBDCC = 0x801BBDCC; //segment:ovl_menu +D_menu_801BBDD0 = 0x801BBDD0; //segment:ovl_menu +D_menu_801BBDD4 = 0x801BBDD4; //segment:ovl_menu +D_menu_801BBDD8 = 0x801BBDD8; //segment:ovl_menu +D_menu_801BBDDC = 0x801BBDDC; //segment:ovl_menu +D_menu_801BBDE0 = 0x801BBDE0; //segment:ovl_menu +D_menu_801BBDE4 = 0x801BBDE4; //segment:ovl_menu +D_menu_801BBDE8 = 0x801BBDE8; //segment:ovl_menu +D_menu_801BBDEC = 0x801BBDEC; //segment:ovl_menu +D_menu_801BBDF0 = 0x801BBDF0; //segment:ovl_menu +D_menu_801BBDF4 = 0x801BBDF4; //segment:ovl_menu +D_menu_801BBDF8 = 0x801BBDF8; //segment:ovl_menu +D_menu_801BBDFC = 0x801BBDFC; //segment:ovl_menu +D_menu_801BBDFE = 0x801BBDFE; //segment:ovl_menu +D_menu_801BBE00 = 0x801BBE00; //segment:ovl_menu +D_menu_801BBE02 = 0x801BBE02; //segment:ovl_menu +D_menu_801BBE04 = 0x801BBE04; //segment:ovl_menu +D_menu_801BBE08 = 0x801BBE08; //segment:ovl_menu +D_menu_801BBE0C = 0x801BBE0C; //segment:ovl_menu +D_menu_801BBE10 = 0x801BBE10; //segment:ovl_menu +D_menu_801BBE14 = 0x801BBE14; //segment:ovl_menu +D_menu_801BBE1C = 0x801BBE1C; //segment:ovl_menu +D_menu_801BBE20 = 0x801BBE20; //segment:ovl_menu +D_menu_801BBE24 = 0x801BBE24; //segment:ovl_menu +D_menu_801BBE28 = 0x801BBE28; //segment:ovl_menu +D_menu_801BBEA8 = 0x801BBEA8; //segment:ovl_menu +D_menu_801BBEAC = 0x801BBEAC; //segment:ovl_menu +D_menu_801BBEAF = 0x801BBEAF; //segment:ovl_menu +D_menu_801BBEB0 = 0x801BBEB0; //segment:ovl_menu +D_menu_801BBEB4 = 0x801BBEB4; //segment:ovl_menu +D_menu_801BBEB8 = 0x801BBEB8; //segment:ovl_menu +D_menu_801BBEBC = 0x801BBEBC; //segment:ovl_menu +D_menu_801BBEC0 = 0x801BBEC0; //segment:ovl_menu +D_menu_801BBEC8 = 0x801BBEC8; //segment:ovl_menu +D_menu_801BBECC = 0x801BBECC; //segment:ovl_menu +D_menu_801BBED0 = 0x801BBED0; //segment:ovl_menu +D_menu_801BBED4 = 0x801BBED4; //segment:ovl_menu +D_menu_801BBED8 = 0x801BBED8; //segment:ovl_menu +D_menu_801BBEDC = 0x801BBEDC; //segment:ovl_menu +D_menu_801BBEE0 = 0x801BBEE0; //segment:ovl_menu +D_menu_801BBEE4 = 0x801BBEE4; //segment:ovl_menu +D_menu_801BBEE8 = 0x801BBEE8; //segment:ovl_menu +D_menu_801BBEEC = 0x801BBEEC; //segment:ovl_menu +D_menu_801BBEF0 = 0x801BBEF0; //segment:ovl_menu +D_menu_801BBEF1 = 0x801BBEF1; //segment:ovl_menu +D_menu_801BBEF2 = 0x801BBEF2; //segment:ovl_menu +D_menu_801BBEF3 = 0x801BBEF3; //segment:ovl_menu +D_menu_801BBEF4 = 0x801BBEF4; //segment:ovl_menu +D_menu_801BBEF5 = 0x801BBEF5; //segment:ovl_menu +D_menu_801BBEF6 = 0x801BBEF6; //segment:ovl_menu +D_menu_801BBEF7 = 0x801BBEF7; //segment:ovl_menu +D_menu_801BBEF8 = 0x801BBEF8; //segment:ovl_menu +D_menu_801BBF00 = 0x801BBF00; //segment:ovl_menu +D_menu_801BBF04 = 0x801BBF04; //segment:ovl_menu +D_menu_801BBF08 = 0x801BBF08; //segment:ovl_menu +D_menu_801BBF0C = 0x801BBF0C; //segment:ovl_menu +D_menu_801BBF10 = 0x801BBF10; //segment:ovl_menu +D_menu_801BBF14 = 0x801BBF14; //segment:ovl_menu +D_menu_801BBF16 = 0x801BBF16; //segment:ovl_menu +D_menu_801BBF18 = 0x801BBF18; //segment:ovl_menu +D_menu_801BBF1C = 0x801BBF1C; //segment:ovl_menu +D_menu_801BBF20 = 0x801BBF20; //segment:ovl_menu +D_menu_801BBF24 = 0x801BBF24; //segment:ovl_menu +D_menu_801BBF28 = 0x801BBF28; //segment:ovl_menu +D_menu_801BBF2C = 0x801BBF2C; //segment:ovl_menu +D_menu_801BBF30 = 0x801BBF30; //segment:ovl_menu +D_menu_801BBF34 = 0x801BBF34; //segment:ovl_menu +D_menu_801BBF38 = 0x801BBF38; //segment:ovl_menu +D_menu_801BBF3C = 0x801BBF3C; //segment:ovl_menu +D_menu_801BBF40 = 0x801BBF40; //segment:ovl_menu +D_menu_801BBF44 = 0x801BBF44; //segment:ovl_menu +D_menu_801BBF48 = 0x801BBF48; //segment:ovl_menu +D_menu_801BBF4C = 0x801BBF4C; //segment:ovl_menu +D_menu_801BBF4E = 0x801BBF4E; //segment:ovl_menu +D_menu_801BBF50 = 0x801BBF50; //segment:ovl_menu +D_menu_801BC250 = 0x801BC250; //segment:ovl_menu +D_menu_801BC550 = 0x801BC550; //segment:ovl_menu +D_menu_801BC850 = 0x801BC850; //segment:ovl_menu +D_menu_801BCB50 = 0x801BCB50; //segment:ovl_menu +D_menu_801BCE50 = 0x801BCE50; //segment:ovl_menu +D_menu_801BD150 = 0x801BD150; //segment:ovl_menu +D_menu_801BD450 = 0x801BD450; //segment:ovl_menu +D_menu_801BD750 = 0x801BD750; //segment:ovl_menu +D_menu_801BDA50 = 0x801BDA50; //segment:ovl_menu +D_menu_801BDD50 = 0x801BDD50; //segment:ovl_menu +D_menu_801BE050 = 0x801BE050; //segment:ovl_menu +D_menu_801BE350 = 0x801BE350; //segment:ovl_menu +D_menu_801BE650 = 0x801BE650; //segment:ovl_menu +D_menu_801BE950 = 0x801BE950; //segment:ovl_menu +D_menu_801BEC50 = 0x801BEC50; //segment:ovl_menu +D_menu_801BEF50 = 0x801BEF50; //segment:ovl_menu +D_menu_801BF250 = 0x801BF250; //segment:ovl_menu +D_menu_801BF550 = 0x801BF550; //segment:ovl_menu +D_menu_801BF850 = 0x801BF850; //segment:ovl_menu +D_menu_801BFB50 = 0x801BFB50; //segment:ovl_menu +D_menu_801BFE50 = 0x801BFE50; //segment:ovl_menu +D_menu_801C0150 = 0x801C0150; //segment:ovl_menu +D_menu_801C0450 = 0x801C0450; //segment:ovl_menu +D_menu_801C0750 = 0x801C0750; //segment:ovl_menu +D_menu_801C0A50 = 0x801C0A50; //segment:ovl_menu +D_menu_801C0D50 = 0x801C0D50; //segment:ovl_menu +D_menu_801C1050 = 0x801C1050; //segment:ovl_menu +D_menu_801C1350 = 0x801C1350; //segment:ovl_menu +D_menu_801C1650 = 0x801C1650; //segment:ovl_menu +D_menu_801C1950 = 0x801C1950; //segment:ovl_menu +D_menu_801C1C50 = 0x801C1C50; //segment:ovl_menu +D_menu_801C1F50 = 0x801C1F50; //segment:ovl_menu +D_menu_801C2250 = 0x801C2250; //segment:ovl_menu +D_menu_801C2550 = 0x801C2550; //segment:ovl_menu +D_menu_801C2850 = 0x801C2850; //segment:ovl_menu +D_menu_801C2B50 = 0x801C2B50; //segment:ovl_menu +D_menu_801C2E50 = 0x801C2E50; //segment:ovl_menu +D_menu_801C3150 = 0x801C3150; //segment:ovl_menu +D_menu_801C3450 = 0x801C3450; //segment:ovl_menu +D_menu_801C3750 = 0x801C3750; //segment:ovl_menu +D_menu_801C3A50 = 0x801C3A50; //segment:ovl_menu +D_menu_801C3D50 = 0x801C3D50; //segment:ovl_menu +D_menu_801C4050 = 0x801C4050; //segment:ovl_menu +D_menu_801C4350 = 0x801C4350; //segment:ovl_menu +D_menu_801C4650 = 0x801C4650; //segment:ovl_menu +D_menu_801C4950 = 0x801C4950; //segment:ovl_menu +D_menu_801C4C50 = 0x801C4C50; //segment:ovl_menu +D_menu_801C4F50 = 0x801C4F50; //segment:ovl_menu +D_menu_801C5250 = 0x801C5250; //segment:ovl_menu +D_menu_801C5550 = 0x801C5550; //segment:ovl_menu +D_menu_801C5850 = 0x801C5850; //segment:ovl_menu +D_menu_801C5B50 = 0x801C5B50; //segment:ovl_menu +D_menu_801C5E50 = 0x801C5E50; //segment:ovl_menu +D_menu_801C6150 = 0x801C6150; //segment:ovl_menu +D_menu_801C6450 = 0x801C6450; //segment:ovl_menu +D_menu_801C6750 = 0x801C6750; //segment:ovl_menu +D_menu_801C6A50 = 0x801C6A50; //segment:ovl_menu +D_menu_801C6D50 = 0x801C6D50; //segment:ovl_menu +D_menu_801C7050 = 0x801C7050; //segment:ovl_menu +D_menu_801C7350 = 0x801C7350; //segment:ovl_menu +D_menu_801C7650 = 0x801C7650; //segment:ovl_menu +D_menu_801C7950 = 0x801C7950; //segment:ovl_menu +D_menu_801C7C50 = 0x801C7C50; //segment:ovl_menu +D_menu_801C7F50 = 0x801C7F50; //segment:ovl_menu +D_menu_801C8250 = 0x801C8250; //segment:ovl_menu +D_menu_801C8550 = 0x801C8550; //segment:ovl_menu +D_menu_801C8850 = 0x801C8850; //segment:ovl_menu +D_menu_801C8B50 = 0x801C8B50; //segment:ovl_menu +D_menu_801C8E50 = 0x801C8E50; //segment:ovl_menu +D_menu_801C9150 = 0x801C9150; //segment:ovl_menu +D_menu_801C9450 = 0x801C9450; //segment:ovl_menu +D_menu_801C9750 = 0x801C9750; //segment:ovl_menu +D_menu_801C9A50 = 0x801C9A50; //segment:ovl_menu +D_menu_801C9D50 = 0x801C9D50; //segment:ovl_menu +D_menu_801CA050 = 0x801CA050; //segment:ovl_menu +D_menu_801CA350 = 0x801CA350; //segment:ovl_menu +D_menu_801CA650 = 0x801CA650; //segment:ovl_menu +D_menu_801CA950 = 0x801CA950; //segment:ovl_menu +D_menu_801CAC50 = 0x801CAC50; //segment:ovl_menu +D_menu_801CAF50 = 0x801CAF50; //segment:ovl_menu +D_menu_801CB250 = 0x801CB250; //segment:ovl_menu +D_menu_801CB550 = 0x801CB550; //segment:ovl_menu +D_menu_801CB850 = 0x801CB850; //segment:ovl_menu +D_menu_801CBB50 = 0x801CBB50; //segment:ovl_menu +D_menu_801CBE50 = 0x801CBE50; //segment:ovl_menu +D_menu_801CC150 = 0x801CC150; //segment:ovl_menu +D_menu_801CC450 = 0x801CC450; //segment:ovl_menu +D_menu_801CC750 = 0x801CC750; //segment:ovl_menu +D_menu_801CCA50 = 0x801CCA50; //segment:ovl_menu +D_menu_801CCD50 = 0x801CCD50; //segment:ovl_menu +D_menu_801CD050 = 0x801CD050; //segment:ovl_menu +D_menu_801CD350 = 0x801CD350; //segment:ovl_menu +D_menu_801CD650 = 0x801CD650; //segment:ovl_menu +D_menu_801CD950 = 0x801CD950; //segment:ovl_menu +D_menu_801CDC50 = 0x801CDC50; //segment:ovl_menu +D_menu_801CDF50 = 0x801CDF50; //segment:ovl_menu +D_menu_801CE250 = 0x801CE250; //segment:ovl_menu +D_menu_801CE550 = 0x801CE550; //segment:ovl_menu +D_menu_801CE850 = 0x801CE850; //segment:ovl_menu +D_menu_801CEB50 = 0x801CEB50; //segment:ovl_menu +D_menu_801CEE50 = 0x801CEE50; //segment:ovl_menu +D_menu_801CF150 = 0x801CF150; //segment:ovl_menu +D_menu_801CF450 = 0x801CF450; //segment:ovl_menu +D_menu_801CF750 = 0x801CF750; //segment:ovl_menu +D_menu_801CFA50 = 0x801CFA50; //segment:ovl_menu +D_menu_801CFD50 = 0x801CFD50; //segment:ovl_menu +D_menu_801D0050 = 0x801D0050; //segment:ovl_menu +D_menu_801D0350 = 0x801D0350; //segment:ovl_menu +D_menu_801D0358 = 0x801D0358; //segment:ovl_menu +D_menu_801D0378 = 0x801D0378; //segment:ovl_menu +D_menu_801D037C = 0x801D037C; //segment:ovl_menu +D_menu_801D0380 = 0x801D0380; //segment:ovl_menu +D_menu_801D03E0 = 0x801D03E0; //segment:ovl_menu +D_menu_801D041C = 0x801D041C; //segment:ovl_menu +D_menu_801D0420 = 0x801D0420; //segment:ovl_menu +D_menu_801D043C = 0x801D043C; //segment:ovl_menu +D_menu_801D0440 = 0x801D0440; //segment:ovl_menu +D_menu_801D0444 = 0x801D0444; //segment:ovl_menu +D_menu_801D0448 = 0x801D0448; //segment:ovl_menu +D_menu_801D044C = 0x801D044C; //segment:ovl_menu +D_menu_801D0450 = 0x801D0450; //segment:ovl_menu +D_menu_801D0454 = 0x801D0454; //segment:ovl_menu +D_menu_801D047C = 0x801D047C; //segment:ovl_menu +D_menu_801D0480 = 0x801D0480; //segment:ovl_menu +D_menu_801D0484 = 0x801D0484; //segment:ovl_menu +D_menu_801D0488 = 0x801D0488; //segment:ovl_menu +D_menu_801D048C = 0x801D048C; //segment:ovl_menu +D_menu_801D0490 = 0x801D0490; //segment:ovl_menu +D_menu_801D0494 = 0x801D0494; //segment:ovl_menu +D_menu_801D0498 = 0x801D0498; //segment:ovl_menu +D_menu_801D049C = 0x801D049C; //segment:ovl_menu +D_menu_801D04A0 = 0x801D04A0; //segment:ovl_menu +D_menu_801D04A4 = 0x801D04A4; //segment:ovl_menu +D_menu_801D04A8 = 0x801D04A8; //segment:ovl_menu +D_menu_801D04AC = 0x801D04AC; //segment:ovl_menu +D_menu_801D04B0 = 0x801D04B0; //segment:ovl_menu +D_menu_801D04B4 = 0x801D04B4; //segment:ovl_menu +D_menu_801D04B8 = 0x801D04B8; //segment:ovl_menu +D_menu_801D04BC = 0x801D04BC; //segment:ovl_menu +D_menu_801D04C0 = 0x801D04C0; //segment:ovl_menu +D_menu_801D04C4 = 0x801D04C4; //segment:ovl_menu +D_menu_801D04C8 = 0x801D04C8; //segment:ovl_menu +D_menu_801D04CC = 0x801D04CC; //segment:ovl_menu +D_menu_801D04D0 = 0x801D04D0; //segment:ovl_menu +D_menu_801D04D4 = 0x801D04D4; //segment:ovl_menu +D_menu_801D04D8 = 0x801D04D8; //segment:ovl_menu +D_menu_801D04DC = 0x801D04DC; //segment:ovl_menu +D_menu_801D04E0 = 0x801D04E0; //segment:ovl_menu +D_menu_801D04E4 = 0x801D04E4; //segment:ovl_menu +D_menu_801D04E8 = 0x801D04E8; //segment:ovl_menu +D_menu_801D04EC = 0x801D04EC; //segment:ovl_menu +D_menu_801D04F0 = 0x801D04F0; //segment:ovl_menu +D_menu_801D04F4 = 0x801D04F4; //segment:ovl_menu +D_menu_801D04F8 = 0x801D04F8; //segment:ovl_menu +D_menu_801D04FC = 0x801D04FC; //segment:ovl_menu +D_menu_801D0500 = 0x801D0500; //segment:ovl_menu +D_menu_801D0504 = 0x801D0504; //segment:ovl_menu +D_menu_801D0508 = 0x801D0508; //segment:ovl_menu +D_menu_801D050C = 0x801D050C; //segment:ovl_menu +D_menu_801D0510 = 0x801D0510; //segment:ovl_menu +D_menu_801D0514 = 0x801D0514; //segment:ovl_menu +D_menu_801D0518 = 0x801D0518; //segment:ovl_menu +D_menu_801D051C = 0x801D051C; //segment:ovl_menu +D_menu_801D0520 = 0x801D0520; //segment:ovl_menu +D_menu_801D0524 = 0x801D0524; //segment:ovl_menu +D_menu_801D0528 = 0x801D0528; //segment:ovl_menu +D_menu_801D052C = 0x801D052C; //segment:ovl_menu +D_menu_801D0530 = 0x801D0530; //segment:ovl_menu +D_menu_801D0534 = 0x801D0534; //segment:ovl_menu +D_menu_801D0538 = 0x801D0538; //segment:ovl_menu +D_menu_801D053C = 0x801D053C; //segment:ovl_menu +D_menu_801D0540 = 0x801D0540; //segment:ovl_menu +D_menu_801D0544 = 0x801D0544; //segment:ovl_menu +D_menu_801D0548 = 0x801D0548; //segment:ovl_menu +D_menu_801D054C = 0x801D054C; //segment:ovl_menu +D_menu_801D0550 = 0x801D0550; //segment:ovl_menu +D_menu_801D0554 = 0x801D0554; //segment:ovl_menu +D_menu_801D0558 = 0x801D0558; //segment:ovl_menu +D_menu_801D055C = 0x801D055C; //segment:ovl_menu +D_menu_801D0560 = 0x801D0560; //segment:ovl_menu +D_menu_801D0564 = 0x801D0564; //segment:ovl_menu +D_menu_801D0568 = 0x801D0568; //segment:ovl_menu +D_menu_801D056C = 0x801D056C; //segment:ovl_menu +D_menu_801D0570 = 0x801D0570; //segment:ovl_menu +D_menu_801D0574 = 0x801D0574; //segment:ovl_menu +D_menu_801D0578 = 0x801D0578; //segment:ovl_menu +D_menu_801D057C = 0x801D057C; //segment:ovl_menu +D_menu_801D0580 = 0x801D0580; //segment:ovl_menu +D_menu_801D0588 = 0x801D0588; //segment:ovl_menu +D_menu_801D058C = 0x801D058C; //segment:ovl_menu +D_menu_801D0590 = 0x801D0590; //segment:ovl_menu +D_menu_801D0598 = 0x801D0598; //segment:ovl_menu +D_menu_801D05A8 = 0x801D05A8; //segment:ovl_menu +D_menu_801D0968 = 0x801D0968; //segment:ovl_menu +D_menu_801D0B28 = 0x801D0B28; //segment:ovl_menu +D_menu_801D0B68 = 0x801D0B68; //segment:ovl_menu +D_menu_801D0BA8 = 0x801D0BA8; //segment:ovl_menu +D_menu_801D0BE8 = 0x801D0BE8; //segment:ovl_menu +D_menu_801D0CA8 = 0x801D0CA8; //segment:ovl_menu +D_menu_801D0D28 = 0x801D0D28; //segment:ovl_menu +D_menu_801D10E8 = 0x801D10E8; //segment:ovl_menu +D_menu_801D14A8 = 0x801D14A8; //segment:ovl_menu +D_menu_801D14B0 = 0x801D14B0; //segment:ovl_menu +D_menu_801D155C = 0x801D155C; //segment:ovl_menu +D_menu_801D1560 = 0x801D1560; //segment:ovl_menu +D_menu_801D159C = 0x801D159C; //segment:ovl_menu +D_menu_801D15A0 = 0x801D15A0; //segment:ovl_menu +D_menu_801D15A4 = 0x801D15A4; //segment:ovl_menu +D_menu_801D15A8 = 0x801D15A8; //segment:ovl_menu +D_menu_801D15AC = 0x801D15AC; //segment:ovl_menu +D_menu_801D15B0 = 0x801D15B0; //segment:ovl_menu +D_menu_801D15B4 = 0x801D15B4; //segment:ovl_menu +D_menu_801D15B8 = 0x801D15B8; //segment:ovl_menu +D_menu_801D15BC = 0x801D15BC; //segment:ovl_menu +D_menu_801D15C0 = 0x801D15C0; //segment:ovl_menu +D_menu_801D15C4 = 0x801D15C4; //segment:ovl_menu +D_menu_801D15C8 = 0x801D15C8; //segment:ovl_menu +D_menu_801D15CC = 0x801D15CC; //segment:ovl_menu +D_menu_801D15D0 = 0x801D15D0; //segment:ovl_menu +D_menu_801D15D4 = 0x801D15D4; //segment:ovl_menu +D_menu_801D15D8 = 0x801D15D8; //segment:ovl_menu +D_menu_801D15DC = 0x801D15DC; //segment:ovl_menu +D_menu_801D15E0 = 0x801D15E0; //segment:ovl_menu +D_menu_801D15E4 = 0x801D15E4; //segment:ovl_menu +D_menu_801D15E8 = 0x801D15E8; //segment:ovl_menu +D_menu_801D15EC = 0x801D15EC; //segment:ovl_menu +D_menu_801D15F0 = 0x801D15F0; //segment:ovl_menu +D_menu_801D15F4 = 0x801D15F4; //segment:ovl_menu +D_menu_801D15F8 = 0x801D15F8; //segment:ovl_menu +D_menu_801D15FC = 0x801D15FC; //segment:ovl_menu +D_menu_801D1600 = 0x801D1600; //segment:ovl_menu +D_menu_801D1604 = 0x801D1604; //segment:ovl_menu +D_menu_801D1608 = 0x801D1608; //segment:ovl_menu +D_menu_801D160C = 0x801D160C; //segment:ovl_menu +D_menu_801D1640 = 0x801D1640; //segment:ovl_menu +D_menu_801D1644 = 0x801D1644; //segment:ovl_menu +D_menu_801D1648 = 0x801D1648; //segment:ovl_menu +D_menu_801D164C = 0x801D164C; //segment:ovl_menu +D_menu_801D167C = 0x801D167C; //segment:ovl_menu +D_menu_801D1680 = 0x801D1680; //segment:ovl_menu +D_menu_801D1684 = 0x801D1684; //segment:ovl_menu +D_menu_801D1688 = 0x801D1688; //segment:ovl_menu +D_menu_801D168C = 0x801D168C; //segment:ovl_menu +D_menu_801D168D = 0x801D168D; //segment:ovl_menu +D_menu_801D168E = 0x801D168E; //segment:ovl_menu +D_menu_801D1690 = 0x801D1690; //segment:ovl_menu +D_menu_801D16B0 = 0x801D16B0; //segment:ovl_menu +D_menu_801D1728 = 0x801D1728; //segment:ovl_menu +D_menu_801D17A0 = 0x801D17A0; //segment:ovl_menu +D_menu_801D1818 = 0x801D1818; //segment:ovl_menu +D_menu_801D1890 = 0x801D1890; //segment:ovl_menu +D_menu_801D18B8 = 0x801D18B8; //segment:ovl_menu +D_menu_801D1908 = 0x801D1908; //segment:ovl_menu +D_menu_801D1980 = 0x801D1980; //segment:ovl_menu +D_menu_801D1984 = 0x801D1984; //segment:ovl_menu +D_menu_801D1988 = 0x801D1988; //segment:ovl_menu +D_menu_801D198C = 0x801D198C; //segment:ovl_menu +D_menu_801D1990 = 0x801D1990; //segment:ovl_menu +D_menu_801D199C = 0x801D199C; //segment:ovl_menu +D_menu_801D19A0 = 0x801D19A0; //segment:ovl_menu +D_menu_801D19A4 = 0x801D19A4; //segment:ovl_menu +D_menu_801D19A8 = 0x801D19A8; //segment:ovl_menu +D_menu_801D19AC = 0x801D19AC; //segment:ovl_menu +D_menu_801D19B0 = 0x801D19B0; //segment:ovl_menu +D_menu_801D19B4 = 0x801D19B4; //segment:ovl_menu +D_menu_801D19B8 = 0x801D19B8; //segment:ovl_menu +D_menu_801D19BC = 0x801D19BC; //segment:ovl_menu +D_menu_801D19C0 = 0x801D19C0; //segment:ovl_menu +D_menu_801D19C8 = 0x801D19C8; //segment:ovl_menu +D_menu_801D19E0 = 0x801D19E0; //segment:ovl_menu +D_menu_801D19E4 = 0x801D19E4; //segment:ovl_menu +D_menu_801D19E8 = 0x801D19E8; //segment:ovl_menu +D_menu_801D1A10 = 0x801D1A10; //segment:ovl_menu +D_menu_801D1A14 = 0x801D1A14; //segment:ovl_menu +D_menu_801D1A18 = 0x801D1A18; //segment:ovl_menu +D_menu_801D1A38 = 0x801D1A38; //segment:ovl_menu +D_menu_801D1AA4 = 0x801D1AA4; //segment:ovl_menu +D_menu_801D1AA8 = 0x801D1AA8; //segment:ovl_menu +D_menu_801D1AAC = 0x801D1AAC; //segment:ovl_menu +D_menu_801D1AB0 = 0x801D1AB0; //segment:ovl_menu +D_menu_801D1AB4 = 0x801D1AB4; //segment:ovl_menu +D_menu_801D1AB8 = 0x801D1AB8; //segment:ovl_menu +D_menu_801D1ABC = 0x801D1ABC; //segment:ovl_menu +D_menu_801D1AC0 = 0x801D1AC0; //segment:ovl_menu +D_menu_801D1AC8 = 0x801D1AC8; //segment:ovl_menu +D_menu_801D1AD4 = 0x801D1AD4; //segment:ovl_menu +D_menu_801D1AD8 = 0x801D1AD8; //segment:ovl_menu +D_menu_801D1AE0 = 0x801D1AE0; //segment:ovl_menu +D_menu_801D1AEC = 0x801D1AEC; //segment:ovl_menu +D_menu_801D1AF0 = 0x801D1AF0; //segment:ovl_menu +D_menu_801D1AF4 = 0x801D1AF4; //segment:ovl_menu +D_menu_801D1AF8 = 0x801D1AF8; //segment:ovl_menu +D_menu_801D1B00 = 0x801D1B00; //segment:ovl_menu +D_menu_801D1B20 = 0x801D1B20; //segment:ovl_menu +D_menu_801D1B40 = 0x801D1B40; //segment:ovl_menu +D_menu_801D1B60 = 0x801D1B60; //segment:ovl_menu +D_menu_801D1B68 = 0x801D1B68; //segment:ovl_menu +D_menu_801D1B88 = 0x801D1B88; //segment:ovl_menu +D_menu_801D1BA8 = 0x801D1BA8; //segment:ovl_menu +D_menu_801D1BAC = 0x801D1BAC; //segment:ovl_menu +D_menu_801D1BB0 = 0x801D1BB0; //segment:ovl_menu +D_menu_801D1BB8 = 0x801D1BB8; //segment:ovl_menu + +func_ending_8018B020 = 0x8018B020; //segment:ovl_ending +func_ending_8018B1A4 = 0x8018B1A4; //segment:ovl_ending +func_ending_8018B360 = 0x8018B360; //segment:ovl_ending +func_ending_8018B83C = 0x8018B83C; //segment:ovl_ending +func_ending_8018BB30 = 0x8018BB30; //segment:ovl_ending +func_ending_8018BEA4 = 0x8018BEA4; //segment:ovl_ending +func_ending_8018BF6C = 0x8018BF6C; //segment:ovl_ending +func_ending_8018C13C = 0x8018C13C; //segment:ovl_ending +func_ending_8018C1FC = 0x8018C1FC; //segment:ovl_ending +func_ending_8018C3FC = 0x8018C3FC; //segment:ovl_ending +func_ending_8018C8BC = 0x8018C8BC; //segment:ovl_ending +func_ending_8018CC10 = 0x8018CC10; //segment:ovl_ending +func_ending_8018D770 = 0x8018D770; //segment:ovl_ending +func_ending_8018DB30 = 0x8018DB30; //segment:ovl_ending +func_ending_8018DC30 = 0x8018DC30; //segment:ovl_ending +func_ending_8018DDB4 = 0x8018DDB4; //segment:ovl_ending +func_ending_8018E07C = 0x8018E07C; //segment:ovl_ending +func_ending_8018E314 = 0x8018E314; //segment:ovl_ending +func_ending_8018E3E8 = 0x8018E3E8; //segment:ovl_ending +func_ending_8018E458 = 0x8018E458; //segment:ovl_ending +func_ending_8018E5D8 = 0x8018E5D8; //segment:ovl_ending +func_ending_8018E7A4 = 0x8018E7A4; //segment:ovl_ending +func_ending_8018E8E8 = 0x8018E8E8; //segment:ovl_ending +func_ending_8018E9E0 = 0x8018E9E0; //segment:ovl_ending +func_ending_8018EA94 = 0x8018EA94; //segment:ovl_ending +func_ending_8018EC1C = 0x8018EC1C; //segment:ovl_ending +func_ending_8018EE8C = 0x8018EE8C; //segment:ovl_ending +func_ending_8018F06C = 0x8018F06C; //segment:ovl_ending +func_ending_8018F500 = 0x8018F500; //segment:ovl_ending +func_ending_80190100 = 0x80190100; //segment:ovl_ending +func_ending_80190918 = 0x80190918; //segment:ovl_ending +func_ending_80190954 = 0x80190954; //segment:ovl_ending +func_ending_80190990 = 0x80190990; //segment:ovl_ending +func_ending_80190A60 = 0x80190A60; //segment:ovl_ending +func_ending_80190B84 = 0x80190B84; //segment:ovl_ending +func_ending_80190D00 = 0x80190D00; //segment:ovl_ending +func_ending_80190EE0 = 0x80190EE0; //segment:ovl_ending +func_ending_801910D8 = 0x801910D8; //segment:ovl_ending +func_ending_801913A0 = 0x801913A0; //segment:ovl_ending +func_ending_801918A4 = 0x801918A4; //segment:ovl_ending +func_ending_80191EA4 = 0x80191EA4; //segment:ovl_ending +func_ending_801924A4 = 0x801924A4; //segment:ovl_ending +func_ending_80192994 = 0x80192994; //segment:ovl_ending +func_ending_80192D38 = 0x80192D38; //segment:ovl_ending +func_ending_8019334C = 0x8019334C; //segment:ovl_ending +func_ending_80193960 = 0x80193960; //segment:ovl_ending +func_ending_80193D34 = 0x80193D34; //segment:ovl_ending +func_ending_80193E64 = 0x80193E64; //segment:ovl_ending +func_ending_801943DC = 0x801943DC; //segment:ovl_ending +func_ending_80194920 = 0x80194920; //segment:ovl_ending +func_ending_80194980 = 0x80194980; //segment:ovl_ending +func_ending_80194E14 = 0x80194E14; //segment:ovl_ending +func_ending_80194E24 = 0x80194E24; //segment:ovl_ending +func_ending_8019536C = 0x8019536C; //segment:ovl_ending +func_ending_80195390 = 0x80195390; //segment:ovl_ending +func_ending_80195878 = 0x80195878; //segment:ovl_ending +func_ending_801959A4 = 0x801959A4; //segment:ovl_ending +func_ending_80195A90 = 0x80195A90; //segment:ovl_ending +func_ending_80195C00 = 0x80195C00; //segment:ovl_ending +func_ending_80195DE8 = 0x80195DE8; //segment:ovl_ending +D_ending_80195FD0 = 0x80195FD0; //segment:ovl_ending +D_ending_80195FE0 = 0x80195FE0; //segment:ovl_ending +D_ending_80195FEC = 0x80195FEC; //segment:ovl_ending +D_ending_801960EC = 0x801960EC; //segment:ovl_ending +D_ending_801961EC = 0x801961EC; //segment:ovl_ending +D_ending_8019626C = 0x8019626C; //segment:ovl_ending +D_ending_80196278 = 0x80196278; //segment:ovl_ending +D_ending_801963B8 = 0x801963B8; //segment:ovl_ending +D_ending_801963C4 = 0x801963C4; //segment:ovl_ending +D_ending_801963D0 = 0x801963D0; //segment:ovl_ending +D_ending_801963DC = 0x801963DC; //segment:ovl_ending +D_ending_801963E8 = 0x801963E8; //segment:ovl_ending +D_ending_801963F0 = 0x801963F0; //segment:ovl_ending +D_ending_80196408 = 0x80196408; //segment:ovl_ending +D_ending_80196420 = 0x80196420; //segment:ovl_ending +D_ending_80196444 = 0x80196444; //segment:ovl_ending +D_ending_80196468 = 0x80196468; //segment:ovl_ending +D_ending_80196474 = 0x80196474; //segment:ovl_ending +D_ending_80196480 = 0x80196480; //segment:ovl_ending +D_ending_801964C8 = 0x801964C8; //segment:ovl_ending +D_ending_80196510 = 0x80196510; //segment:ovl_ending +D_ending_80196528 = 0x80196528; //segment:ovl_ending +D_ending_80196534 = 0x80196534; //segment:ovl_ending +D_ending_80196540 = 0x80196540; //segment:ovl_ending +D_ending_8019654C = 0x8019654C; //segment:ovl_ending +D_ending_80196558 = 0x80196558; //segment:ovl_ending +D_ending_80196564 = 0x80196564; //segment:ovl_ending +D_ending_80196570 = 0x80196570; //segment:ovl_ending +D_ending_8019657C = 0x8019657C; //segment:ovl_ending +D_ending_80196588 = 0x80196588; //segment:ovl_ending +D_ending_80196594 = 0x80196594; //segment:ovl_ending +D_ending_801965C0 = 0x801965C0; //segment:ovl_ending +D_ending_801965E4 = 0x801965E4; //segment:ovl_ending +D_ending_801965FC = 0x801965FC; //segment:ovl_ending +D_ending_80196620 = 0x80196620; //segment:ovl_ending +D_ending_80196624 = 0x80196624; //segment:ovl_ending +D_ending_80196CC8 = 0x80196CC8; //segment:ovl_ending +D_ending_80196CD4 = 0x80196CD4; //segment:ovl_ending +D_ending_80196CE0 = 0x80196CE0; //segment:ovl_ending +D_ending_80199778 = 0x80199778; //segment:ovl_ending +D_ending_8019A490 = 0x8019A490; //segment:ovl_ending +D_ending_8019A494 = 0x8019A494; //segment:ovl_ending +D_ending_8019A498 = 0x8019A498; //segment:ovl_ending +D_ending_8019A4A0 = 0x8019A4A0; //segment:ovl_ending +D_ending_8019A4A8 = 0x8019A4A8; //segment:ovl_ending +D_ending_8019A4B8 = 0x8019A4B8; //segment:ovl_ending +D_ending_8019A4BC = 0x8019A4BC; //segment:ovl_ending +D_ending_8019A5A0 = 0x8019A5A0; //segment:ovl_ending +D_ending_8019A5D8 = 0x8019A5D8; //segment:ovl_ending +D_ending_8019A720 = 0x8019A720; //segment:ovl_ending +D_ending_8019A724 = 0x8019A724; //segment:ovl_ending +D_ending_8019A728 = 0x8019A728; //segment:ovl_ending +D_ending_8019A72C = 0x8019A72C; //segment:ovl_ending +D_ending_8019A730 = 0x8019A730; //segment:ovl_ending +D_ending_8019A734 = 0x8019A734; //segment:ovl_ending +D_ending_8019A738 = 0x8019A738; //segment:ovl_ending +D_ending_8019A744 = 0x8019A744; //segment:ovl_ending +D_ending_8019A990 = 0x8019A990; //segment:ovl_ending +D_ending_8019A998 = 0x8019A998; //segment:ovl_ending +D_ending_8019A99C = 0x8019A99C; //segment:ovl_ending +D_ending_8019A9A4 = 0x8019A9A4; //segment:ovl_ending +D_ending_8019A9CC = 0x8019A9CC; //segment:ovl_ending +D_ending_8019A9D4 = 0x8019A9D4; //segment:ovl_ending +D_ending_8019ABE8 = 0x8019ABE8; //segment:ovl_ending +D_ending_8019ABEC = 0x8019ABEC; //segment:ovl_ending +D_ending_8019ABF0 = 0x8019ABF0; //segment:ovl_ending +D_ending_8019AC08 = 0x8019AC08; //segment:ovl_ending +D_ending_8019AC34 = 0x8019AC34; //segment:ovl_ending +D_ending_8019AE40 = 0x8019AE40; //segment:ovl_ending +D_ending_8019B098 = 0x8019B098; //segment:ovl_ending +D_ending_8019B0A4 = 0x8019B0A4; //segment:ovl_ending +D_ending_8019B9F8 = 0x8019B9F8; //segment:ovl_ending +D_ending_8019BD18 = 0x8019BD18; //segment:ovl_ending +D_ending_8019BD24 = 0x8019BD24; //segment:ovl_ending +D_ending_8019BD30 = 0x8019BD30; //segment:ovl_ending +D_ending_8019CB40 = 0x8019CB40; //segment:ovl_ending +D_ending_8019CB80 = 0x8019CB80; //segment:ovl_ending +D_ending_8019CB88 = 0x8019CB88; //segment:ovl_ending +D_ending_8019CB90 = 0x8019CB90; //segment:ovl_ending +D_ending_8019CBA0 = 0x8019CBA0; //segment:ovl_ending +D_ending_8019CBA4 = 0x8019CBA4; //segment:ovl_ending +D_ending_8019CBA8 = 0x8019CBA8; //segment:ovl_ending + +func_unused_8018B020 = 0x8018B020; //segment:ovl_unused +D_unused_8018B030 = 0x8018B030; //segment:ovl_unused +D_8018B0C0 = 0x8018B0C0; //segment:ovl_unused + +D_fr_8017B230 = 0x8017B230; //segment:ast_radio_fr type:u16 +D_fr_8017B8CC = 0x8017B8CC; //segment:ast_radio_fr type:u16 +D_fr_8017B91C = 0x8017B91C; //segment:ast_radio_fr type:u16 +D_fr_8017B978 = 0x8017B978; //segment:ast_radio_fr type:u16 +D_fr_8017B9C4 = 0x8017B9C4; //segment:ast_radio_fr type:u16 +D_fr_8017BA24 = 0x8017BA24; //segment:ast_radio_fr type:u16 +D_fr_8017BA84 = 0x8017BA84; //segment:ast_radio_fr type:u16 +D_fr_8017BAF4 = 0x8017BAF4; //segment:ast_radio_fr type:u16 +D_fr_8017BB78 = 0x8017BB78; //segment:ast_radio_fr type:u16 +D_fr_8017BBE8 = 0x8017BBE8; //segment:ast_radio_fr type:u16 +D_fr_8017BC7C = 0x8017BC7C; //segment:ast_radio_fr type:u16 +D_fr_8017BCD4 = 0x8017BCD4; //segment:ast_radio_fr type:u16 +D_fr_8017BD40 = 0x8017BD40; //segment:ast_radio_fr type:u16 +D_fr_8017BD90 = 0x8017BD90; //segment:ast_radio_fr type:u16 +D_fr_8017BE14 = 0x8017BE14; //segment:ast_radio_fr type:u16 +D_fr_8017BE60 = 0x8017BE60; //segment:ast_radio_fr type:u16 +D_fr_8017BEC4 = 0x8017BEC4; //segment:ast_radio_fr type:u16 +D_fr_8017BEE4 = 0x8017BEE4; //segment:ast_radio_fr type:u16 +D_fr_8017BF6C = 0x8017BF6C; //segment:ast_radio_fr type:u16 +D_fr_8017BF90 = 0x8017BF90; //segment:ast_radio_fr type:u16 +D_fr_8017BFF8 = 0x8017BFF8; //segment:ast_radio_fr type:u16 +D_fr_8017C030 = 0x8017C030; //segment:ast_radio_fr type:u16 +D_fr_8017C0AC = 0x8017C0AC; //segment:ast_radio_fr type:u16 +D_fr_8017C0E4 = 0x8017C0E4; //segment:ast_radio_fr type:u16 +D_fr_8017C168 = 0x8017C168; //segment:ast_radio_fr type:u16 +D_fr_8017C19C = 0x8017C19C; //segment:ast_radio_fr type:u16 +D_fr_8017C218 = 0x8017C218; //segment:ast_radio_fr type:u16 +D_fr_8017C268 = 0x8017C268; //segment:ast_radio_fr type:u16 +D_fr_8017C2AC = 0x8017C2AC; //segment:ast_radio_fr type:u16 +D_fr_8017C2E0 = 0x8017C2E0; //segment:ast_radio_fr type:u16 +D_fr_8017C34C = 0x8017C34C; //segment:ast_radio_fr type:u16 +D_fr_8017C388 = 0x8017C388; //segment:ast_radio_fr type:u16 +D_fr_8017C3CC = 0x8017C3CC; //segment:ast_radio_fr type:u16 +D_fr_8017C3F8 = 0x8017C3F8; //segment:ast_radio_fr type:u16 +D_fr_8017C480 = 0x8017C480; //segment:ast_radio_fr type:u16 +D_fr_8017C4AC = 0x8017C4AC; //segment:ast_radio_fr type:u16 +D_fr_8017C4DC = 0x8017C4DC; //segment:ast_radio_fr type:u16 +D_fr_8017C518 = 0x8017C518; //segment:ast_radio_fr type:u16 +D_fr_8017C550 = 0x8017C550; //segment:ast_radio_fr type:u16 +D_fr_8017C584 = 0x8017C584; //segment:ast_radio_fr type:u16 +D_fr_8017C5C8 = 0x8017C5C8; //segment:ast_radio_fr type:u16 +D_fr_8017C628 = 0x8017C628; //segment:ast_radio_fr type:u16 +D_fr_8017C670 = 0x8017C670; //segment:ast_radio_fr type:u16 +D_fr_8017C698 = 0x8017C698; //segment:ast_radio_fr type:u16 +D_fr_8017C6DC = 0x8017C6DC; //segment:ast_radio_fr type:u16 +D_fr_8017C700 = 0x8017C700; //segment:ast_radio_fr type:u16 +D_fr_8017C720 = 0x8017C720; //segment:ast_radio_fr type:u16 +D_fr_8017C734 = 0x8017C734; //segment:ast_radio_fr type:u16 +D_fr_8017C768 = 0x8017C768; //segment:ast_radio_fr type:u16 +D_fr_8017C7B4 = 0x8017C7B4; //segment:ast_radio_fr type:u16 +D_fr_8017C7F4 = 0x8017C7F4; //segment:ast_radio_fr type:u16 +D_fr_8017C82C = 0x8017C82C; //segment:ast_radio_fr type:u16 +D_fr_8017C874 = 0x8017C874; //segment:ast_radio_fr type:u16 +D_fr_8017C8DC = 0x8017C8DC; //segment:ast_radio_fr type:u16 +D_fr_8017C91C = 0x8017C91C; //segment:ast_radio_fr type:u16 +D_fr_8017C964 = 0x8017C964; //segment:ast_radio_fr type:u16 +D_fr_8017C994 = 0x8017C994; //segment:ast_radio_fr type:u16 +D_fr_8017C9B8 = 0x8017C9B8; //segment:ast_radio_fr type:u16 +D_fr_8017C9E0 = 0x8017C9E0; //segment:ast_radio_fr type:u16 +D_fr_8017CA34 = 0x8017CA34; //segment:ast_radio_fr type:u16 +D_fr_8017CA70 = 0x8017CA70; //segment:ast_radio_fr type:u16 +D_fr_8017CA88 = 0x8017CA88; //segment:ast_radio_fr type:u16 +D_fr_8017CAC4 = 0x8017CAC4; //segment:ast_radio_fr type:u16 +D_fr_8017CB08 = 0x8017CB08; //segment:ast_radio_fr type:u16 +D_fr_8017CB38 = 0x8017CB38; //segment:ast_radio_fr type:u16 +D_fr_8017CB7C = 0x8017CB7C; //segment:ast_radio_fr type:u16 +D_fr_8017CBD4 = 0x8017CBD4; //segment:ast_radio_fr type:u16 +D_fr_8017CC0C = 0x8017CC0C; //segment:ast_radio_fr type:u16 +D_fr_8017CC50 = 0x8017CC50; //segment:ast_radio_fr type:u16 +D_fr_8017CCAC = 0x8017CCAC; //segment:ast_radio_fr type:u16 +D_fr_8017CD1C = 0x8017CD1C; //segment:ast_radio_fr type:u16 +D_fr_8017CD5C = 0x8017CD5C; //segment:ast_radio_fr type:u16 +D_fr_8017CD70 = 0x8017CD70; //segment:ast_radio_fr type:u16 +D_fr_8017CDDC = 0x8017CDDC; //segment:ast_radio_fr type:u16 +D_fr_8017CE28 = 0x8017CE28; //segment:ast_radio_fr type:u16 +D_fr_8017CE74 = 0x8017CE74; //segment:ast_radio_fr type:u16 +D_fr_8017CEB4 = 0x8017CEB4; //segment:ast_radio_fr type:u16 +D_fr_8017CEF8 = 0x8017CEF8; //segment:ast_radio_fr type:u16 +D_fr_8017CF08 = 0x8017CF08; //segment:ast_radio_fr type:u16 +D_fr_8017CF3C = 0x8017CF3C; //segment:ast_radio_fr type:u16 +D_fr_8017CF6C = 0x8017CF6C; //segment:ast_radio_fr type:u16 +D_fr_8017CFC8 = 0x8017CFC8; //segment:ast_radio_fr type:u16 +D_fr_8017D00C = 0x8017D00C; //segment:ast_radio_fr type:u16 +D_fr_8017D048 = 0x8017D048; //segment:ast_radio_fr type:u16 +D_fr_8017D0B0 = 0x8017D0B0; //segment:ast_radio_fr type:u16 +D_fr_8017D0CC = 0x8017D0CC; //segment:ast_radio_fr type:u16 +D_fr_8017D128 = 0x8017D128; //segment:ast_radio_fr type:u16 +D_fr_8017D170 = 0x8017D170; //segment:ast_radio_fr type:u16 +D_fr_8017D1B4 = 0x8017D1B4; //segment:ast_radio_fr type:u16 +D_fr_8017D1F8 = 0x8017D1F8; //segment:ast_radio_fr type:u16 +D_fr_8017D248 = 0x8017D248; //segment:ast_radio_fr type:u16 +D_fr_8017D298 = 0x8017D298; //segment:ast_radio_fr type:u16 +D_fr_8017D2D4 = 0x8017D2D4; //segment:ast_radio_fr type:u16 +D_fr_8017D318 = 0x8017D318; //segment:ast_radio_fr type:u16 +D_fr_8017D358 = 0x8017D358; //segment:ast_radio_fr type:u16 +D_fr_8017D398 = 0x8017D398; //segment:ast_radio_fr type:u16 +D_fr_8017D3D4 = 0x8017D3D4; //segment:ast_radio_fr type:u16 +D_fr_8017D3FC = 0x8017D3FC; //segment:ast_radio_fr type:u16 +D_fr_8017D434 = 0x8017D434; //segment:ast_radio_fr type:u16 +D_fr_8017D46C = 0x8017D46C; //segment:ast_radio_fr type:u16 +D_fr_8017D4A8 = 0x8017D4A8; //segment:ast_radio_fr type:u16 +D_fr_8017D500 = 0x8017D500; //segment:ast_radio_fr type:u16 +D_fr_8017D524 = 0x8017D524; //segment:ast_radio_fr type:u16 +D_fr_8017D544 = 0x8017D544; //segment:ast_radio_fr type:u16 +D_fr_8017D598 = 0x8017D598; //segment:ast_radio_fr type:u16 +D_fr_8017D5F0 = 0x8017D5F0; //segment:ast_radio_fr type:u16 +D_fr_8017D634 = 0x8017D634; //segment:ast_radio_fr type:u16 +D_fr_8017D66C = 0x8017D66C; //segment:ast_radio_fr type:u16 +D_fr_8017D6A4 = 0x8017D6A4; //segment:ast_radio_fr type:u16 +D_fr_8017D6FC = 0x8017D6FC; //segment:ast_radio_fr type:u16 +D_fr_8017D730 = 0x8017D730; //segment:ast_radio_fr type:u16 +D_fr_8017D77C = 0x8017D77C; //segment:ast_radio_fr type:u16 +D_fr_8017D7D4 = 0x8017D7D4; //segment:ast_radio_fr type:u16 +D_fr_8017D808 = 0x8017D808; //segment:ast_radio_fr type:u16 +D_fr_8017D84C = 0x8017D84C; //segment:ast_radio_fr type:u16 +D_fr_8017D8A8 = 0x8017D8A8; //segment:ast_radio_fr type:u16 +D_fr_8017D908 = 0x8017D908; //segment:ast_radio_fr type:u16 +D_fr_8017D958 = 0x8017D958; //segment:ast_radio_fr type:u16 +D_fr_8017D990 = 0x8017D990; //segment:ast_radio_fr type:u16 +D_fr_8017D9D4 = 0x8017D9D4; //segment:ast_radio_fr type:u16 +D_fr_8017DA28 = 0x8017DA28; //segment:ast_radio_fr type:u16 +D_fr_8017DA74 = 0x8017DA74; //segment:ast_radio_fr type:u16 +D_fr_8017DAAC = 0x8017DAAC; //segment:ast_radio_fr type:u16 +D_fr_8017DAF0 = 0x8017DAF0; //segment:ast_radio_fr type:u16 +D_fr_8017DB14 = 0x8017DB14; //segment:ast_radio_fr type:u16 +D_fr_8017DB54 = 0x8017DB54; //segment:ast_radio_fr type:u16 +D_fr_8017DB9C = 0x8017DB9C; //segment:ast_radio_fr type:u16 +D_fr_8017DBE0 = 0x8017DBE0; //segment:ast_radio_fr type:u16 +D_fr_8017DC00 = 0x8017DC00; //segment:ast_radio_fr type:u16 +D_fr_8017DC2C = 0x8017DC2C; //segment:ast_radio_fr type:u16 +D_fr_8017DC5C = 0x8017DC5C; //segment:ast_radio_fr type:u16 +D_fr_8017DCB0 = 0x8017DCB0; //segment:ast_radio_fr type:u16 +D_fr_8017DCD8 = 0x8017DCD8; //segment:ast_radio_fr type:u16 +D_fr_8017DCF0 = 0x8017DCF0; //segment:ast_radio_fr type:u16 +D_fr_8017DD24 = 0x8017DD24; //segment:ast_radio_fr type:u16 +D_fr_8017DD64 = 0x8017DD64; //segment:ast_radio_fr type:u16 +D_fr_8017DD90 = 0x8017DD90; //segment:ast_radio_fr type:u16 +D_fr_8017DDC8 = 0x8017DDC8; //segment:ast_radio_fr type:u16 +D_fr_8017DE00 = 0x8017DE00; //segment:ast_radio_fr type:u16 +D_fr_8017DE3C = 0x8017DE3C; //segment:ast_radio_fr type:u16 +D_fr_8017DE9C = 0x8017DE9C; //segment:ast_radio_fr type:u16 +D_fr_8017DED0 = 0x8017DED0; //segment:ast_radio_fr type:u16 +D_fr_8017DF20 = 0x8017DF20; //segment:ast_radio_fr type:u16 +D_fr_8017DF4C = 0x8017DF4C; //segment:ast_radio_fr type:u16 +D_fr_8017DFC4 = 0x8017DFC4; //segment:ast_radio_fr type:u16 +D_fr_8017E014 = 0x8017E014; //segment:ast_radio_fr type:u16 +D_fr_8017E058 = 0x8017E058; //segment:ast_radio_fr type:u16 +D_fr_8017E0B4 = 0x8017E0B4; //segment:ast_radio_fr type:u16 +D_fr_8017E0C8 = 0x8017E0C8; //segment:ast_radio_fr type:u16 +D_fr_8017E118 = 0x8017E118; //segment:ast_radio_fr type:u16 +D_fr_8017E14C = 0x8017E14C; //segment:ast_radio_fr type:u16 +D_fr_8017E1A8 = 0x8017E1A8; //segment:ast_radio_fr type:u16 +D_fr_8017E1EC = 0x8017E1EC; //segment:ast_radio_fr type:u16 +D_fr_8017E250 = 0x8017E250; //segment:ast_radio_fr type:u16 +D_fr_8017E29C = 0x8017E29C; //segment:ast_radio_fr type:u16 +D_fr_8017E2DC = 0x8017E2DC; //segment:ast_radio_fr type:u16 +D_fr_8017E320 = 0x8017E320; //segment:ast_radio_fr type:u16 +D_fr_8017E350 = 0x8017E350; //segment:ast_radio_fr type:u16 +D_fr_8017E3BC = 0x8017E3BC; //segment:ast_radio_fr type:u16 +D_fr_8017E3D8 = 0x8017E3D8; //segment:ast_radio_fr type:u16 +D_fr_8017E430 = 0x8017E430; //segment:ast_radio_fr type:u16 +D_fr_8017E498 = 0x8017E498; //segment:ast_radio_fr type:u16 +D_fr_8017E4E8 = 0x8017E4E8; //segment:ast_radio_fr type:u16 +D_fr_8017E514 = 0x8017E514; //segment:ast_radio_fr type:u16 +D_fr_8017E56C = 0x8017E56C; //segment:ast_radio_fr type:u16 +D_fr_8017E5CC = 0x8017E5CC; //segment:ast_radio_fr type:u16 +D_fr_8017E630 = 0x8017E630; //segment:ast_radio_fr type:u16 +D_fr_8017E668 = 0x8017E668; //segment:ast_radio_fr type:u16 +D_fr_8017E6B0 = 0x8017E6B0; //segment:ast_radio_fr type:u16 +D_fr_8017E704 = 0x8017E704; //segment:ast_radio_fr type:u16 +D_fr_8017E740 = 0x8017E740; //segment:ast_radio_fr type:u16 +D_fr_8017E76C = 0x8017E76C; //segment:ast_radio_fr type:u16 +D_fr_8017E7A0 = 0x8017E7A0; //segment:ast_radio_fr type:u16 +D_fr_8017E7DC = 0x8017E7DC; //segment:ast_radio_fr type:u16 +D_fr_8017E828 = 0x8017E828; //segment:ast_radio_fr type:u16 +D_fr_8017E86C = 0x8017E86C; //segment:ast_radio_fr type:u16 +D_fr_8017E8AC = 0x8017E8AC; //segment:ast_radio_fr type:u16 +D_fr_8017E8D4 = 0x8017E8D4; //segment:ast_radio_fr type:u16 +D_fr_8017E900 = 0x8017E900; //segment:ast_radio_fr type:u16 +D_fr_8017E94C = 0x8017E94C; //segment:ast_radio_fr type:u16 +D_fr_8017E97C = 0x8017E97C; //segment:ast_radio_fr type:u16 +D_fr_8017E9A8 = 0x8017E9A8; //segment:ast_radio_fr type:u16 +D_fr_8017E9E0 = 0x8017E9E0; //segment:ast_radio_fr type:u16 +D_fr_8017EA04 = 0x8017EA04; //segment:ast_radio_fr type:u16 +D_fr_8017EA2C = 0x8017EA2C; //segment:ast_radio_fr type:u16 +D_fr_8017EA5C = 0x8017EA5C; //segment:ast_radio_fr type:u16 +D_fr_8017EAC0 = 0x8017EAC0; //segment:ast_radio_fr type:u16 +D_fr_8017EB00 = 0x8017EB00; //segment:ast_radio_fr type:u16 +D_fr_8017EB38 = 0x8017EB38; //segment:ast_radio_fr type:u16 +D_fr_8017EB90 = 0x8017EB90; //segment:ast_radio_fr type:u16 +D_fr_8017EBBC = 0x8017EBBC; //segment:ast_radio_fr type:u16 +D_fr_8017EBEC = 0x8017EBEC; //segment:ast_radio_fr type:u16 +D_fr_8017EC24 = 0x8017EC24; //segment:ast_radio_fr type:u16 +D_fr_8017EC68 = 0x8017EC68; //segment:ast_radio_fr type:u16 +D_fr_8017EC90 = 0x8017EC90; //segment:ast_radio_fr type:u16 +D_fr_8017ECB4 = 0x8017ECB4; //segment:ast_radio_fr type:u16 +D_fr_8017ECF8 = 0x8017ECF8; //segment:ast_radio_fr type:u16 +D_fr_8017ED34 = 0x8017ED34; //segment:ast_radio_fr type:u16 +D_fr_8017ED70 = 0x8017ED70; //segment:ast_radio_fr type:u16 +D_fr_8017EDA0 = 0x8017EDA0; //segment:ast_radio_fr type:u16 +D_fr_8017EDDC = 0x8017EDDC; //segment:ast_radio_fr type:u16 +D_fr_8017EE10 = 0x8017EE10; //segment:ast_radio_fr type:u16 +D_fr_8017EE60 = 0x8017EE60; //segment:ast_radio_fr type:u16 +D_fr_8017EEC0 = 0x8017EEC0; //segment:ast_radio_fr type:u16 +D_fr_8017EED8 = 0x8017EED8; //segment:ast_radio_fr type:u16 +D_fr_8017EF28 = 0x8017EF28; //segment:ast_radio_fr type:u16 +D_fr_8017EF4C = 0x8017EF4C; //segment:ast_radio_fr type:u16 +D_fr_8017EFAC = 0x8017EFAC; //segment:ast_radio_fr type:u16 +D_fr_8017EFD0 = 0x8017EFD0; //segment:ast_radio_fr type:u16 +D_fr_8017F014 = 0x8017F014; //segment:ast_radio_fr type:u16 +D_fr_8017F054 = 0x8017F054; //segment:ast_radio_fr type:u16 +D_fr_8017F0A0 = 0x8017F0A0; //segment:ast_radio_fr type:u16 +D_fr_8017F0B4 = 0x8017F0B4; //segment:ast_radio_fr type:u16 +D_fr_8017F0DC = 0x8017F0DC; //segment:ast_radio_fr type:u16 +D_fr_8017F12C = 0x8017F12C; //segment:ast_radio_fr type:u16 +D_fr_8017F16C = 0x8017F16C; //segment:ast_radio_fr type:u16 +D_fr_8017F188 = 0x8017F188; //segment:ast_radio_fr type:u16 +D_fr_8017F1B4 = 0x8017F1B4; //segment:ast_radio_fr type:u16 +D_fr_8017F208 = 0x8017F208; //segment:ast_radio_fr type:u16 +D_fr_8017F260 = 0x8017F260; //segment:ast_radio_fr type:u16 +D_fr_8017F290 = 0x8017F290; //segment:ast_radio_fr type:u16 +D_fr_8017F2F8 = 0x8017F2F8; //segment:ast_radio_fr type:u16 +D_fr_8017F348 = 0x8017F348; //segment:ast_radio_fr type:u16 +D_fr_8017F394 = 0x8017F394; //segment:ast_radio_fr type:u16 +D_fr_8017F3E0 = 0x8017F3E0; //segment:ast_radio_fr type:u16 +D_fr_8017F3F8 = 0x8017F3F8; //segment:ast_radio_fr type:u16 +D_fr_8017F414 = 0x8017F414; //segment:ast_radio_fr type:u16 +D_fr_8017F478 = 0x8017F478; //segment:ast_radio_fr type:u16 +D_fr_8017F4D0 = 0x8017F4D0; //segment:ast_radio_fr type:u16 +D_fr_8017F504 = 0x8017F504; //segment:ast_radio_fr type:u16 +D_fr_8017F51C = 0x8017F51C; //segment:ast_radio_fr type:u16 +D_fr_8017F554 = 0x8017F554; //segment:ast_radio_fr type:u16 +D_fr_8017F588 = 0x8017F588; //segment:ast_radio_fr type:u16 +D_fr_8017F5C0 = 0x8017F5C0; //segment:ast_radio_fr type:u16 +D_fr_8017F604 = 0x8017F604; //segment:ast_radio_fr type:u16 +D_fr_8017F654 = 0x8017F654; //segment:ast_radio_fr type:u16 +D_fr_8017F6C8 = 0x8017F6C8; //segment:ast_radio_fr type:u16 +D_fr_8017F700 = 0x8017F700; //segment:ast_radio_fr type:u16 +D_fr_8017F74C = 0x8017F74C; //segment:ast_radio_fr type:u16 +D_fr_8017F7A0 = 0x8017F7A0; //segment:ast_radio_fr type:u16 +D_fr_8017F7E4 = 0x8017F7E4; //segment:ast_radio_fr type:u16 +D_fr_8017F81C = 0x8017F81C; //segment:ast_radio_fr type:u16 +D_fr_8017F878 = 0x8017F878; //segment:ast_radio_fr type:u16 +D_fr_8017F898 = 0x8017F898; //segment:ast_radio_fr type:u16 +D_fr_8017F8C8 = 0x8017F8C8; //segment:ast_radio_fr type:u16 +D_fr_8017F900 = 0x8017F900; //segment:ast_radio_fr type:u16 +D_fr_8017F960 = 0x8017F960; //segment:ast_radio_fr type:u16 +D_fr_8017F9B0 = 0x8017F9B0; //segment:ast_radio_fr type:u16 +D_fr_8017FA10 = 0x8017FA10; //segment:ast_radio_fr type:u16 +D_fr_8017FA7C = 0x8017FA7C; //segment:ast_radio_fr type:u16 +D_fr_8017FA9C = 0x8017FA9C; //segment:ast_radio_fr type:u16 +D_fr_8017FAF0 = 0x8017FAF0; //segment:ast_radio_fr type:u16 +D_fr_8017FB3C = 0x8017FB3C; //segment:ast_radio_fr type:u16 +D_fr_8017FB64 = 0x8017FB64; //segment:ast_radio_fr type:u16 +D_fr_8017FB84 = 0x8017FB84; //segment:ast_radio_fr type:u16 +D_fr_8017FBDC = 0x8017FBDC; //segment:ast_radio_fr type:u16 +D_fr_8017FC54 = 0x8017FC54; //segment:ast_radio_fr type:u16 +D_fr_8017FCA4 = 0x8017FCA4; //segment:ast_radio_fr type:u16 +D_fr_8017FCF0 = 0x8017FCF0; //segment:ast_radio_fr type:u16 +D_fr_8017FD3C = 0x8017FD3C; //segment:ast_radio_fr type:u16 +D_fr_8017FD74 = 0x8017FD74; //segment:ast_radio_fr type:u16 +D_fr_8017FDB4 = 0x8017FDB4; //segment:ast_radio_fr type:u16 +D_fr_8017FE00 = 0x8017FE00; //segment:ast_radio_fr type:u16 +D_fr_8017FE14 = 0x8017FE14; //segment:ast_radio_fr type:u16 +D_fr_8017FE70 = 0x8017FE70; //segment:ast_radio_fr type:u16 +D_fr_8017FEC8 = 0x8017FEC8; //segment:ast_radio_fr type:u16 +D_fr_8017FF0C = 0x8017FF0C; //segment:ast_radio_fr type:u16 +D_fr_8017FF64 = 0x8017FF64; //segment:ast_radio_fr type:u16 +D_fr_8017FFB0 = 0x8017FFB0; //segment:ast_radio_fr type:u16 +D_fr_8017FFCC = 0x8017FFCC; //segment:ast_radio_fr type:u16 +D_fr_80180008 = 0x80180008; //segment:ast_radio_fr type:u16 +D_fr_80180030 = 0x80180030; //segment:ast_radio_fr type:u16 +D_fr_80180064 = 0x80180064; //segment:ast_radio_fr type:u16 +D_fr_801800BC = 0x801800BC; //segment:ast_radio_fr type:u16 +D_fr_8018010C = 0x8018010C; //segment:ast_radio_fr type:u16 +D_fr_80180158 = 0x80180158; //segment:ast_radio_fr type:u16 +D_fr_8018018C = 0x8018018C; //segment:ast_radio_fr type:u16 +D_fr_801801CC = 0x801801CC; //segment:ast_radio_fr type:u16 +D_fr_8018021C = 0x8018021C; //segment:ast_radio_fr type:u16 +D_fr_80180270 = 0x80180270; //segment:ast_radio_fr type:u16 +D_fr_8018029C = 0x8018029C; //segment:ast_radio_fr type:u16 +D_fr_801802AC = 0x801802AC; //segment:ast_radio_fr type:u16 +D_fr_801802BC = 0x801802BC; //segment:ast_radio_fr type:u16 +D_fr_801802CC = 0x801802CC; //segment:ast_radio_fr type:u16 +D_fr_80180308 = 0x80180308; //segment:ast_radio_fr type:u16 +D_fr_8018036C = 0x8018036C; //segment:ast_radio_fr type:u16 +D_fr_801803B0 = 0x801803B0; //segment:ast_radio_fr type:u16 +D_fr_80180400 = 0x80180400; //segment:ast_radio_fr type:u16 +D_fr_8018042C = 0x8018042C; //segment:ast_radio_fr type:u16 +D_fr_80180464 = 0x80180464; //segment:ast_radio_fr type:u16 +D_fr_801804C4 = 0x801804C4; //segment:ast_radio_fr type:u16 +D_fr_8018050C = 0x8018050C; //segment:ast_radio_fr type:u16 +D_fr_8018056C = 0x8018056C; //segment:ast_radio_fr type:u16 +D_fr_801805B4 = 0x801805B4; //segment:ast_radio_fr type:u16 +D_fr_801805E0 = 0x801805E0; //segment:ast_radio_fr type:u16 +D_fr_8018062C = 0x8018062C; //segment:ast_radio_fr type:u16 +D_fr_80180664 = 0x80180664; //segment:ast_radio_fr type:u16 +D_fr_801806B8 = 0x801806B8; //segment:ast_radio_fr type:u16 +D_fr_80180704 = 0x80180704; //segment:ast_radio_fr type:u16 +D_fr_80180748 = 0x80180748; //segment:ast_radio_fr type:u16 +D_fr_80180780 = 0x80180780; //segment:ast_radio_fr type:u16 +D_fr_801807B4 = 0x801807B4; //segment:ast_radio_fr type:u16 +D_fr_80180800 = 0x80180800; //segment:ast_radio_fr type:u16 +D_fr_80180830 = 0x80180830; //segment:ast_radio_fr type:u16 +D_fr_80180880 = 0x80180880; //segment:ast_radio_fr type:u16 +D_fr_801808B8 = 0x801808B8; //segment:ast_radio_fr type:u16 +D_fr_80180910 = 0x80180910; //segment:ast_radio_fr type:u16 +D_fr_8018095C = 0x8018095C; //segment:ast_radio_fr type:u16 +D_fr_801809B0 = 0x801809B0; //segment:ast_radio_fr type:u16 +D_fr_801809D0 = 0x801809D0; //segment:ast_radio_fr type:u16 +D_fr_801809F4 = 0x801809F4; //segment:ast_radio_fr type:u16 +D_fr_80180A18 = 0x80180A18; //segment:ast_radio_fr type:u16 +D_fr_80180A34 = 0x80180A34; //segment:ast_radio_fr type:u16 +D_fr_80180A54 = 0x80180A54; //segment:ast_radio_fr type:u16 +D_fr_80180AC8 = 0x80180AC8; //segment:ast_radio_fr type:u16 +D_fr_80180B20 = 0x80180B20; //segment:ast_radio_fr type:u16 +D_fr_80180B7C = 0x80180B7C; //segment:ast_radio_fr type:u16 +D_fr_80180BB4 = 0x80180BB4; //segment:ast_radio_fr type:u16 +D_fr_80180C08 = 0x80180C08; //segment:ast_radio_fr type:u16 +D_fr_80180C60 = 0x80180C60; //segment:ast_radio_fr type:u16 +D_fr_80180CC0 = 0x80180CC0; //segment:ast_radio_fr type:u16 +D_fr_80180D14 = 0x80180D14; //segment:ast_radio_fr type:u16 +D_fr_80180D70 = 0x80180D70; //segment:ast_radio_fr type:u16 +D_fr_80180DB4 = 0x80180DB4; //segment:ast_radio_fr type:u16 +D_fr_80180E18 = 0x80180E18; //segment:ast_radio_fr type:u16 +D_fr_80180E54 = 0x80180E54; //segment:ast_radio_fr type:u16 +D_fr_80180EA0 = 0x80180EA0; //segment:ast_radio_fr type:u16 +D_fr_80180EF4 = 0x80180EF4; //segment:ast_radio_fr type:u16 +D_fr_80180F4C = 0x80180F4C; //segment:ast_radio_fr type:u16 +D_fr_80180FA8 = 0x80180FA8; //segment:ast_radio_fr type:u16 +D_fr_80180FF0 = 0x80180FF0; //segment:ast_radio_fr type:u16 +D_fr_80181038 = 0x80181038; //segment:ast_radio_fr type:u16 +D_fr_80181064 = 0x80181064; //segment:ast_radio_fr type:u16 +D_fr_801810A0 = 0x801810A0; //segment:ast_radio_fr type:u16 +D_fr_801810C4 = 0x801810C4; //segment:ast_radio_fr type:u16 +D_fr_80181104 = 0x80181104; //segment:ast_radio_fr type:u16 +D_fr_80181128 = 0x80181128; //segment:ast_radio_fr type:u16 +D_fr_80181150 = 0x80181150; //segment:ast_radio_fr type:u16 +D_fr_8018119C = 0x8018119C; //segment:ast_radio_fr type:u16 +D_fr_801811F4 = 0x801811F4; //segment:ast_radio_fr type:u16 +D_fr_80181238 = 0x80181238; //segment:ast_radio_fr type:u16 +D_fr_80181280 = 0x80181280; //segment:ast_radio_fr type:u16 +D_fr_801812C0 = 0x801812C0; //segment:ast_radio_fr type:u16 +D_fr_80181300 = 0x80181300; //segment:ast_radio_fr type:u16 +D_fr_80181348 = 0x80181348; //segment:ast_radio_fr type:u16 +D_fr_8018138C = 0x8018138C; //segment:ast_radio_fr type:u16 +D_fr_801813C4 = 0x801813C4; //segment:ast_radio_fr type:u16 +D_fr_801813F0 = 0x801813F0; //segment:ast_radio_fr type:u16 +D_fr_80181438 = 0x80181438; //segment:ast_radio_fr type:u16 +D_fr_80181470 = 0x80181470; //segment:ast_radio_fr type:u16 +D_fr_80181498 = 0x80181498; //segment:ast_radio_fr type:u16 +D_fr_801814D8 = 0x801814D8; //segment:ast_radio_fr type:u16 +D_fr_80181504 = 0x80181504; //segment:ast_radio_fr type:u16 +D_fr_80181548 = 0x80181548; //segment:ast_radio_fr type:u16 +D_fr_8018158C = 0x8018158C; //segment:ast_radio_fr type:u16 +D_fr_801815C8 = 0x801815C8; //segment:ast_radio_fr type:u16 +D_fr_80181608 = 0x80181608; //segment:ast_radio_fr type:u16 +D_fr_80181640 = 0x80181640; //segment:ast_radio_fr type:u16 +D_fr_80181678 = 0x80181678; //segment:ast_radio_fr type:u16 +D_fr_801816B0 = 0x801816B0; //segment:ast_radio_fr type:u16 +D_fr_801816F8 = 0x801816F8; //segment:ast_radio_fr type:u16 +D_fr_80181728 = 0x80181728; //segment:ast_radio_fr type:u16 +D_fr_80181740 = 0x80181740; //segment:ast_radio_fr type:u16 +D_fr_80181770 = 0x80181770; //segment:ast_radio_fr type:u16 +D_fr_801817C4 = 0x801817C4; //segment:ast_radio_fr type:u16 +D_fr_80181824 = 0x80181824; //segment:ast_radio_fr type:u16 +D_fr_80181848 = 0x80181848; //segment:ast_radio_fr type:u16 +D_fr_80181888 = 0x80181888; //segment:ast_radio_fr type:u16 +D_fr_8018189C = 0x8018189C; //segment:ast_radio_fr type:u16 +D_fr_801818FC = 0x801818FC; //segment:ast_radio_fr type:u16 +D_fr_80181930 = 0x80181930; //segment:ast_radio_fr type:u16 +D_fr_8018196C = 0x8018196C; //segment:ast_radio_fr type:u16 +D_fr_801819A8 = 0x801819A8; //segment:ast_radio_fr type:u16 +D_fr_801819F0 = 0x801819F0; //segment:ast_radio_fr type:u16 +D_fr_80181A44 = 0x80181A44; //segment:ast_radio_fr type:u16 +D_fr_80181A94 = 0x80181A94; //segment:ast_radio_fr type:u16 +D_fr_80181AD4 = 0x80181AD4; //segment:ast_radio_fr type:u16 +D_fr_80181B24 = 0x80181B24; //segment:ast_radio_fr type:u16 +D_fr_80181B7C = 0x80181B7C; //segment:ast_radio_fr type:u16 +D_fr_80181BD0 = 0x80181BD0; //segment:ast_radio_fr type:u16 +D_fr_80181C18 = 0x80181C18; //segment:ast_radio_fr type:u16 +D_fr_80181C40 = 0x80181C40; //segment:ast_radio_fr type:u16 +D_fr_80181C84 = 0x80181C84; //segment:ast_radio_fr type:u16 +D_fr_80181CCC = 0x80181CCC; //segment:ast_radio_fr type:u16 +D_fr_80181D0C = 0x80181D0C; //segment:ast_radio_fr type:u16 +D_fr_80181D44 = 0x80181D44; //segment:ast_radio_fr type:u16 +D_fr_80181D88 = 0x80181D88; //segment:ast_radio_fr type:u16 +D_fr_80181DF0 = 0x80181DF0; //segment:ast_radio_fr type:u16 +D_fr_80181E4C = 0x80181E4C; //segment:ast_radio_fr type:u16 +D_fr_80181E9C = 0x80181E9C; //segment:ast_radio_fr type:u16 +D_fr_80181ED8 = 0x80181ED8; //segment:ast_radio_fr type:u16 +D_fr_80181F04 = 0x80181F04; //segment:ast_radio_fr type:u16 +D_fr_80181F48 = 0x80181F48; //segment:ast_radio_fr type:u16 +D_fr_80181FA8 = 0x80181FA8; //segment:ast_radio_fr type:u16 +D_fr_80181FF0 = 0x80181FF0; //segment:ast_radio_fr type:u16 +D_fr_80182038 = 0x80182038; //segment:ast_radio_fr type:u16 +D_fr_80182094 = 0x80182094; //segment:ast_radio_fr type:u16 +D_fr_801820C4 = 0x801820C4; //segment:ast_radio_fr type:u16 +D_fr_801820F4 = 0x801820F4; //segment:ast_radio_fr type:u16 +D_fr_80182130 = 0x80182130; //segment:ast_radio_fr type:u16 +D_fr_80182198 = 0x80182198; //segment:ast_radio_fr type:u16 +D_fr_801821E8 = 0x801821E8; //segment:ast_radio_fr type:u16 +D_fr_80182230 = 0x80182230; //segment:ast_radio_fr type:u16 +D_fr_80182260 = 0x80182260; //segment:ast_radio_fr type:u16 +D_fr_801822A8 = 0x801822A8; //segment:ast_radio_fr type:u16 +D_fr_801822F8 = 0x801822F8; //segment:ast_radio_fr type:u16 +D_fr_80182340 = 0x80182340; //segment:ast_radio_fr type:u16 +D_fr_80182378 = 0x80182378; //segment:ast_radio_fr type:u16 +D_fr_801823A8 = 0x801823A8; //segment:ast_radio_fr type:u16 +D_fr_80182414 = 0x80182414; //segment:ast_radio_fr type:u16 +D_fr_8018244C = 0x8018244C; //segment:ast_radio_fr type:u16 +D_fr_80182488 = 0x80182488; //segment:ast_radio_fr type:u16 +D_fr_801824C4 = 0x801824C4; //segment:ast_radio_fr type:u16 +D_fr_80182508 = 0x80182508; //segment:ast_radio_fr type:u16 +D_fr_80182574 = 0x80182574; //segment:ast_radio_fr type:u16 +D_fr_801825A4 = 0x801825A4; //segment:ast_radio_fr type:u16 +D_fr_801825E4 = 0x801825E4; //segment:ast_radio_fr type:u16 +D_fr_8018261C = 0x8018261C; //segment:ast_radio_fr type:u16 +D_fr_80182650 = 0x80182650; //segment:ast_radio_fr type:u16 +D_fr_80182690 = 0x80182690; //segment:ast_radio_fr type:u16 +D_fr_801826EC = 0x801826EC; //segment:ast_radio_fr type:u16 +D_fr_80182718 = 0x80182718; //segment:ast_radio_fr type:u16 +D_fr_80182758 = 0x80182758; //segment:ast_radio_fr type:u16 +D_fr_801827B0 = 0x801827B0; //segment:ast_radio_fr type:u16 +D_fr_801827D8 = 0x801827D8; //segment:ast_radio_fr type:u16 +D_fr_801827FC = 0x801827FC; //segment:ast_radio_fr type:u16 +D_fr_80182830 = 0x80182830; //segment:ast_radio_fr type:u16 +D_fr_80182890 = 0x80182890; //segment:ast_radio_fr type:u16 +D_fr_801828E0 = 0x801828E0; //segment:ast_radio_fr type:u16 +D_fr_8018293C = 0x8018293C; //segment:ast_radio_fr type:u16 +D_fr_80182968 = 0x80182968; //segment:ast_radio_fr type:u16 +D_fr_801829AC = 0x801829AC; //segment:ast_radio_fr type:u16 +D_fr_801829E8 = 0x801829E8; //segment:ast_radio_fr type:u16 +D_fr_80182A34 = 0x80182A34; //segment:ast_radio_fr type:u16 +D_fr_80182A84 = 0x80182A84; //segment:ast_radio_fr type:u16 +D_fr_80182ABC = 0x80182ABC; //segment:ast_radio_fr type:u16 +D_fr_80182ADC = 0x80182ADC; //segment:ast_radio_fr type:u16 +D_fr_80182B20 = 0x80182B20; //segment:ast_radio_fr type:u16 +D_fr_80182B50 = 0x80182B50; //segment:ast_radio_fr type:u16 +D_fr_80182BA0 = 0x80182BA0; //segment:ast_radio_fr type:u16 +D_fr_80182BC4 = 0x80182BC4; //segment:ast_radio_fr type:u16 +D_fr_80182BEC = 0x80182BEC; //segment:ast_radio_fr type:u16 +D_fr_80182C20 = 0x80182C20; //segment:ast_radio_fr type:u16 +D_fr_80182C80 = 0x80182C80; //segment:ast_radio_fr type:u16 +D_fr_80182CA0 = 0x80182CA0; //segment:ast_radio_fr type:u16 +D_fr_80182CD0 = 0x80182CD0; //segment:ast_radio_fr type:u16 +D_fr_80182CF8 = 0x80182CF8; //segment:ast_radio_fr type:u16 +D_fr_80182D44 = 0x80182D44; //segment:ast_radio_fr type:u16 +D_fr_80182D8C = 0x80182D8C; //segment:ast_radio_fr type:u16 +D_fr_80182DBC = 0x80182DBC; //segment:ast_radio_fr type:u16 +D_fr_80182E18 = 0x80182E18; //segment:ast_radio_fr type:u16 +D_fr_80182E54 = 0x80182E54; //segment:ast_radio_fr type:u16 +D_fr_80182E7C = 0x80182E7C; //segment:ast_radio_fr type:u16 +D_fr_80182EC4 = 0x80182EC4; //segment:ast_radio_fr type:u16 +D_fr_80182EFC = 0x80182EFC; //segment:ast_radio_fr type:u16 +D_fr_80182F34 = 0x80182F34; //segment:ast_radio_fr type:u16 +D_fr_80182F6C = 0x80182F6C; //segment:ast_radio_fr type:u16 +D_fr_80182FA4 = 0x80182FA4; //segment:ast_radio_fr type:u16 +D_fr_80182FD8 = 0x80182FD8; //segment:ast_radio_fr type:u16 +D_fr_8018301C = 0x8018301C; //segment:ast_radio_fr type:u16 +D_fr_80183038 = 0x80183038; //segment:ast_radio_fr type:u16 +D_fr_80183080 = 0x80183080; //segment:ast_radio_fr type:u16 +D_fr_801830C8 = 0x801830C8; //segment:ast_radio_fr type:u16 +D_fr_80183110 = 0x80183110; //segment:ast_radio_fr type:u16 +D_fr_80183150 = 0x80183150; //segment:ast_radio_fr type:u16 +D_fr_80183194 = 0x80183194; //segment:ast_radio_fr type:u16 +D_fr_801831E0 = 0x801831E0; //segment:ast_radio_fr type:u16 +D_fr_80183240 = 0x80183240; //segment:ast_radio_fr type:u16 +D_fr_80183278 = 0x80183278; //segment:ast_radio_fr type:u16 +D_fr_801832BC = 0x801832BC; //segment:ast_radio_fr type:u16 +D_fr_80183308 = 0x80183308; //segment:ast_radio_fr type:u16 +D_fr_80183340 = 0x80183340; //segment:ast_radio_fr type:u16 +D_fr_8018338C = 0x8018338C; //segment:ast_radio_fr type:u16 +D_fr_801833C4 = 0x801833C4; //segment:ast_radio_fr type:u16 +D_fr_801833F4 = 0x801833F4; //segment:ast_radio_fr type:u16 +D_fr_80183420 = 0x80183420; //segment:ast_radio_fr type:u16 +D_fr_80183448 = 0x80183448; //segment:ast_radio_fr type:u16 +D_fr_801834A0 = 0x801834A0; //segment:ast_radio_fr type:u16 +D_fr_801834CC = 0x801834CC; //segment:ast_radio_fr type:u16 +D_fr_80183514 = 0x80183514; //segment:ast_radio_fr type:u16 +D_fr_80183560 = 0x80183560; //segment:ast_radio_fr type:u16 +D_fr_801835C8 = 0x801835C8; //segment:ast_radio_fr type:u16 +D_fr_801835E8 = 0x801835E8; //segment:ast_radio_fr type:u16 +D_fr_80183610 = 0x80183610; //segment:ast_radio_fr type:u16 +D_fr_80183634 = 0x80183634; //segment:ast_radio_fr type:u16 +D_fr_8018366C = 0x8018366C; //segment:ast_radio_fr type:u16 +D_fr_801836C8 = 0x801836C8; //segment:ast_radio_fr type:u16 +D_fr_80183728 = 0x80183728; //segment:ast_radio_fr type:u16 +D_fr_80183760 = 0x80183760; //segment:ast_radio_fr type:u16 +D_fr_801837C8 = 0x801837C8; //segment:ast_radio_fr type:u16 +D_fr_80183810 = 0x80183810; //segment:ast_radio_fr type:u16 +D_fr_80183848 = 0x80183848; //segment:ast_radio_fr type:u16 +D_fr_801838B8 = 0x801838B8; //segment:ast_radio_fr type:u16 +D_fr_80183914 = 0x80183914; //segment:ast_radio_fr type:u16 +D_fr_80183948 = 0x80183948; //segment:ast_radio_fr type:u16 +D_fr_801839B0 = 0x801839B0; //segment:ast_radio_fr type:u16 +D_fr_801839FC = 0x801839FC; //segment:ast_radio_fr type:u16 +D_fr_80183A20 = 0x80183A20; //segment:ast_radio_fr type:u16 +D_fr_80183A70 = 0x80183A70; //segment:ast_radio_fr type:u16 +D_fr_80183ACC = 0x80183ACC; //segment:ast_radio_fr type:u16 +D_fr_80183B14 = 0x80183B14; //segment:ast_radio_fr type:u16 +D_fr_80183B5C = 0x80183B5C; //segment:ast_radio_fr type:u16 +D_fr_80183BB8 = 0x80183BB8; //segment:ast_radio_fr type:u16 +D_fr_80183BEC = 0x80183BEC; //segment:ast_radio_fr type:u16 +D_fr_80183C24 = 0x80183C24; //segment:ast_radio_fr type:u16 +D_fr_80183C70 = 0x80183C70; //segment:ast_radio_fr type:u16 +D_fr_80183CB8 = 0x80183CB8; //segment:ast_radio_fr type:u16 +D_fr_80183CD4 = 0x80183CD4; //segment:ast_radio_fr type:u16 +D_fr_80183D20 = 0x80183D20; //segment:ast_radio_fr type:u16 +D_fr_80183D68 = 0x80183D68; //segment:ast_radio_fr type:u16 +D_fr_80183DC0 = 0x80183DC0; //segment:ast_radio_fr type:u16 +D_fr_80183DE4 = 0x80183DE4; //segment:ast_radio_fr type:u16 +D_fr_80183DFC = 0x80183DFC; //segment:ast_radio_fr type:u16 +D_fr_80183E20 = 0x80183E20; //segment:ast_radio_fr type:u16 +D_fr_80183E70 = 0x80183E70; //segment:ast_radio_fr type:u16 +D_fr_80183E84 = 0x80183E84; //segment:ast_radio_fr type:u16 +D_fr_80183EA8 = 0x80183EA8; //segment:ast_radio_fr type:u16 +D_fr_80183EF0 = 0x80183EF0; //segment:ast_radio_fr type:u16 +D_fr_80183F0C = 0x80183F0C; //segment:ast_radio_fr type:u16 +D_fr_80183F6C = 0x80183F6C; //segment:ast_radio_fr type:u16 +D_fr_80183FD0 = 0x80183FD0; //segment:ast_radio_fr type:u16 +D_fr_80183FFC = 0x80183FFC; //segment:ast_radio_fr type:u16 +D_fr_80184044 = 0x80184044; //segment:ast_radio_fr type:u16 +D_fr_8018407C = 0x8018407C; //segment:ast_radio_fr type:u16 +D_fr_801840E0 = 0x801840E0; //segment:ast_radio_fr type:u16 +D_fr_8018413C = 0x8018413C; //segment:ast_radio_fr type:u16 +D_fr_801841B4 = 0x801841B4; //segment:ast_radio_fr type:u16 +D_fr_801841E8 = 0x801841E8; //segment:ast_radio_fr type:u16 +D_fr_80184220 = 0x80184220; //segment:ast_radio_fr type:u16 +D_fr_80184264 = 0x80184264; //segment:ast_radio_fr type:u16 +D_fr_801842C0 = 0x801842C0; //segment:ast_radio_fr type:u16 +D_fr_801842EC = 0x801842EC; //segment:ast_radio_fr type:u16 +D_fr_80184340 = 0x80184340; //segment:ast_radio_fr type:u16 +D_fr_8018437C = 0x8018437C; //segment:ast_radio_fr type:u16 +D_fr_801843BC = 0x801843BC; //segment:ast_radio_fr type:u16 +D_fr_801843D8 = 0x801843D8; //segment:ast_radio_fr type:u16 +D_fr_8018442C = 0x8018442C; //segment:ast_radio_fr type:u16 +D_fr_80184464 = 0x80184464; //segment:ast_radio_fr type:u16 +D_fr_801844B0 = 0x801844B0; //segment:ast_radio_fr type:u16 +D_fr_80184510 = 0x80184510; //segment:ast_radio_fr type:u16 +D_fr_8018455C = 0x8018455C; //segment:ast_radio_fr type:u16 +D_fr_801845C4 = 0x801845C4; //segment:ast_radio_fr type:u16 +D_fr_801845FC = 0x801845FC; //segment:ast_radio_fr type:u16 +D_fr_8018463C = 0x8018463C; //segment:ast_radio_fr type:u16 +D_fr_8018468C = 0x8018468C; //segment:ast_radio_fr type:u16 +D_fr_801846AC = 0x801846AC; //segment:ast_radio_fr type:u16 +D_fr_801846EC = 0x801846EC; //segment:ast_radio_fr type:u16 +D_fr_80184724 = 0x80184724; //segment:ast_radio_fr type:u16 +D_fr_80184748 = 0x80184748; //segment:ast_radio_fr type:u16 +D_fr_801847A8 = 0x801847A8; //segment:ast_radio_fr type:u16 +D_fr_801847D0 = 0x801847D0; //segment:ast_radio_fr type:u16 +D_fr_8018481C = 0x8018481C; //segment:ast_radio_fr type:u16 +D_fr_8018485C = 0x8018485C; //segment:ast_radio_fr type:u16 +D_fr_801848B8 = 0x801848B8; //segment:ast_radio_fr type:u16 +D_fr_80184924 = 0x80184924; //segment:ast_radio_fr type:u16 +D_fr_80184960 = 0x80184960; //segment:ast_radio_fr type:u16 +D_fr_80184980 = 0x80184980; //segment:ast_radio_fr type:u16 +D_fr_801849E4 = 0x801849E4; //segment:ast_radio_fr type:u16 +D_fr_80184A58 = 0x80184A58; //segment:ast_radio_fr type:u16 +D_fr_80184ACC = 0x80184ACC; //segment:ast_radio_fr type:u16 +D_fr_80184B24 = 0x80184B24; //segment:ast_radio_fr type:u16 +D_fr_80184B70 = 0x80184B70; //segment:ast_radio_fr type:u16 +D_fr_80184BB8 = 0x80184BB8; //segment:ast_radio_fr type:u16 +D_fr_80184C08 = 0x80184C08; //segment:ast_radio_fr type:u16 +D_fr_80184C5C = 0x80184C5C; //segment:ast_radio_fr type:u16 +D_fr_80184CA8 = 0x80184CA8; //segment:ast_radio_fr type:u16 +D_fr_80184CCC = 0x80184CCC; //segment:ast_radio_fr type:u16 +D_fr_80184CE0 = 0x80184CE0; //segment:ast_radio_fr type:u16 +D_fr_80184D00 = 0x80184D00; //segment:ast_radio_fr type:u16 +D_fr_80184D5C = 0x80184D5C; //segment:ast_radio_fr type:u16 +D_fr_80184D9C = 0x80184D9C; //segment:ast_radio_fr type:u16 +D_fr_80184DC8 = 0x80184DC8; //segment:ast_radio_fr type:u16 +D_fr_80184DEC = 0x80184DEC; //segment:ast_radio_fr type:u16 +D_fr_80184E14 = 0x80184E14; //segment:ast_radio_fr type:u16 +D_fr_80184E3C = 0x80184E3C; //segment:ast_radio_fr type:u16 +D_fr_80184E6C = 0x80184E6C; //segment:ast_radio_fr type:u16 +D_fr_80184EC0 = 0x80184EC0; //segment:ast_radio_fr type:u16 +D_fr_80184EFC = 0x80184EFC; //segment:ast_radio_fr type:u16 +D_fr_80184F30 = 0x80184F30; //segment:ast_radio_fr type:u16 +D_fr_80184F90 = 0x80184F90; //segment:ast_radio_fr type:u16 +D_fr_80184FDC = 0x80184FDC; //segment:ast_radio_fr type:u16 +D_fr_80185038 = 0x80185038; //segment:ast_radio_fr type:u16 +D_fr_801850A0 = 0x801850A0; //segment:ast_radio_fr type:u16 +D_fr_801850E4 = 0x801850E4; //segment:ast_radio_fr type:u16 +D_fr_80185114 = 0x80185114; //segment:ast_radio_fr type:u16 +D_fr_8018513C = 0x8018513C; //segment:ast_radio_fr type:u16 +D_fr_80185168 = 0x80185168; //segment:ast_radio_fr type:u16 +D_fr_80185180 = 0x80185180; //segment:ast_radio_fr type:u16 +D_fr_801851DC = 0x801851DC; //segment:ast_radio_fr type:u16 +D_fr_8018520C = 0x8018520C; //segment:ast_radio_fr type:u16 +D_fr_80185244 = 0x80185244; //segment:ast_radio_fr type:u16 +D_fr_80185260 = 0x80185260; //segment:ast_radio_fr type:u16 +D_fr_801852BC = 0x801852BC; //segment:ast_radio_fr type:u16 +D_fr_801852F4 = 0x801852F4; //segment:ast_radio_fr type:u16 +D_fr_80185334 = 0x80185334; //segment:ast_radio_fr type:u16 +D_fr_80185364 = 0x80185364; //segment:ast_radio_fr type:u16 +D_fr_80185384 = 0x80185384; //segment:ast_radio_fr type:u16 +D_fr_801853A4 = 0x801853A4; //segment:ast_radio_fr type:u16 +D_fr_801853D8 = 0x801853D8; //segment:ast_radio_fr type:u16 +D_fr_80185414 = 0x80185414; //segment:ast_radio_fr type:u16 +D_fr_80185440 = 0x80185440; //segment:ast_radio_fr type:u16 +D_fr_80185488 = 0x80185488; //segment:ast_radio_fr type:u16 +D_fr_801854BC = 0x801854BC; //segment:ast_radio_fr type:u16 +D_fr_801854F8 = 0x801854F8; //segment:ast_radio_fr type:u16 +D_fr_80185534 = 0x80185534; //segment:ast_radio_fr type:u16 +D_fr_80185554 = 0x80185554; //segment:ast_radio_fr type:u16 +D_fr_80185584 = 0x80185584; //segment:ast_radio_fr type:u16 +D_fr_801855B4 = 0x801855B4; //segment:ast_radio_fr type:u16 +D_fr_801855E4 = 0x801855E4; //segment:ast_radio_fr type:u16 +D_fr_80185628 = 0x80185628; //segment:ast_radio_fr type:u16 +D_fr_8018564C = 0x8018564C; //segment:ast_radio_fr type:u16 +D_fr_8018568C = 0x8018568C; //segment:ast_radio_fr type:u16 +D_fr_801856E8 = 0x801856E8; //segment:ast_radio_fr type:u16 +D_fr_80185754 = 0x80185754; //segment:ast_radio_fr type:u16 +D_fr_80185768 = 0x80185768; //segment:ast_radio_fr type:u16 +D_fr_8018577C = 0x8018577C; //segment:ast_radio_fr type:u16 +D_fr_80185790 = 0x80185790; //segment:ast_radio_fr type:u16 +D_fr_801857B4 = 0x801857B4; //segment:ast_radio_fr type:u16 +D_fr_801857F0 = 0x801857F0; //segment:ast_radio_fr type:u16 +D_fr_80185838 = 0x80185838; //segment:ast_radio_fr type:u16 +D_fr_80185864 = 0x80185864; //segment:ast_radio_fr type:u16 +D_fr_801858AC = 0x801858AC; //segment:ast_radio_fr type:u16 +D_fr_801858E8 = 0x801858E8; //segment:ast_radio_fr type:u16 +D_fr_801858FC = 0x801858FC; //segment:ast_radio_fr type:u16 +D_fr_80185940 = 0x80185940; //segment:ast_radio_fr type:u16 +D_fr_801859A8 = 0x801859A8; //segment:ast_radio_fr type:u16 +D_fr_80185A1C = 0x80185A1C; //segment:ast_radio_fr type:u16 +D_fr_80185A6C = 0x80185A6C; //segment:ast_radio_fr type:u16 +D_fr_80185ABC = 0x80185ABC; //segment:ast_radio_fr type:u16 +D_fr_80185AFC = 0x80185AFC; //segment:ast_radio_fr type:u16 +D_fr_80185B40 = 0x80185B40; //segment:ast_radio_fr type:u16 +D_fr_80185B84 = 0x80185B84; //segment:ast_radio_fr type:u16 +D_fr_80185BC8 = 0x80185BC8; //segment:ast_radio_fr type:u16 +D_fr_80185C04 = 0x80185C04; //segment:ast_radio_fr type:u16 +D_fr_80185C2C = 0x80185C2C; //segment:ast_radio_fr type:u16 +D_fr_80185C60 = 0x80185C60; //segment:ast_radio_fr type:u16 +D_fr_80185CB0 = 0x80185CB0; //segment:ast_radio_fr type:u16 +D_fr_80185CCC = 0x80185CCC; //segment:ast_radio_fr type:u16 +D_fr_80185CE0 = 0x80185CE0; //segment:ast_radio_fr type:u16 +D_fr_80185CF4 = 0x80185CF4; //segment:ast_radio_fr type:u16 +D_fr_80185D08 = 0x80185D08; //segment:ast_radio_fr type:u16 +D_fr_80185D40 = 0x80185D40; //segment:ast_radio_fr type:u16 +D_fr_80185D80 = 0x80185D80; //segment:ast_radio_fr type:u16 +D_fr_80185DB8 = 0x80185DB8; //segment:ast_radio_fr type:u16 +D_fr_80185DD8 = 0x80185DD8; //segment:ast_radio_fr type:u16 +D_fr_80185DF4 = 0x80185DF4; //segment:ast_radio_fr type:u16 +D_fr_80185E24 = 0x80185E24; //segment:ast_radio_fr type:u16 +D_fr_80185E68 = 0x80185E68; //segment:ast_radio_fr type:u16 +D_fr_80185EA8 = 0x80185EA8; //segment:ast_radio_fr type:u16 +D_fr_80185EDC = 0x80185EDC; //segment:ast_radio_fr type:u16 +D_fr_80185F38 = 0x80185F38; //segment:ast_radio_fr type:u16 +D_fr_80185F94 = 0x80185F94; //segment:ast_radio_fr type:u16 +D_fr_80185FC0 = 0x80185FC0; //segment:ast_radio_fr type:u16 +D_fr_80186008 = 0x80186008; //segment:ast_radio_fr type:u16 +D_fr_8018604C = 0x8018604C; //segment:ast_radio_fr type:u16 +D_fr_80186084 = 0x80186084; //segment:ast_radio_fr type:u16 +D_fr_801860CC = 0x801860CC; //segment:ast_radio_fr type:u16 +D_fr_80186110 = 0x80186110; //segment:ast_radio_fr type:u16 +D_fr_8018615C = 0x8018615C; //segment:ast_radio_fr type:u16 +D_fr_801861CC = 0x801861CC; //segment:ast_radio_fr type:u16 +D_fr_80186210 = 0x80186210; //segment:ast_radio_fr type:u16 +D_fr_80186274 = 0x80186274; //segment:ast_radio_fr type:u16 +D_fr_801862B8 = 0x801862B8; //segment:ast_radio_fr type:u16 +D_fr_80186304 = 0x80186304; //segment:ast_radio_fr type:u16 +D_fr_80186370 = 0x80186370; //segment:ast_radio_fr type:u16 +D_fr_801863B0 = 0x801863B0; //segment:ast_radio_fr type:u16 +D_fr_80186410 = 0x80186410; //segment:ast_radio_fr type:u16 +D_fr_80186428 = 0x80186428; //segment:ast_radio_fr type:u16 +D_fr_8018646C = 0x8018646C; //segment:ast_radio_fr type:u16 +D_fr_8018648C = 0x8018648C; //segment:ast_radio_fr type:u16 +D_fr_801864C4 = 0x801864C4; //segment:ast_radio_fr type:u16 +D_fr_801864F0 = 0x801864F0; //segment:ast_radio_fr type:u16 +D_fr_80186538 = 0x80186538; //segment:ast_radio_fr type:u16 +D_fr_80186570 = 0x80186570; //segment:ast_radio_fr type:u16 +D_fr_80186590 = 0x80186590; //segment:ast_radio_fr type:u16 +D_fr_801865E8 = 0x801865E8; //segment:ast_radio_fr type:u16 +D_fr_80186648 = 0x80186648; //segment:ast_radio_fr type:u16 +D_fr_80186670 = 0x80186670; //segment:ast_radio_fr type:u16 +D_fr_8018668C = 0x8018668C; //segment:ast_radio_fr type:u16 +D_fr_801866AC = 0x801866AC; //segment:ast_radio_fr type:u16 +D_fr_801866DC = 0x801866DC; //segment:ast_radio_fr type:u16 +D_fr_80186710 = 0x80186710; //segment:ast_radio_fr type:u16 +D_fr_80186724 = 0x80186724; //segment:ast_radio_fr type:u16 +D_fr_80186738 = 0x80186738; //segment:ast_radio_fr type:u16 +D_fr_8018674C = 0x8018674C; //segment:ast_radio_fr type:u16 +D_fr_80186798 = 0x80186798; //segment:ast_radio_fr type:u16 +D_fr_80186800 = 0x80186800; //segment:ast_radio_fr type:u16 +D_fr_80186824 = 0x80186824; //segment:ast_radio_fr type:u16 +D_fr_80186848 = 0x80186848; //segment:ast_radio_fr type:u16 +D_fr_8018686C = 0x8018686C; //segment:ast_radio_fr type:u16 +D_fr_80186884 = 0x80186884; //segment:ast_radio_fr type:u16 +D_fr_8018689C = 0x8018689C; //segment:ast_radio_fr type:u16 +D_fr_801868B4 = 0x801868B4; //segment:ast_radio_fr type:u16 +D_fr_801868CC = 0x801868CC; //segment:ast_radio_fr type:u16 +D_fr_8018691C = 0x8018691C; //segment:ast_radio_fr type:u16 +D_fr_80186944 = 0x80186944; //segment:ast_radio_fr type:u16 +D_fr_80186954 = 0x80186954; //segment:ast_radio_fr type:u16 +D_fr_801869B0 = 0x801869B0; //segment:ast_radio_fr type:u16 +D_fr_801869F8 = 0x801869F8; //segment:ast_radio_fr type:u16 +D_fr_80186A4C = 0x80186A4C; //segment:ast_radio_fr type:u16 +D_fr_80186AA0 = 0x80186AA0; //segment:ast_radio_fr type:u16 +D_fr_80186AF4 = 0x80186AF4; //segment:ast_radio_fr type:u16 +D_fr_80186B40 = 0x80186B40; //segment:ast_radio_fr type:u16 +D_fr_80186B8C = 0x80186B8C; //segment:ast_radio_fr type:u16 +D_fr_80186BD8 = 0x80186BD8; //segment:ast_radio_fr type:u16 +D_fr_80186C30 = 0x80186C30; //segment:ast_radio_fr type:u16 +D_fr_80186C68 = 0x80186C68; //segment:ast_radio_fr type:u16 +D_fr_80186CA0 = 0x80186CA0; //segment:ast_radio_fr type:u16 +D_fr_80186CDC = 0x80186CDC; //segment:ast_radio_fr type:u16 +D_fr_80186D4C = 0x80186D4C; //segment:ast_radio_fr type:u16 +D_fr_80186DD0 = 0x80186DD0; //segment:ast_radio_fr type:u16 +D_fr_80186E4C = 0x80186E4C; //segment:ast_radio_fr type:u16 +D_fr_80186E90 = 0x80186E90; //segment:ast_radio_fr type:u16 +D_fr_80186ED4 = 0x80186ED4; //segment:ast_radio_fr type:u16 +D_fr_80186EFC = 0x80186EFC; //segment:ast_radio_fr type:u16 +D_fr_80186F24 = 0x80186F24; //segment:ast_radio_fr type:u16 +D_fr_80186F4C = 0x80186F4C; //segment:ast_radio_fr type:u16 +D_fr_80186F70 = 0x80186F70; //segment:ast_radio_fr type:u16 +D_fr_80186F98 = 0x80186F98; //segment:ast_radio_fr type:u16 +D_fr_80186FC0 = 0x80186FC0; //segment:ast_radio_fr type:u16 +D_fr_80186FE8 = 0x80186FE8; //segment:ast_radio_fr type:u16 +D_fr_8018700C = 0x8018700C; //segment:ast_radio_fr type:u16 +D_fr_80187034 = 0x80187034; //segment:ast_radio_fr type:u16 +D_fr_8018705C = 0x8018705C; //segment:ast_radio_fr type:u16 +D_fr_80187084 = 0x80187084; //segment:ast_radio_fr type:u16 +D_fr_801870A8 = 0x801870A8; //segment:ast_radio_fr type:u16 +D_fr_801870BC = 0x801870BC; //segment:ast_radio_fr type:u16 +D_fr_801870D0 = 0x801870D0; //segment:ast_radio_fr type:u16 +D_fr_801870E4 = 0x801870E4; //segment:ast_radio_fr type:u16 +D_fr_801870F0 = 0x801870F0; //segment:ast_radio_fr type:u16 +D_fr_80187108 = 0x80187108; //segment:ast_radio_fr type:u16 +D_fr_80187124 = 0x80187124; //segment:ast_radio_fr type:u16 +D_fr_80187134 = 0x80187134; //segment:ast_radio_fr type:u16 +D_fr_80187148 = 0x80187148; //segment:ast_radio_fr type:u16 +D_fr_8018715C = 0x8018715C; //segment:ast_radio_fr type:u16 +D_fr_80187178 = 0x80187178; //segment:ast_radio_fr type:u16 +D_fr_80187188 = 0x80187188; //segment:ast_radio_fr type:u16 +D_fr_801871E0 = 0x801871E0; //segment:ast_radio_fr type:u16 +D_fr_801871FC = 0x801871FC; //segment:ast_radio_fr type:u16 +D_fr_80187218 = 0x80187218; //segment:ast_radio_fr type:u16 +D_fr_80187228 = 0x80187228; //segment:ast_radio_fr type:u16 +D_fr_8018724C = 0x8018724C; //segment:ast_radio_fr type:u16 +D_fr_8018725C = 0x8018725C; //segment:ast_radio_fr type:u16 +D_fr_80187274 = 0x80187274; //segment:ast_radio_fr type:u16 +D_fr_801872A0 = 0x801872A0; //segment:ast_radio_fr type:u16 +D_fr_801872C4 = 0x801872C4; //segment:ast_radio_fr type:u16 +D_fr_801872E8 = 0x801872E8; //segment:ast_radio_fr type:u16 +D_fr_8018734C = 0x8018734C; //segment:ast_radio_fr type:u16 +D_fr_801873BC = 0x801873BC; //segment:ast_radio_fr type:u16 +D_fr_80187418 = 0x80187418; //segment:ast_radio_fr type:u16 +D_fr_80187488 = 0x80187488; //segment:ast_radio_fr type:u16 +D_fr_801874F4 = 0x801874F4; //segment:ast_radio_fr type:u16 +D_fr_8018753C = 0x8018753C; //segment:ast_radio_fr type:u16 +D_fr_80187590 = 0x80187590; //segment:ast_radio_fr type:u16 +D_fr_80187600 = 0x80187600; //segment:ast_radio_fr type:u16 +D_fr_80187678 = 0x80187678; //segment:ast_radio_fr type:u16 +D_fr_801876D0 = 0x801876D0; //segment:ast_radio_fr type:u16 +D_fr_80187734 = 0x80187734; //segment:ast_radio_fr type:u16 +D_fr_80187784 = 0x80187784; //segment:ast_radio_fr type:u16 +D_fr_801877D8 = 0x801877D8; //segment:ast_radio_fr type:u16 +D_fr_80187830 = 0x80187830; //segment:ast_radio_fr type:u16 +D_fr_80187894 = 0x80187894; //segment:ast_radio_fr type:u16 +D_fr_801878D8 = 0x801878D8; //segment:ast_radio_fr type:u16 +D_fr_80187918 = 0x80187918; //segment:ast_radio_fr type:u16 +D_fr_80187978 = 0x80187978; //segment:ast_radio_fr type:u16 +D_fr_801879E0 = 0x801879E0; //segment:ast_radio_fr type:u16 +D_fr_80187A34 = 0x80187A34; //segment:ast_radio_fr type:u16 +D_fr_80187A90 = 0x80187A90; //segment:ast_radio_fr type:u16 +D_fr_80187AF0 = 0x80187AF0; //segment:ast_radio_fr type:u16 +D_fr_80187B50 = 0x80187B50; //segment:ast_radio_fr type:u16 +D_fr_80187B94 = 0x80187B94; //segment:ast_radio_fr type:u16 +D_fr_80187BE8 = 0x80187BE8; //segment:ast_radio_fr type:u16 +D_fr_80187C4C = 0x80187C4C; //segment:ast_radio_fr type:u16 +D_fr_80187CBC = 0x80187CBC; //segment:ast_radio_fr type:u16 +D_fr_80187D14 = 0x80187D14; //segment:ast_radio_fr type:u16 +D_fr_80187D64 = 0x80187D64; //segment:ast_radio_fr type:u16 +D_fr_80187D9C = 0x80187D9C; //segment:ast_radio_fr type:u16 +D_fr_80187E0C = 0x80187E0C; //segment:ast_radio_fr type:u16 +D_fr_80187E74 = 0x80187E74; //segment:ast_radio_fr type:u16 +D_fr_80187ED8 = 0x80187ED8; //segment:ast_radio_fr + +D_en_8017B230 = 0x8017B230; //segment:ast_radio_en type:u16 +D_en_8017B954 = 0x8017B954; //segment:ast_radio_en type:u16 +D_en_8017B9B0 = 0x8017B9B0; //segment:ast_radio_en type:u16 +D_en_8017B9F0 = 0x8017B9F0; //segment:ast_radio_en type:u16 +D_en_8017BA2C = 0x8017BA2C; //segment:ast_radio_en type:u16 +D_en_8017BA70 = 0x8017BA70; //segment:ast_radio_en type:u16 +D_en_8017BAC0 = 0x8017BAC0; //segment:ast_radio_en type:u16 +D_en_8017BB28 = 0x8017BB28; //segment:ast_radio_en type:u16 +D_en_8017BBBC = 0x8017BBBC; //segment:ast_radio_en type:u16 +D_en_8017BC28 = 0x8017BC28; //segment:ast_radio_en type:u16 +D_en_8017BCC0 = 0x8017BCC0; //segment:ast_radio_en type:u16 +D_en_8017BCF8 = 0x8017BCF8; //segment:ast_radio_en type:u16 +D_en_8017BD58 = 0x8017BD58; //segment:ast_radio_en type:u16 +D_en_8017BD98 = 0x8017BD98; //segment:ast_radio_en type:u16 +D_en_8017BE1C = 0x8017BE1C; //segment:ast_radio_en type:u16 +D_en_8017BE44 = 0x8017BE44; //segment:ast_radio_en type:u16 +D_en_8017BE94 = 0x8017BE94; //segment:ast_radio_en type:u16 +D_en_8017BEB8 = 0x8017BEB8; //segment:ast_radio_en type:u16 +D_en_8017BF54 = 0x8017BF54; //segment:ast_radio_en type:u16 +D_en_8017BF6C = 0x8017BF6C; //segment:ast_radio_en type:u16 +D_en_8017BFF4 = 0x8017BFF4; //segment:ast_radio_en type:u16 +D_en_8017C01C = 0x8017C01C; //segment:ast_radio_en type:u16 +D_en_8017C09C = 0x8017C09C; //segment:ast_radio_en type:u16 +D_en_8017C0E4 = 0x8017C0E4; //segment:ast_radio_en type:u16 +D_en_8017C150 = 0x8017C150; //segment:ast_radio_en type:u16 +D_en_8017C180 = 0x8017C180; //segment:ast_radio_en type:u16 +D_en_8017C1F0 = 0x8017C1F0; //segment:ast_radio_en type:u16 +D_en_8017C238 = 0x8017C238; //segment:ast_radio_en type:u16 +D_en_8017C278 = 0x8017C278; //segment:ast_radio_en type:u16 +D_en_8017C2A8 = 0x8017C2A8; //segment:ast_radio_en type:u16 +D_en_8017C308 = 0x8017C308; //segment:ast_radio_en type:u16 +D_en_8017C330 = 0x8017C330; //segment:ast_radio_en type:u16 +D_en_8017C38C = 0x8017C38C; //segment:ast_radio_en type:u16 +D_en_8017C3AC = 0x8017C3AC; //segment:ast_radio_en type:u16 +D_en_8017C440 = 0x8017C440; //segment:ast_radio_en type:u16 +D_en_8017C464 = 0x8017C464; //segment:ast_radio_en type:u16 +D_en_8017C488 = 0x8017C488; //segment:ast_radio_en type:u16 +D_en_8017C4CC = 0x8017C4CC; //segment:ast_radio_en type:u16 +D_en_8017C500 = 0x8017C500; //segment:ast_radio_en type:u16 +D_en_8017C544 = 0x8017C544; //segment:ast_radio_en type:u16 +D_en_8017C574 = 0x8017C574; //segment:ast_radio_en type:u16 +D_en_8017C5CC = 0x8017C5CC; //segment:ast_radio_en type:u16 +D_en_8017C614 = 0x8017C614; //segment:ast_radio_en type:u16 +D_en_8017C640 = 0x8017C640; //segment:ast_radio_en type:u16 +D_en_8017C694 = 0x8017C694; //segment:ast_radio_en type:u16 +D_en_8017C6B8 = 0x8017C6B8; //segment:ast_radio_en type:u16 +D_en_8017C700 = 0x8017C700; //segment:ast_radio_en type:u16 +D_en_8017C714 = 0x8017C714; //segment:ast_radio_en type:u16 +D_en_8017C738 = 0x8017C738; //segment:ast_radio_en type:u16 +D_en_8017C780 = 0x8017C780; //segment:ast_radio_en type:u16 +D_en_8017C7CC = 0x8017C7CC; //segment:ast_radio_en type:u16 +D_en_8017C820 = 0x8017C820; //segment:ast_radio_en type:u16 +D_en_8017C870 = 0x8017C870; //segment:ast_radio_en type:u16 +D_en_8017C8CC = 0x8017C8CC; //segment:ast_radio_en type:u16 +D_en_8017C914 = 0x8017C914; //segment:ast_radio_en type:u16 +D_en_8017C968 = 0x8017C968; //segment:ast_radio_en type:u16 +D_en_8017C9A4 = 0x8017C9A4; //segment:ast_radio_en type:u16 +D_en_8017C9C8 = 0x8017C9C8; //segment:ast_radio_en type:u16 +D_en_8017C9FC = 0x8017C9FC; //segment:ast_radio_en type:u16 +D_en_8017CA48 = 0x8017CA48; //segment:ast_radio_en type:u16 +D_en_8017CA7C = 0x8017CA7C; //segment:ast_radio_en type:u16 +D_en_8017CA94 = 0x8017CA94; //segment:ast_radio_en type:u16 +D_en_8017CAD0 = 0x8017CAD0; //segment:ast_radio_en type:u16 +D_en_8017CB04 = 0x8017CB04; //segment:ast_radio_en type:u16 +D_en_8017CB2C = 0x8017CB2C; //segment:ast_radio_en type:u16 +D_en_8017CB7C = 0x8017CB7C; //segment:ast_radio_en type:u16 +D_en_8017CBC8 = 0x8017CBC8; //segment:ast_radio_en type:u16 +D_en_8017CC00 = 0x8017CC00; //segment:ast_radio_en type:u16 +D_en_8017CC34 = 0x8017CC34; //segment:ast_radio_en type:u16 +D_en_8017CC7C = 0x8017CC7C; //segment:ast_radio_en type:u16 +D_en_8017CCC4 = 0x8017CCC4; //segment:ast_radio_en type:u16 +D_en_8017CD08 = 0x8017CD08; //segment:ast_radio_en type:u16 +D_en_8017CD18 = 0x8017CD18; //segment:ast_radio_en type:u16 +D_en_8017CD68 = 0x8017CD68; //segment:ast_radio_en type:u16 +D_en_8017CDAC = 0x8017CDAC; //segment:ast_radio_en type:u16 +D_en_8017CDE8 = 0x8017CDE8; //segment:ast_radio_en type:u16 +D_en_8017CE24 = 0x8017CE24; //segment:ast_radio_en type:u16 +D_en_8017CE60 = 0x8017CE60; //segment:ast_radio_en type:u16 +D_en_8017CE70 = 0x8017CE70; //segment:ast_radio_en type:u16 +D_en_8017CE98 = 0x8017CE98; //segment:ast_radio_en type:u16 +D_en_8017CEBC = 0x8017CEBC; //segment:ast_radio_en type:u16 +D_en_8017CEFC = 0x8017CEFC; //segment:ast_radio_en type:u16 +D_en_8017CF5C = 0x8017CF5C; //segment:ast_radio_en type:u16 +D_en_8017CF90 = 0x8017CF90; //segment:ast_radio_en type:u16 +D_en_8017CFE8 = 0x8017CFE8; //segment:ast_radio_en type:u16 +D_en_8017D008 = 0x8017D008; //segment:ast_radio_en type:u16 +D_en_8017D05C = 0x8017D05C; //segment:ast_radio_en type:u16 +D_en_8017D0A8 = 0x8017D0A8; //segment:ast_radio_en type:u16 +D_en_8017D100 = 0x8017D100; //segment:ast_radio_en type:u16 +D_en_8017D14C = 0x8017D14C; //segment:ast_radio_en type:u16 +D_en_8017D190 = 0x8017D190; //segment:ast_radio_en type:u16 +D_en_8017D1D8 = 0x8017D1D8; //segment:ast_radio_en type:u16 +D_en_8017D214 = 0x8017D214; //segment:ast_radio_en type:u16 +D_en_8017D25C = 0x8017D25C; //segment:ast_radio_en type:u16 +D_en_8017D28C = 0x8017D28C; //segment:ast_radio_en type:u16 +D_en_8017D2C0 = 0x8017D2C0; //segment:ast_radio_en type:u16 +D_en_8017D2F8 = 0x8017D2F8; //segment:ast_radio_en type:u16 +D_en_8017D324 = 0x8017D324; //segment:ast_radio_en type:u16 +D_en_8017D360 = 0x8017D360; //segment:ast_radio_en type:u16 +D_en_8017D394 = 0x8017D394; //segment:ast_radio_en type:u16 +D_en_8017D3D8 = 0x8017D3D8; //segment:ast_radio_en type:u16 +D_en_8017D42C = 0x8017D42C; //segment:ast_radio_en type:u16 +D_en_8017D464 = 0x8017D464; //segment:ast_radio_en type:u16 +D_en_8017D480 = 0x8017D480; //segment:ast_radio_en type:u16 +D_en_8017D4D0 = 0x8017D4D0; //segment:ast_radio_en type:u16 +D_en_8017D50C = 0x8017D50C; //segment:ast_radio_en type:u16 +D_en_8017D55C = 0x8017D55C; //segment:ast_radio_en type:u16 +D_en_8017D594 = 0x8017D594; //segment:ast_radio_en type:u16 +D_en_8017D5B8 = 0x8017D5B8; //segment:ast_radio_en type:u16 +D_en_8017D5E8 = 0x8017D5E8; //segment:ast_radio_en type:u16 +D_en_8017D60C = 0x8017D60C; //segment:ast_radio_en type:u16 +D_en_8017D65C = 0x8017D65C; //segment:ast_radio_en type:u16 +D_en_8017D6B8 = 0x8017D6B8; //segment:ast_radio_en type:u16 +D_en_8017D6F0 = 0x8017D6F0; //segment:ast_radio_en type:u16 +D_en_8017D738 = 0x8017D738; //segment:ast_radio_en type:u16 +D_en_8017D788 = 0x8017D788; //segment:ast_radio_en type:u16 +D_en_8017D7D4 = 0x8017D7D4; //segment:ast_radio_en type:u16 +D_en_8017D818 = 0x8017D818; //segment:ast_radio_en type:u16 +D_en_8017D864 = 0x8017D864; //segment:ast_radio_en type:u16 +D_en_8017D8B0 = 0x8017D8B0; //segment:ast_radio_en type:u16 +D_en_8017D900 = 0x8017D900; //segment:ast_radio_en type:u16 +D_en_8017D94C = 0x8017D94C; //segment:ast_radio_en type:u16 +D_en_8017D998 = 0x8017D998; //segment:ast_radio_en type:u16 +D_en_8017D9E8 = 0x8017D9E8; //segment:ast_radio_en type:u16 +D_en_8017DA0C = 0x8017DA0C; //segment:ast_radio_en type:u16 +D_en_8017DA44 = 0x8017DA44; //segment:ast_radio_en type:u16 +D_en_8017DA78 = 0x8017DA78; //segment:ast_radio_en type:u16 +D_en_8017DAC4 = 0x8017DAC4; //segment:ast_radio_en type:u16 +D_en_8017DAE0 = 0x8017DAE0; //segment:ast_radio_en type:u16 +D_en_8017DB10 = 0x8017DB10; //segment:ast_radio_en type:u16 +D_en_8017DB28 = 0x8017DB28; //segment:ast_radio_en type:u16 +D_en_8017DB84 = 0x8017DB84; //segment:ast_radio_en type:u16 +D_en_8017DBB4 = 0x8017DBB4; //segment:ast_radio_en type:u16 +D_en_8017DBE0 = 0x8017DBE0; //segment:ast_radio_en type:u16 +D_en_8017DC08 = 0x8017DC08; //segment:ast_radio_en type:u16 +D_en_8017DC5C = 0x8017DC5C; //segment:ast_radio_en type:u16 +D_en_8017DC7C = 0x8017DC7C; //segment:ast_radio_en type:u16 +D_en_8017DCD4 = 0x8017DCD4; //segment:ast_radio_en type:u16 +D_en_8017DD0C = 0x8017DD0C; //segment:ast_radio_en type:u16 +D_en_8017DD54 = 0x8017DD54; //segment:ast_radio_en type:u16 +D_en_8017DDA4 = 0x8017DDA4; //segment:ast_radio_en type:u16 +D_en_8017DDE0 = 0x8017DDE0; //segment:ast_radio_en type:u16 +D_en_8017DE20 = 0x8017DE20; //segment:ast_radio_en type:u16 +D_en_8017DE58 = 0x8017DE58; //segment:ast_radio_en type:u16 +D_en_8017DEA8 = 0x8017DEA8; //segment:ast_radio_en type:u16 +D_en_8017DEF4 = 0x8017DEF4; //segment:ast_radio_en type:u16 +D_en_8017DF48 = 0x8017DF48; //segment:ast_radio_en type:u16 +D_en_8017DF94 = 0x8017DF94; //segment:ast_radio_en type:u16 +D_en_8017DFA8 = 0x8017DFA8; //segment:ast_radio_en type:u16 +D_en_8017DFE4 = 0x8017DFE4; //segment:ast_radio_en type:u16 +D_en_8017E018 = 0x8017E018; //segment:ast_radio_en type:u16 +D_en_8017E064 = 0x8017E064; //segment:ast_radio_en type:u16 +D_en_8017E09C = 0x8017E09C; //segment:ast_radio_en type:u16 +D_en_8017E0F4 = 0x8017E0F4; //segment:ast_radio_en type:u16 +D_en_8017E128 = 0x8017E128; //segment:ast_radio_en type:u16 +D_en_8017E170 = 0x8017E170; //segment:ast_radio_en type:u16 +D_en_8017E1C0 = 0x8017E1C0; //segment:ast_radio_en type:u16 +D_en_8017E1F8 = 0x8017E1F8; //segment:ast_radio_en type:u16 +D_en_8017E250 = 0x8017E250; //segment:ast_radio_en type:u16 +D_en_8017E270 = 0x8017E270; //segment:ast_radio_en type:u16 +D_en_8017E2C8 = 0x8017E2C8; //segment:ast_radio_en type:u16 +D_en_8017E318 = 0x8017E318; //segment:ast_radio_en type:u16 +D_en_8017E368 = 0x8017E368; //segment:ast_radio_en type:u16 +D_en_8017E390 = 0x8017E390; //segment:ast_radio_en type:u16 +D_en_8017E3D0 = 0x8017E3D0; //segment:ast_radio_en type:u16 +D_en_8017E420 = 0x8017E420; //segment:ast_radio_en type:u16 +D_en_8017E45C = 0x8017E45C; //segment:ast_radio_en type:u16 +D_en_8017E490 = 0x8017E490; //segment:ast_radio_en type:u16 +D_en_8017E4C8 = 0x8017E4C8; //segment:ast_radio_en type:u16 +D_en_8017E50C = 0x8017E50C; //segment:ast_radio_en type:u16 +D_en_8017E550 = 0x8017E550; //segment:ast_radio_en type:u16 +D_en_8017E57C = 0x8017E57C; //segment:ast_radio_en type:u16 +D_en_8017E5BC = 0x8017E5BC; //segment:ast_radio_en type:u16 +D_en_8017E608 = 0x8017E608; //segment:ast_radio_en type:u16 +D_en_8017E658 = 0x8017E658; //segment:ast_radio_en type:u16 +D_en_8017E69C = 0x8017E69C; //segment:ast_radio_en type:u16 +D_en_8017E6D4 = 0x8017E6D4; //segment:ast_radio_en type:u16 +D_en_8017E700 = 0x8017E700; //segment:ast_radio_en type:u16 +D_en_8017E728 = 0x8017E728; //segment:ast_radio_en type:u16 +D_en_8017E768 = 0x8017E768; //segment:ast_radio_en type:u16 +D_en_8017E790 = 0x8017E790; //segment:ast_radio_en type:u16 +D_en_8017E7C4 = 0x8017E7C4; //segment:ast_radio_en type:u16 +D_en_8017E7EC = 0x8017E7EC; //segment:ast_radio_en type:u16 +D_en_8017E818 = 0x8017E818; //segment:ast_radio_en type:u16 +D_en_8017E844 = 0x8017E844; //segment:ast_radio_en type:u16 +D_en_8017E870 = 0x8017E870; //segment:ast_radio_en type:u16 +D_en_8017E8C8 = 0x8017E8C8; //segment:ast_radio_en type:u16 +D_en_8017E904 = 0x8017E904; //segment:ast_radio_en type:u16 +D_en_8017E948 = 0x8017E948; //segment:ast_radio_en type:u16 +D_en_8017E998 = 0x8017E998; //segment:ast_radio_en type:u16 +D_en_8017E9C8 = 0x8017E9C8; //segment:ast_radio_en type:u16 +D_en_8017EA04 = 0x8017EA04; //segment:ast_radio_en type:u16 +D_en_8017EA38 = 0x8017EA38; //segment:ast_radio_en type:u16 +D_en_8017EA88 = 0x8017EA88; //segment:ast_radio_en type:u16 +D_en_8017EAAC = 0x8017EAAC; //segment:ast_radio_en type:u16 +D_en_8017EACC = 0x8017EACC; //segment:ast_radio_en type:u16 +D_en_8017EB10 = 0x8017EB10; //segment:ast_radio_en type:u16 +D_en_8017EB3C = 0x8017EB3C; //segment:ast_radio_en type:u16 +D_en_8017EB80 = 0x8017EB80; //segment:ast_radio_en type:u16 +D_en_8017EBB8 = 0x8017EBB8; //segment:ast_radio_en type:u16 +D_en_8017EBF8 = 0x8017EBF8; //segment:ast_radio_en type:u16 +D_en_8017EC40 = 0x8017EC40; //segment:ast_radio_en type:u16 +D_en_8017EC84 = 0x8017EC84; //segment:ast_radio_en type:u16 +D_en_8017ECCC = 0x8017ECCC; //segment:ast_radio_en type:u16 +D_en_8017ECE8 = 0x8017ECE8; //segment:ast_radio_en type:u16 +D_en_8017ED48 = 0x8017ED48; //segment:ast_radio_en type:u16 +D_en_8017ED68 = 0x8017ED68; //segment:ast_radio_en type:u16 +D_en_8017EDA0 = 0x8017EDA0; //segment:ast_radio_en type:u16 +D_en_8017EDE0 = 0x8017EDE0; //segment:ast_radio_en type:u16 +D_en_8017EE34 = 0x8017EE34; //segment:ast_radio_en type:u16 +D_en_8017EE88 = 0x8017EE88; //segment:ast_radio_en type:u16 +D_en_8017EEBC = 0x8017EEBC; //segment:ast_radio_en type:u16 +D_en_8017EED0 = 0x8017EED0; //segment:ast_radio_en type:u16 +D_en_8017EEF8 = 0x8017EEF8; //segment:ast_radio_en type:u16 +D_en_8017EF3C = 0x8017EF3C; //segment:ast_radio_en type:u16 +D_en_8017EF84 = 0x8017EF84; //segment:ast_radio_en type:u16 +D_en_8017EFAC = 0x8017EFAC; //segment:ast_radio_en type:u16 +D_en_8017EFEC = 0x8017EFEC; //segment:ast_radio_en type:u16 +D_en_8017F028 = 0x8017F028; //segment:ast_radio_en type:u16 +D_en_8017F064 = 0x8017F064; //segment:ast_radio_en type:u16 +D_en_8017F090 = 0x8017F090; //segment:ast_radio_en type:u16 +D_en_8017F0D4 = 0x8017F0D4; //segment:ast_radio_en type:u16 +D_en_8017F11C = 0x8017F11C; //segment:ast_radio_en type:u16 +D_en_8017F15C = 0x8017F15C; //segment:ast_radio_en type:u16 +D_en_8017F1AC = 0x8017F1AC; //segment:ast_radio_en type:u16 +D_en_8017F1C8 = 0x8017F1C8; //segment:ast_radio_en type:u16 +D_en_8017F1E8 = 0x8017F1E8; //segment:ast_radio_en type:u16 +D_en_8017F238 = 0x8017F238; //segment:ast_radio_en type:u16 +D_en_8017F27C = 0x8017F27C; //segment:ast_radio_en type:u16 +D_en_8017F2B4 = 0x8017F2B4; //segment:ast_radio_en type:u16 +D_en_8017F2D0 = 0x8017F2D0; //segment:ast_radio_en type:u16 +D_en_8017F320 = 0x8017F320; //segment:ast_radio_en type:u16 +D_en_8017F354 = 0x8017F354; //segment:ast_radio_en type:u16 +D_en_8017F38C = 0x8017F38C; //segment:ast_radio_en type:u16 +D_en_8017F3D4 = 0x8017F3D4; //segment:ast_radio_en type:u16 +D_en_8017F410 = 0x8017F410; //segment:ast_radio_en type:u16 +D_en_8017F458 = 0x8017F458; //segment:ast_radio_en type:u16 +D_en_8017F488 = 0x8017F488; //segment:ast_radio_en type:u16 +D_en_8017F4B4 = 0x8017F4B4; //segment:ast_radio_en type:u16 +D_en_8017F4FC = 0x8017F4FC; //segment:ast_radio_en type:u16 +D_en_8017F54C = 0x8017F54C; //segment:ast_radio_en type:u16 +D_en_8017F580 = 0x8017F580; //segment:ast_radio_en type:u16 +D_en_8017F5CC = 0x8017F5CC; //segment:ast_radio_en type:u16 +D_en_8017F5F0 = 0x8017F5F0; //segment:ast_radio_en type:u16 +D_en_8017F610 = 0x8017F610; //segment:ast_radio_en type:u16 +D_en_8017F648 = 0x8017F648; //segment:ast_radio_en type:u16 +D_en_8017F694 = 0x8017F694; //segment:ast_radio_en type:u16 +D_en_8017F6DC = 0x8017F6DC; //segment:ast_radio_en type:u16 +D_en_8017F72C = 0x8017F72C; //segment:ast_radio_en type:u16 +D_en_8017F77C = 0x8017F77C; //segment:ast_radio_en type:u16 +D_en_8017F7AC = 0x8017F7AC; //segment:ast_radio_en type:u16 +D_en_8017F800 = 0x8017F800; //segment:ast_radio_en type:u16 +D_en_8017F844 = 0x8017F844; //segment:ast_radio_en type:u16 +D_en_8017F874 = 0x8017F874; //segment:ast_radio_en type:u16 +D_en_8017F890 = 0x8017F890; //segment:ast_radio_en type:u16 +D_en_8017F8DC = 0x8017F8DC; //segment:ast_radio_en type:u16 +D_en_8017F934 = 0x8017F934; //segment:ast_radio_en type:u16 +D_en_8017F980 = 0x8017F980; //segment:ast_radio_en type:u16 +D_en_8017F9D4 = 0x8017F9D4; //segment:ast_radio_en type:u16 +D_en_8017FA1C = 0x8017FA1C; //segment:ast_radio_en type:u16 +D_en_8017FA4C = 0x8017FA4C; //segment:ast_radio_en type:u16 +D_en_8017FA7C = 0x8017FA7C; //segment:ast_radio_en type:u16 +D_en_8017FAC4 = 0x8017FAC4; //segment:ast_radio_en type:u16 +D_en_8017FAE0 = 0x8017FAE0; //segment:ast_radio_en type:u16 +D_en_8017FB28 = 0x8017FB28; //segment:ast_radio_en type:u16 +D_en_8017FB78 = 0x8017FB78; //segment:ast_radio_en type:u16 +D_en_8017FBCC = 0x8017FBCC; //segment:ast_radio_en type:u16 +D_en_8017FC04 = 0x8017FC04; //segment:ast_radio_en type:u16 +D_en_8017FC44 = 0x8017FC44; //segment:ast_radio_en type:u16 +D_en_8017FC74 = 0x8017FC74; //segment:ast_radio_en type:u16 +D_en_8017FCA0 = 0x8017FCA0; //segment:ast_radio_en type:u16 +D_en_8017FCCC = 0x8017FCCC; //segment:ast_radio_en type:u16 +D_en_8017FD04 = 0x8017FD04; //segment:ast_radio_en type:u16 +D_en_8017FD40 = 0x8017FD40; //segment:ast_radio_en type:u16 +D_en_8017FD88 = 0x8017FD88; //segment:ast_radio_en type:u16 +D_en_8017FDD4 = 0x8017FDD4; //segment:ast_radio_en type:u16 +D_en_8017FDF0 = 0x8017FDF0; //segment:ast_radio_en type:u16 +D_en_8017FE2C = 0x8017FE2C; //segment:ast_radio_en type:u16 +D_en_8017FE6C = 0x8017FE6C; //segment:ast_radio_en type:u16 +D_en_8017FEC4 = 0x8017FEC4; //segment:ast_radio_en type:u16 +D_en_8017FF00 = 0x8017FF00; //segment:ast_radio_en type:u16 +D_en_8017FF10 = 0x8017FF10; //segment:ast_radio_en type:u16 +D_en_8017FF20 = 0x8017FF20; //segment:ast_radio_en type:u16 +D_en_8017FF30 = 0x8017FF30; //segment:ast_radio_en type:u16 +D_en_8017FF80 = 0x8017FF80; //segment:ast_radio_en type:u16 +D_en_8017FFCC = 0x8017FFCC; //segment:ast_radio_en type:u16 +D_en_80180014 = 0x80180014; //segment:ast_radio_en type:u16 +D_en_80180060 = 0x80180060; //segment:ast_radio_en type:u16 +D_en_8018008C = 0x8018008C; //segment:ast_radio_en type:u16 +D_en_801800B8 = 0x801800B8; //segment:ast_radio_en type:u16 +D_en_80180108 = 0x80180108; //segment:ast_radio_en type:u16 +D_en_80180144 = 0x80180144; //segment:ast_radio_en type:u16 +D_en_80180194 = 0x80180194; //segment:ast_radio_en type:u16 +D_en_801801D4 = 0x801801D4; //segment:ast_radio_en type:u16 +D_en_8018020C = 0x8018020C; //segment:ast_radio_en type:u16 +D_en_8018025C = 0x8018025C; //segment:ast_radio_en type:u16 +D_en_80180294 = 0x80180294; //segment:ast_radio_en type:u16 +D_en_801802E8 = 0x801802E8; //segment:ast_radio_en type:u16 +D_en_8018032C = 0x8018032C; //segment:ast_radio_en type:u16 +D_en_80180350 = 0x80180350; //segment:ast_radio_en type:u16 +D_en_80180374 = 0x80180374; //segment:ast_radio_en type:u16 +D_en_801803A4 = 0x801803A4; //segment:ast_radio_en type:u16 +D_en_801803FC = 0x801803FC; //segment:ast_radio_en type:u16 +D_en_80180434 = 0x80180434; //segment:ast_radio_en type:u16 +D_en_80180484 = 0x80180484; //segment:ast_radio_en type:u16 +D_en_801804C0 = 0x801804C0; //segment:ast_radio_en type:u16 +D_en_8018050C = 0x8018050C; //segment:ast_radio_en type:u16 +D_en_80180554 = 0x80180554; //segment:ast_radio_en type:u16 +D_en_80180588 = 0x80180588; //segment:ast_radio_en type:u16 +D_en_801805B0 = 0x801805B0; //segment:ast_radio_en type:u16 +D_en_801805D0 = 0x801805D0; //segment:ast_radio_en type:u16 +D_en_801805FC = 0x801805FC; //segment:ast_radio_en type:u16 +D_en_80180618 = 0x80180618; //segment:ast_radio_en type:u16 +D_en_80180640 = 0x80180640; //segment:ast_radio_en type:u16 +D_en_80180688 = 0x80180688; //segment:ast_radio_en type:u16 +D_en_801806E0 = 0x801806E0; //segment:ast_radio_en type:u16 +D_en_8018073C = 0x8018073C; //segment:ast_radio_en type:u16 +D_en_80180774 = 0x80180774; //segment:ast_radio_en type:u16 +D_en_801807B0 = 0x801807B0; //segment:ast_radio_en type:u16 +D_en_80180800 = 0x80180800; //segment:ast_radio_en type:u16 +D_en_80180850 = 0x80180850; //segment:ast_radio_en type:u16 +D_en_801808A8 = 0x801808A8; //segment:ast_radio_en type:u16 +D_en_801808F0 = 0x801808F0; //segment:ast_radio_en type:u16 +D_en_80180934 = 0x80180934; //segment:ast_radio_en type:u16 +D_en_80180974 = 0x80180974; //segment:ast_radio_en type:u16 +D_en_801809A4 = 0x801809A4; //segment:ast_radio_en type:u16 +D_en_801809F4 = 0x801809F4; //segment:ast_radio_en type:u16 +D_en_80180A3C = 0x80180A3C; //segment:ast_radio_en type:u16 +D_en_80180A78 = 0x80180A78; //segment:ast_radio_en type:u16 +D_en_80180ACC = 0x80180ACC; //segment:ast_radio_en type:u16 +D_en_80180B04 = 0x80180B04; //segment:ast_radio_en type:u16 +D_en_80180B48 = 0x80180B48; //segment:ast_radio_en type:u16 +D_en_80180B7C = 0x80180B7C; //segment:ast_radio_en type:u16 +D_en_80180BA4 = 0x80180BA4; //segment:ast_radio_en type:u16 +D_en_80180BDC = 0x80180BDC; //segment:ast_radio_en type:u16 +D_en_80180C28 = 0x80180C28; //segment:ast_radio_en type:u16 +D_en_80180C4C = 0x80180C4C; //segment:ast_radio_en type:u16 +D_en_80180C70 = 0x80180C70; //segment:ast_radio_en type:u16 +D_en_80180CC0 = 0x80180CC0; //segment:ast_radio_en type:u16 +D_en_80180D08 = 0x80180D08; //segment:ast_radio_en type:u16 +D_en_80180D58 = 0x80180D58; //segment:ast_radio_en type:u16 +D_en_80180DA0 = 0x80180DA0; //segment:ast_radio_en type:u16 +D_en_80180DD8 = 0x80180DD8; //segment:ast_radio_en type:u16 +D_en_80180E10 = 0x80180E10; //segment:ast_radio_en type:u16 +D_en_80180E4C = 0x80180E4C; //segment:ast_radio_en type:u16 +D_en_80180E90 = 0x80180E90; //segment:ast_radio_en type:u16 +D_en_80180EE4 = 0x80180EE4; //segment:ast_radio_en type:u16 +D_en_80180F10 = 0x80180F10; //segment:ast_radio_en type:u16 +D_en_80180F5C = 0x80180F5C; //segment:ast_radio_en type:u16 +D_en_80180F8C = 0x80180F8C; //segment:ast_radio_en type:u16 +D_en_80180FB4 = 0x80180FB4; //segment:ast_radio_en type:u16 +D_en_80180FE0 = 0x80180FE0; //segment:ast_radio_en type:u16 +D_en_8018101C = 0x8018101C; //segment:ast_radio_en type:u16 +D_en_80181068 = 0x80181068; //segment:ast_radio_en type:u16 +D_en_801810A4 = 0x801810A4; //segment:ast_radio_en type:u16 +D_en_801810F4 = 0x801810F4; //segment:ast_radio_en type:u16 +D_en_80181128 = 0x80181128; //segment:ast_radio_en type:u16 +D_en_80181154 = 0x80181154; //segment:ast_radio_en type:u16 +D_en_80181180 = 0x80181180; //segment:ast_radio_en type:u16 +D_en_801811AC = 0x801811AC; //segment:ast_radio_en type:u16 +D_en_801811F8 = 0x801811F8; //segment:ast_radio_en type:u16 +D_en_80181238 = 0x80181238; //segment:ast_radio_en type:u16 +D_en_80181260 = 0x80181260; //segment:ast_radio_en type:u16 +D_en_80181288 = 0x80181288; //segment:ast_radio_en type:u16 +D_en_801812F4 = 0x801812F4; //segment:ast_radio_en type:u16 +D_en_8018133C = 0x8018133C; //segment:ast_radio_en type:u16 +D_en_80181374 = 0x80181374; //segment:ast_radio_en type:u16 +D_en_801813CC = 0x801813CC; //segment:ast_radio_en type:u16 +D_en_801813E0 = 0x801813E0; //segment:ast_radio_en type:u16 +D_en_8018142C = 0x8018142C; //segment:ast_radio_en type:u16 +D_en_80181460 = 0x80181460; //segment:ast_radio_en type:u16 +D_en_801814A0 = 0x801814A0; //segment:ast_radio_en type:u16 +D_en_801814E8 = 0x801814E8; //segment:ast_radio_en type:u16 +D_en_80181524 = 0x80181524; //segment:ast_radio_en type:u16 +D_en_80181570 = 0x80181570; //segment:ast_radio_en type:u16 +D_en_801815B0 = 0x801815B0; //segment:ast_radio_en type:u16 +D_en_801815FC = 0x801815FC; //segment:ast_radio_en type:u16 +D_en_80181650 = 0x80181650; //segment:ast_radio_en type:u16 +D_en_801816B0 = 0x801816B0; //segment:ast_radio_en type:u16 +D_en_801816F4 = 0x801816F4; //segment:ast_radio_en type:u16 +D_en_80181738 = 0x80181738; //segment:ast_radio_en type:u16 +D_en_80181768 = 0x80181768; //segment:ast_radio_en type:u16 +D_en_80181798 = 0x80181798; //segment:ast_radio_en type:u16 +D_en_801817EC = 0x801817EC; //segment:ast_radio_en type:u16 +D_en_8018182C = 0x8018182C; //segment:ast_radio_en type:u16 +D_en_8018186C = 0x8018186C; //segment:ast_radio_en type:u16 +D_en_801818C0 = 0x801818C0; //segment:ast_radio_en type:u16 +D_en_80181918 = 0x80181918; //segment:ast_radio_en type:u16 +D_en_8018195C = 0x8018195C; //segment:ast_radio_en type:u16 +D_en_80181998 = 0x80181998; //segment:ast_radio_en type:u16 +D_en_801819D8 = 0x801819D8; //segment:ast_radio_en type:u16 +D_en_80181A08 = 0x80181A08; //segment:ast_radio_en type:u16 +D_en_80181A4C = 0x80181A4C; //segment:ast_radio_en type:u16 +D_en_80181A98 = 0x80181A98; //segment:ast_radio_en type:u16 +D_en_80181AD8 = 0x80181AD8; //segment:ast_radio_en type:u16 +D_en_80181B04 = 0x80181B04; //segment:ast_radio_en type:u16 +D_en_80181B40 = 0x80181B40; //segment:ast_radio_en type:u16 +D_en_80181B7C = 0x80181B7C; //segment:ast_radio_en type:u16 +D_en_80181BC8 = 0x80181BC8; //segment:ast_radio_en type:u16 +D_en_80181C08 = 0x80181C08; //segment:ast_radio_en type:u16 +D_en_80181C60 = 0x80181C60; //segment:ast_radio_en type:u16 +D_en_80181CB8 = 0x80181CB8; //segment:ast_radio_en type:u16 +D_en_80181D0C = 0x80181D0C; //segment:ast_radio_en type:u16 +D_en_80181D4C = 0x80181D4C; //segment:ast_radio_en type:u16 +D_en_80181D8C = 0x80181D8C; //segment:ast_radio_en type:u16 +D_en_80181DD0 = 0x80181DD0; //segment:ast_radio_en type:u16 +D_en_80181E1C = 0x80181E1C; //segment:ast_radio_en type:u16 +D_en_80181E68 = 0x80181E68; //segment:ast_radio_en type:u16 +D_en_80181EA4 = 0x80181EA4; //segment:ast_radio_en type:u16 +D_en_80181F00 = 0x80181F00; //segment:ast_radio_en type:u16 +D_en_80181F3C = 0x80181F3C; //segment:ast_radio_en type:u16 +D_en_80181F6C = 0x80181F6C; //segment:ast_radio_en type:u16 +D_en_80181FAC = 0x80181FAC; //segment:ast_radio_en type:u16 +D_en_80181FE4 = 0x80181FE4; //segment:ast_radio_en type:u16 +D_en_80182038 = 0x80182038; //segment:ast_radio_en type:u16 +D_en_80182070 = 0x80182070; //segment:ast_radio_en type:u16 +D_en_801820B4 = 0x801820B4; //segment:ast_radio_en type:u16 +D_en_801820E4 = 0x801820E4; //segment:ast_radio_en type:u16 +D_en_8018212C = 0x8018212C; //segment:ast_radio_en type:u16 +D_en_80182160 = 0x80182160; //segment:ast_radio_en type:u16 +D_en_801821A8 = 0x801821A8; //segment:ast_radio_en type:u16 +D_en_801821E0 = 0x801821E0; //segment:ast_radio_en type:u16 +D_en_8018220C = 0x8018220C; //segment:ast_radio_en type:u16 +D_en_8018225C = 0x8018225C; //segment:ast_radio_en type:u16 +D_en_8018228C = 0x8018228C; //segment:ast_radio_en type:u16 +D_en_801822B0 = 0x801822B0; //segment:ast_radio_en type:u16 +D_en_801822FC = 0x801822FC; //segment:ast_radio_en type:u16 +D_en_8018234C = 0x8018234C; //segment:ast_radio_en type:u16 +D_en_80182398 = 0x80182398; //segment:ast_radio_en type:u16 +D_en_801823EC = 0x801823EC; //segment:ast_radio_en type:u16 +D_en_8018240C = 0x8018240C; //segment:ast_radio_en type:u16 +D_en_80182448 = 0x80182448; //segment:ast_radio_en type:u16 +D_en_80182498 = 0x80182498; //segment:ast_radio_en type:u16 +D_en_801824E8 = 0x801824E8; //segment:ast_radio_en type:u16 +D_en_80182548 = 0x80182548; //segment:ast_radio_en type:u16 +D_en_80182580 = 0x80182580; //segment:ast_radio_en type:u16 +D_en_801825A4 = 0x801825A4; //segment:ast_radio_en type:u16 +D_en_801825E0 = 0x801825E0; //segment:ast_radio_en type:u16 +D_en_80182618 = 0x80182618; //segment:ast_radio_en type:u16 +D_en_8018264C = 0x8018264C; //segment:ast_radio_en type:u16 +D_en_80182670 = 0x80182670; //segment:ast_radio_en type:u16 +D_en_80182698 = 0x80182698; //segment:ast_radio_en type:u16 +D_en_801826D0 = 0x801826D0; //segment:ast_radio_en type:u16 +D_en_80182724 = 0x80182724; //segment:ast_radio_en type:u16 +D_en_80182754 = 0x80182754; //segment:ast_radio_en type:u16 +D_en_80182790 = 0x80182790; //segment:ast_radio_en type:u16 +D_en_801827C8 = 0x801827C8; //segment:ast_radio_en type:u16 +D_en_80182810 = 0x80182810; //segment:ast_radio_en type:u16 +D_en_8018285C = 0x8018285C; //segment:ast_radio_en type:u16 +D_en_8018288C = 0x8018288C; //segment:ast_radio_en type:u16 +D_en_801828E0 = 0x801828E0; //segment:ast_radio_en type:u16 +D_en_80182910 = 0x80182910; //segment:ast_radio_en type:u16 +D_en_80182958 = 0x80182958; //segment:ast_radio_en type:u16 +D_en_80182994 = 0x80182994; //segment:ast_radio_en type:u16 +D_en_801829B4 = 0x801829B4; //segment:ast_radio_en type:u16 +D_en_801829FC = 0x801829FC; //segment:ast_radio_en type:u16 +D_en_80182A38 = 0x80182A38; //segment:ast_radio_en type:u16 +D_en_80182A80 = 0x80182A80; //segment:ast_radio_en type:u16 +D_en_80182ACC = 0x80182ACC; //segment:ast_radio_en type:u16 +D_en_80182B1C = 0x80182B1C; //segment:ast_radio_en type:u16 +D_en_80182B40 = 0x80182B40; //segment:ast_radio_en type:u16 +D_en_80182B88 = 0x80182B88; //segment:ast_radio_en type:u16 +D_en_80182BD0 = 0x80182BD0; //segment:ast_radio_en type:u16 +D_en_80182C10 = 0x80182C10; //segment:ast_radio_en type:u16 +D_en_80182C50 = 0x80182C50; //segment:ast_radio_en type:u16 +D_en_80182C98 = 0x80182C98; //segment:ast_radio_en type:u16 +D_en_80182CDC = 0x80182CDC; //segment:ast_radio_en type:u16 +D_en_80182D34 = 0x80182D34; //segment:ast_radio_en type:u16 +D_en_80182D64 = 0x80182D64; //segment:ast_radio_en type:u16 +D_en_80182D90 = 0x80182D90; //segment:ast_radio_en type:u16 +D_en_80182DE4 = 0x80182DE4; //segment:ast_radio_en type:u16 +D_en_80182E10 = 0x80182E10; //segment:ast_radio_en type:u16 +D_en_80182E6C = 0x80182E6C; //segment:ast_radio_en type:u16 +D_en_80182E9C = 0x80182E9C; //segment:ast_radio_en type:u16 +D_en_80182EC4 = 0x80182EC4; //segment:ast_radio_en type:u16 +D_en_80182EF8 = 0x80182EF8; //segment:ast_radio_en type:u16 +D_en_80182F28 = 0x80182F28; //segment:ast_radio_en type:u16 +D_en_80182F74 = 0x80182F74; //segment:ast_radio_en type:u16 +D_en_80182FA8 = 0x80182FA8; //segment:ast_radio_en type:u16 +D_en_80183000 = 0x80183000; //segment:ast_radio_en type:u16 +D_en_8018303C = 0x8018303C; //segment:ast_radio_en type:u16 +D_en_80183090 = 0x80183090; //segment:ast_radio_en type:u16 +D_en_801830AC = 0x801830AC; //segment:ast_radio_en type:u16 +D_en_801830D4 = 0x801830D4; //segment:ast_radio_en type:u16 +D_en_80183108 = 0x80183108; //segment:ast_radio_en type:u16 +D_en_80183154 = 0x80183154; //segment:ast_radio_en type:u16 +D_en_80183190 = 0x80183190; //segment:ast_radio_en type:u16 +D_en_801831E0 = 0x801831E0; //segment:ast_radio_en type:u16 +D_en_80183230 = 0x80183230; //segment:ast_radio_en type:u16 +D_en_80183284 = 0x80183284; //segment:ast_radio_en type:u16 +D_en_801832E0 = 0x801832E0; //segment:ast_radio_en type:u16 +D_en_80183318 = 0x80183318; //segment:ast_radio_en type:u16 +D_en_8018336C = 0x8018336C; //segment:ast_radio_en type:u16 +D_en_801833C0 = 0x801833C0; //segment:ast_radio_en type:u16 +D_en_801833F4 = 0x801833F4; //segment:ast_radio_en type:u16 +D_en_80183454 = 0x80183454; //segment:ast_radio_en type:u16 +D_en_80183490 = 0x80183490; //segment:ast_radio_en type:u16 +D_en_801834B8 = 0x801834B8; //segment:ast_radio_en type:u16 +D_en_80183514 = 0x80183514; //segment:ast_radio_en type:u16 +D_en_80183570 = 0x80183570; //segment:ast_radio_en type:u16 +D_en_801835B4 = 0x801835B4; //segment:ast_radio_en type:u16 +D_en_80183604 = 0x80183604; //segment:ast_radio_en type:u16 +D_en_80183660 = 0x80183660; //segment:ast_radio_en type:u16 +D_en_801836AC = 0x801836AC; //segment:ast_radio_en type:u16 +D_en_801836F8 = 0x801836F8; //segment:ast_radio_en type:u16 +D_en_8018373C = 0x8018373C; //segment:ast_radio_en type:u16 +D_en_80183788 = 0x80183788; //segment:ast_radio_en type:u16 +D_en_801837A4 = 0x801837A4; //segment:ast_radio_en type:u16 +D_en_801837EC = 0x801837EC; //segment:ast_radio_en type:u16 +D_en_80183838 = 0x80183838; //segment:ast_radio_en type:u16 +D_en_80183888 = 0x80183888; //segment:ast_radio_en type:u16 +D_en_801838B4 = 0x801838B4; //segment:ast_radio_en type:u16 +D_en_801838CC = 0x801838CC; //segment:ast_radio_en type:u16 +D_en_801838F0 = 0x801838F0; //segment:ast_radio_en type:u16 +D_en_80183930 = 0x80183930; //segment:ast_radio_en type:u16 +D_en_80183948 = 0x80183948; //segment:ast_radio_en type:u16 +D_en_8018397C = 0x8018397C; //segment:ast_radio_en type:u16 +D_en_801839A4 = 0x801839A4; //segment:ast_radio_en type:u16 +D_en_801839CC = 0x801839CC; //segment:ast_radio_en type:u16 +D_en_80183A08 = 0x80183A08; //segment:ast_radio_en type:u16 +D_en_80183A54 = 0x80183A54; //segment:ast_radio_en type:u16 +D_en_80183A70 = 0x80183A70; //segment:ast_radio_en type:u16 +D_en_80183ABC = 0x80183ABC; //segment:ast_radio_en type:u16 +D_en_80183AE4 = 0x80183AE4; //segment:ast_radio_en type:u16 +D_en_80183B38 = 0x80183B38; //segment:ast_radio_en type:u16 +D_en_80183B74 = 0x80183B74; //segment:ast_radio_en type:u16 +D_en_80183BCC = 0x80183BCC; //segment:ast_radio_en type:u16 +D_en_80183C10 = 0x80183C10; //segment:ast_radio_en type:u16 +D_en_80183C48 = 0x80183C48; //segment:ast_radio_en type:u16 +D_en_80183C84 = 0x80183C84; //segment:ast_radio_en type:u16 +D_en_80183CE4 = 0x80183CE4; //segment:ast_radio_en type:u16 +D_en_80183D0C = 0x80183D0C; //segment:ast_radio_en type:u16 +D_en_80183D64 = 0x80183D64; //segment:ast_radio_en type:u16 +D_en_80183DA4 = 0x80183DA4; //segment:ast_radio_en type:u16 +D_en_80183DE4 = 0x80183DE4; //segment:ast_radio_en type:u16 +D_en_80183E08 = 0x80183E08; //segment:ast_radio_en type:u16 +D_en_80183E60 = 0x80183E60; //segment:ast_radio_en type:u16 +D_en_80183E90 = 0x80183E90; //segment:ast_radio_en type:u16 +D_en_80183EE0 = 0x80183EE0; //segment:ast_radio_en type:u16 +D_en_80183F40 = 0x80183F40; //segment:ast_radio_en type:u16 +D_en_80183F88 = 0x80183F88; //segment:ast_radio_en type:u16 +D_en_80183FD4 = 0x80183FD4; //segment:ast_radio_en type:u16 +D_en_80184008 = 0x80184008; //segment:ast_radio_en type:u16 +D_en_80184044 = 0x80184044; //segment:ast_radio_en type:u16 +D_en_80184084 = 0x80184084; //segment:ast_radio_en type:u16 +D_en_801840A4 = 0x801840A4; //segment:ast_radio_en type:u16 +D_en_801840DC = 0x801840DC; //segment:ast_radio_en type:u16 +D_en_80184100 = 0x80184100; //segment:ast_radio_en type:u16 +D_en_80184128 = 0x80184128; //segment:ast_radio_en type:u16 +D_en_8018417C = 0x8018417C; //segment:ast_radio_en type:u16 +D_en_801841A0 = 0x801841A0; //segment:ast_radio_en type:u16 +D_en_801841E0 = 0x801841E0; //segment:ast_radio_en type:u16 +D_en_80184218 = 0x80184218; //segment:ast_radio_en type:u16 +D_en_8018425C = 0x8018425C; //segment:ast_radio_en type:u16 +D_en_801842B8 = 0x801842B8; //segment:ast_radio_en type:u16 +D_en_801842F4 = 0x801842F4; //segment:ast_radio_en type:u16 +D_en_80184310 = 0x80184310; //segment:ast_radio_en type:u16 +D_en_80184354 = 0x80184354; //segment:ast_radio_en type:u16 +D_en_801843AC = 0x801843AC; //segment:ast_radio_en type:u16 +D_en_80184400 = 0x80184400; //segment:ast_radio_en type:u16 +D_en_80184458 = 0x80184458; //segment:ast_radio_en type:u16 +D_en_801844AC = 0x801844AC; //segment:ast_radio_en type:u16 +D_en_801844E0 = 0x801844E0; //segment:ast_radio_en type:u16 +D_en_80184520 = 0x80184520; //segment:ast_radio_en type:u16 +D_en_80184574 = 0x80184574; //segment:ast_radio_en type:u16 +D_en_801845C8 = 0x801845C8; //segment:ast_radio_en type:u16 +D_en_801845EC = 0x801845EC; //segment:ast_radio_en type:u16 +D_en_80184604 = 0x80184604; //segment:ast_radio_en type:u16 +D_en_80184628 = 0x80184628; //segment:ast_radio_en type:u16 +D_en_80184678 = 0x80184678; //segment:ast_radio_en type:u16 +D_en_801846B8 = 0x801846B8; //segment:ast_radio_en type:u16 +D_en_801846DC = 0x801846DC; //segment:ast_radio_en type:u16 +D_en_80184700 = 0x80184700; //segment:ast_radio_en type:u16 +D_en_8018472C = 0x8018472C; //segment:ast_radio_en type:u16 +D_en_80184758 = 0x80184758; //segment:ast_radio_en type:u16 +D_en_80184794 = 0x80184794; //segment:ast_radio_en type:u16 +D_en_801847D4 = 0x801847D4; //segment:ast_radio_en type:u16 +D_en_80184808 = 0x80184808; //segment:ast_radio_en type:u16 +D_en_80184850 = 0x80184850; //segment:ast_radio_en type:u16 +D_en_80184888 = 0x80184888; //segment:ast_radio_en type:u16 +D_en_801848C8 = 0x801848C8; //segment:ast_radio_en type:u16 +D_en_80184910 = 0x80184910; //segment:ast_radio_en type:u16 +D_en_80184970 = 0x80184970; //segment:ast_radio_en type:u16 +D_en_801849AC = 0x801849AC; //segment:ast_radio_en type:u16 +D_en_801849EC = 0x801849EC; //segment:ast_radio_en type:u16 +D_en_80184A14 = 0x80184A14; //segment:ast_radio_en type:u16 +D_en_80184A4C = 0x80184A4C; //segment:ast_radio_en type:u16 +D_en_80184A64 = 0x80184A64; //segment:ast_radio_en type:u16 +D_en_80184AA4 = 0x80184AA4; //segment:ast_radio_en type:u16 +D_en_80184AE0 = 0x80184AE0; //segment:ast_radio_en type:u16 +D_en_80184B0C = 0x80184B0C; //segment:ast_radio_en type:u16 +D_en_80184B44 = 0x80184B44; //segment:ast_radio_en type:u16 +D_en_80184B98 = 0x80184B98; //segment:ast_radio_en type:u16 +D_en_80184BE0 = 0x80184BE0; //segment:ast_radio_en type:u16 +D_en_80184C20 = 0x80184C20; //segment:ast_radio_en type:u16 +D_en_80184C50 = 0x80184C50; //segment:ast_radio_en type:u16 +D_en_80184C7C = 0x80184C7C; //segment:ast_radio_en type:u16 +D_en_80184CA8 = 0x80184CA8; //segment:ast_radio_en type:u16 +D_en_80184CE8 = 0x80184CE8; //segment:ast_radio_en type:u16 +D_en_80184D34 = 0x80184D34; //segment:ast_radio_en type:u16 +D_en_80184D6C = 0x80184D6C; //segment:ast_radio_en type:u16 +D_en_80184DB8 = 0x80184DB8; //segment:ast_radio_en type:u16 +D_en_80184DFC = 0x80184DFC; //segment:ast_radio_en type:u16 +D_en_80184E30 = 0x80184E30; //segment:ast_radio_en type:u16 +D_en_80184E74 = 0x80184E74; //segment:ast_radio_en type:u16 +D_en_80184E90 = 0x80184E90; //segment:ast_radio_en type:u16 +D_en_80184ECC = 0x80184ECC; //segment:ast_radio_en type:u16 +D_en_80184EF0 = 0x80184EF0; //segment:ast_radio_en type:u16 +D_en_80184F10 = 0x80184F10; //segment:ast_radio_en type:u16 +D_en_80184F58 = 0x80184F58; //segment:ast_radio_en type:u16 +D_en_80184F84 = 0x80184F84; //segment:ast_radio_en type:u16 +D_en_80184FC0 = 0x80184FC0; //segment:ast_radio_en type:u16 +D_en_80185014 = 0x80185014; //segment:ast_radio_en type:u16 +D_en_80185058 = 0x80185058; //segment:ast_radio_en type:u16 +D_en_8018506C = 0x8018506C; //segment:ast_radio_en type:u16 +D_en_80185080 = 0x80185080; //segment:ast_radio_en type:u16 +D_en_80185094 = 0x80185094; //segment:ast_radio_en type:u16 +D_en_801850BC = 0x801850BC; //segment:ast_radio_en type:u16 +D_en_801850F8 = 0x801850F8; //segment:ast_radio_en type:u16 +D_en_8018513C = 0x8018513C; //segment:ast_radio_en type:u16 +D_en_80185160 = 0x80185160; //segment:ast_radio_en type:u16 +D_en_801851B0 = 0x801851B0; //segment:ast_radio_en type:u16 +D_en_801851EC = 0x801851EC; //segment:ast_radio_en type:u16 +D_en_80185218 = 0x80185218; //segment:ast_radio_en type:u16 +D_en_80185268 = 0x80185268; //segment:ast_radio_en type:u16 +D_en_801852C4 = 0x801852C4; //segment:ast_radio_en type:u16 +D_en_8018530C = 0x8018530C; //segment:ast_radio_en type:u16 +D_en_8018535C = 0x8018535C; //segment:ast_radio_en type:u16 +D_en_801853A0 = 0x801853A0; //segment:ast_radio_en type:u16 +D_en_801853E4 = 0x801853E4; //segment:ast_radio_en type:u16 +D_en_80185420 = 0x80185420; //segment:ast_radio_en type:u16 +D_en_80185460 = 0x80185460; //segment:ast_radio_en type:u16 +D_en_801854A8 = 0x801854A8; //segment:ast_radio_en type:u16 +D_en_801854E0 = 0x801854E0; //segment:ast_radio_en type:u16 +D_en_80185508 = 0x80185508; //segment:ast_radio_en type:u16 +D_en_80185550 = 0x80185550; //segment:ast_radio_en type:u16 +D_en_8018559C = 0x8018559C; //segment:ast_radio_en type:u16 +D_en_801855B8 = 0x801855B8; //segment:ast_radio_en type:u16 +D_en_801855CC = 0x801855CC; //segment:ast_radio_en type:u16 +D_en_801855E0 = 0x801855E0; //segment:ast_radio_en type:u16 +D_en_801855F4 = 0x801855F4; //segment:ast_radio_en type:u16 +D_en_80185628 = 0x80185628; //segment:ast_radio_en type:u16 +D_en_80185664 = 0x80185664; //segment:ast_radio_en type:u16 +D_en_801856B4 = 0x801856B4; //segment:ast_radio_en type:u16 +D_en_801856CC = 0x801856CC; //segment:ast_radio_en type:u16 +D_en_801856F0 = 0x801856F0; //segment:ast_radio_en type:u16 +D_en_80185708 = 0x80185708; //segment:ast_radio_en type:u16 +D_en_80185748 = 0x80185748; //segment:ast_radio_en type:u16 +D_en_80185788 = 0x80185788; //segment:ast_radio_en type:u16 +D_en_801857C4 = 0x801857C4; //segment:ast_radio_en type:u16 +D_en_80185810 = 0x80185810; //segment:ast_radio_en type:u16 +D_en_8018585C = 0x8018585C; //segment:ast_radio_en type:u16 +D_en_80185880 = 0x80185880; //segment:ast_radio_en type:u16 +D_en_801858CC = 0x801858CC; //segment:ast_radio_en type:u16 +D_en_80185908 = 0x80185908; //segment:ast_radio_en type:u16 +D_en_8018594C = 0x8018594C; //segment:ast_radio_en type:u16 +D_en_8018598C = 0x8018598C; //segment:ast_radio_en type:u16 +D_en_801859C8 = 0x801859C8; //segment:ast_radio_en type:u16 +D_en_80185A0C = 0x80185A0C; //segment:ast_radio_en type:u16 +D_en_80185A68 = 0x80185A68; //segment:ast_radio_en type:u16 +D_en_80185A98 = 0x80185A98; //segment:ast_radio_en type:u16 +D_en_80185AE8 = 0x80185AE8; //segment:ast_radio_en type:u16 +D_en_80185B30 = 0x80185B30; //segment:ast_radio_en type:u16 +D_en_80185B58 = 0x80185B58; //segment:ast_radio_en type:u16 +D_en_80185BA8 = 0x80185BA8; //segment:ast_radio_en type:u16 +D_en_80185BD8 = 0x80185BD8; //segment:ast_radio_en type:u16 +D_en_80185C10 = 0x80185C10; //segment:ast_radio_en type:u16 +D_en_80185C28 = 0x80185C28; //segment:ast_radio_en type:u16 +D_en_80185C68 = 0x80185C68; //segment:ast_radio_en type:u16 +D_en_80185C84 = 0x80185C84; //segment:ast_radio_en type:u16 +D_en_80185CD4 = 0x80185CD4; //segment:ast_radio_en type:u16 +D_en_80185D10 = 0x80185D10; //segment:ast_radio_en type:u16 +D_en_80185D4C = 0x80185D4C; //segment:ast_radio_en type:u16 +D_en_80185D88 = 0x80185D88; //segment:ast_radio_en type:u16 +D_en_80185DB8 = 0x80185DB8; //segment:ast_radio_en type:u16 +D_en_80185E08 = 0x80185E08; //segment:ast_radio_en type:u16 +D_en_80185E58 = 0x80185E58; //segment:ast_radio_en type:u16 +D_en_80185E80 = 0x80185E80; //segment:ast_radio_en type:u16 +D_en_80185EA4 = 0x80185EA4; //segment:ast_radio_en type:u16 +D_en_80185EC8 = 0x80185EC8; //segment:ast_radio_en type:u16 +D_en_80185F00 = 0x80185F00; //segment:ast_radio_en type:u16 +D_en_80185F38 = 0x80185F38; //segment:ast_radio_en type:u16 +D_en_80185F48 = 0x80185F48; //segment:ast_radio_en type:u16 +D_en_80185F5C = 0x80185F5C; //segment:ast_radio_en type:u16 +D_en_80185F78 = 0x80185F78; //segment:ast_radio_en type:u16 +D_en_80185FB8 = 0x80185FB8; //segment:ast_radio_en type:u16 +D_en_80186010 = 0x80186010; //segment:ast_radio_en type:u16 +D_en_80186034 = 0x80186034; //segment:ast_radio_en type:u16 +D_en_80186058 = 0x80186058; //segment:ast_radio_en type:u16 +D_en_8018607C = 0x8018607C; //segment:ast_radio_en type:u16 +D_en_80186094 = 0x80186094; //segment:ast_radio_en type:u16 +D_en_801860AC = 0x801860AC; //segment:ast_radio_en type:u16 +D_en_801860C4 = 0x801860C4; //segment:ast_radio_en type:u16 +D_en_801860DC = 0x801860DC; //segment:ast_radio_en type:u16 +D_en_80186118 = 0x80186118; //segment:ast_radio_en type:u16 +D_en_80186154 = 0x80186154; //segment:ast_radio_en type:u16 +D_en_8018616C = 0x8018616C; //segment:ast_radio_en type:u16 +D_en_801861C0 = 0x801861C0; //segment:ast_radio_en type:u16 +D_en_80186218 = 0x80186218; //segment:ast_radio_en type:u16 +D_en_80186264 = 0x80186264; //segment:ast_radio_en type:u16 +D_en_801862AC = 0x801862AC; //segment:ast_radio_en type:u16 +D_en_801862F4 = 0x801862F4; //segment:ast_radio_en type:u16 +D_en_80186340 = 0x80186340; //segment:ast_radio_en type:u16 +D_en_8018638C = 0x8018638C; //segment:ast_radio_en type:u16 +D_en_801863DC = 0x801863DC; //segment:ast_radio_en type:u16 +D_en_80186430 = 0x80186430; //segment:ast_radio_en type:u16 +D_en_8018647C = 0x8018647C; //segment:ast_radio_en type:u16 +D_en_801864C8 = 0x801864C8; //segment:ast_radio_en type:u16 +D_en_80186514 = 0x80186514; //segment:ast_radio_en type:u16 +D_en_80186558 = 0x80186558; //segment:ast_radio_en type:u16 +D_en_801865D8 = 0x801865D8; //segment:ast_radio_en type:u16 +D_en_8018663C = 0x8018663C; //segment:ast_radio_en type:u16 +D_en_80186678 = 0x80186678; //segment:ast_radio_en type:u16 +D_en_801866B8 = 0x801866B8; //segment:ast_radio_en type:u16 +D_en_801866E0 = 0x801866E0; //segment:ast_radio_en type:u16 +D_en_80186704 = 0x80186704; //segment:ast_radio_en type:u16 +D_en_80186724 = 0x80186724; //segment:ast_radio_en type:u16 +D_en_80186748 = 0x80186748; //segment:ast_radio_en type:u16 +D_en_80186770 = 0x80186770; //segment:ast_radio_en type:u16 +D_en_80186794 = 0x80186794; //segment:ast_radio_en type:u16 +D_en_801867B4 = 0x801867B4; //segment:ast_radio_en type:u16 +D_en_801867D8 = 0x801867D8; //segment:ast_radio_en type:u16 +D_en_80186800 = 0x80186800; //segment:ast_radio_en type:u16 +D_en_80186824 = 0x80186824; //segment:ast_radio_en type:u16 +D_en_80186844 = 0x80186844; //segment:ast_radio_en type:u16 +D_en_80186868 = 0x80186868; //segment:ast_radio_en type:u16 +D_en_8018687C = 0x8018687C; //segment:ast_radio_en type:u16 +D_en_80186890 = 0x80186890; //segment:ast_radio_en type:u16 +D_en_801868A4 = 0x801868A4; //segment:ast_radio_en type:u16 +D_en_801868B0 = 0x801868B0; //segment:ast_radio_en type:u16 +D_en_801868C8 = 0x801868C8; //segment:ast_radio_en type:u16 +D_en_801868E4 = 0x801868E4; //segment:ast_radio_en type:u16 +D_en_801868F4 = 0x801868F4; //segment:ast_radio_en type:u16 +D_en_80186908 = 0x80186908; //segment:ast_radio_en type:u16 +D_en_8018691C = 0x8018691C; //segment:ast_radio_en type:u16 +D_en_80186938 = 0x80186938; //segment:ast_radio_en type:u16 +D_en_80186948 = 0x80186948; //segment:ast_radio_en type:u16 +D_en_801869A0 = 0x801869A0; //segment:ast_radio_en type:u16 +D_en_801869B8 = 0x801869B8; //segment:ast_radio_en type:u16 +D_en_801869D4 = 0x801869D4; //segment:ast_radio_en type:u16 +D_en_801869EC = 0x801869EC; //segment:ast_radio_en type:u16 +D_en_80186A08 = 0x80186A08; //segment:ast_radio_en type:u16 +D_en_80186A24 = 0x80186A24; //segment:ast_radio_en type:u16 +D_en_80186A34 = 0x80186A34; //segment:ast_radio_en type:u16 +D_en_80186A50 = 0x80186A50; //segment:ast_radio_en type:u16 +D_en_80186A6C = 0x80186A6C; //segment:ast_radio_en type:u16 +D_en_80186A88 = 0x80186A88; //segment:ast_radio_en type:u16 +D_en_80186ACC = 0x80186ACC; //segment:ast_radio_en type:u16 +D_en_80186B34 = 0x80186B34; //segment:ast_radio_en type:u16 +D_en_80186B90 = 0x80186B90; //segment:ast_radio_en type:u16 +D_en_80186C08 = 0x80186C08; //segment:ast_radio_en type:u16 +D_en_80186C60 = 0x80186C60; //segment:ast_radio_en type:u16 +D_en_80186CB8 = 0x80186CB8; //segment:ast_radio_en type:u16 +D_en_80186D08 = 0x80186D08; //segment:ast_radio_en type:u16 +D_en_80186D58 = 0x80186D58; //segment:ast_radio_en type:u16 +D_en_80186DC4 = 0x80186DC4; //segment:ast_radio_en type:u16 +D_en_80186E1C = 0x80186E1C; //segment:ast_radio_en type:u16 +D_en_80186E7C = 0x80186E7C; //segment:ast_radio_en type:u16 +D_en_80186ED4 = 0x80186ED4; //segment:ast_radio_en type:u16 +D_en_80186F1C = 0x80186F1C; //segment:ast_radio_en type:u16 +D_en_80186F68 = 0x80186F68; //segment:ast_radio_en type:u16 +D_en_80186FB0 = 0x80186FB0; //segment:ast_radio_en type:u16 +D_en_80186FE0 = 0x80186FE0; //segment:ast_radio_en type:u16 +D_en_80187010 = 0x80187010; //segment:ast_radio_en type:u16 +D_en_80187058 = 0x80187058; //segment:ast_radio_en type:u16 +D_en_801870A0 = 0x801870A0; //segment:ast_radio_en type:u16 +D_en_801870DC = 0x801870DC; //segment:ast_radio_en type:u16 +D_en_80187128 = 0x80187128; //segment:ast_radio_en type:u16 +D_en_8018717C = 0x8018717C; //segment:ast_radio_en type:u16 +D_en_801871CC = 0x801871CC; //segment:ast_radio_en type:u16 +D_en_80187208 = 0x80187208; //segment:ast_radio_en type:u16 +D_en_80187268 = 0x80187268; //segment:ast_radio_en type:u16 +D_en_801872CC = 0x801872CC; //segment:ast_radio_en type:u16 +D_en_8018731C = 0x8018731C; //segment:ast_radio_en type:u16 +D_en_80187368 = 0x80187368; //segment:ast_radio_en type:u16 +D_en_801873A8 = 0x801873A8; //segment:ast_radio_en type:u16 +D_en_80187400 = 0x80187400; //segment:ast_radio_en type:u16 +D_en_80187460 = 0x80187460; //segment:ast_radio_en type:u16 +D_en_801874C8 = 0x801874C8; //segment:ast_radio_en type:u16 +D_en_8018751C = 0x8018751C; //segment:ast_radio_en + +D_de_8017B230 = 0x8017B230; //segment:ast_radio_de type:u16 +D_de_8017BA38 = 0x8017BA38; //segment:ast_radio_de type:u16 +D_de_8017BAA0 = 0x8017BAA0; //segment:ast_radio_de type:u16 +D_de_8017BAF0 = 0x8017BAF0; //segment:ast_radio_de type:u16 +D_de_8017BB3C = 0x8017BB3C; //segment:ast_radio_de type:u16 +D_de_8017BB9C = 0x8017BB9C; //segment:ast_radio_de type:u16 +D_de_8017BBF8 = 0x8017BBF8; //segment:ast_radio_de type:u16 +D_de_8017BC64 = 0x8017BC64; //segment:ast_radio_de type:u16 +D_de_8017BD04 = 0x8017BD04; //segment:ast_radio_de type:u16 +D_de_8017BD88 = 0x8017BD88; //segment:ast_radio_de type:u16 +D_de_8017BE04 = 0x8017BE04; //segment:ast_radio_de type:u16 +D_de_8017BE5C = 0x8017BE5C; //segment:ast_radio_de type:u16 +D_de_8017BEE4 = 0x8017BEE4; //segment:ast_radio_de type:u16 +D_de_8017BF3C = 0x8017BF3C; //segment:ast_radio_de type:u16 +D_de_8017BFC8 = 0x8017BFC8; //segment:ast_radio_de type:u16 +D_de_8017BFF8 = 0x8017BFF8; //segment:ast_radio_de type:u16 +D_de_8017C05C = 0x8017C05C; //segment:ast_radio_de type:u16 +D_de_8017C088 = 0x8017C088; //segment:ast_radio_de type:u16 +D_de_8017C0F8 = 0x8017C0F8; //segment:ast_radio_de type:u16 +D_de_8017C11C = 0x8017C11C; //segment:ast_radio_de type:u16 +D_de_8017C1AC = 0x8017C1AC; //segment:ast_radio_de type:u16 +D_de_8017C1E0 = 0x8017C1E0; //segment:ast_radio_de type:u16 +D_de_8017C260 = 0x8017C260; //segment:ast_radio_de type:u16 +D_de_8017C2B0 = 0x8017C2B0; //segment:ast_radio_de type:u16 +D_de_8017C320 = 0x8017C320; //segment:ast_radio_de type:u16 +D_de_8017C35C = 0x8017C35C; //segment:ast_radio_de type:u16 +D_de_8017C3C4 = 0x8017C3C4; //segment:ast_radio_de type:u16 +D_de_8017C404 = 0x8017C404; //segment:ast_radio_de type:u16 +D_de_8017C454 = 0x8017C454; //segment:ast_radio_de type:u16 +D_de_8017C478 = 0x8017C478; //segment:ast_radio_de type:u16 +D_de_8017C4DC = 0x8017C4DC; //segment:ast_radio_de type:u16 +D_de_8017C504 = 0x8017C504; //segment:ast_radio_de type:u16 +D_de_8017C554 = 0x8017C554; //segment:ast_radio_de type:u16 +D_de_8017C580 = 0x8017C580; //segment:ast_radio_de type:u16 +D_de_8017C608 = 0x8017C608; //segment:ast_radio_de type:u16 +D_de_8017C634 = 0x8017C634; //segment:ast_radio_de type:u16 +D_de_8017C65C = 0x8017C65C; //segment:ast_radio_de type:u16 +D_de_8017C69C = 0x8017C69C; //segment:ast_radio_de type:u16 +D_de_8017C6EC = 0x8017C6EC; //segment:ast_radio_de type:u16 +D_de_8017C740 = 0x8017C740; //segment:ast_radio_de type:u16 +D_de_8017C778 = 0x8017C778; //segment:ast_radio_de type:u16 +D_de_8017C7D8 = 0x8017C7D8; //segment:ast_radio_de type:u16 +D_de_8017C818 = 0x8017C818; //segment:ast_radio_de type:u16 +D_de_8017C84C = 0x8017C84C; //segment:ast_radio_de type:u16 +D_de_8017C8A8 = 0x8017C8A8; //segment:ast_radio_de type:u16 +D_de_8017C8CC = 0x8017C8CC; //segment:ast_radio_de type:u16 +D_de_8017C908 = 0x8017C908; //segment:ast_radio_de type:u16 +D_de_8017C91C = 0x8017C91C; //segment:ast_radio_de type:u16 +D_de_8017C950 = 0x8017C950; //segment:ast_radio_de type:u16 +D_de_8017C998 = 0x8017C998; //segment:ast_radio_de type:u16 +D_de_8017C9E8 = 0x8017C9E8; //segment:ast_radio_de type:u16 +D_de_8017CA48 = 0x8017CA48; //segment:ast_radio_de type:u16 +D_de_8017CA9C = 0x8017CA9C; //segment:ast_radio_de type:u16 +D_de_8017CB10 = 0x8017CB10; //segment:ast_radio_de type:u16 +D_de_8017CB6C = 0x8017CB6C; //segment:ast_radio_de type:u16 +D_de_8017CBC0 = 0x8017CBC0; //segment:ast_radio_de type:u16 +D_de_8017CBF8 = 0x8017CBF8; //segment:ast_radio_de type:u16 +D_de_8017CC1C = 0x8017CC1C; //segment:ast_radio_de type:u16 +D_de_8017CC5C = 0x8017CC5C; //segment:ast_radio_de type:u16 +D_de_8017CCCC = 0x8017CCCC; //segment:ast_radio_de type:u16 +D_de_8017CD08 = 0x8017CD08; //segment:ast_radio_de type:u16 +D_de_8017CD24 = 0x8017CD24; //segment:ast_radio_de type:u16 +D_de_8017CD54 = 0x8017CD54; //segment:ast_radio_de type:u16 +D_de_8017CDC8 = 0x8017CDC8; //segment:ast_radio_de type:u16 +D_de_8017CE04 = 0x8017CE04; //segment:ast_radio_de type:u16 +D_de_8017CE60 = 0x8017CE60; //segment:ast_radio_de type:u16 +D_de_8017CECC = 0x8017CECC; //segment:ast_radio_de type:u16 +D_de_8017CF1C = 0x8017CF1C; //segment:ast_radio_de type:u16 +D_de_8017CF5C = 0x8017CF5C; //segment:ast_radio_de type:u16 +D_de_8017CFC4 = 0x8017CFC4; //segment:ast_radio_de type:u16 +D_de_8017CFF4 = 0x8017CFF4; //segment:ast_radio_de type:u16 +D_de_8017D048 = 0x8017D048; //segment:ast_radio_de type:u16 +D_de_8017D05C = 0x8017D05C; //segment:ast_radio_de type:u16 +D_de_8017D0C8 = 0x8017D0C8; //segment:ast_radio_de type:u16 +D_de_8017D120 = 0x8017D120; //segment:ast_radio_de type:u16 +D_de_8017D16C = 0x8017D16C; //segment:ast_radio_de type:u16 +D_de_8017D1AC = 0x8017D1AC; //segment:ast_radio_de type:u16 +D_de_8017D1FC = 0x8017D1FC; //segment:ast_radio_de type:u16 +D_de_8017D218 = 0x8017D218; //segment:ast_radio_de type:u16 +D_de_8017D244 = 0x8017D244; //segment:ast_radio_de type:u16 +D_de_8017D280 = 0x8017D280; //segment:ast_radio_de type:u16 +D_de_8017D2D0 = 0x8017D2D0; //segment:ast_radio_de type:u16 +D_de_8017D32C = 0x8017D32C; //segment:ast_radio_de type:u16 +D_de_8017D370 = 0x8017D370; //segment:ast_radio_de type:u16 +D_de_8017D3DC = 0x8017D3DC; //segment:ast_radio_de type:u16 +D_de_8017D3F4 = 0x8017D3F4; //segment:ast_radio_de type:u16 +D_de_8017D454 = 0x8017D454; //segment:ast_radio_de type:u16 +D_de_8017D4A4 = 0x8017D4A4; //segment:ast_radio_de type:u16 +D_de_8017D50C = 0x8017D50C; //segment:ast_radio_de type:u16 +D_de_8017D574 = 0x8017D574; //segment:ast_radio_de type:u16 +D_de_8017D5D0 = 0x8017D5D0; //segment:ast_radio_de type:u16 +D_de_8017D61C = 0x8017D61C; //segment:ast_radio_de type:u16 +D_de_8017D660 = 0x8017D660; //segment:ast_radio_de type:u16 +D_de_8017D6B8 = 0x8017D6B8; //segment:ast_radio_de type:u16 +D_de_8017D6F4 = 0x8017D6F4; //segment:ast_radio_de type:u16 +D_de_8017D728 = 0x8017D728; //segment:ast_radio_de type:u16 +D_de_8017D768 = 0x8017D768; //segment:ast_radio_de type:u16 +D_de_8017D79C = 0x8017D79C; //segment:ast_radio_de type:u16 +D_de_8017D7E8 = 0x8017D7E8; //segment:ast_radio_de type:u16 +D_de_8017D820 = 0x8017D820; //segment:ast_radio_de type:u16 +D_de_8017D86C = 0x8017D86C; //segment:ast_radio_de type:u16 +D_de_8017D8BC = 0x8017D8BC; //segment:ast_radio_de type:u16 +D_de_8017D8F4 = 0x8017D8F4; //segment:ast_radio_de type:u16 +D_de_8017D928 = 0x8017D928; //segment:ast_radio_de type:u16 +D_de_8017D994 = 0x8017D994; //segment:ast_radio_de type:u16 +D_de_8017D9DC = 0x8017D9DC; //segment:ast_radio_de type:u16 +D_de_8017DA38 = 0x8017DA38; //segment:ast_radio_de type:u16 +D_de_8017DA74 = 0x8017DA74; //segment:ast_radio_de type:u16 +D_de_8017DAA0 = 0x8017DAA0; //segment:ast_radio_de type:u16 +D_de_8017DAE8 = 0x8017DAE8; //segment:ast_radio_de type:u16 +D_de_8017DB14 = 0x8017DB14; //segment:ast_radio_de type:u16 +D_de_8017DB78 = 0x8017DB78; //segment:ast_radio_de type:u16 +D_de_8017DBDC = 0x8017DBDC; //segment:ast_radio_de type:u16 +D_de_8017DC54 = 0x8017DC54; //segment:ast_radio_de type:u16 +D_de_8017DCB0 = 0x8017DCB0; //segment:ast_radio_de type:u16 +D_de_8017DD24 = 0x8017DD24; //segment:ast_radio_de type:u16 +D_de_8017DD78 = 0x8017DD78; //segment:ast_radio_de type:u16 +D_de_8017DDC8 = 0x8017DDC8; //segment:ast_radio_de type:u16 +D_de_8017DE1C = 0x8017DE1C; //segment:ast_radio_de type:u16 +D_de_8017DE60 = 0x8017DE60; //segment:ast_radio_de type:u16 +D_de_8017DEC0 = 0x8017DEC0; //segment:ast_radio_de type:u16 +D_de_8017DF1C = 0x8017DF1C; //segment:ast_radio_de type:u16 +D_de_8017DF6C = 0x8017DF6C; //segment:ast_radio_de type:u16 +D_de_8017DFCC = 0x8017DFCC; //segment:ast_radio_de type:u16 +D_de_8017DFF8 = 0x8017DFF8; //segment:ast_radio_de type:u16 +D_de_8017E030 = 0x8017E030; //segment:ast_radio_de type:u16 +D_de_8017E084 = 0x8017E084; //segment:ast_radio_de type:u16 +D_de_8017E0E0 = 0x8017E0E0; //segment:ast_radio_de type:u16 +D_de_8017E100 = 0x8017E100; //segment:ast_radio_de type:u16 +D_de_8017E154 = 0x8017E154; //segment:ast_radio_de type:u16 +D_de_8017E170 = 0x8017E170; //segment:ast_radio_de type:u16 +D_de_8017E1D8 = 0x8017E1D8; //segment:ast_radio_de type:u16 +D_de_8017E208 = 0x8017E208; //segment:ast_radio_de type:u16 +D_de_8017E234 = 0x8017E234; //segment:ast_radio_de type:u16 +D_de_8017E264 = 0x8017E264; //segment:ast_radio_de type:u16 +D_de_8017E2B8 = 0x8017E2B8; //segment:ast_radio_de type:u16 +D_de_8017E2E0 = 0x8017E2E0; //segment:ast_radio_de type:u16 +D_de_8017E338 = 0x8017E338; //segment:ast_radio_de type:u16 +D_de_8017E370 = 0x8017E370; //segment:ast_radio_de type:u16 +D_de_8017E3D0 = 0x8017E3D0; //segment:ast_radio_de type:u16 +D_de_8017E434 = 0x8017E434; //segment:ast_radio_de type:u16 +D_de_8017E46C = 0x8017E46C; //segment:ast_radio_de type:u16 +D_de_8017E4DC = 0x8017E4DC; //segment:ast_radio_de type:u16 +D_de_8017E51C = 0x8017E51C; //segment:ast_radio_de type:u16 +D_de_8017E57C = 0x8017E57C; //segment:ast_radio_de type:u16 +D_de_8017E5DC = 0x8017E5DC; //segment:ast_radio_de type:u16 +D_de_8017E650 = 0x8017E650; //segment:ast_radio_de type:u16 +D_de_8017E6B4 = 0x8017E6B4; //segment:ast_radio_de type:u16 +D_de_8017E6C8 = 0x8017E6C8; //segment:ast_radio_de type:u16 +D_de_8017E710 = 0x8017E710; //segment:ast_radio_de type:u16 +D_de_8017E748 = 0x8017E748; //segment:ast_radio_de type:u16 +D_de_8017E79C = 0x8017E79C; //segment:ast_radio_de type:u16 +D_de_8017E7D4 = 0x8017E7D4; //segment:ast_radio_de type:u16 +D_de_8017E848 = 0x8017E848; //segment:ast_radio_de type:u16 +D_de_8017E87C = 0x8017E87C; //segment:ast_radio_de type:u16 +D_de_8017E8B4 = 0x8017E8B4; //segment:ast_radio_de type:u16 +D_de_8017E920 = 0x8017E920; //segment:ast_radio_de type:u16 +D_de_8017E954 = 0x8017E954; //segment:ast_radio_de type:u16 +D_de_8017E9B8 = 0x8017E9B8; //segment:ast_radio_de type:u16 +D_de_8017E9D4 = 0x8017E9D4; //segment:ast_radio_de type:u16 +D_de_8017EA3C = 0x8017EA3C; //segment:ast_radio_de type:u16 +D_de_8017EAA8 = 0x8017EAA8; //segment:ast_radio_de type:u16 +D_de_8017EB04 = 0x8017EB04; //segment:ast_radio_de type:u16 +D_de_8017EB38 = 0x8017EB38; //segment:ast_radio_de type:u16 +D_de_8017EB8C = 0x8017EB8C; //segment:ast_radio_de type:u16 +D_de_8017EBF0 = 0x8017EBF0; //segment:ast_radio_de type:u16 +D_de_8017EC5C = 0x8017EC5C; //segment:ast_radio_de type:u16 +D_de_8017ECD4 = 0x8017ECD4; //segment:ast_radio_de type:u16 +D_de_8017ED20 = 0x8017ED20; //segment:ast_radio_de type:u16 +D_de_8017ED58 = 0x8017ED58; //segment:ast_radio_de type:u16 +D_de_8017ED88 = 0x8017ED88; //segment:ast_radio_de type:u16 +D_de_8017EDB0 = 0x8017EDB0; //segment:ast_radio_de type:u16 +D_de_8017EDE4 = 0x8017EDE4; //segment:ast_radio_de type:u16 +D_de_8017EE3C = 0x8017EE3C; //segment:ast_radio_de type:u16 +D_de_8017EE90 = 0x8017EE90; //segment:ast_radio_de type:u16 +D_de_8017EED0 = 0x8017EED0; //segment:ast_radio_de type:u16 +D_de_8017EF30 = 0x8017EF30; //segment:ast_radio_de type:u16 +D_de_8017EF68 = 0x8017EF68; //segment:ast_radio_de type:u16 +D_de_8017EF98 = 0x8017EF98; //segment:ast_radio_de type:u16 +D_de_8017EFE0 = 0x8017EFE0; //segment:ast_radio_de type:u16 +D_de_8017F008 = 0x8017F008; //segment:ast_radio_de type:u16 +D_de_8017F038 = 0x8017F038; //segment:ast_radio_de type:u16 +D_de_8017F064 = 0x8017F064; //segment:ast_radio_de type:u16 +D_de_8017F090 = 0x8017F090; //segment:ast_radio_de type:u16 +D_de_8017F0B8 = 0x8017F0B8; //segment:ast_radio_de type:u16 +D_de_8017F0F4 = 0x8017F0F4; //segment:ast_radio_de type:u16 +D_de_8017F15C = 0x8017F15C; //segment:ast_radio_de type:u16 +D_de_8017F1A8 = 0x8017F1A8; //segment:ast_radio_de type:u16 +D_de_8017F200 = 0x8017F200; //segment:ast_radio_de type:u16 +D_de_8017F258 = 0x8017F258; //segment:ast_radio_de type:u16 +D_de_8017F28C = 0x8017F28C; //segment:ast_radio_de type:u16 +D_de_8017F2CC = 0x8017F2CC; //segment:ast_radio_de type:u16 +D_de_8017F2FC = 0x8017F2FC; //segment:ast_radio_de type:u16 +D_de_8017F360 = 0x8017F360; //segment:ast_radio_de type:u16 +D_de_8017F384 = 0x8017F384; //segment:ast_radio_de type:u16 +D_de_8017F3B4 = 0x8017F3B4; //segment:ast_radio_de type:u16 +D_de_8017F414 = 0x8017F414; //segment:ast_radio_de type:u16 +D_de_8017F468 = 0x8017F468; //segment:ast_radio_de type:u16 +D_de_8017F4B0 = 0x8017F4B0; //segment:ast_radio_de type:u16 +D_de_8017F500 = 0x8017F500; //segment:ast_radio_de type:u16 +D_de_8017F544 = 0x8017F544; //segment:ast_radio_de type:u16 +D_de_8017F590 = 0x8017F590; //segment:ast_radio_de type:u16 +D_de_8017F5D4 = 0x8017F5D4; //segment:ast_radio_de type:u16 +D_de_8017F624 = 0x8017F624; //segment:ast_radio_de type:u16 +D_de_8017F65C = 0x8017F65C; //segment:ast_radio_de type:u16 +D_de_8017F6CC = 0x8017F6CC; //segment:ast_radio_de type:u16 +D_de_8017F710 = 0x8017F710; //segment:ast_radio_de type:u16 +D_de_8017F74C = 0x8017F74C; //segment:ast_radio_de type:u16 +D_de_8017F794 = 0x8017F794; //segment:ast_radio_de type:u16 +D_de_8017F7F4 = 0x8017F7F4; //segment:ast_radio_de type:u16 +D_de_8017F854 = 0x8017F854; //segment:ast_radio_de type:u16 +D_de_8017F894 = 0x8017F894; //segment:ast_radio_de type:u16 +D_de_8017F8A4 = 0x8017F8A4; //segment:ast_radio_de type:u16 +D_de_8017F8CC = 0x8017F8CC; //segment:ast_radio_de type:u16 +D_de_8017F91C = 0x8017F91C; //segment:ast_radio_de type:u16 +D_de_8017F974 = 0x8017F974; //segment:ast_radio_de type:u16 +D_de_8017F990 = 0x8017F990; //segment:ast_radio_de type:u16 +D_de_8017F9D4 = 0x8017F9D4; //segment:ast_radio_de type:u16 +D_de_8017FA18 = 0x8017FA18; //segment:ast_radio_de type:u16 +D_de_8017FA5C = 0x8017FA5C; //segment:ast_radio_de type:u16 +D_de_8017FA90 = 0x8017FA90; //segment:ast_radio_de type:u16 +D_de_8017FB00 = 0x8017FB00; //segment:ast_radio_de type:u16 +D_de_8017FB60 = 0x8017FB60; //segment:ast_radio_de type:u16 +D_de_8017FBA8 = 0x8017FBA8; //segment:ast_radio_de type:u16 +D_de_8017FC00 = 0x8017FC00; //segment:ast_radio_de type:u16 +D_de_8017FC20 = 0x8017FC20; //segment:ast_radio_de type:u16 +D_de_8017FC40 = 0x8017FC40; //segment:ast_radio_de type:u16 +D_de_8017FC84 = 0x8017FC84; //segment:ast_radio_de type:u16 +D_de_8017FCC4 = 0x8017FCC4; //segment:ast_radio_de type:u16 +D_de_8017FD00 = 0x8017FD00; //segment:ast_radio_de type:u16 +D_de_8017FD24 = 0x8017FD24; //segment:ast_radio_de type:u16 +D_de_8017FD78 = 0x8017FD78; //segment:ast_radio_de type:u16 +D_de_8017FDB0 = 0x8017FDB0; //segment:ast_radio_de type:u16 +D_de_8017FDF0 = 0x8017FDF0; //segment:ast_radio_de type:u16 +D_de_8017FE48 = 0x8017FE48; //segment:ast_radio_de type:u16 +D_de_8017FE8C = 0x8017FE8C; //segment:ast_radio_de type:u16 +D_de_8017FEFC = 0x8017FEFC; //segment:ast_radio_de type:u16 +D_de_8017FF40 = 0x8017FF40; //segment:ast_radio_de type:u16 +D_de_8017FF68 = 0x8017FF68; //segment:ast_radio_de type:u16 +D_de_8017FFC8 = 0x8017FFC8; //segment:ast_radio_de type:u16 +D_de_80180000 = 0x80180000; //segment:ast_radio_de type:u16 +D_de_80180040 = 0x80180040; //segment:ast_radio_de type:u16 +D_de_8018009C = 0x8018009C; //segment:ast_radio_de type:u16 +D_de_801800D0 = 0x801800D0; //segment:ast_radio_de type:u16 +D_de_801800F8 = 0x801800F8; //segment:ast_radio_de type:u16 +D_de_80180158 = 0x80180158; //segment:ast_radio_de type:u16 +D_de_801801BC = 0x801801BC; //segment:ast_radio_de type:u16 +D_de_80180210 = 0x80180210; //segment:ast_radio_de type:u16 +D_de_80180280 = 0x80180280; //segment:ast_radio_de type:u16 +D_de_801802E8 = 0x801802E8; //segment:ast_radio_de type:u16 +D_de_80180334 = 0x80180334; //segment:ast_radio_de type:u16 +D_de_8018039C = 0x8018039C; //segment:ast_radio_de type:u16 +D_de_801803E0 = 0x801803E0; //segment:ast_radio_de type:u16 +D_de_80180414 = 0x80180414; //segment:ast_radio_de type:u16 +D_de_80180430 = 0x80180430; //segment:ast_radio_de type:u16 +D_de_80180490 = 0x80180490; //segment:ast_radio_de type:u16 +D_de_801804E8 = 0x801804E8; //segment:ast_radio_de type:u16 +D_de_80180534 = 0x80180534; //segment:ast_radio_de type:u16 +D_de_801805A4 = 0x801805A4; //segment:ast_radio_de type:u16 +D_de_801805EC = 0x801805EC; //segment:ast_radio_de type:u16 +D_de_8018063C = 0x8018063C; //segment:ast_radio_de type:u16 +D_de_80180680 = 0x80180680; //segment:ast_radio_de type:u16 +D_de_801806D0 = 0x801806D0; //segment:ast_radio_de type:u16 +D_de_801806F4 = 0x801806F4; //segment:ast_radio_de type:u16 +D_de_8018075C = 0x8018075C; //segment:ast_radio_de type:u16 +D_de_801807C4 = 0x801807C4; //segment:ast_radio_de type:u16 +D_de_8018082C = 0x8018082C; //segment:ast_radio_de type:u16 +D_de_80180874 = 0x80180874; //segment:ast_radio_de type:u16 +D_de_801808C4 = 0x801808C4; //segment:ast_radio_de type:u16 +D_de_80180928 = 0x80180928; //segment:ast_radio_de type:u16 +D_de_80180974 = 0x80180974; //segment:ast_radio_de type:u16 +D_de_8018099C = 0x8018099C; //segment:ast_radio_de type:u16 +D_de_801809DC = 0x801809DC; //segment:ast_radio_de type:u16 +D_de_80180A14 = 0x80180A14; //segment:ast_radio_de type:u16 +D_de_80180A88 = 0x80180A88; //segment:ast_radio_de type:u16 +D_de_80180ADC = 0x80180ADC; //segment:ast_radio_de type:u16 +D_de_80180B10 = 0x80180B10; //segment:ast_radio_de type:u16 +D_de_80180B54 = 0x80180B54; //segment:ast_radio_de type:u16 +D_de_80180B9C = 0x80180B9C; //segment:ast_radio_de type:u16 +D_de_80180C00 = 0x80180C00; //segment:ast_radio_de type:u16 +D_de_80180C54 = 0x80180C54; //segment:ast_radio_de type:u16 +D_de_80180C64 = 0x80180C64; //segment:ast_radio_de type:u16 +D_de_80180C74 = 0x80180C74; //segment:ast_radio_de type:u16 +D_de_80180C84 = 0x80180C84; //segment:ast_radio_de type:u16 +D_de_80180CD4 = 0x80180CD4; //segment:ast_radio_de type:u16 +D_de_80180D2C = 0x80180D2C; //segment:ast_radio_de type:u16 +D_de_80180D78 = 0x80180D78; //segment:ast_radio_de type:u16 +D_de_80180DE4 = 0x80180DE4; //segment:ast_radio_de type:u16 +D_de_80180E14 = 0x80180E14; //segment:ast_radio_de type:u16 +D_de_80180E50 = 0x80180E50; //segment:ast_radio_de type:u16 +D_de_80180EC4 = 0x80180EC4; //segment:ast_radio_de type:u16 +D_de_80180F10 = 0x80180F10; //segment:ast_radio_de type:u16 +D_de_80180F74 = 0x80180F74; //segment:ast_radio_de type:u16 +D_de_80180FB8 = 0x80180FB8; //segment:ast_radio_de type:u16 +D_de_80181004 = 0x80181004; //segment:ast_radio_de type:u16 +D_de_8018106C = 0x8018106C; //segment:ast_radio_de type:u16 +D_de_801810C0 = 0x801810C0; //segment:ast_radio_de type:u16 +D_de_80181110 = 0x80181110; //segment:ast_radio_de type:u16 +D_de_80181154 = 0x80181154; //segment:ast_radio_de type:u16 +D_de_80181194 = 0x80181194; //segment:ast_radio_de type:u16 +D_de_801811CC = 0x801811CC; //segment:ast_radio_de type:u16 +D_de_80181218 = 0x80181218; //segment:ast_radio_de type:u16 +D_de_80181278 = 0x80181278; //segment:ast_radio_de type:u16 +D_de_801812B0 = 0x801812B0; //segment:ast_radio_de type:u16 +D_de_80181318 = 0x80181318; //segment:ast_radio_de type:u16 +D_de_80181374 = 0x80181374; //segment:ast_radio_de type:u16 +D_de_801813C4 = 0x801813C4; //segment:ast_radio_de type:u16 +D_de_80181414 = 0x80181414; //segment:ast_radio_de type:u16 +D_de_80181450 = 0x80181450; //segment:ast_radio_de type:u16 +D_de_8018147C = 0x8018147C; //segment:ast_radio_de type:u16 +D_de_801814A0 = 0x801814A0; //segment:ast_radio_de type:u16 +D_de_801814E8 = 0x801814E8; //segment:ast_radio_de type:u16 +D_de_80181520 = 0x80181520; //segment:ast_radio_de type:u16 +D_de_80181544 = 0x80181544; //segment:ast_radio_de type:u16 +D_de_80181598 = 0x80181598; //segment:ast_radio_de type:u16 +D_de_80181600 = 0x80181600; //segment:ast_radio_de type:u16 +D_de_80181660 = 0x80181660; //segment:ast_radio_de type:u16 +D_de_8018169C = 0x8018169C; //segment:ast_radio_de type:u16 +D_de_801816E8 = 0x801816E8; //segment:ast_radio_de type:u16 +D_de_80181744 = 0x80181744; //segment:ast_radio_de type:u16 +D_de_8018179C = 0x8018179C; //segment:ast_radio_de type:u16 +D_de_80181804 = 0x80181804; //segment:ast_radio_de type:u16 +D_de_8018185C = 0x8018185C; //segment:ast_radio_de type:u16 +D_de_8018189C = 0x8018189C; //segment:ast_radio_de type:u16 +D_de_801818EC = 0x801818EC; //segment:ast_radio_de type:u16 +D_de_80181908 = 0x80181908; //segment:ast_radio_de type:u16 +D_de_80181968 = 0x80181968; //segment:ast_radio_de type:u16 +D_de_801819BC = 0x801819BC; //segment:ast_radio_de type:u16 +D_de_80181A04 = 0x80181A04; //segment:ast_radio_de type:u16 +D_de_80181A64 = 0x80181A64; //segment:ast_radio_de type:u16 +D_de_80181AB0 = 0x80181AB0; //segment:ast_radio_de type:u16 +D_de_80181AFC = 0x80181AFC; //segment:ast_radio_de type:u16 +D_de_80181B48 = 0x80181B48; //segment:ast_radio_de type:u16 +D_de_80181B8C = 0x80181B8C; //segment:ast_radio_de type:u16 +D_de_80181BD0 = 0x80181BD0; //segment:ast_radio_de type:u16 +D_de_80181C20 = 0x80181C20; //segment:ast_radio_de type:u16 +D_de_80181C44 = 0x80181C44; //segment:ast_radio_de type:u16 +D_de_80181C68 = 0x80181C68; //segment:ast_radio_de type:u16 +D_de_80181CB8 = 0x80181CB8; //segment:ast_radio_de type:u16 +D_de_80181D08 = 0x80181D08; //segment:ast_radio_de type:u16 +D_de_80181D84 = 0x80181D84; //segment:ast_radio_de type:u16 +D_de_80181DD8 = 0x80181DD8; //segment:ast_radio_de type:u16 +D_de_80181E1C = 0x80181E1C; //segment:ast_radio_de type:u16 +D_de_80181E60 = 0x80181E60; //segment:ast_radio_de type:u16 +D_de_80181EA4 = 0x80181EA4; //segment:ast_radio_de type:u16 +D_de_80181EF4 = 0x80181EF4; //segment:ast_radio_de type:u16 +D_de_80181F4C = 0x80181F4C; //segment:ast_radio_de type:u16 +D_de_80181F8C = 0x80181F8C; //segment:ast_radio_de type:u16 +D_de_80181FF4 = 0x80181FF4; //segment:ast_radio_de type:u16 +D_de_80182028 = 0x80182028; //segment:ast_radio_de type:u16 +D_de_80182068 = 0x80182068; //segment:ast_radio_de type:u16 +D_de_80182090 = 0x80182090; //segment:ast_radio_de type:u16 +D_de_801820BC = 0x801820BC; //segment:ast_radio_de type:u16 +D_de_80182124 = 0x80182124; //segment:ast_radio_de type:u16 +D_de_80182168 = 0x80182168; //segment:ast_radio_de type:u16 +D_de_801821C0 = 0x801821C0; //segment:ast_radio_de type:u16 +D_de_801821F8 = 0x801821F8; //segment:ast_radio_de type:u16 +D_de_8018223C = 0x8018223C; //segment:ast_radio_de type:u16 +D_de_80182280 = 0x80182280; //segment:ast_radio_de type:u16 +D_de_801822C4 = 0x801822C4; //segment:ast_radio_de type:u16 +D_de_80182334 = 0x80182334; //segment:ast_radio_de type:u16 +D_de_80182394 = 0x80182394; //segment:ast_radio_de type:u16 +D_de_801823C0 = 0x801823C0; //segment:ast_radio_de type:u16 +D_de_801823F0 = 0x801823F0; //segment:ast_radio_de type:u16 +D_de_80182444 = 0x80182444; //segment:ast_radio_de type:u16 +D_de_801824B0 = 0x801824B0; //segment:ast_radio_de type:u16 +D_de_80182500 = 0x80182500; //segment:ast_radio_de type:u16 +D_de_80182558 = 0x80182558; //segment:ast_radio_de type:u16 +D_de_8018256C = 0x8018256C; //segment:ast_radio_de type:u16 +D_de_801825B4 = 0x801825B4; //segment:ast_radio_de type:u16 +D_de_80182604 = 0x80182604; //segment:ast_radio_de type:u16 +D_de_80182640 = 0x80182640; //segment:ast_radio_de type:u16 +D_de_80182698 = 0x80182698; //segment:ast_radio_de type:u16 +D_de_801826E0 = 0x801826E0; //segment:ast_radio_de type:u16 +D_de_80182750 = 0x80182750; //segment:ast_radio_de type:u16 +D_de_801827A0 = 0x801827A0; //segment:ast_radio_de type:u16 +D_de_801827F0 = 0x801827F0; //segment:ast_radio_de type:u16 +D_de_80182850 = 0x80182850; //segment:ast_radio_de type:u16 +D_de_801828C0 = 0x801828C0; //segment:ast_radio_de type:u16 +D_de_80182910 = 0x80182910; //segment:ast_radio_de type:u16 +D_de_8018295C = 0x8018295C; //segment:ast_radio_de type:u16 +D_de_80182998 = 0x80182998; //segment:ast_radio_de type:u16 +D_de_801829C4 = 0x801829C4; //segment:ast_radio_de type:u16 +D_de_80182A10 = 0x80182A10; //segment:ast_radio_de type:u16 +D_de_80182A4C = 0x80182A4C; //segment:ast_radio_de type:u16 +D_de_80182A90 = 0x80182A90; //segment:ast_radio_de type:u16 +D_de_80182AEC = 0x80182AEC; //segment:ast_radio_de type:u16 +D_de_80182B4C = 0x80182B4C; //segment:ast_radio_de type:u16 +D_de_80182BB0 = 0x80182BB0; //segment:ast_radio_de type:u16 +D_de_80182BF8 = 0x80182BF8; //segment:ast_radio_de type:u16 +D_de_80182C40 = 0x80182C40; //segment:ast_radio_de type:u16 +D_de_80182C6C = 0x80182C6C; //segment:ast_radio_de type:u16 +D_de_80182CD0 = 0x80182CD0; //segment:ast_radio_de type:u16 +D_de_80182D20 = 0x80182D20; //segment:ast_radio_de type:u16 +D_de_80182D64 = 0x80182D64; //segment:ast_radio_de type:u16 +D_de_80182DB0 = 0x80182DB0; //segment:ast_radio_de type:u16 +D_de_80182E10 = 0x80182E10; //segment:ast_radio_de type:u16 +D_de_80182E58 = 0x80182E58; //segment:ast_radio_de type:u16 +D_de_80182EA8 = 0x80182EA8; //segment:ast_radio_de type:u16 +D_de_80182EE8 = 0x80182EE8; //segment:ast_radio_de type:u16 +D_de_80182F44 = 0x80182F44; //segment:ast_radio_de type:u16 +D_de_80182F9C = 0x80182F9C; //segment:ast_radio_de type:u16 +D_de_80182FF0 = 0x80182FF0; //segment:ast_radio_de type:u16 +D_de_80183028 = 0x80183028; //segment:ast_radio_de type:u16 +D_de_80183068 = 0x80183068; //segment:ast_radio_de type:u16 +D_de_801830B0 = 0x801830B0; //segment:ast_radio_de type:u16 +D_de_801830F8 = 0x801830F8; //segment:ast_radio_de type:u16 +D_de_80183144 = 0x80183144; //segment:ast_radio_de type:u16 +D_de_80183198 = 0x80183198; //segment:ast_radio_de type:u16 +D_de_80183204 = 0x80183204; //segment:ast_radio_de type:u16 +D_de_8018325C = 0x8018325C; //segment:ast_radio_de type:u16 +D_de_80183290 = 0x80183290; //segment:ast_radio_de type:u16 +D_de_801832DC = 0x801832DC; //segment:ast_radio_de type:u16 +D_de_80183320 = 0x80183320; //segment:ast_radio_de type:u16 +D_de_80183378 = 0x80183378; //segment:ast_radio_de type:u16 +D_de_801833DC = 0x801833DC; //segment:ast_radio_de type:u16 +D_de_80183420 = 0x80183420; //segment:ast_radio_de type:u16 +D_de_80183450 = 0x80183450; //segment:ast_radio_de type:u16 +D_de_80183490 = 0x80183490; //segment:ast_radio_de type:u16 +D_de_801834D4 = 0x801834D4; //segment:ast_radio_de type:u16 +D_de_80183520 = 0x80183520; //segment:ast_radio_de type:u16 +D_de_8018355C = 0x8018355C; //segment:ast_radio_de type:u16 +D_de_80183598 = 0x80183598; //segment:ast_radio_de type:u16 +D_de_801835FC = 0x801835FC; //segment:ast_radio_de type:u16 +D_de_80183630 = 0x80183630; //segment:ast_radio_de type:u16 +D_de_80183654 = 0x80183654; //segment:ast_radio_de type:u16 +D_de_8018369C = 0x8018369C; //segment:ast_radio_de type:u16 +D_de_801836F4 = 0x801836F4; //segment:ast_radio_de type:u16 +D_de_8018374C = 0x8018374C; //segment:ast_radio_de type:u16 +D_de_801837B8 = 0x801837B8; //segment:ast_radio_de type:u16 +D_de_801837E4 = 0x801837E4; //segment:ast_radio_de type:u16 +D_de_80183828 = 0x80183828; //segment:ast_radio_de type:u16 +D_de_8018387C = 0x8018387C; //segment:ast_radio_de type:u16 +D_de_801838D4 = 0x801838D4; //segment:ast_radio_de type:u16 +D_de_80183930 = 0x80183930; //segment:ast_radio_de type:u16 +D_de_8018396C = 0x8018396C; //segment:ast_radio_de type:u16 +D_de_8018398C = 0x8018398C; //segment:ast_radio_de type:u16 +D_de_801839D0 = 0x801839D0; //segment:ast_radio_de type:u16 +D_de_80183A1C = 0x80183A1C; //segment:ast_radio_de type:u16 +D_de_80183A5C = 0x80183A5C; //segment:ast_radio_de type:u16 +D_de_80183A88 = 0x80183A88; //segment:ast_radio_de type:u16 +D_de_80183AB4 = 0x80183AB4; //segment:ast_radio_de type:u16 +D_de_80183B00 = 0x80183B00; //segment:ast_radio_de type:u16 +D_de_80183B60 = 0x80183B60; //segment:ast_radio_de type:u16 +D_de_80183B98 = 0x80183B98; //segment:ast_radio_de type:u16 +D_de_80183C04 = 0x80183C04; //segment:ast_radio_de type:u16 +D_de_80183C40 = 0x80183C40; //segment:ast_radio_de type:u16 +D_de_80183C90 = 0x80183C90; //segment:ast_radio_de type:u16 +D_de_80183CE4 = 0x80183CE4; //segment:ast_radio_de type:u16 +D_de_80183D28 = 0x80183D28; //segment:ast_radio_de type:u16 +D_de_80183D80 = 0x80183D80; //segment:ast_radio_de type:u16 +D_de_80183DC0 = 0x80183DC0; //segment:ast_radio_de type:u16 +D_de_80183E18 = 0x80183E18; //segment:ast_radio_de type:u16 +D_de_80183E4C = 0x80183E4C; //segment:ast_radio_de type:u16 +D_de_80183E78 = 0x80183E78; //segment:ast_radio_de type:u16 +D_de_80183EAC = 0x80183EAC; //segment:ast_radio_de type:u16 +D_de_80183EE0 = 0x80183EE0; //segment:ast_radio_de type:u16 +D_de_80183F24 = 0x80183F24; //segment:ast_radio_de type:u16 +D_de_80183F88 = 0x80183F88; //segment:ast_radio_de type:u16 +D_de_80183FE0 = 0x80183FE0; //segment:ast_radio_de type:u16 +D_de_80184000 = 0x80184000; //segment:ast_radio_de type:u16 +D_de_80184044 = 0x80184044; //segment:ast_radio_de type:u16 +D_de_80184088 = 0x80184088; //segment:ast_radio_de type:u16 +D_de_801840D8 = 0x801840D8; //segment:ast_radio_de type:u16 +D_de_80184120 = 0x80184120; //segment:ast_radio_de type:u16 +D_de_80184174 = 0x80184174; //segment:ast_radio_de type:u16 +D_de_801841BC = 0x801841BC; //segment:ast_radio_de type:u16 +D_de_8018421C = 0x8018421C; //segment:ast_radio_de type:u16 +D_de_80184260 = 0x80184260; //segment:ast_radio_de type:u16 +D_de_8018428C = 0x8018428C; //segment:ast_radio_de type:u16 +D_de_801842E4 = 0x801842E4; //segment:ast_radio_de type:u16 +D_de_80184324 = 0x80184324; //segment:ast_radio_de type:u16 +D_de_80184384 = 0x80184384; //segment:ast_radio_de type:u16 +D_de_801843B0 = 0x801843B0; //segment:ast_radio_de type:u16 +D_de_801843E0 = 0x801843E0; //segment:ast_radio_de type:u16 +D_de_80184410 = 0x80184410; //segment:ast_radio_de type:u16 +D_de_80184448 = 0x80184448; //segment:ast_radio_de type:u16 +D_de_8018449C = 0x8018449C; //segment:ast_radio_de type:u16 +D_de_801844CC = 0x801844CC; //segment:ast_radio_de type:u16 +D_de_80184518 = 0x80184518; //segment:ast_radio_de type:u16 +D_de_80184564 = 0x80184564; //segment:ast_radio_de type:u16 +D_de_801845C8 = 0x801845C8; //segment:ast_radio_de type:u16 +D_de_801845E4 = 0x801845E4; //segment:ast_radio_de type:u16 +D_de_80184618 = 0x80184618; //segment:ast_radio_de type:u16 +D_de_8018464C = 0x8018464C; //segment:ast_radio_de type:u16 +D_de_801846AC = 0x801846AC; //segment:ast_radio_de type:u16 +D_de_801846E8 = 0x801846E8; //segment:ast_radio_de type:u16 +D_de_80184738 = 0x80184738; //segment:ast_radio_de type:u16 +D_de_80184794 = 0x80184794; //segment:ast_radio_de type:u16 +D_de_801847F8 = 0x801847F8; //segment:ast_radio_de type:u16 +D_de_80184864 = 0x80184864; //segment:ast_radio_de type:u16 +D_de_801848B4 = 0x801848B4; //segment:ast_radio_de type:u16 +D_de_80184908 = 0x80184908; //segment:ast_radio_de type:u16 +D_de_80184980 = 0x80184980; //segment:ast_radio_de type:u16 +D_de_801849C0 = 0x801849C0; //segment:ast_radio_de type:u16 +D_de_80184A1C = 0x80184A1C; //segment:ast_radio_de type:u16 +D_de_80184A70 = 0x80184A70; //segment:ast_radio_de type:u16 +D_de_80184A98 = 0x80184A98; //segment:ast_radio_de type:u16 +D_de_80184AFC = 0x80184AFC; //segment:ast_radio_de type:u16 +D_de_80184B54 = 0x80184B54; //segment:ast_radio_de type:u16 +D_de_80184BBC = 0x80184BBC; //segment:ast_radio_de type:u16 +D_de_80184C34 = 0x80184C34; //segment:ast_radio_de type:u16 +D_de_80184CA0 = 0x80184CA0; //segment:ast_radio_de type:u16 +D_de_80184CF0 = 0x80184CF0; //segment:ast_radio_de type:u16 +D_de_80184D38 = 0x80184D38; //segment:ast_radio_de type:u16 +D_de_80184D90 = 0x80184D90; //segment:ast_radio_de type:u16 +D_de_80184DD4 = 0x80184DD4; //segment:ast_radio_de type:u16 +D_de_80184DEC = 0x80184DEC; //segment:ast_radio_de type:u16 +D_de_80184E44 = 0x80184E44; //segment:ast_radio_de type:u16 +D_de_80184E9C = 0x80184E9C; //segment:ast_radio_de type:u16 +D_de_80184F08 = 0x80184F08; //segment:ast_radio_de type:u16 +D_de_80184F34 = 0x80184F34; //segment:ast_radio_de type:u16 +D_de_80184F50 = 0x80184F50; //segment:ast_radio_de type:u16 +D_de_80184F84 = 0x80184F84; //segment:ast_radio_de type:u16 +D_de_80184FBC = 0x80184FBC; //segment:ast_radio_de type:u16 +D_de_80184FE4 = 0x80184FE4; //segment:ast_radio_de type:u16 +D_de_80185024 = 0x80185024; //segment:ast_radio_de type:u16 +D_de_80185064 = 0x80185064; //segment:ast_radio_de type:u16 +D_de_8018507C = 0x8018507C; //segment:ast_radio_de type:u16 +D_de_801850B8 = 0x801850B8; //segment:ast_radio_de type:u16 +D_de_80185114 = 0x80185114; //segment:ast_radio_de type:u16 +D_de_8018512C = 0x8018512C; //segment:ast_radio_de type:u16 +D_de_80185184 = 0x80185184; //segment:ast_radio_de type:u16 +D_de_801851C0 = 0x801851C0; //segment:ast_radio_de type:u16 +D_de_80185228 = 0x80185228; //segment:ast_radio_de type:u16 +D_de_80185260 = 0x80185260; //segment:ast_radio_de type:u16 +D_de_801852D4 = 0x801852D4; //segment:ast_radio_de type:u16 +D_de_80185338 = 0x80185338; //segment:ast_radio_de type:u16 +D_de_80185374 = 0x80185374; //segment:ast_radio_de type:u16 +D_de_801853C0 = 0x801853C0; //segment:ast_radio_de type:u16 +D_de_80185428 = 0x80185428; //segment:ast_radio_de type:u16 +D_de_80185460 = 0x80185460; //segment:ast_radio_de type:u16 +D_de_801854CC = 0x801854CC; //segment:ast_radio_de type:u16 +D_de_80185518 = 0x80185518; //segment:ast_radio_de type:u16 +D_de_80185560 = 0x80185560; //segment:ast_radio_de type:u16 +D_de_80185584 = 0x80185584; //segment:ast_radio_de type:u16 +D_de_801855E4 = 0x801855E4; //segment:ast_radio_de type:u16 +D_de_8018561C = 0x8018561C; //segment:ast_radio_de type:u16 +D_de_80185680 = 0x80185680; //segment:ast_radio_de type:u16 +D_de_801856EC = 0x801856EC; //segment:ast_radio_de type:u16 +D_de_80185744 = 0x80185744; //segment:ast_radio_de type:u16 +D_de_8018579C = 0x8018579C; //segment:ast_radio_de type:u16 +D_de_801857E4 = 0x801857E4; //segment:ast_radio_de type:u16 +D_de_8018581C = 0x8018581C; //segment:ast_radio_de type:u16 +D_de_8018584C = 0x8018584C; //segment:ast_radio_de type:u16 +D_de_8018586C = 0x8018586C; //segment:ast_radio_de type:u16 +D_de_801858A8 = 0x801858A8; //segment:ast_radio_de type:u16 +D_de_801858D0 = 0x801858D0; //segment:ast_radio_de type:u16 +D_de_801858F8 = 0x801858F8; //segment:ast_radio_de type:u16 +D_de_80185954 = 0x80185954; //segment:ast_radio_de type:u16 +D_de_80185988 = 0x80185988; //segment:ast_radio_de type:u16 +D_de_801859C8 = 0x801859C8; //segment:ast_radio_de type:u16 +D_de_801859F4 = 0x801859F4; //segment:ast_radio_de type:u16 +D_de_80185A34 = 0x80185A34; //segment:ast_radio_de type:u16 +D_de_80185AA4 = 0x80185AA4; //segment:ast_radio_de type:u16 +D_de_80185AF0 = 0x80185AF0; //segment:ast_radio_de type:u16 +D_de_80185B0C = 0x80185B0C; //segment:ast_radio_de type:u16 +D_de_80185B64 = 0x80185B64; //segment:ast_radio_de type:u16 +D_de_80185BCC = 0x80185BCC; //segment:ast_radio_de type:u16 +D_de_80185C3C = 0x80185C3C; //segment:ast_radio_de type:u16 +D_de_80185CA8 = 0x80185CA8; //segment:ast_radio_de type:u16 +D_de_80185D10 = 0x80185D10; //segment:ast_radio_de type:u16 +D_de_80185D4C = 0x80185D4C; //segment:ast_radio_de type:u16 +D_de_80185D9C = 0x80185D9C; //segment:ast_radio_de type:u16 +D_de_80185DFC = 0x80185DFC; //segment:ast_radio_de type:u16 +D_de_80185E5C = 0x80185E5C; //segment:ast_radio_de type:u16 +D_de_80185E80 = 0x80185E80; //segment:ast_radio_de type:u16 +D_de_80185E94 = 0x80185E94; //segment:ast_radio_de type:u16 +D_de_80185EC0 = 0x80185EC0; //segment:ast_radio_de type:u16 +D_de_80185F1C = 0x80185F1C; //segment:ast_radio_de type:u16 +D_de_80185F5C = 0x80185F5C; //segment:ast_radio_de type:u16 +D_de_80185F88 = 0x80185F88; //segment:ast_radio_de type:u16 +D_de_80185FAC = 0x80185FAC; //segment:ast_radio_de type:u16 +D_de_80185FE0 = 0x80185FE0; //segment:ast_radio_de type:u16 +D_de_80186008 = 0x80186008; //segment:ast_radio_de type:u16 +D_de_80186040 = 0x80186040; //segment:ast_radio_de type:u16 +D_de_8018607C = 0x8018607C; //segment:ast_radio_de type:u16 +D_de_801860C0 = 0x801860C0; //segment:ast_radio_de type:u16 +D_de_8018610C = 0x8018610C; //segment:ast_radio_de type:u16 +D_de_80186150 = 0x80186150; //segment:ast_radio_de type:u16 +D_de_80186198 = 0x80186198; //segment:ast_radio_de type:u16 +D_de_801861FC = 0x801861FC; //segment:ast_radio_de type:u16 +D_de_80186268 = 0x80186268; //segment:ast_radio_de type:u16 +D_de_801862B4 = 0x801862B4; //segment:ast_radio_de type:u16 +D_de_801862FC = 0x801862FC; //segment:ast_radio_de type:u16 +D_de_80186324 = 0x80186324; //segment:ast_radio_de type:u16 +D_de_80186368 = 0x80186368; //segment:ast_radio_de type:u16 +D_de_80186380 = 0x80186380; //segment:ast_radio_de type:u16 +D_de_801863C8 = 0x801863C8; //segment:ast_radio_de type:u16 +D_de_80186418 = 0x80186418; //segment:ast_radio_de type:u16 +D_de_80186458 = 0x80186458; //segment:ast_radio_de type:u16 +D_de_80186490 = 0x80186490; //segment:ast_radio_de type:u16 +D_de_801864F0 = 0x801864F0; //segment:ast_radio_de type:u16 +D_de_80186558 = 0x80186558; //segment:ast_radio_de type:u16 +D_de_80186594 = 0x80186594; //segment:ast_radio_de type:u16 +D_de_801865D0 = 0x801865D0; //segment:ast_radio_de type:u16 +D_de_80186604 = 0x80186604; //segment:ast_radio_de type:u16 +D_de_80186644 = 0x80186644; //segment:ast_radio_de type:u16 +D_de_8018668C = 0x8018668C; //segment:ast_radio_de type:u16 +D_de_801866FC = 0x801866FC; //segment:ast_radio_de type:u16 +D_de_80186744 = 0x80186744; //segment:ast_radio_de type:u16 +D_de_80186784 = 0x80186784; //segment:ast_radio_de type:u16 +D_de_801867C8 = 0x801867C8; //segment:ast_radio_de type:u16 +D_de_80186808 = 0x80186808; //segment:ast_radio_de type:u16 +D_de_8018686C = 0x8018686C; //segment:ast_radio_de type:u16 +D_de_80186888 = 0x80186888; //segment:ast_radio_de type:u16 +D_de_801868D8 = 0x801868D8; //segment:ast_radio_de type:u16 +D_de_80186910 = 0x80186910; //segment:ast_radio_de type:u16 +D_de_80186940 = 0x80186940; //segment:ast_radio_de type:u16 +D_de_801869A0 = 0x801869A0; //segment:ast_radio_de type:u16 +D_de_801869DC = 0x801869DC; //segment:ast_radio_de type:u16 +D_de_80186A2C = 0x80186A2C; //segment:ast_radio_de type:u16 +D_de_80186AA0 = 0x80186AA0; //segment:ast_radio_de type:u16 +D_de_80186AC8 = 0x80186AC8; //segment:ast_radio_de type:u16 +D_de_80186ADC = 0x80186ADC; //segment:ast_radio_de type:u16 +D_de_80186AF0 = 0x80186AF0; //segment:ast_radio_de type:u16 +D_de_80186B04 = 0x80186B04; //segment:ast_radio_de type:u16 +D_de_80186B34 = 0x80186B34; //segment:ast_radio_de type:u16 +D_de_80186B6C = 0x80186B6C; //segment:ast_radio_de type:u16 +D_de_80186BB4 = 0x80186BB4; //segment:ast_radio_de type:u16 +D_de_80186BEC = 0x80186BEC; //segment:ast_radio_de type:u16 +D_de_80186C40 = 0x80186C40; //segment:ast_radio_de type:u16 +D_de_80186C7C = 0x80186C7C; //segment:ast_radio_de type:u16 +D_de_80186CC4 = 0x80186CC4; //segment:ast_radio_de type:u16 +D_de_80186D20 = 0x80186D20; //segment:ast_radio_de type:u16 +D_de_80186D8C = 0x80186D8C; //segment:ast_radio_de type:u16 +D_de_80186E00 = 0x80186E00; //segment:ast_radio_de type:u16 +D_de_80186E50 = 0x80186E50; //segment:ast_radio_de type:u16 +D_de_80186EAC = 0x80186EAC; //segment:ast_radio_de type:u16 +D_de_80186F10 = 0x80186F10; //segment:ast_radio_de type:u16 +D_de_80186F70 = 0x80186F70; //segment:ast_radio_de type:u16 +D_de_80186FCC = 0x80186FCC; //segment:ast_radio_de type:u16 +D_de_80187024 = 0x80187024; //segment:ast_radio_de type:u16 +D_de_8018706C = 0x8018706C; //segment:ast_radio_de type:u16 +D_de_80187090 = 0x80187090; //segment:ast_radio_de type:u16 +D_de_801870F0 = 0x801870F0; //segment:ast_radio_de type:u16 +D_de_8018714C = 0x8018714C; //segment:ast_radio_de type:u16 +D_de_80187170 = 0x80187170; //segment:ast_radio_de type:u16 +D_de_80187184 = 0x80187184; //segment:ast_radio_de type:u16 +D_de_80187198 = 0x80187198; //segment:ast_radio_de type:u16 +D_de_801871AC = 0x801871AC; //segment:ast_radio_de type:u16 +D_de_801871DC = 0x801871DC; //segment:ast_radio_de type:u16 +D_de_80187244 = 0x80187244; //segment:ast_radio_de type:u16 +D_de_801872A4 = 0x801872A4; //segment:ast_radio_de type:u16 +D_de_801872D4 = 0x801872D4; //segment:ast_radio_de type:u16 +D_de_80187304 = 0x80187304; //segment:ast_radio_de type:u16 +D_de_80187334 = 0x80187334; //segment:ast_radio_de type:u16 +D_de_80187394 = 0x80187394; //segment:ast_radio_de type:u16 +D_de_801873EC = 0x801873EC; //segment:ast_radio_de type:u16 +D_de_80187438 = 0x80187438; //segment:ast_radio_de type:u16 +D_de_801874AC = 0x801874AC; //segment:ast_radio_de type:u16 +D_de_80187508 = 0x80187508; //segment:ast_radio_de type:u16 +D_de_80187530 = 0x80187530; //segment:ast_radio_de type:u16 +D_de_80187574 = 0x80187574; //segment:ast_radio_de type:u16 +D_de_801875C0 = 0x801875C0; //segment:ast_radio_de type:u16 +D_de_8018760C = 0x8018760C; //segment:ast_radio_de type:u16 +D_de_80187654 = 0x80187654; //segment:ast_radio_de type:u16 +D_de_801876B4 = 0x801876B4; //segment:ast_radio_de type:u16 +D_de_8018771C = 0x8018771C; //segment:ast_radio_de type:u16 +D_de_80187794 = 0x80187794; //segment:ast_radio_de type:u16 +D_de_801877E8 = 0x801877E8; //segment:ast_radio_de type:u16 +D_de_8018784C = 0x8018784C; //segment:ast_radio_de type:u16 +D_de_801878AC = 0x801878AC; //segment:ast_radio_de type:u16 +D_de_801878F0 = 0x801878F0; //segment:ast_radio_de type:u16 +D_de_80187958 = 0x80187958; //segment:ast_radio_de type:u16 +D_de_80187994 = 0x80187994; //segment:ast_radio_de type:u16 +D_de_801879D8 = 0x801879D8; //segment:ast_radio_de type:u16 +D_de_801879F0 = 0x801879F0; //segment:ast_radio_de type:u16 +D_de_80187A34 = 0x80187A34; //segment:ast_radio_de type:u16 +D_de_80187A54 = 0x80187A54; //segment:ast_radio_de type:u16 +D_de_80187AB8 = 0x80187AB8; //segment:ast_radio_de type:u16 +D_de_80187AF4 = 0x80187AF4; //segment:ast_radio_de type:u16 +D_de_80187B2C = 0x80187B2C; //segment:ast_radio_de type:u16 +D_de_80187B60 = 0x80187B60; //segment:ast_radio_de type:u16 +D_de_80187B94 = 0x80187B94; //segment:ast_radio_de type:u16 +D_de_80187BEC = 0x80187BEC; //segment:ast_radio_de type:u16 +D_de_80187C48 = 0x80187C48; //segment:ast_radio_de type:u16 +D_de_80187C74 = 0x80187C74; //segment:ast_radio_de type:u16 +D_de_80187CAC = 0x80187CAC; //segment:ast_radio_de type:u16 +D_de_80187CD4 = 0x80187CD4; //segment:ast_radio_de type:u16 +D_de_80187D0C = 0x80187D0C; //segment:ast_radio_de type:u16 +D_de_80187D64 = 0x80187D64; //segment:ast_radio_de type:u16 +D_de_80187D74 = 0x80187D74; //segment:ast_radio_de type:u16 +D_de_80187D8C = 0x80187D8C; //segment:ast_radio_de type:u16 +D_de_80187DA4 = 0x80187DA4; //segment:ast_radio_de type:u16 +D_de_80187E14 = 0x80187E14; //segment:ast_radio_de type:u16 +D_de_80187E78 = 0x80187E78; //segment:ast_radio_de type:u16 +D_de_80187E98 = 0x80187E98; //segment:ast_radio_de type:u16 +D_de_80187EB8 = 0x80187EB8; //segment:ast_radio_de type:u16 +D_de_80187ED8 = 0x80187ED8; //segment:ast_radio_de type:u16 +D_de_80187EF0 = 0x80187EF0; //segment:ast_radio_de type:u16 +D_de_80187F08 = 0x80187F08; //segment:ast_radio_de type:u16 +D_de_80187F20 = 0x80187F20; //segment:ast_radio_de type:u16 +D_de_80187F38 = 0x80187F38; //segment:ast_radio_de type:u16 +D_de_80187F70 = 0x80187F70; //segment:ast_radio_de type:u16 +D_de_80187FC4 = 0x80187FC4; //segment:ast_radio_de type:u16 +D_de_80187FE4 = 0x80187FE4; //segment:ast_radio_de type:u16 +D_de_80188030 = 0x80188030; //segment:ast_radio_de type:u16 +D_de_8018808C = 0x8018808C; //segment:ast_radio_de type:u16 +D_de_801880DC = 0x801880DC; //segment:ast_radio_de type:u16 +D_de_80188128 = 0x80188128; //segment:ast_radio_de type:u16 +D_de_80188170 = 0x80188170; //segment:ast_radio_de type:u16 +D_de_801881D4 = 0x801881D4; //segment:ast_radio_de type:u16 +D_de_80188238 = 0x80188238; //segment:ast_radio_de type:u16 +D_de_801882A0 = 0x801882A0; //segment:ast_radio_de type:u16 +D_de_80188308 = 0x80188308; //segment:ast_radio_de type:u16 +D_de_80188364 = 0x80188364; //segment:ast_radio_de type:u16 +D_de_801883C0 = 0x801883C0; //segment:ast_radio_de type:u16 +D_de_80188420 = 0x80188420; //segment:ast_radio_de type:u16 +D_de_8018847C = 0x8018847C; //segment:ast_radio_de type:u16 +D_de_8018852C = 0x8018852C; //segment:ast_radio_de type:u16 +D_de_801885B0 = 0x801885B0; //segment:ast_radio_de type:u16 +D_de_801885E8 = 0x801885E8; //segment:ast_radio_de type:u16 +D_de_8018862C = 0x8018862C; //segment:ast_radio_de type:u16 +D_de_80188660 = 0x80188660; //segment:ast_radio_de type:u16 +D_de_80188690 = 0x80188690; //segment:ast_radio_de type:u16 +D_de_801886C0 = 0x801886C0; //segment:ast_radio_de type:u16 +D_de_801886F4 = 0x801886F4; //segment:ast_radio_de type:u16 +D_de_80188728 = 0x80188728; //segment:ast_radio_de type:u16 +D_de_80188758 = 0x80188758; //segment:ast_radio_de type:u16 +D_de_80188788 = 0x80188788; //segment:ast_radio_de type:u16 +D_de_801887BC = 0x801887BC; //segment:ast_radio_de type:u16 +D_de_801887F0 = 0x801887F0; //segment:ast_radio_de type:u16 +D_de_80188820 = 0x80188820; //segment:ast_radio_de type:u16 +D_de_80188850 = 0x80188850; //segment:ast_radio_de type:u16 +D_de_80188884 = 0x80188884; //segment:ast_radio_de type:u16 +D_de_8018889C = 0x8018889C; //segment:ast_radio_de type:u16 +D_de_801888B4 = 0x801888B4; //segment:ast_radio_de type:u16 +D_de_801888CC = 0x801888CC; //segment:ast_radio_de type:u16 +D_de_801888D8 = 0x801888D8; //segment:ast_radio_de type:u16 +D_de_801888F0 = 0x801888F0; //segment:ast_radio_de type:u16 +D_de_8018890C = 0x8018890C; //segment:ast_radio_de type:u16 +D_de_8018891C = 0x8018891C; //segment:ast_radio_de type:u16 +D_de_80188930 = 0x80188930; //segment:ast_radio_de type:u16 +D_de_80188944 = 0x80188944; //segment:ast_radio_de type:u16 +D_de_80188960 = 0x80188960; //segment:ast_radio_de type:u16 +D_de_80188970 = 0x80188970; //segment:ast_radio_de type:u16 +D_de_801889D0 = 0x801889D0; //segment:ast_radio_de type:u16 +D_de_801889EC = 0x801889EC; //segment:ast_radio_de type:u16 +D_de_80188A08 = 0x80188A08; //segment:ast_radio_de type:u16 +D_de_80188A18 = 0x80188A18; //segment:ast_radio_de type:u16 +D_de_80188A34 = 0x80188A34; //segment:ast_radio_de type:u16 +D_de_80188A4C = 0x80188A4C; //segment:ast_radio_de type:u16 +D_de_80188A70 = 0x80188A70; //segment:ast_radio_de type:u16 +D_de_80188A8C = 0x80188A8C; //segment:ast_radio_de type:u16 +D_de_80188AB0 = 0x80188AB0; //segment:ast_radio_de type:u16 +D_de_80188AD0 = 0x80188AD0; //segment:ast_radio_de type:u16 +D_de_80188B28 = 0x80188B28; //segment:ast_radio_de type:u16 +D_de_80188BA0 = 0x80188BA0; //segment:ast_radio_de type:u16 +D_de_80188C18 = 0x80188C18; //segment:ast_radio_de type:u16 +D_de_80188C88 = 0x80188C88; //segment:ast_radio_de type:u16 +D_de_80188CE8 = 0x80188CE8; //segment:ast_radio_de type:u16 +D_de_80188D58 = 0x80188D58; //segment:ast_radio_de type:u16 +D_de_80188DC0 = 0x80188DC0; //segment:ast_radio_de type:u16 +D_de_80188E2C = 0x80188E2C; //segment:ast_radio_de type:u16 +D_de_80188E98 = 0x80188E98; //segment:ast_radio_de type:u16 +D_de_80188EFC = 0x80188EFC; //segment:ast_radio_de type:u16 +D_de_80188F68 = 0x80188F68; //segment:ast_radio_de type:u16 +D_de_80188FCC = 0x80188FCC; //segment:ast_radio_de type:u16 +D_de_8018903C = 0x8018903C; //segment:ast_radio_de type:u16 +D_de_80189088 = 0x80189088; //segment:ast_radio_de type:u16 +D_de_801890F4 = 0x801890F4; //segment:ast_radio_de type:u16 +D_de_80189148 = 0x80189148; //segment:ast_radio_de type:u16 +D_de_80189184 = 0x80189184; //segment:ast_radio_de type:u16 +D_de_801891DC = 0x801891DC; //segment:ast_radio_de type:u16 +D_de_8018923C = 0x8018923C; //segment:ast_radio_de type:u16 +D_de_80189284 = 0x80189284; //segment:ast_radio_de type:u16 +D_de_801892E8 = 0x801892E8; //segment:ast_radio_de type:u16 +D_de_80189348 = 0x80189348; //segment:ast_radio_de type:u16 +D_de_801893B4 = 0x801893B4; //segment:ast_radio_de type:u16 +D_de_8018941C = 0x8018941C; //segment:ast_radio_de type:u16 +D_de_8018948C = 0x8018948C; //segment:ast_radio_de type:u16 +D_de_80189500 = 0x80189500; //segment:ast_radio_de type:u16 +D_de_80189558 = 0x80189558; //segment:ast_radio_de type:u16 +D_de_801895C0 = 0x801895C0; //segment:ast_radio_de type:u16 +D_de_80189610 = 0x80189610; //segment:ast_radio_de type:u16 +D_de_80189678 = 0x80189678; //segment:ast_radio_de type:u16 +D_de_801896E8 = 0x801896E8; //segment:ast_radio_de type:u16 +D_de_8018974C = 0x8018974C; //segment:ast_radio_de type:u16 +D_de_801897B4 = 0x801897B4; //segment:ast_radio_de diff --git a/linker_scripts/eu/rev0/symbol_addrs_assets.txt b/linker_scripts/eu/rev0/symbol_addrs_assets.txt new file mode 100644 index 00000000..1b309c0d --- /dev/null +++ b/linker_scripts/eu/rev0/symbol_addrs_assets.txt @@ -0,0 +1,1043 @@ +D_1002A20 = 0x1002A20; +D_1003BE0 = 0x1003BE0; +D_1003E20 = 0x1003E20; +D_1003EE0 = 0x1003EE0; +D_10040B0 = 0x10040B0; +D_1004FD0 = 0x1004FD0; +D_1005EF0 = 0x1005EF0; +D_1006E10 = 0x1006E10; +D_1007D30 = 0x1007D30; +D_1008C50 = 0x1008C50; +D_1009B70 = 0x1009B70; +D_100AA90 = 0x100AA90; +D_100B9B0 = 0x100B9B0; +D_100C8D0 = 0x100C8D0; +D_100D7F0 = 0x100D7F0; +D_100E710 = 0x100E710; +D_100F630 = 0x100F630; +D_1012090 = 0x1012090; +D_10124B0 = 0x10124B0; +D_10124C0 = 0x10124C0; +D_1012540 = 0x1012540; +D_1012850 = 0x1012850; +D_10128C0 = 0x10128C0; +D_10128D0 = 0x10128D0; +D_10129A0 = 0x10129A0; +D_10129C0 = 0x10129C0; +D_1012A90 = 0x1012A90; +D_1012AB0 = 0x1012AB0; +D_1012B80 = 0x1012B80; +D_1012BA0 = 0x1012BA0; +D_1012C70 = 0x1012C70; +D_1012C90 = 0x1012C90; +D_1012CD0 = 0x1012CD0; +D_1012CE0 = 0x1012CE0; +D_1012D18 = 0x1012D18; +D_1012D30 = 0x1012D30; +D_1012F20 = 0x1012F20; +D_10135E0 = 0x10135E0; +D_10136A8 = 0x10136A8; +D_10136D0 = 0x10136D0; +D_1013798 = 0x1013798; +D_10137D0 = 0x10137D0; +D_1013EA0 = 0x1013EA0; +D_1013F80 = 0x1013F80; +D_1014380 = 0x1014380; +D_1014390 = 0x1014390; +D_1014510 = 0x1014510; +D_1016320 = 0x1016320; +D_1016790 = 0x1016790; +D_1017390 = 0x1017390; +D_1017680 = 0x1017680; +D_10185D0 = 0x10185D0; +D_10190D0 = 0x10190D0; +D_1019ED0 = 0x1019ED0; +D_101A2D0 = 0x101A2D0; +D_101A630 = 0x101A630; +D_101AAB0 = 0x101AAB0; +D_101B380 = 0x101B380; +D_101B6F0 = 0x101B6F0; +D_101B9E0 = 0x101B9E0; +D_101BB30 = 0x101BB30; +D_101BCE0 = 0x101BCE0; +D_101D0F0 = 0x101D0F0; +D_101D8F0 = 0x101D8F0; +D_101DB80 = 0x101DB80; +D_101DE80 = 0x101DE80; +D_101EA20 = 0x101EA20; +D_1022C30 = 0x1022C30; +D_1023C90 = 0x1023C90; +D_1023FB0 = 0x1023FB0; +D_1024510 = 0x1024510; +D_1024560 = 0x1024560; +D_1024A90 = 0x1024A90; +D_1025040 = 0x1025040; +D_10250A0 = 0x10250A0; +D_1025640 = 0x1025640; +D_10257A0 = 0x10257A0; +D_1025868 = 0x1025868; +D_10258D0 = 0x10258D0; +D_1025D70 = 0x1025D70; +D_1026610 = 0x1026610; +D_1026EA0 = 0x1026EA0; +D_1029040 = 0x1029040; +D_102A590 = 0x102A590; +D_102AE20 = 0x102AE20; +D_102B6B0 = 0x102B6B0; +D_102FB60 = 0x102FB60; +D_10303F0 = 0x10303F0; +D_1030C90 = 0x1030C90; +D_1030D18 = 0x1030D18; +D_1032440 = 0x1032440; +D_1032CD0 = 0x1032CD0; +D_1033590 = 0x1033590; +D_20031B0 = 0x20031B0; +D_2006F50 = 0x2006F50; +D_200D750 = 0x200D750; +D_2010A30 = 0x2010A30; +D_20112C0 = 0x20112C0; +D_3000090 = 0x3000090; +D_3000100 = 0x3000100; +D_3000120 = 0x3000120; +D_3000130 = 0x3000130; +D_30001A0 = 0x30001A0; +D_30002A0 = 0x30002A0; +D_3000310 = 0x3000310; +D_3000410 = 0x3000410; +D_3000470 = 0x3000470; +D_3000480 = 0x3000480; +D_3000660 = 0x3000660; +D_3000940 = 0x3000940; +D_3000970 = 0x3000970; +D_3000AF0 = 0x3000AF0; +D_3000C70 = 0x3000C70; +D_3001848 = 0x3001848; +D_3001A50 = 0x3001A50; +D_3002E80 = 0x3002E80; +D_3004450 = 0x3004450; +D_3004640 = 0x3004640; +D_3004680 = 0x3004680; +D_3005980 = 0x3005980; +D_3005AB0 = 0x3005AB0; +D_3005EA8 = 0x3005EA8; +D_30066B0 = 0x30066B0; +D_3006940 = 0x3006940; +D_3006AF0 = 0x3006AF0; +D_3006C70 = 0x3006C70; +D_3006DE0 = 0x3006DE0; +D_3007040 = 0x3007040; +D_3007240 = 0x3007240; +D_3007C50 = 0x3007C50; +D_3007E50 = 0x3007E50; +D_3007E70 = 0x3007E70; +D_3008100 = 0x3008100; +D_3008B40 = 0x3008B40; +D_3008D40 = 0x3008D40; +D_3009200 = 0x3009200; +D_3009230 = 0x3009230; +D_3009F78 = 0x3009F78; +D_300A180 = 0x300A180; +D_300A640 = 0x300A640; +D_300A670 = 0x300A670; +D_300B548 = 0x300B548; +D_300D450 = 0x300D450; +D_300EF50 = 0x300EF50; +D_300F140 = 0x300F140; +D_300FA48 = 0x300FA48; +D_300FC50 = 0x300FC50; +D_3010970 = 0x3010970; +D_3010B70 = 0x3010B70; +D_3011410 = 0x3011410; +D_3011720 = 0x3011720; +D_30131F0 = 0x30131F0; +D_3014380 = 0x3014380; +D_3014BF0 = 0x3014BF0; +D_3015120 = 0x3015120; +D_3015128 = 0x3015128; +D_30155E0 = 0x30155E0; +D_3015AF4 = 0x3015AF4; +D_3015C28 = 0x3015C28; +D_3015D80 = 0x3015D80; +D_30163C4 = 0x30163C4; +D_3016570 = 0x3016570; +D_30165B8 = 0x30165B8; +D_30165E0 = 0x30165E0; +D_3016610 = 0x3016610; +D_3016628 = 0x3016628; +D_3016660 = 0x3016660; +D_3016720 = 0x3016720; +D_3016770 = 0x3016770; +D_3016B30 = 0x3016B30; +D_3016BB0 = 0x3016BB0; +D_3017080 = 0x3017080; +D_30174C0 = 0x30174C0; +D_30175C0 = 0x30175C0; +D_3017660 = 0x3017660; +D_3017760 = 0x3017760; +D_3017F80 = 0x3017F80; +D_3018080 = 0x3018080; +D_30182A0 = 0x30182A0; +D_30183D0 = 0x30183D0; +D_3018440 = 0x3018440; +D_30184D8 = 0x30184D8; +D_30189C0 = 0x30189C0; +D_3018B60 = 0x3018B60; +D_3018FF0 = 0x3018FF0; +D_3019190 = 0x3019190; +D_30194E0 = 0x30194E0; +D_30199F0 = 0x30199F0; +D_301B320 = 0x301B320; +D_301C020 = 0x301C020; +D_301CF30 = 0x301CF30; +D_301D910 = 0x301D910; +D_301E2E0 = 0x301E2E0; +D_3020B50 = 0x3020B50; +D_3021BE0 = 0x3021BE0; +D_3022540 = 0x3022540; +D_3024CA0 = 0x3024CA0; +D_3027200 = 0x3027200; +D_3027390 = 0x3027390; +D_3027B80 = 0x3027B80; +D_3028848 = 0x3028848; +D_3028AB4 = 0x3028AB4; +D_302948C = 0x302948C; +D_30296F8 = 0x30296F8; +D_3029D28 = 0x3029D28; +D_302A034 = 0x302A034; +D_302A63C = 0x302A63C; +D_302A888 = 0x302A888; +D_302AA10 = 0x302AA10; +D_302B5E0 = 0x302B5E0; +D_302C1C0 = 0x302C1C0; +D_30395C0 = 0x30395C0; +D_30396E0 = 0x30396E0; +D_3039970 = 0x3039970; +D_303A210 = 0x303A210; +D_303A254 = 0x303A254; +D_303A298 = 0x303A298; +D_303A2DC = 0x303A2DC; +D_303A584 = 0x303A584; +D_303A610 = 0x303A610; +D_303A818 = 0x303A818; +D_303AA0C = 0x303AA0C; +D_303AAFC = 0x303AAFC; +D_303ABEC = 0x303ABEC; +D_303ACD0 = 0x303ACD0; +D_303ADFC = 0x303ADFC; +D_303AEEC = 0x303AEEC; +D_303AFDC = 0x303AFDC; +D_303B0C0 = 0x303B0C0; +D_4000080 = 0x4000080; +D_400014C = 0x400014C; +D_40001A4 = 0x40001A4; +D_4000270 = 0x4000270; +D_40018A0 = 0x40018A0; +D_4003BD0 = 0x4003BD0; +D_40057AC = 0x40057AC; +D_40058B8 = 0x40058B8; +D_40068F0 = 0x40068F0; +D_4007870 = 0x4007870; +D_4007AF0 = 0x4007AF0; +D_4008CE0 = 0x4008CE0; +D_4008F70 = 0x4008F70; +D_400A30C = 0x400A30C; +D_400A398 = 0x400A398; +D_400AAE0 = 0x400AAE0; +D_400B390 = 0x400B390; +D_5005450 = 0x5005450; +D_500C3A0 = 0x500C3A0; +D_5013550 = 0x5013550; +D_50153A0 = 0x50153A0; +D_5015490 = 0x5015490; +D_5015580 = 0x5015580; +D_50157F0 = 0x50157F0; +D_5017200 = 0x5017200; +D_50177F0 = 0x50177F0; +D_50178E0 = 0x50178E0; +D_50179D0 = 0x50179D0; +D_5017AC0 = 0x5017AC0; +D_5017BB0 = 0x5017BB0; +D_5017CA0 = 0x5017CA0; +D_5017D90 = 0x5017D90; +D_50183D0 = 0x50183D0; +D_6000D80 = 0x6000D80; +D_6001110 = 0x6001110; +D_6001574 = 0x6001574; +D_6001840 = 0x6001840; +D_60018A0 = 0x60018A0; +D_6001920 = 0x6001920; +D_6001CA0 = 0x6001CA0; +D_6001F40 = 0x6001F40; +D_6001F80 = 0x6001F80; +D_6002040 = 0x6002040; +D_6002100 = 0x6002100; +D_60021A0 = 0x60021A0; +D_60023B0 = 0x60023B0; +D_6002440 = 0x6002440; +D_6002480 = 0x6002480; +D_60024C0 = 0x60024C0; +D_6002500 = 0x6002500; +D_60027B0 = 0x60027B0; +D_6002920 = 0x6002920; +D_6002990 = 0x6002990; +D_6002A30 = 0x6002A30; +D_6002AF0 = 0x6002AF0; +D_6002E80 = 0x6002E80; +D_6002F24 = 0x6002F24; +D_60030A8 = 0x60030A8; +D_60030B8 = 0x60030B8; +D_6003270 = 0x6003270; +D_60032E0 = 0x60032E0; +D_6003304 = 0x6003304; +D_6003420 = 0x6003420; +D_6003640 = 0x6003640; +D_60036A0 = 0x60036A0; +D_6003720 = 0x6003720; +D_6003760 = 0x6003760; +D_6003820 = 0x6003820; +D_6003960 = 0x6003960; +D_60039A0 = 0x60039A0; +D_60039C0 = 0x60039C0; +D_60039F0 = 0x60039F0; +D_6003BE0 = 0x6003BE0; +D_6003DE0 = 0x6003DE0; +D_6003F20 = 0x6003F20; +D_6004060 = 0x6004060; +D_6004340 = 0x6004340; +D_60043C0 = 0x60043C0; +D_6004428 = 0x6004428; +D_6004440 = 0x6004440; +D_6004450 = 0x6004450; +D_6004488 = 0x6004488; +D_60044A0 = 0x60044A0; +D_60045A4 = 0x60045A4; +D_6004A10 = 0x6004A10; +D_6004E30 = 0x6004E30; +D_6005060 = 0x6005060; +D_6005150 = 0x6005150; +D_6005260 = 0x6005260; +D_6005410 = 0x6005410; +D_6005478 = 0x6005478; +D_6005530 = 0x6005530; +D_6005550 = 0x6005550; +D_6005650 = 0x6005650; +D_60056C0 = 0x60056C0; +D_6005830 = 0x6005830; +D_6005D00 = 0x6005D00; +D_6005F80 = 0x6005F80; +D_60060C0 = 0x60060C0; +D_6006180 = 0x6006180; +D_6006270 = 0x6006270; +D_60063E4 = 0x60063E4; +D_6006480 = 0x6006480; +D_6006510 = 0x6006510; +D_6006900 = 0x6006900; +D_6006960 = 0x6006960; +D_6006ECC = 0x6006ECC; +D_60070A0 = 0x60070A0; +D_60070B8 = 0x60070B8; +D_6007570 = 0x6007570; +D_60077D0 = 0x60077D0; +D_600781C = 0x600781C; +D_60078F0 = 0x60078F0; +D_6007BD0 = 0x6007BD0; +D_6007DF0 = 0x6007DF0; +D_6007E24 = 0x6007E24; +D_6007E40 = 0x6007E40; +D_6007E44 = 0x6007E44; +D_6007E5C = 0x6007E5C; +D_6007E78 = 0x6007E78; +D_6007E94 = 0x6007E94; +D_6007EB0 = 0x6007EB0; +D_6007ECC = 0x6007ECC; +D_6007EE8 = 0x6007EE8; +D_6007F04 = 0x6007F04; +D_6007F20 = 0x6007F20; +D_6007F30 = 0x6007F30; +D_6007F60 = 0x6007F60; +D_60080F0 = 0x60080F0; +D_600810C = 0x600810C; +D_6008128 = 0x6008128; +D_6008940 = 0x6008940; +D_60089C0 = 0x60089C0; +D_6008B60 = 0x6008B60; +D_6008BA0 = 0x6008BA0; +D_60090A0 = 0x60090A0; +D_6009370 = 0x6009370; +D_6009378 = 0x6009378; +D_6009400 = 0x6009400; +D_6009680 = 0x6009680; +D_6009750 = 0x6009750; +D_60097C0 = 0x60097C0; +D_6009820 = 0x6009820; +D_60098F0 = 0x60098F0; +D_6009958 = 0x6009958; +D_60099C0 = 0x60099C0; +D_6009A30 = 0x6009A30; +D_6009A58 = 0x6009A58; +D_6009D14 = 0x6009D14; +D_6009E40 = 0x6009E40; +D_6009E78 = 0x6009E78; +D_6009F60 = 0x6009F60; +D_6009FB4 = 0x6009FB4; +D_600A000 = 0x600A000; +D_600A120 = 0x600A120; +D_600A310 = 0x600A310; +D_600A430 = 0x600A430; +D_600A850 = 0x600A850; +D_600A890 = 0x600A890; +D_600A8C0 = 0x600A8C0; +D_600ACB0 = 0x600ACB0; +D_600AD10 = 0x600AD10; +D_600AE80 = 0x600AE80; +D_600B0B8 = 0x600B0B8; +D_600B0D8 = 0x600B0D8; +D_600B3B4 = 0x600B3B4; +D_600B4B0 = 0x600B4B0; +D_600B5A0 = 0x600B5A0; +D_600B5F8 = 0x600B5F8; +D_600B710 = 0x600B710; +D_600BAD0 = 0x600BAD0; +D_600BD14 = 0x600BD14; +D_600C040 = 0x600C040; +D_600C110 = 0x600C110; +D_600C3D0 = 0x600C3D0; +D_600C450 = 0x600C450; +D_600C6B0 = 0x600C6B0; +D_600C990 = 0x600C990; +D_600CC90 = 0x600CC90; +D_600CCBC = 0x600CCBC; +D_600CCE0 = 0x600CCE0; +D_600CD60 = 0x600CD60; +D_600CF30 = 0x600CF30; +D_600D180 = 0x600D180; +D_600D1F0 = 0x600D1F0; +D_600D210 = 0x600D210; +D_600D378 = 0x600D378; +D_600D588 = 0x600D588; +D_600D5F4 = 0x600D5F4; +D_600D750 = 0x600D750; +D_600D7A0 = 0x600D7A0; +D_600D7B0 = 0x600D7B0; +D_600D7FC = 0x600D7FC; +D_600D820 = 0x600D820; +D_600D970 = 0x600D970; +D_600DAB0 = 0x600DAB0; +D_600DDC0 = 0x600DDC0; +D_600DF3C = 0x600DF3C; +D_600DFB0 = 0x600DFB0; +D_600E120 = 0x600E120; +D_600E248 = 0x600E248; +D_600E380 = 0x600E380; +D_600E3E0 = 0x600E3E0; +D_600E450 = 0x600E450; +D_600E470 = 0x600E470; +D_600E610 = 0x600E610; +D_600E758 = 0x600E758; +D_600E990 = 0x600E990; +D_600E9A0 = 0x600E9A0; +D_600EB1C = 0x600EB1C; +D_600EE24 = 0x600EE24; +D_600EFD0 = 0x600EFD0; +D_600F1D8 = 0x600F1D8; +D_600F280 = 0x600F280; +D_600F470 = 0x600F470; +D_600F550 = 0x600F550; +D_600F590 = 0x600F590; +D_600F6A4 = 0x600F6A4; +D_600F750 = 0x600F750; +D_600F940 = 0x600F940; +D_600F980 = 0x600F980; +D_600F9A0 = 0x600F9A0; +D_600FA60 = 0x600FA60; +D_600FA80 = 0x600FA80; +D_600FBF0 = 0x600FBF0; +D_600FEB0 = 0x600FEB0; +D_600FED0 = 0x600FED0; +D_6010080 = 0x6010080; +D_60101EC = 0x60101EC; +D_60102A4 = 0x60102A4; +D_60103D8 = 0x60103D8; +D_6010510 = 0x6010510; +D_60105A0 = 0x60105A0; +D_601062C = 0x601062C; +D_6010698 = 0x6010698; +D_6010764 = 0x6010764; +D_6010970 = 0x6010970; +D_6010980 = 0x6010980; +D_6010B90 = 0x6010B90; +D_6010BC0 = 0x6010BC0; +D_6010CF8 = 0x6010CF8; +D_60114B0 = 0x60114B0; +D_6011620 = 0x6011620; +D_6011690 = 0x6011690; +D_60117B0 = 0x60117B0; +D_6011890 = 0x6011890; +D_6011B80 = 0x6011B80; +D_6011C50 = 0x6011C50; +D_6011E70 = 0x6011E70; +D_60122F8 = 0x60122F8; +D_6012384 = 0x6012384; +D_6012424 = 0x6012424; +D_6012430 = 0x6012430; +D_6012508 = 0x6012508; +D_6012604 = 0x6012604; +D_60126B0 = 0x60126B0; +D_60126E0 = 0x60126E0; +D_60127F0 = 0x60127F0; +D_60128EC = 0x60128EC; +D_6012930 = 0x6012930; +D_6012A98 = 0x6012A98; +D_6012BC0 = 0x6012BC0; +D_6012C04 = 0x6012C04; +D_6012E64 = 0x6012E64; +D_60130E0 = 0x60130E0; +D_60130E8 = 0x60130E8; +D_60132B0 = 0x60132B0; +D_601349C = 0x601349C; +D_6013760 = 0x6013760; +D_6013EF0 = 0x6013EF0; +D_6014000 = 0x6014000; +D_6014070 = 0x6014070; +D_601415C = 0x601415C; +D_60141E0 = 0x60141E0; +D_601425C = 0x601425C; +D_6014280 = 0x6014280; +D_6014380 = 0x6014380; +D_60143EC = 0x60143EC; +D_60146E0 = 0x60146E0; +D_6014878 = 0x6014878; +D_6014900 = 0x6014900; +D_60149EC = 0x60149EC; +D_6014AC0 = 0x6014AC0; +D_6014EC8 = 0x6014EC8; +D_6014F20 = 0x6014F20; +D_6014F30 = 0x6014F30; +D_6014F94 = 0x6014F94; +D_6014FB0 = 0x6014FB0; +D_6015080 = 0x6015080; +D_60150C0 = 0x60150C0; +D_6015158 = 0x6015158; +D_6015340 = 0x6015340; +D_6015410 = 0x6015410; +D_6015520 = 0x6015520; +D_6015A60 = 0x6015A60; +D_6015B20 = 0x6015B20; +D_6015BA8 = 0x6015BA8; +D_6015CB0 = 0x6015CB0; +D_6015D94 = 0x6015D94; +D_6015E54 = 0x6015E54; +D_6015F20 = 0x6015F20; +D_6016110 = 0x6016110; +D_60169A4 = 0x60169A4; +D_6017030 = 0x6017030; +D_6017610 = 0x6017610; +D_6017850 = 0x6017850; +D_6017880 = 0x6017880; +D_60178C0 = 0x60178C0; +D_60179D0 = 0x60179D0; +D_6017BF0 = 0x6017BF0; +D_6017ED0 = 0x6017ED0; +D_6017F08 = 0x6017F08; +D_60180E4 = 0x60180E4; +D_6018480 = 0x6018480; +D_6018500 = 0x6018500; +D_60188B0 = 0x60188B0; +D_6018FEC = 0x6018FEC; +D_6019150 = 0x6019150; +D_6019308 = 0x6019308; +D_6019550 = 0x6019550; +D_6019708 = 0x6019708; +D_6019B08 = 0x6019B08; +D_6019BD4 = 0x6019BD4; +D_6019BE0 = 0x6019BE0; +D_6019CC8 = 0x6019CC8; +D_6019DC8 = 0x6019DC8; +D_6019DE0 = 0x6019DE0; +D_6019F60 = 0x6019F60; +D_601A010 = 0x601A010; +D_601A150 = 0x601A150; +D_601A23C = 0x601A23C; +D_601A260 = 0x601A260; +D_601A280 = 0x601A280; +D_601A310 = 0x601A310; +D_601A334 = 0x601A334; +D_601A540 = 0x601A540; +D_601A590 = 0x601A590; +D_601A6F0 = 0x601A6F0; +D_601A910 = 0x601A910; +D_601AF30 = 0x601AF30; +D_601B0D0 = 0x601B0D0; +D_601B1EC = 0x601B1EC; +D_601B338 = 0x601B338; +D_601B550 = 0x601B550; +D_601B56C = 0x601B56C; +D_601B6E0 = 0x601B6E0; +D_601BA18 = 0x601BA18; +D_601BA80 = 0x601BA80; +D_601BAB0 = 0x601BAB0; +D_601BAC0 = 0x601BAC0; +D_601BB08 = 0x601BB08; +D_601BE50 = 0x601BE50; +D_601BF40 = 0x601BF40; +D_601C4C0 = 0x601C4C0; +D_601C610 = 0x601C610; +D_601C648 = 0x601C648; +D_601C714 = 0x601C714; +D_601C770 = 0x601C770; +D_601CB10 = 0x601CB10; +D_601CBB8 = 0x601CBB8; +D_601CC50 = 0x601CC50; +D_601CC60 = 0x601CC60; +D_601CD00 = 0x601CD00; +D_601CD84 = 0x601CD84; +D_601CE10 = 0x601CE10; +D_601D1C0 = 0x601D1C0; +D_601D240 = 0x601D240; +D_601D380 = 0x601D380; +D_601D454 = 0x601D454; +D_601D4E0 = 0x601D4E0; +D_601D6D0 = 0x601D6D0; +D_601D734 = 0x601D734; +D_601D770 = 0x601D770; +D_601D8C0 = 0x601D8C0; +D_601DD30 = 0x601DD30; +D_601DF60 = 0x601DF60; +D_601E190 = 0x601E190; +D_601E350 = 0x601E350; +D_601E4C0 = 0x601E4C0; +D_601E630 = 0x601E630; +D_601E810 = 0x601E810; +D_601E8E0 = 0x601E8E0; +D_601E8F0 = 0x601E8F0; +D_601ECB0 = 0x601ECB0; +D_601ED48 = 0x601ED48; +D_601EE80 = 0x601EE80; +D_601F280 = 0x601F280; +D_601F648 = 0x601F648; +D_601F6F8 = 0x601F6F8; +D_601F844 = 0x601F844; +D_601FF44 = 0x601FF44; +D_6020050 = 0x6020050; +D_60204B0 = 0x60204B0; +D_6020620 = 0x6020620; +D_6020EE8 = 0x6020EE8; +D_6020F70 = 0x6020F70; +D_602107C = 0x602107C; +D_6021474 = 0x6021474; +D_60214D0 = 0x60214D0; +D_6021520 = 0x6021520; +D_6021600 = 0x6021600; +D_60216FC = 0x60216FC; +D_6021730 = 0x6021730; +D_60217BC = 0x60217BC; +D_60217C4 = 0x60217C4; +D_6021890 = 0x6021890; +D_6021930 = 0x6021930; +D_6021AC0 = 0x6021AC0; +D_6021D48 = 0x6021D48; +D_6021E00 = 0x6021E00; +D_6021E90 = 0x6021E90; +D_6022090 = 0x6022090; +D_60222E0 = 0x60222E0; +D_60225A0 = 0x60225A0; +D_60225C0 = 0x60225C0; +D_60226C0 = 0x60226C0; +D_6022AAC = 0x6022AAC; +D_6022B78 = 0x6022B78; +D_6022EF0 = 0x6022EF0; +D_6022FB0 = 0x6022FB0; +D_60232C0 = 0x60232C0; +D_6023320 = 0x6023320; +D_6023504 = 0x6023504; +D_60236BC = 0x60236BC; +D_6023788 = 0x6023788; +D_6023D04 = 0x6023D04; +D_6023FA0 = 0x6023FA0; +D_6024210 = 0x6024210; +D_602439C = 0x602439C; +D_60246C0 = 0x60246C0; +D_6024880 = 0x6024880; +D_6024910 = 0x6024910; +D_60249F0 = 0x60249F0; +D_6024AD0 = 0x6024AD0; +D_6024CB0 = 0x6024CB0; +D_6024D70 = 0x6024D70; +D_6024E90 = 0x6024E90; +D_60254E0 = 0x60254E0; +D_6025640 = 0x6025640; +D_60256E8 = 0x60256E8; +D_6025730 = 0x6025730; +D_6025848 = 0x6025848; +D_6025950 = 0x6025950; +D_6025A10 = 0x6025A10; +D_6025BBC = 0x6025BBC; +D_6025E20 = 0x6025E20; +D_6025E90 = 0x6025E90; +D_6026150 = 0x6026150; +D_6026160 = 0x6026160; +D_60261E0 = 0x60261E0; +D_6026980 = 0x6026980; +D_6026B30 = 0x6026B30; +D_6026B7C = 0x6026B7C; +D_6026E88 = 0x6026E88; +D_6027080 = 0x6027080; +D_60271D0 = 0x60271D0; +D_6027230 = 0x6027230; +D_602753C = 0x602753C; +D_6027660 = 0x6027660; +D_6027694 = 0x6027694; +D_60278A0 = 0x60278A0; +D_6027A60 = 0x6027A60; +D_6027A70 = 0x6027A70; +D_6027C70 = 0x6027C70; +D_6027D10 = 0x6027D10; +D_6027FA0 = 0x6027FA0; +D_6028160 = 0x6028160; +D_602826C = 0x602826C; +D_602846C = 0x602846C; +D_6028D20 = 0x6028D20; +D_6028EA0 = 0x6028EA0; +D_6028EC0 = 0x6028EC0; +D_60297E0 = 0x60297E0; +D_60298EC = 0x60298EC; +D_60298F0 = 0x60298F0; +D_6029DE0 = 0x6029DE0; +D_6029DF4 = 0x6029DF4; +D_6029EC4 = 0x6029EC4; +D_6029F18 = 0x6029F18; +D_6029FB0 = 0x6029FB0; +D_602A0B0 = 0x602A0B0; +D_602A200 = 0x602A200; +D_602A370 = 0x602A370; +D_602A39C = 0x602A39C; +D_602A5E0 = 0x602A5E0; +D_602A970 = 0x602A970; +D_602AC28 = 0x602AC28; +D_602ACB0 = 0x602ACB0; +D_602AD60 = 0x602AD60; +D_602AF50 = 0x602AF50; +D_602AFD0 = 0x602AFD0; +D_602B0A8 = 0x602B0A8; +D_602B1F4 = 0x602B1F4; +D_602B3AC = 0x602B3AC; +D_602B49C = 0x602B49C; +D_602B5C8 = 0x602B5C8; +D_602B6B8 = 0x602B6B8; +D_602B6D0 = 0x602B6D0; +D_602B750 = 0x602B750; +D_602BC40 = 0x602BC40; +D_602BD50 = 0x602BD50; +D_602BF50 = 0x602BF50; +D_602C040 = 0x602C040; +D_602C0A0 = 0x602C0A0; +D_602C584 = 0x602C584; +D_602C5FC = 0x602C5FC; +D_602C6C0 = 0x602C6C0; +D_602C6C8 = 0x602C6C8; +D_602C7C8 = 0x602C7C8; +D_602C7F0 = 0x602C7F0; +D_602C850 = 0x602C850; +D_602C858 = 0x602C858; +D_602C9BC = 0x602C9BC; +D_602CAC0 = 0x602CAC0; +D_602CB18 = 0x602CB18; +D_602D250 = 0x602D250; +D_602D480 = 0x602D480; +D_602D798 = 0x602D798; +D_602D858 = 0x602D858; +D_602D9E4 = 0x602D9E4; +D_602DC28 = 0x602DC28; +D_602DC50 = 0x602DC50; +D_602DD00 = 0x602DD00; +D_602DDD0 = 0x602DDD0; +D_602DECC = 0x602DECC; +D_602DF94 = 0x602DF94; +D_602E180 = 0x602E180; +D_602E220 = 0x602E220; +D_602E620 = 0x602E620; +D_602E730 = 0x602E730; +D_602EF80 = 0x602EF80; +D_602F014 = 0x602F014; +D_602F12C = 0x602F12C; +D_602F5A0 = 0x602F5A0; +D_602F730 = 0x602F730; +D_602F840 = 0x602F840; +D_6030178 = 0x6030178; +D_603026C = 0x603026C; +D_6030A2C = 0x6030A2C; +D_6030CB8 = 0x6030CB8; +D_6030ECC = 0x6030ECC; +D_6031078 = 0x6031078; +D_60311A0 = 0x60311A0; +D_6031348 = 0x6031348; +D_6031558 = 0x6031558; +D_6031724 = 0x6031724; +D_60317A0 = 0x60317A0; +D_60317CC = 0x60317CC; +D_60317E8 = 0x60317E8; +D_603182C = 0x603182C; +D_6031840 = 0x6031840; +D_6031BF4 = 0x6031BF4; +D_6031F3C = 0x6031F3C; +D_6031F74 = 0x6031F74; +D_6031FAC = 0x6031FAC; +D_603201C = 0x603201C; +D_60320B0 = 0x60320B0; +D_6032374 = 0x6032374; +D_6032460 = 0x6032460; +D_6032480 = 0x6032480; +D_6032820 = 0x6032820; +D_6032B00 = 0x6032B00; +D_6032B90 = 0x6032B90; +D_6032BE8 = 0x6032BE8; +D_6032C10 = 0x6032C10; +D_6032CF0 = 0x6032CF0; +D_6032E90 = 0x6032E90; +D_60331B0 = 0x60331B0; +D_6033408 = 0x6033408; +D_60334E8 = 0x60334E8; +D_6033590 = 0x6033590; +D_6033630 = 0x6033630; +D_603373C = 0x603373C; +D_6033848 = 0x6033848; +D_60339AC = 0x60339AC; +D_6033E30 = 0x6033E30; +D_6033EF8 = 0x6033EF8; +D_6034540 = 0x6034540; +D_6034740 = 0x6034740; +D_6034B80 = 0x6034B80; +D_603513C = 0x603513C; +D_60351A0 = 0x60351A0; +D_6035204 = 0x6035204; +D_6035288 = 0x6035288; +D_60352FC = 0x60352FC; +D_6035380 = 0x6035380; +D_60353E4 = 0x60353E4; +D_6036710 = 0x6036710; +D_6037920 = 0x6037920; +D_6037B38 = 0x6037B38; +D_6037C8C = 0x6037C8C; +D_6037D70 = 0x6037D70; +D_6037DE0 = 0x6037DE0; +D_6037E6C = 0x6037E6C; +D_6037F30 = 0x6037F30; +D_6037F54 = 0x6037F54; +D_6038290 = 0x6038290; +D_6038328 = 0x6038328; +D_603838C = 0x603838C; +D_60383C0 = 0x60383C0; +D_60383F0 = 0x60383F0; +D_6038454 = 0x6038454; +D_60384B8 = 0x60384B8; +D_603851C = 0x603851C; +D_6038850 = 0x6038850; +D_603894C = 0x603894C; +D_60389E0 = 0x60389E0; +D_6038C10 = 0x6038C10; +D_6038C3C = 0x6038C3C; +D_6038CD8 = 0x6038CD8; +D_603A698 = 0x603A698; +D_603C870 = 0x603C870; +D_603CBF4 = 0x603CBF4; +D_603F568 = 0x603F568; +D_60402C8 = 0x60402C8; +D_6040344 = 0x6040344; +D_60404A4 = 0x60404A4; +D_60405D0 = 0x60405D0; +D_60406B8 = 0x60406B8; +D_60408D0 = 0x60408D0; +D_6040A70 = 0x6040A70; +D_6041DCC = 0x6041DCC; +D_60429E0 = 0x60429E0; +D_604380C = 0x604380C; +D_6044768 = 0x6044768; +D_60461E0 = 0x60461E0; +D_604F560 = 0x604F560; +D_7000490 = 0x7000490; +D_7000B50 = 0x7000B50; +D_7000D30 = 0x7000D30; +D_7001540 = 0x7001540; +D_7001F80 = 0x7001F80; +D_7002120 = 0x7002120; +D_7003770 = 0x7003770; +D_7003990 = 0x7003990; +D_7003EE8 = 0x7003EE8; +D_7004240 = 0x7004240; +D_7005300 = 0x7005300; +D_7007CC4 = 0x7007CC4; +D_7007E90 = 0x7007E90; +D_7008474 = 0x7008474; +D_70084CC = 0x70084CC; +D_7008630 = 0x7008630; +D_7008734 = 0x7008734; +D_700883C = 0x700883C; +D_7008850 = 0x7008850; +D_70096EC = 0x70096EC; +D_7009A80 = 0x7009A80; +D_7009E30 = 0x7009E30; +D_700A110 = 0x700A110; +D_700AA10 = 0x700AA10; +D_700ADE0 = 0x700ADE0; +D_700B260 = 0x700B260; +D_700BE90 = 0x700BE90; +D_700C620 = 0x700C620; +D_700C8B0 = 0x700C8B0; +D_700CEC0 = 0x700CEC0; +D_700D010 = 0x700D010; +D_700D050 = 0x700D050; +D_700D9B0 = 0x700D9B0; +D_700DA50 = 0x700DA50; +D_700DB68 = 0x700DB68; +D_700DDD8 = 0x700DDD8; +D_700DE64 = 0x700DE64; +D_700DE80 = 0x700DE80; +D_700DFF4 = 0x700DFF4; +D_700E060 = 0x700E060; +D_700E244 = 0x700E244; +D_700E9E0 = 0x700E9E0; +D_700EA34 = 0x700EA34; +D_700EA38 = 0x700EA38; +D_700EC00 = 0x700EC00; +D_700F240 = 0x700F240; +D_700F320 = 0x700F320; +D_700F8F0 = 0x700F8F0; +D_7010970 = 0x7010970; +D_7010E10 = 0x7010E10; +D_7010EE0 = 0x7010EE0; +D_7010F00 = 0x7010F00; +D_7010FD0 = 0x7010FD0; +D_7010FF0 = 0x7010FF0; +D_70110C0 = 0x70110C0; +D_70110E0 = 0x70110E0; +D_70111B0 = 0x70111B0; +D_8000100 = 0x8000100; +D_8000180 = 0x8000180; +D_8000708 = 0x8000708; +D_8000D80 = 0x8000D80; +D_8000D90 = 0x8000D90; +D_8000FC0 = 0x8000FC0; +D_80010C0 = 0x80010C0; +D_8001100 = 0x8001100; +D_8001150 = 0x8001150; +D_8001170 = 0x8001170; +D_80011C8 = 0x80011C8; +D_8001290 = 0x8001290; +D_80012D8 = 0x80012D8; +D_8001300 = 0x8001300; +D_8001348 = 0x8001348; +D_8002F30 = 0x8002F30; +D_80037D0 = 0x80037D0; +D_8008FE8 = 0x8008FE8; +D_8025080 = 0x8025080; +D_9002CF0 = 0x9002CF0; +D_9003330 = 0x9003330; +D_9003890 = 0x9003890; +D_9003DF0 = 0x9003DF0; +D_9004288 = 0x9004288; +D_900D098 = 0x900D098; +D_900D164 = 0x900D164; +D_900D180 = 0x900D180; +D_900DF20 = 0x900DF20; +D_900FC4C = 0x900FC4C; +D_9010FD0 = 0x9010FD0; +D_9011200 = 0x9011200; +D_9013C20 = 0x9013C20; +D_901C0F4 = 0x901C0F4; +D_901DA50 = 0x901DA50; +D_9023290 = 0x9023290; +D_90234D0 = 0x90234D0; +D_A0002BC = 0xA0002BC; +D_A00047C = 0xA00047C; +D_A000568 = 0xA000568; +D_A000858 = 0xA000858; +D_A000934 = 0xA000934; +D_A000D50 = 0xA000D50; +D_A000EDC = 0xA000EDC; +D_A001A70 = 0xA001A70; +D_A009990 = 0xA009990; +D_C00308C = 0xC00308C; +D_C003654 = 0xC003654; +D_C003B08 = 0xC003B08; +D_C003B20 = 0xC003B20; +D_C003F00 = 0xC003F00; +D_C0053D0 = 0xC0053D0; +D_C005860 = 0xC005860; +D_C007F08 = 0xC007F08; +D_C00EE48 = 0xC00EE48; +D_C00F598 = 0xC00F598; +D_C016740 = 0xC016740; +D_C018050 = 0xC018050; +D_C018430 = 0xC018430; +D_C018440 = 0xC018440; +D_C018598 = 0xC018598; +D_C019BC4 = 0xC019BC4; +D_C01DC3C = 0xC01DC3C; +D_C023520 = 0xC023520; +D_C024B54 = 0xC024B54; +D_C0250D0 = 0xC0250D0; +D_C026C00 = 0xC026C00; +D_C02AF74 = 0xC02AF74; +D_C02F494 = 0xC02F494; +D_C02FDA0 = 0xC02FDA0; +D_C031244 = 0xC031244; +D_C034780 = 0xC034780; +D_C034D98 = 0xC034D98; +D_C0366A4 = 0xC0366A4; +D_C0366CC = 0xC0366CC; +D_C037310 = 0xC037310; +D_C037B6C = 0xC037B6C; +D_C03833C = 0xC03833C; +D_C038E3C = 0xC038E3C; +D_C039AC4 = 0xC039AC4; +D_C039CCC = 0xC039CCC; +D_C039F24 = 0xC039F24; +D_C039FE8 = 0xC039FE8; +D_C03A208 = 0xC03A208; +D_C03A290 = 0xC03A290; +D_C03B290 = 0xC03B290; +D_D000170 = 0xD000170; +D_D001090 = 0xD001090; +D_D001FB0 = 0xD001FB0; +D_D002ED0 = 0xD002ED0; +D_D003DF0 = 0xD003DF0; +D_D004D10 = 0xD004D10; +D_D005C30 = 0xD005C30; +D_D006B50 = 0xD006B50; +D_D007A70 = 0xD007A70; +D_D008990 = 0xD008990; +D_D0098B0 = 0xD0098B0; +D_D009A40 = 0xD009A40; +D_D00B880 = 0xD00B880; +D_E000000 = 0xE000000; +D_E003AB0 = 0xE003AB0; +D_E00DFB0 = 0xE00DFB0; +D_E00E100 = 0xE00E100; +D_E00F020 = 0xE00F020; +D_E00FF40 = 0xE00FF40; +D_E010E60 = 0xE010E60; +D_F000000 = 0xF000000; +D_F000F20 = 0xF000F20; +D_F001E40 = 0xF001E40; +D_F002500 = 0xF002500; +D_F002D00 = 0xF002D00; +D_F002D60 = 0xF002D60; +D_F003500 = 0xF003500; +D_F003C80 = 0xF003C80; +D_F003D00 = 0xF003D00; +D_F004500 = 0xF004500; +D_F004BA0 = 0xF004BA0; +D_F005AC0 = 0xF005AC0; +D_F0069E0 = 0xF0069E0; +D_F007900 = 0xF007900; +D_F008820 = 0xF008820; +D_F009740 = 0xF009740; +D_F00A660 = 0xF00A660; +D_F00B580 = 0xF00B580; +D_F00C4A0 = 0xF00C4A0; +D_F00D3C0 = 0xF00D3C0; +D_F00E2E0 = 0xF00E2E0; +D_F00F200 = 0xF00F200; +D_F0103D0 = 0xF0103D0; +D_F014180 = 0xF014180; +D_F014310 = 0xF014310; diff --git a/linker_scripts/eu/rev0/symbol_addrs_fix.txt b/linker_scripts/eu/rev0/symbol_addrs_fix.txt index 0dd634bf..dfd4205c 100644 --- a/linker_scripts/eu/rev0/symbol_addrs_fix.txt +++ b/linker_scripts/eu/rev0/symbol_addrs_fix.txt @@ -33,6 +33,8 @@ D_80170000 = 0x80170000; //ignore:true D_80170001 = 0x80170001; //ignore:true D_80180001 = 0x80180001; //ignore:True D_80180058 = 0x80180058; //ignore:True +D_801D0001 = 0x801D0001; //ignore:True +D_801C0130 = 0x801C0130; //ignore:True // mirage symbols D_3000000 = 0x3000000; //ignore:true @@ -48,6 +50,7 @@ aspMainTextStart = 0x800005A0;//name_end:aspMainTextEnd gspF3DEX_fifoTextStart = 0x80001490;//name_end:gspF3DEX_fifoTextEnd gspF3DEX_fifoDataStart = 0x800C4980; //name_end:gspF3DEX_fifoDataEnd aspMainDataStart = 0x800C3E70; //name_end:aspMainDataEnd +altIPL3Start = 0x8001F090; // redundant rodata D_800D63EC = 0x800D63EC; //force_migration:true @@ -89,13 +92,14 @@ D_C000000C = 0xC000000C;//ignore:true sSamplesPerWavePeriod = 0x800C63E8; //size:0x4 type:u8 sOvlUnused_Unk = 0x800CCBAC; D_800D6994 = 0x800D6994; -D_80161A91 = 0x80161A91; D_801BE59C = 0x801BE59C; //segment:ovl_i5 // fake symbol removal -D_800CCC44 = 0x800CCC44; //size:0x98 gDmaTable = 0x8017ABE0; //size:0x650 +// that stupid thing where i6 sets a value in ending +D_i6_8019A490 = 0x8019A490; //ignore:true segment:ovl_i6 + // dma symbols dma_table_ROM_START = 0xE0570; audio_seq_ROM_START = 0xE0BC0; diff --git a/linker_scripts/eu/rev0/undefined_syms.ld b/linker_scripts/eu/rev0/undefined_syms.ld index e8ec3377..1b309c0d 100644 --- a/linker_scripts/eu/rev0/undefined_syms.ld +++ b/linker_scripts/eu/rev0/undefined_syms.ld @@ -1041,197 +1041,3 @@ D_F00F200 = 0xF00F200; D_F0103D0 = 0xF0103D0; D_F014180 = 0xF014180; D_F014310 = 0xF014310; - -D_8018751C = 0x8018751C; -D_80187ED8 = 0x80187ED8; -D_801897B4 = 0x801897B4; -D_8019DA68 = 0x8019DA68; -D_801A27E0 = 0x801A27E0; -D_801A3CC0 = 0x801A3CC0; -D_801AB968 = 0x801AB968; -D_801AB970 = 0x801AB970; -D_801AB978 = 0x801AB978; -D_801AB980 = 0x801AB980; -D_801AB988 = 0x801AB988; -D_801BAE4C = 0x801BAE4C; -D_801BAFC4 = 0x801BAFC4; -D_801BB048 = 0x801BB048; -D_801BB0DC = 0x801BB0DC; -D_801BDC28 = 0x801BDC28; -D_801C1C88 = 0x801C1C88; -D_801C1C90 = 0x801C1C90; -D_801C1C94 = 0x801C1C94; -D_801C1CAC = 0x801C1CAC; -D_801C1CB8 = 0x801C1CB8; -D_801C1CBC = 0x801C1CBC; -D_801C1CD4 = 0x801C1CD4; -D_801C1CDC = 0x801C1CDC; -D_801C1D32 = 0x801C1D32; -D_801C7BE8 = 0x801C7BE8; -D_801D1BC8 = 0x801D1BC8; -D_801D1BD0 = 0x801D1BD0; -D_801D1BD4 = 0x801D1BD4; -D_801D1BD8 = 0x801D1BD8; -D_801D1BDC = 0x801D1BDC; - -func_80025E38 = 0x80025E38; -func_800C227C = 0x800C227C; -func_800C2284 = 0x800C2284; -func_8018B020 = 0x8018B020; -func_8018B030 = 0x8018B030; -func_8018B19C = 0x8018B19C; -func_8018B254 = 0x8018B254; -func_8018B3A8 = 0x8018B3A8; -func_8018B3D8 = 0x8018B3D8; -func_8018B460 = 0x8018B460; -func_8018B608 = 0x8018B608; -func_8018BDC8 = 0x8018BDC8; -func_8018C3F4 = 0x8018C3F4; -func_8018C53C = 0x8018C53C; -func_8018CA10 = 0x8018CA10; -func_8018CC00 = 0x8018CC00; -func_8018CD14 = 0x8018CD14; -func_8018D660 = 0x8018D660; -func_8018E458 = 0x8018E458; -func_8018E5D8 = 0x8018E5D8; -func_8018E8A4 = 0x8018E8A4; -func_8018EB6C = 0x8018EB6C; -func_8018F200 = 0x8018F200; -func_8018F44C = 0x8018F44C; -func_8018F494 = 0x8018F494; -func_8018F8AC = 0x8018F8AC; -func_8018F934 = 0x8018F934; -func_8018FA90 = 0x8018FA90; -func_8018FBB8 = 0x8018FBB8; -func_8018FE64 = 0x8018FE64; -func_801907C8 = 0x801907C8; -func_8019085C = 0x8019085C; -func_80190C40 = 0x80190C40; -func_80191534 = 0x80191534; -func_80191A50 = 0x80191A50; -func_80191B88 = 0x80191B88; -func_80191E90 = 0x80191E90; -func_80191EAC = 0x80191EAC; -func_801920C8 = 0x801920C8; -func_8019284C = 0x8019284C; -func_80192890 = 0x80192890; -func_80192998 = 0x80192998; -func_80192AD0 = 0x80192AD0; -func_80192BB8 = 0x80192BB8; -func_801932F4 = 0x801932F4; -func_8019337C = 0x8019337C; -func_80193528 = 0x80193528; -func_80193BCC = 0x80193BCC; -func_80193F00 = 0x80193F00; -func_801949D8 = 0x801949D8; -func_80194BE0 = 0x80194BE0; -func_80195074 = 0x80195074; -func_80195688 = 0x80195688; -func_801958F8 = 0x801958F8; -func_80195C84 = 0x80195C84; -func_80195F7C = 0x80195F7C; -func_80196720 = 0x80196720; -func_80196840 = 0x80196840; -func_80196914 = 0x80196914; -func_80196D7C = 0x80196D7C; -func_80196E24 = 0x80196E24; -func_8019703C = 0x8019703C; -func_801974FC = 0x801974FC; -func_801976C0 = 0x801976C0; -func_8019771C = 0x8019771C; -func_801981F4 = 0x801981F4; -func_801998F4 = 0x801998F4; -func_80199C5C = 0x80199C5C; -func_80199DC4 = 0x80199DC4; -func_8019A3FC = 0x8019A3FC; -func_8019A68C = 0x8019A68C; -func_8019A81C = 0x8019A81C; -func_8019ACBC = 0x8019ACBC; -func_8019B744 = 0x8019B744; -func_8019B930 = 0x8019B930; -func_8019BD70 = 0x8019BD70; -func_8019BFE8 = 0x8019BFE8; -func_8019BFF4 = 0x8019BFF4; -func_8019C0AC = 0x8019C0AC; -func_8019C318 = 0x8019C318; -func_8019C340 = 0x8019C340; -func_8019C360 = 0x8019C360; -func_8019C6B0 = 0x8019C6B0; -func_8019CB88 = 0x8019CB88; -func_8019CEFC = 0x8019CEFC; -func_8019D2D0 = 0x8019D2D0; -func_8019D3D0 = 0x8019D3D0; -func_8019D630 = 0x8019D630; -func_8019DA3C = 0x8019DA3C; -func_8019E548 = 0x8019E548; -func_8019EC80 = 0x8019EC80; -func_8019F2A0 = 0x8019F2A0; -func_8019F408 = 0x8019F408; -func_8019FC90 = 0x8019FC90; -func_801A01F8 = 0x801A01F8; -func_801A0AF0 = 0x801A0AF0; -func_801A0EB8 = 0x801A0EB8; -func_801A1204 = 0x801A1204; -func_801A1680 = 0x801A1680; -func_801A2070 = 0x801A2070; -func_801A2338 = 0x801A2338; -func_801A23C0 = 0x801A23C0; -func_801A2474 = 0x801A2474; -func_801A2898 = 0x801A2898; -func_801A391C = 0x801A391C; -func_801A3ED0 = 0x801A3ED0; -func_801A44DC = 0x801A44DC; -func_801A4B74 = 0x801A4B74; -func_801A6DA0 = 0x801A6DA0; -func_801A7230 = 0x801A7230; -func_801A75F0 = 0x801A75F0; -func_801A76C0 = 0x801A76C0; -func_801A7910 = 0x801A7910; -func_801A8100 = 0x801A8100; -func_801A8598 = 0x801A8598; -func_801A86CC = 0x801A86CC; -func_801A906C = 0x801A906C; -func_801A94E4 = 0x801A94E4; -func_801A98C4 = 0x801A98C4; -func_801A99D0 = 0x801A99D0; -func_801A9B74 = 0x801A9B74; -func_801A9BCC = 0x801A9BCC; -func_801AA078 = 0x801AA078; -func_801AB3C8 = 0x801AB3C8; -func_801AB830 = 0x801AB830; -func_801AC670 = 0x801AC670; -func_801AD2A4 = 0x801AD2A4; -func_801ADC8C = 0x801ADC8C; -func_801AE368 = 0x801AE368; -func_801AE778 = 0x801AE778; -func_801AF430 = 0x801AF430; -func_801AF4C0 = 0x801AF4C0; -func_801AFCF4 = 0x801AFCF4; -func_801B01D4 = 0x801B01D4; -func_801B0328 = 0x801B0328; -func_801B0634 = 0x801B0634; -func_801B08D0 = 0x801B08D0; -func_801B0A3C = 0x801B0A3C; -func_801B0B00 = 0x801B0B00; -func_801B0BC4 = 0x801B0BC4; -func_801B0DA8 = 0x801B0DA8; -func_801B1108 = 0x801B1108; -func_801B1E2C = 0x801B1E2C; -func_801B3374 = 0x801B3374; -func_801B3474 = 0x801B3474; -func_801B4B6C = 0x801B4B6C; -func_801B6314 = 0x801B6314; -func_801B775C = 0x801B775C; -func_801B8B50 = 0x801B8B50; -func_801B92EC = 0x801B92EC; -func_801B9DA4 = 0x801B9DA4; -func_801BA52C = 0x801BA52C; -func_801BA860 = 0x801BA860; -func_801BA8B4 = 0x801BA8B4; -func_801BB550 = 0x801BB550; -func_801BDFDC = 0x801BDFDC; -func_801BECCC = 0x801BECCC; -func_801C1974 = 0x801C1974; -func_801C1A94 = 0x801C1A94; -func_801C1B50 = 0x801C1B50; -func_801C26E0 = 0x801C26E0; diff --git a/linker_scripts/jp/rev0/symbol_addrs_assets.txt b/linker_scripts/jp/rev0/symbol_addrs_assets.txt new file mode 100644 index 00000000..1491e6d7 --- /dev/null +++ b/linker_scripts/jp/rev0/symbol_addrs_assets.txt @@ -0,0 +1,1088 @@ +D_1000170 = 0x1000170; +D_1001090 = 0x1001090; +D_1001FB0 = 0x1001FB0; +D_1002ED0 = 0x1002ED0; +D_1003DF0 = 0x1003DF0; +D_1004D10 = 0x1004D10; +D_1005C30 = 0x1005C30; +D_1006B50 = 0x1006B50; +D_1007A70 = 0x1007A70; +D_1008990 = 0x1008990; +D_10098B0 = 0x10098B0; +D_100A7D0 = 0x100A7D0; +D_100B6F0 = 0x100B6F0; +D_100E150 = 0x100E150; +D_100E570 = 0x100E570; +D_100E580 = 0x100E580; +D_100E600 = 0x100E600; +D_100E910 = 0x100E910; +D_100E980 = 0x100E980; +D_100E990 = 0x100E990; +D_100EA60 = 0x100EA60; +D_100EA80 = 0x100EA80; +D_100EB50 = 0x100EB50; +D_100EB70 = 0x100EB70; +D_100EC40 = 0x100EC40; +D_100EC60 = 0x100EC60; +D_100ED30 = 0x100ED30; +D_100ED50 = 0x100ED50; +D_100ED90 = 0x100ED90; +D_100EDA0 = 0x100EDA0; +D_100EDD8 = 0x100EDD8; +D_100EDF0 = 0x100EDF0; +D_100EFE0 = 0x100EFE0; +D_100F6A0 = 0x100F6A0; +D_100F768 = 0x100F768; +D_100F790 = 0x100F790; +D_100F858 = 0x100F858; +D_100F890 = 0x100F890; +D_100FF60 = 0x100FF60; +D_1010040 = 0x1010040; +D_1010440 = 0x1010440; +D_1010450 = 0x1010450; +D_10105D0 = 0x10105D0; +D_10123E0 = 0x10123E0; +D_1012850 = 0x1012850; +D_1013450 = 0x1013450; +D_1013740 = 0x1013740; +D_1014690 = 0x1014690; +D_1015190 = 0x1015190; +D_1015F90 = 0x1015F90; +D_1016390 = 0x1016390; +D_10166F0 = 0x10166F0; +D_1016B70 = 0x1016B70; +D_1017440 = 0x1017440; +D_10177B0 = 0x10177B0; +D_1017AA0 = 0x1017AA0; +D_1017BF0 = 0x1017BF0; +D_1017DA0 = 0x1017DA0; +D_10191B0 = 0x10191B0; +D_101A370 = 0x101A370; +D_101A5B0 = 0x101A5B0; +D_101A670 = 0x101A670; +D_101A800 = 0x101A800; +D_101ABC0 = 0x101ABC0; +D_101B400 = 0x101B400; +D_101B460 = 0x101B460; +D_101BC60 = 0x101BC60; +D_101BEF0 = 0x101BEF0; +D_101C1F0 = 0x101C1F0; +D_101CD90 = 0x101CD90; +D_1020FA0 = 0x1020FA0; +D_1022000 = 0x1022000; +D_1022320 = 0x1022320; +D_1022880 = 0x1022880; +D_10228D0 = 0x10228D0; +D_1022E00 = 0x1022E00; +D_10233B0 = 0x10233B0; +D_1023410 = 0x1023410; +D_10239B0 = 0x10239B0; +D_1023B10 = 0x1023B10; +D_1023BD8 = 0x1023BD8; +D_1023C40 = 0x1023C40; +D_10240E0 = 0x10240E0; +D_1024980 = 0x1024980; +D_1025210 = 0x1025210; +D_10273B0 = 0x10273B0; +D_1028900 = 0x1028900; +D_1029190 = 0x1029190; +D_1029A20 = 0x1029A20; +D_102DED0 = 0x102DED0; +D_102E760 = 0x102E760; +D_102F000 = 0x102F000; +D_102F088 = 0x102F088; +D_10307B0 = 0x10307B0; +D_1031040 = 0x1031040; +D_1031900 = 0x1031900; +D_20031B0 = 0x20031B0; +D_2006F50 = 0x2006F50; +D_200D750 = 0x200D750; +D_2010A30 = 0x2010A30; +D_20112C0 = 0x20112C0; +D_3000090 = 0x3000090; +D_3000120 = 0x3000120; +D_3000130 = 0x3000130; +D_3000470 = 0x3000470; +D_30004C0 = 0x30004C0; +D_3000600 = 0x3000600; +D_3000620 = 0x3000620; +D_3000660 = 0x3000660; +D_30007B0 = 0x30007B0; +D_30007D0 = 0x30007D0; +D_3000910 = 0x3000910; +D_3000930 = 0x3000930; +D_3000AD0 = 0x3000AD0; +D_3000AF0 = 0x3000AF0; +D_3000C70 = 0x3000C70; +D_3002E80 = 0x3002E80; +D_30034F0 = 0x30034F0; +D_3004680 = 0x3004680; +D_30053E0 = 0x30053E0; +D_3005980 = 0x3005980; +D_3005AB0 = 0x3005AB0; +D_3005C80 = 0x3005C80; +D_3005EA8 = 0x3005EA8; +D_30066B0 = 0x30066B0; +D_3006940 = 0x3006940; +D_3006AF0 = 0x3006AF0; +D_3006C70 = 0x3006C70; +D_3006DE0 = 0x3006DE0; +D_3007E70 = 0x3007E70; +D_3008100 = 0x3008100; +D_3008BF0 = 0x3008BF0; +D_3009998 = 0x3009998; +D_300ADE0 = 0x300ADE0; +D_300B8D0 = 0x300B8D0; +D_300BAD0 = 0x300BAD0; +D_300BB18 = 0x300BB18; +D_300BB40 = 0x300BB40; +D_300BB88 = 0x300BB88; +D_300BBC0 = 0x300BBC0; +D_300BC80 = 0x300BC80; +D_300BCD0 = 0x300BCD0; +D_300D600 = 0x300D600; +D_300E300 = 0x300E300; +D_300F210 = 0x300F210; +D_300FBF0 = 0x300FBF0; +D_30105C0 = 0x30105C0; +D_3010660 = 0x3010660; +D_3011720 = 0x3011720; +D_3012160 = 0x3012160; +D_3012980 = 0x3012980; +D_30129C0 = 0x30129C0; +D_30131F0 = 0x30131F0; +D_3014BF0 = 0x3014BF0; +D_3015120 = 0x3015120; +D_3015230 = 0x3015230; +D_30155E0 = 0x30155E0; +D_3015AF4 = 0x3015AF4; +D_3015C28 = 0x3015C28; +D_3015D80 = 0x3015D80; +D_30162C0 = 0x30162C0; +D_30163C4 = 0x30163C4; +D_3016610 = 0x3016610; +D_3016660 = 0x3016660; +D_3016B30 = 0x3016B30; +D_3016C20 = 0x3016C20; +D_30183D0 = 0x30183D0; +D_30184D8 = 0x30184D8; +D_3019380 = 0x3019380; +D_30194E0 = 0x30194E0; +D_301B8E0 = 0x301B8E0; +D_301BA70 = 0x301BA70; +D_301C260 = 0x301C260; +D_301CF28 = 0x301CF28; +D_301D194 = 0x301D194; +D_301DB6C = 0x301DB6C; +D_301DDD8 = 0x301DDD8; +D_301E408 = 0x301E408; +D_301E714 = 0x301E714; +D_301ED1C = 0x301ED1C; +D_301EF68 = 0x301EF68; +D_301F0F0 = 0x301F0F0; +D_301FCC0 = 0x301FCC0; +D_30208A0 = 0x30208A0; +D_302DCA0 = 0x302DCA0; +D_302DDC0 = 0x302DDC0; +D_302E050 = 0x302E050; +D_302E8F0 = 0x302E8F0; +D_302E934 = 0x302E934; +D_302E978 = 0x302E978; +D_302E9BC = 0x302E9BC; +D_302EC64 = 0x302EC64; +D_302ECF0 = 0x302ECF0; +D_302EEF8 = 0x302EEF8; +D_302F0EC = 0x302F0EC; +D_302F1DC = 0x302F1DC; +D_302F2CC = 0x302F2CC; +D_302F3B0 = 0x302F3B0; +D_302F4DC = 0x302F4DC; +D_302F5CC = 0x302F5CC; +D_302F6BC = 0x302F6BC; +D_302F7A0 = 0x302F7A0; +D_4000080 = 0x4000080; +D_400014C = 0x400014C; +D_40001A4 = 0x40001A4; +D_4000270 = 0x4000270; +D_40018A0 = 0x40018A0; +D_4003BD0 = 0x4003BD0; +D_40057AC = 0x40057AC; +D_40058B8 = 0x40058B8; +D_40068F0 = 0x40068F0; +D_4007870 = 0x4007870; +D_4007AF0 = 0x4007AF0; +D_4008CE0 = 0x4008CE0; +D_4008F70 = 0x4008F70; +D_400A30C = 0x400A30C; +D_400A398 = 0x400A398; +D_400AAE0 = 0x400AAE0; +D_400B390 = 0x400B390; +D_5000200 = 0x5000200; +D_5000300 = 0x5000300; +D_5000500 = 0x5000500; +D_5000DA0 = 0x5000DA0; +D_5000E90 = 0x5000E90; +D_5000F80 = 0x5000F80; +D_5001130 = 0x5001130; +D_5001740 = 0x5001740; +D_5001930 = 0x5001930; +D_5001F50 = 0x5001F50; +D_5002070 = 0x5002070; +D_5002C20 = 0x5002C20; +D_5003070 = 0x5003070; +D_5005430 = 0x5005430; +D_5005CB0 = 0x5005CB0; +D_5005DA0 = 0x5005DA0; +D_5005E90 = 0x5005E90; +D_5005F80 = 0x5005F80; +D_5006070 = 0x5006070; +D_5006160 = 0x5006160; +D_5006250 = 0x5006250; +D_5006650 = 0x5006650; +D_50070A0 = 0x50070A0; +D_5007770 = 0x5007770; +D_5008A50 = 0x5008A50; +D_500A040 = 0x500A040; +D_6000290 = 0x6000290; +D_6000320 = 0x6000320; +D_6000604 = 0x6000604; +D_60006B0 = 0x60006B0; +D_6000880 = 0x6000880; +D_6000890 = 0x6000890; +D_60008D0 = 0x60008D0; +D_60008E0 = 0x60008E0; +D_6000930 = 0x6000930; +D_6000A40 = 0x6000A40; +D_6000F20 = 0x6000F20; +D_6001110 = 0x6001110; +D_6001120 = 0x6001120; +D_60012D0 = 0x60012D0; +D_60016A0 = 0x60016A0; +D_6001730 = 0x6001730; +D_6001984 = 0x6001984; +D_6001B08 = 0x6001B08; +D_6001BA0 = 0x6001BA0; +D_6001BA8 = 0x6001BA8; +D_6001C20 = 0x6001C20; +D_6001C84 = 0x6001C84; +D_6001CD0 = 0x6001CD0; +D_6001D40 = 0x6001D40; +D_6001E40 = 0x6001E40; +D_6001EF0 = 0x6001EF0; +D_6002148 = 0x6002148; +D_60021D0 = 0x60021D0; +D_60021F0 = 0x60021F0; +D_6002320 = 0x6002320; +D_6002394 = 0x6002394; +D_6002730 = 0x6002730; +D_60028B0 = 0x60028B0; +D_6002AF8 = 0x6002AF8; +D_6002D60 = 0x6002D60; +D_6002E60 = 0x6002E60; +D_6002F90 = 0x6002F90; +D_6003090 = 0x6003090; +D_60032C0 = 0x60032C0; +D_6003740 = 0x6003740; +D_6003B00 = 0x6003B00; +D_6003C80 = 0x6003C80; +D_6003D60 = 0x6003D60; +D_6003F50 = 0x6003F50; +D_6004110 = 0x6004110; +D_60041D0 = 0x60041D0; +D_6004250 = 0x6004250; +D_6004350 = 0x6004350; +D_60043C0 = 0x60043C0; +D_6004BA0 = 0x6004BA0; +D_6004BF0 = 0x6004BF0; +D_6004DC0 = 0x6004DC0; +D_6004F80 = 0x6004F80; +D_6005000 = 0x6005000; +D_6005160 = 0x6005160; +D_6005400 = 0x6005400; +D_6005474 = 0x6005474; +D_6005520 = 0x6005520; +D_60055A0 = 0x60055A0; +D_6005720 = 0x6005720; +D_60057F0 = 0x60057F0; +D_6005800 = 0x6005800; +D_6005EB0 = 0x6005EB0; +D_6006040 = 0x6006040; +D_6006060 = 0x6006060; +D_6006090 = 0x6006090; +D_6006110 = 0x6006110; +D_60061E0 = 0x60061E0; +D_60062B0 = 0x60062B0; +D_6006318 = 0x6006318; +D_600636C = 0x600636C; +D_6006380 = 0x6006380; +D_6006558 = 0x6006558; +D_60065F0 = 0x60065F0; +D_6006610 = 0x6006610; +D_6006630 = 0x6006630; +D_6006720 = 0x6006720; +D_6006860 = 0x6006860; +D_60068EC = 0x60068EC; +D_6006920 = 0x6006920; +D_600693C = 0x600693C; +D_6006958 = 0x6006958; +D_6006974 = 0x6006974; +D_6006990 = 0x6006990; +D_60069AC = 0x60069AC; +D_60069C8 = 0x60069C8; +D_60069E4 = 0x60069E4; +D_6006A00 = 0x6006A00; +D_6006A1C = 0x6006A1C; +D_6006B44 = 0x6006B44; +D_6006BE0 = 0x6006BE0; +D_6006BEC = 0x6006BEC; +D_6006C08 = 0x6006C08; +D_6006C24 = 0x6006C24; +D_6006C30 = 0x6006C30; +D_6007854 = 0x6007854; +D_6007980 = 0x6007980; +D_6007BF0 = 0x6007BF0; +D_6007D40 = 0x6007D40; +D_6007FA0 = 0x6007FA0; +D_6008020 = 0x6008020; +D_6008490 = 0x6008490; +D_60088D8 = 0x60088D8; +D_60089E8 = 0x60089E8; +D_6008A8C = 0x6008A8C; +D_6008AD0 = 0x6008AD0; +D_6008AE8 = 0x6008AE8; +D_6008D90 = 0x6008D90; +D_6009010 = 0x6009010; +D_6009070 = 0x6009070; +D_6009210 = 0x6009210; +D_6009250 = 0x6009250; +D_6009290 = 0x6009290; +D_6009350 = 0x6009350; +D_60093B0 = 0x60093B0; +D_6009650 = 0x6009650; +D_60096AC = 0x60096AC; +D_60098E0 = 0x60098E0; +D_60098F0 = 0x60098F0; +D_6009A10 = 0x6009A10; +D_6009BB4 = 0x6009BB4; +D_6009BD0 = 0x6009BD0; +D_6009D30 = 0x6009D30; +D_6009D40 = 0x6009D40; +D_6009DD8 = 0x6009DD8; +D_6009F90 = 0x6009F90; +D_600A0B4 = 0x600A0B4; +D_600A4A0 = 0x600A4A0; +D_600A530 = 0x600A530; +D_600A630 = 0x600A630; +D_600A688 = 0x600A688; +D_600AA78 = 0x600AA78; +D_600AAA0 = 0x600AAA0; +D_600AAE4 = 0x600AAE4; +D_600AC40 = 0x600AC40; +D_600ACEC = 0x600ACEC; +D_600AD10 = 0x600AD10; +D_600AFA0 = 0x600AFA0; +D_600B1B4 = 0x600B1B4; +D_600B350 = 0x600B350; +D_600B4B0 = 0x600B4B0; +D_600B4DC = 0x600B4DC; +D_600B6B0 = 0x600B6B0; +D_600B7C0 = 0x600B7C0; +D_600BAF0 = 0x600BAF0; +D_600BB40 = 0x600BB40; +D_600BB98 = 0x600BB98; +D_600BBE0 = 0x600BBE0; +D_600BC50 = 0x600BC50; +D_600BCC0 = 0x600BCC0; +D_600BDD8 = 0x600BDD8; +D_600BFB0 = 0x600BFB0; +D_600C020 = 0x600C020; +D_600C064 = 0x600C064; +D_600C15C = 0x600C15C; +D_600C200 = 0x600C200; +D_600C300 = 0x600C300; +D_600C4E0 = 0x600C4E0; +D_600C890 = 0x600C890; +D_600CCA8 = 0x600CCA8; +D_600CD50 = 0x600CD50; +D_600CD60 = 0x600CD60; +D_600CDC0 = 0x600CDC0; +D_600CEB0 = 0x600CEB0; +D_600D090 = 0x600D090; +D_600D290 = 0x600D290; +D_600D3DC = 0x600D3DC; +D_600D4E0 = 0x600D4E0; +D_600D560 = 0x600D560; +D_600D5C0 = 0x600D5C0; +D_600D6A0 = 0x600D6A0; +D_600D730 = 0x600D730; +D_600D9AC = 0x600D9AC; +D_600D9F0 = 0x600D9F0; +D_600DB98 = 0x600DB98; +D_600DBC0 = 0x600DBC0; +D_600DDF0 = 0x600DDF0; +D_600DF40 = 0x600DF40; +D_600DFE0 = 0x600DFE0; +D_600E050 = 0x600E050; +D_600E0B0 = 0x600E0B0; +D_600E170 = 0x600E170; +D_600E250 = 0x600E250; +D_600E2C4 = 0x600E2C4; +D_600E470 = 0x600E470; +D_600E540 = 0x600E540; +D_600E690 = 0x600E690; +D_600E740 = 0x600E740; +D_600E830 = 0x600E830; +D_600E908 = 0x600E908; +D_600EA10 = 0x600EA10; +D_600ED44 = 0x600ED44; +D_600EFC4 = 0x600EFC4; +D_600EFF0 = 0x600EFF0; +D_600F000 = 0x600F000; +D_600F08C = 0x600F08C; +D_600F0A0 = 0x600F0A0; +D_600F0F8 = 0x600F0F8; +D_600F140 = 0x600F140; +D_600F1C4 = 0x600F1C4; +D_600F1D0 = 0x600F1D0; +D_600F2AC = 0x600F2AC; +D_600F2F0 = 0x600F2F0; +D_600F580 = 0x600F580; +D_600F670 = 0x600F670; +D_600F680 = 0x600F680; +D_600F744 = 0x600F744; +D_600FAA0 = 0x600FAA0; +D_600FF64 = 0x600FF64; +D_6010198 = 0x6010198; +D_60105D8 = 0x60105D8; +D_6010744 = 0x6010744; +D_60109C0 = 0x60109C0; +D_6010DB0 = 0x6010DB0; +D_60114C0 = 0x60114C0; +D_6011598 = 0x6011598; +D_60118C4 = 0x60118C4; +D_60118E0 = 0x60118E0; +D_60119F0 = 0x60119F0; +D_6011A60 = 0x6011A60; +D_6011A80 = 0x6011A80; +D_6011B18 = 0x6011B18; +D_6011B48 = 0x6011B48; +D_6011CE0 = 0x6011CE0; +D_6011DC0 = 0x6011DC0; +D_6011DD0 = 0x6011DD0; +D_6011EE0 = 0x6011EE0; +D_601219C = 0x601219C; +D_60121C0 = 0x60121C0; +D_60126F0 = 0x60126F0; +D_6012840 = 0x6012840; +D_6012C00 = 0x6012C00; +D_6013098 = 0x6013098; +D_6013100 = 0x6013100; +D_6013150 = 0x6013150; +D_60131EC = 0x60131EC; +D_60131F0 = 0x60131F0; +D_6013200 = 0x6013200; +D_6013210 = 0x6013210; +D_6013284 = 0x6013284; +D_60132EC = 0x60132EC; +D_6013310 = 0x6013310; +D_6013344 = 0x6013344; +D_6013390 = 0x6013390; +D_6013410 = 0x6013410; +D_6013510 = 0x6013510; +D_6013530 = 0x6013530; +D_6013578 = 0x6013578; +D_6013600 = 0x6013600; +D_60136EC = 0x60136EC; +D_6013750 = 0x6013750; +D_6013770 = 0x6013770; +D_601388C = 0x601388C; +D_6013B50 = 0x6013B50; +D_6013DF0 = 0x6013DF0; +D_6013E10 = 0x6013E10; +D_6013EE0 = 0x6013EE0; +D_6013F00 = 0x6013F00; +D_6013F58 = 0x6013F58; +D_6014024 = 0x6014024; +D_6014040 = 0x6014040; +D_6014350 = 0x6014350; +D_6014390 = 0x6014390; +D_60143D0 = 0x60143D0; +D_60144A0 = 0x60144A0; +D_6014AA4 = 0x6014AA4; +D_6014AF0 = 0x6014AF0; +D_6014EC0 = 0x6014EC0; +D_6014F10 = 0x6014F10; +D_6014F20 = 0x6014F20; +D_6014F90 = 0x6014F90; +D_6015000 = 0x6015000; +D_6015270 = 0x6015270; +D_6015380 = 0x6015380; +D_60156A4 = 0x60156A4; +D_60159AC = 0x60159AC; +D_6015FC0 = 0x6015FC0; +D_6016240 = 0x6016240; +D_6016594 = 0x6016594; +D_60165A0 = 0x60165A0; +D_60166C0 = 0x60166C0; +D_6016C08 = 0x6016C08; +D_6016CF0 = 0x6016CF0; +D_6017040 = 0x6017040; +D_6017090 = 0x6017090; +D_6017370 = 0x6017370; +D_60175E0 = 0x60175E0; +D_60176B0 = 0x60176B0; +D_6017790 = 0x6017790; +D_6017AB0 = 0x6017AB0; +D_6017AD0 = 0x6017AD0; +D_6017D10 = 0x6017D10; +D_6018020 = 0x6018020; +D_60180A0 = 0x60180A0; +D_6018230 = 0x6018230; +D_6018390 = 0x6018390; +D_6018398 = 0x6018398; +D_601847C = 0x601847C; +D_60184A0 = 0x60184A0; +D_6018640 = 0x6018640; +D_6018798 = 0x6018798; +D_60188B4 = 0x60188B4; +D_6018930 = 0x6018930; +D_6018A70 = 0x6018A70; +D_6018AC0 = 0x6018AC0; +D_6018B10 = 0x6018B10; +D_6018B20 = 0x6018B20; +D_6018B98 = 0x6018B98; +D_6018C00 = 0x6018C00; +D_6018D10 = 0x6018D10; +D_6018D58 = 0x6018D58; +D_6018E58 = 0x6018E58; +D_6018E80 = 0x6018E80; +D_6018FF0 = 0x6018FF0; +D_6019130 = 0x6019130; +D_6019360 = 0x6019360; +D_60193A0 = 0x60193A0; +D_6019410 = 0x6019410; +D_601942C = 0x601942C; +D_6019578 = 0x6019578; +D_6019620 = 0x6019620; +D_6019650 = 0x6019650; +D_60196C0 = 0x60196C0; +D_60197AC = 0x60197AC; +D_60199A0 = 0x60199A0; +D_60199D0 = 0x60199D0; +D_6019A30 = 0x6019A30; +D_6019A58 = 0x6019A58; +D_6019C30 = 0x6019C30; +D_6019C58 = 0x6019C58; +D_6019CF0 = 0x6019CF0; +D_6019D38 = 0x6019D38; +D_601A040 = 0x601A040; +D_601A0E0 = 0x601A0E0; +D_601A160 = 0x601A160; +D_601A170 = 0x601A170; +D_601A180 = 0x601A180; +D_601A1A8 = 0x601A1A8; +D_601A1C0 = 0x601A1C0; +D_601A580 = 0x601A580; +D_601A808 = 0x601A808; +D_601A888 = 0x601A888; +D_601A954 = 0x601A954; +D_601AB10 = 0x601AB10; +D_601AB50 = 0x601AB50; +D_601AD10 = 0x601AD10; +D_601ADF8 = 0x601ADF8; +D_601AE40 = 0x601AE40; +D_601AE70 = 0x601AE70; +D_601AE80 = 0x601AE80; +D_601AFC4 = 0x601AFC4; +D_601AFF0 = 0x601AFF0; +D_601B1D0 = 0x601B1D0; +D_601B640 = 0x601B640; +D_601B6C0 = 0x601B6C0; +D_601B910 = 0x601B910; +D_601BA60 = 0x601BA60; +D_601BB00 = 0x601BB00; +D_601BBA0 = 0x601BBA0; +D_601C008 = 0x601C008; +D_601C310 = 0x601C310; +D_601C3D0 = 0x601C3D0; +D_601C470 = 0x601C470; +D_601C820 = 0x601C820; +D_601C8E0 = 0x601C8E0; +D_601D4C0 = 0x601D4C0; +D_601D510 = 0x601D510; +D_601D800 = 0x601D800; +D_601D8A8 = 0x601D8A8; +D_601D930 = 0x601D930; +D_601DA3C = 0x601DA3C; +D_601E0F0 = 0x601E0F0; +D_601E150 = 0x601E150; +D_601E1E8 = 0x601E1E8; +D_601E310 = 0x601E310; +D_601E320 = 0x601E320; +D_601E8C4 = 0x601E8C4; +D_601E9D0 = 0x601E9D0; +D_601EAA0 = 0x601EAA0; +D_601EF60 = 0x601EF60; +D_601F128 = 0x601F128; +D_601F1B0 = 0x601F1B0; +D_601F274 = 0x601F274; +D_601F6B4 = 0x601F6B4; +D_601F760 = 0x601F760; +D_601F8B0 = 0x601F8B0; +D_601FA04 = 0x601FA04; +D_601FAD0 = 0x601FAD0; +D_601FCE0 = 0x601FCE0; +D_601FF80 = 0x601FF80; +D_60204BC = 0x60204BC; +D_6020760 = 0x6020760; +D_6020810 = 0x6020810; +D_6020A48 = 0x6020A48; +D_6020B00 = 0x6020B00; +D_6020B40 = 0x6020B40; +D_6020D90 = 0x6020D90; +D_6020DD0 = 0x6020DD0; +D_6020F00 = 0x6020F00; +D_6020F60 = 0x6020F60; +D_6021080 = 0x6021080; +D_6021128 = 0x6021128; +D_602112C = 0x602112C; +D_6021240 = 0x6021240; +D_60212D0 = 0x60212D0; +D_60213B0 = 0x60213B0; +D_6021490 = 0x6021490; +D_60218FC = 0x60218FC; +D_60219C8 = 0x60219C8; +D_6021CB0 = 0x6021CB0; +D_60224DC = 0x60224DC; +D_60225A8 = 0x60225A8; +D_6022630 = 0x6022630; +D_6022760 = 0x6022760; +D_6022920 = 0x6022920; +D_60229A4 = 0x60229A4; +D_6023068 = 0x6023068; +D_60231A4 = 0x60231A4; +D_60231C8 = 0x60231C8; +D_60236F0 = 0x60236F0; +D_6023810 = 0x6023810; +D_6023AC0 = 0x6023AC0; +D_6023B90 = 0x6023B90; +D_6023C40 = 0x6023C40; +D_6023DCC = 0x6023DCC; +D_6024060 = 0x6024060; +D_60240B0 = 0x60240B0; +D_60244B0 = 0x60244B0; +D_60245E0 = 0x60245E0; +D_6024AD0 = 0x6024AD0; +D_6024B60 = 0x6024B60; +D_6024F10 = 0x6024F10; +D_6024FE0 = 0x6024FE0; +D_6025220 = 0x6025220; +D_6025440 = 0x6025440; +D_6025500 = 0x6025500; +D_60255EC = 0x60255EC; +D_60255F0 = 0x60255F0; +D_6025680 = 0x6025680; +D_6025690 = 0x6025690; +D_6025AE0 = 0x6025AE0; +D_6025B50 = 0x6025B50; +D_6025BEC = 0x6025BEC; +D_6025CA0 = 0x6025CA0; +D_602623C = 0x602623C; +D_6026394 = 0x6026394; +D_60263F0 = 0x60263F0; +D_6026420 = 0x6026420; +D_60265AC = 0x60265AC; +D_60266A0 = 0x60266A0; +D_6026820 = 0x6026820; +D_60268B8 = 0x60268B8; +D_6027150 = 0x6027150; +D_6027160 = 0x6027160; +D_602716C = 0x602716C; +D_602726C = 0x602726C; +D_6027340 = 0x6027340; +D_6027844 = 0x6027844; +D_6027930 = 0x6027930; +D_6027A30 = 0x6027A30; +D_6027B80 = 0x6027B80; +D_6027CF0 = 0x6027CF0; +D_6027E64 = 0x6027E64; +D_6028260 = 0x6028260; +D_6028368 = 0x6028368; +D_602848C = 0x602848C; +D_60286E0 = 0x60286E0; +D_602890C = 0x602890C; +D_6028A60 = 0x6028A60; +D_6029528 = 0x6029528; +D_6029670 = 0x6029670; +D_6029674 = 0x6029674; +D_60296D0 = 0x60296D0; +D_602991C = 0x602991C; +D_6029928 = 0x6029928; +D_6029A48 = 0x6029A48; +D_602A0AC = 0x602A0AC; +D_602A520 = 0x602A520; +D_602A888 = 0x602A888; +D_602AA04 = 0x602AA04; +D_602AA18 = 0x602AA18; +D_602AA7C = 0x602AA7C; +D_602AB48 = 0x602AB48; +D_602ADB0 = 0x602ADB0; +D_602B0E8 = 0x602B0E8; +D_602B100 = 0x602B100; +D_602B134 = 0x602B134; +D_602B180 = 0x602B180; +D_602B558 = 0x602B558; +D_602B6BC = 0x602B6BC; +D_602B980 = 0x602B980; +D_602BA20 = 0x602BA20; +D_602BC18 = 0x602BC18; +D_602BDF0 = 0x602BDF0; +D_602BE64 = 0x602BE64; +D_602C094 = 0x602C094; +D_602C0D0 = 0x602C0D0; +D_602C220 = 0x602C220; +D_602C4F0 = 0x602C4F0; +D_602C548 = 0x602C548; +D_602CC94 = 0x602CC94; +D_602CF20 = 0x602CF20; +D_602D1C0 = 0x602D1C0; +D_602D400 = 0x602D400; +D_602D5AC = 0x602D5AC; +D_602DA20 = 0x602DA20; +D_602DAF8 = 0x602DAF8; +D_602E84C = 0x602E84C; +D_602E9F8 = 0x602E9F8; +D_602EA44 = 0x602EA44; +D_602EB10 = 0x602EB10; +D_602EED8 = 0x602EED8; +D_602EF6C = 0x602EF6C; +D_602EFB0 = 0x602EFB0; +D_602F0A4 = 0x602F0A4; +D_602F120 = 0x602F120; +D_602F1AC = 0x602F1AC; +D_602F1C0 = 0x602F1C0; +D_602F22C = 0x602F22C; +D_602F4B8 = 0x602F4B8; +D_602FA30 = 0x602FA30; +D_602FCF4 = 0x602FCF4; +D_602FDE0 = 0x602FDE0; +D_602FE00 = 0x602FE00; +D_603030C = 0x603030C; +D_6030510 = 0x6030510; +D_6030590 = 0x6030590; +D_6030810 = 0x6030810; +D_60308F4 = 0x60308F4; +D_6030E40 = 0x6030E40; +D_60312C4 = 0x60312C4; +D_60312E0 = 0x60312E0; +D_6031A34 = 0x6031A34; +D_6031A6C = 0x6031A6C; +D_6031AA4 = 0x6031AA4; +D_6031B14 = 0x6031B14; +D_6031D4C = 0x6031D4C; +D_6031E4C = 0x6031E4C; +D_60320A4 = 0x60320A4; +D_6032184 = 0x6032184; +D_60322CC = 0x60322CC; +D_6032318 = 0x6032318; +D_60323D8 = 0x60323D8; +D_60324E4 = 0x60324E4; +D_6032648 = 0x6032648; +D_60329C0 = 0x60329C0; +D_6032BB8 = 0x6032BB8; +D_6032BC0 = 0x6032BC0; +D_6032CA8 = 0x6032CA8; +D_6033000 = 0x6033000; +D_6033DFC = 0x6033DFC; +D_6033E60 = 0x6033E60; +D_6033EC4 = 0x6033EC4; +D_6033F48 = 0x6033F48; +D_6033FBC = 0x6033FBC; +D_6034040 = 0x6034040; +D_60340A4 = 0x60340A4; +D_6034720 = 0x6034720; +D_6034B90 = 0x6034B90; +D_60354B8 = 0x60354B8; +D_603560C = 0x603560C; +D_6035760 = 0x6035760; +D_60357EC = 0x60357EC; +D_60358D4 = 0x60358D4; +D_6035C10 = 0x6035C10; +D_6035CA8 = 0x6035CA8; +D_6035D0C = 0x6035D0C; +D_6035D70 = 0x6035D70; +D_6035DA0 = 0x6035DA0; +D_6035DD4 = 0x6035DD4; +D_6035E38 = 0x6035E38; +D_6035E9C = 0x6035E9C; +D_60361F0 = 0x60361F0; +D_60362CC = 0x60362CC; +D_6036360 = 0x6036360; +D_60363B0 = 0x60363B0; +D_60365BC = 0x60365BC; +D_6036658 = 0x6036658; +D_6036840 = 0x6036840; +D_6036CD0 = 0x6036CD0; +D_6038018 = 0x6038018; +D_603B060 = 0x603B060; +D_603D9E8 = 0x603D9E8; +D_603DAA0 = 0x603DAA0; +D_603E748 = 0x603E748; +D_603E7C4 = 0x603E7C4; +D_603E924 = 0x603E924; +D_603EB38 = 0x603EB38; +D_6040C70 = 0x6040C70; +D_6040CF0 = 0x6040CF0; +D_60420F0 = 0x60420F0; +D_6042F70 = 0x6042F70; +D_60431A0 = 0x60431A0; +D_6043A20 = 0x6043A20; +D_6043EA0 = 0x6043EA0; +D_6044340 = 0x6044340; +D_6044450 = 0x6044450; +D_6045450 = 0x6045450; +D_6046EC0 = 0x6046EC0; +D_6048820 = 0x6048820; +D_6048A10 = 0x6048A10; +D_60492B0 = 0x60492B0; +D_6049B50 = 0x6049B50; +D_60565F0 = 0x60565F0; +D_6058700 = 0x6058700; +D_7001540 = 0x7001540; +D_70017F0 = 0x70017F0; +D_7001A10 = 0x7001A10; +D_7001C80 = 0x7001C80; +D_7002120 = 0x7002120; +D_7002340 = 0x7002340; +D_7002520 = 0x7002520; +D_7002960 = 0x7002960; +D_7002FF0 = 0x7002FF0; +D_70030F0 = 0x70030F0; +D_7003EE8 = 0x7003EE8; +D_7004240 = 0x7004240; +D_7004320 = 0x7004320; +D_7005300 = 0x7005300; +D_70054D0 = 0x70054D0; +D_7005A10 = 0x7005A10; +D_7005D44 = 0x7005D44; +D_7005E40 = 0x7005E40; +D_7005F10 = 0x7005F10; +D_70064E0 = 0x70064E0; +D_70064F4 = 0x70064F4; +D_70066B0 = 0x70066B0; +D_70067B4 = 0x70067B4; +D_70068BC = 0x70068BC; +D_70068D0 = 0x70068D0; +D_7007EB0 = 0x7007EB0; +D_70084CC = 0x70084CC; +D_7008A90 = 0x7008A90; +D_7008E60 = 0x7008E60; +D_70092E0 = 0x70092E0; +D_70096EC = 0x70096EC; +D_7009A80 = 0x7009A80; +D_7009F10 = 0x7009F10; +D_700B9C0 = 0x700B9C0; +D_700BB10 = 0x700BB10; +D_700C4B0 = 0x700C4B0; +D_700C620 = 0x700C620; +D_700C8B0 = 0x700C8B0; +D_700C8D8 = 0x700C8D8; +D_700C964 = 0x700C964; +D_700C980 = 0x700C980; +D_700CAF4 = 0x700CAF4; +D_700CB60 = 0x700CB60; +D_700D534 = 0x700D534; +D_700D700 = 0x700D700; +D_700E030 = 0x700E030; +D_700E244 = 0x700E244; +D_700E3F0 = 0x700E3F0; +D_700E9E0 = 0x700E9E0; +D_700EA38 = 0x700EA38; +D_700F240 = 0x700F240; +D_700F320 = 0x700F320; +D_7010970 = 0x7010970; +D_7010E10 = 0x7010E10; +D_7010EE0 = 0x7010EE0; +D_7010F00 = 0x7010F00; +D_7010F70 = 0x7010F70; +D_7010FD0 = 0x7010FD0; +D_7010FF0 = 0x7010FF0; +D_70110C0 = 0x70110C0; +D_70110E0 = 0x70110E0; +D_70111B0 = 0x70111B0; +D_7011970 = 0x7011970; +D_7011A88 = 0x7011A88; +D_7011AA0 = 0x7011AA0; +D_7011BA0 = 0x7011BA0; +D_7011C40 = 0x7011C40; +D_7011D40 = 0x7011D40; +D_7011DB0 = 0x7011DB0; +D_7011EB0 = 0x7011EB0; +D_7012B00 = 0x7012B00; +D_7012FC0 = 0x7012FC0; +D_8000708 = 0x8000708; +D_8000D80 = 0x8000D80; +D_8000D90 = 0x8000D90; +D_8000FC0 = 0x8000FC0; +D_8001000 = 0x8001000; +D_8001100 = 0x8001100; +D_8001120 = 0x8001120; +D_8001170 = 0x8001170; +D_8001190 = 0x8001190; +D_8003190 = 0x8003190; +D_8003290 = 0x8003290; +D_80032B0 = 0x80032B0; +D_8003308 = 0x8003308; +D_8003330 = 0x8003330; +D_8003DB0 = 0x8003DB0; +D_8003E10 = 0x8003E10; +D_8003E30 = 0x8003E30; +D_80041F0 = 0x80041F0; +D_80043A0 = 0x80043A0; +D_8004460 = 0x8004460; +D_80044A8 = 0x80044A8; +D_80044D0 = 0x80044D0; +D_8004518 = 0x8004518; +D_8004540 = 0x8004540; +D_8004860 = 0x8004860; +D_8004E00 = 0x8004E00; +D_80053A0 = 0x80053A0; +D_8005920 = 0x8005920; +D_80067A0 = 0x80067A0; +D_80068A0 = 0x80068A0; +D_8006BC0 = 0x8006BC0; +D_8006C40 = 0x8006C40; +D_8006DC0 = 0x8006DC0; +D_8007CC0 = 0x8007CC0; +D_8008120 = 0x8008120; +D_8008FE8 = 0x8008FE8; +D_8009A20 = 0x8009A20; +D_8009AC0 = 0x8009AC0; +D_8009CA0 = 0x8009CA0; +D_800AC60 = 0x800AC60; +D_800B3B0 = 0x800B3B0; +D_800B710 = 0x800B710; +D_800B980 = 0x800B980; +D_800BC90 = 0x800BC90; +D_800CC00 = 0x800CC00; +D_800CE80 = 0x800CE80; +D_800D430 = 0x800D430; +D_800DB30 = 0x800DB30; +D_800E590 = 0x800E590; +D_800E8E0 = 0x800E8E0; +D_800E920 = 0x800E920; +D_800F460 = 0x800F460; +D_8010360 = 0x8010360; +D_8012580 = 0x8012580; +D_8013420 = 0x8013420; +D_8013CC0 = 0x8013CC0; +D_8025080 = 0x8025080; +D_9002CF0 = 0x9002CF0; +D_9003330 = 0x9003330; +D_9003890 = 0x9003890; +D_9003DF0 = 0x9003DF0; +D_9004288 = 0x9004288; +D_900D098 = 0x900D098; +D_900D164 = 0x900D164; +D_900D180 = 0x900D180; +D_900DF20 = 0x900DF20; +D_900FC4C = 0x900FC4C; +D_9010FD0 = 0x9010FD0; +D_9011200 = 0x9011200; +D_9013C20 = 0x9013C20; +D_901C0F4 = 0x901C0F4; +D_901DA50 = 0x901DA50; +D_9023290 = 0x9023290; +D_90234D0 = 0x90234D0; +D_A0002BC = 0xA0002BC; +D_A00047C = 0xA00047C; +D_A000568 = 0xA000568; +D_A000858 = 0xA000858; +D_A000934 = 0xA000934; +D_A000D50 = 0xA000D50; +D_A000EDC = 0xA000EDC; +D_A001A70 = 0xA001A70; +D_A009990 = 0xA009990; +D_C00080C = 0xC00080C; +D_C000DD4 = 0xC000DD4; +D_C001D08 = 0xC001D08; +D_C001D20 = 0xC001D20; +D_C002100 = 0xC002100; +D_C0035D0 = 0xC0035D0; +D_C003A60 = 0xC003A60; +D_C006108 = 0xC006108; +D_C00D048 = 0xC00D048; +D_C00D798 = 0xC00D798; +D_C014940 = 0xC014940; +D_C016250 = 0xC016250; +D_C016630 = 0xC016630; +D_C016640 = 0xC016640; +D_C016798 = 0xC016798; +D_C017DC4 = 0xC017DC4; +D_C01BE3C = 0xC01BE3C; +D_C021720 = 0xC021720; +D_C022D54 = 0xC022D54; +D_C0232D0 = 0xC0232D0; +D_C024E00 = 0xC024E00; +D_C029174 = 0xC029174; +D_C02D694 = 0xC02D694; +D_C02DFA0 = 0xC02DFA0; +D_C02F444 = 0xC02F444; +D_C032980 = 0xC032980; +D_C032F98 = 0xC032F98; +D_C0348A4 = 0xC0348A4; +D_C0348CC = 0xC0348CC; +D_C035510 = 0xC035510; +D_C035D6C = 0xC035D6C; +D_C03653C = 0xC03653C; +D_C03703C = 0xC03703C; +D_C037CC4 = 0xC037CC4; +D_C037ECC = 0xC037ECC; +D_C038124 = 0xC038124; +D_C0381E8 = 0xC0381E8; +D_C038408 = 0xC038408; +D_C038490 = 0xC038490; +D_C039490 = 0xC039490; +D_D000000 = 0xD000000; +D_D000F20 = 0xD000F20; +D_D001E40 = 0xD001E40; +D_D002D60 = 0xD002D60; +D_D003C80 = 0xD003C80; +D_D004BA0 = 0xD004BA0; +D_D005AC0 = 0xD005AC0; +D_D0069E0 = 0xD0069E0; +D_D007900 = 0xD007900; +D_D008820 = 0xD008820; +D_D009740 = 0xD009740; +D_D0098D0 = 0xD0098D0; +D_D00B870 = 0xD00B870; +D_E000000 = 0xE000000; +D_E000150 = 0xE000150; +D_E00A660 = 0xE00A660; +D_E00DF80 = 0xE00DF80; +D_E00EEA0 = 0xE00EEA0; +D_E00FDC0 = 0xE00FDC0; +D_E010CE0 = 0xE010CE0; +D_F000800 = 0xF000800; +D_F000F20 = 0xF000F20; +D_F001000 = 0xF001000; +D_F001800 = 0xF001800; +D_F001E40 = 0xF001E40; +D_F002000 = 0xF002000; +D_F002D60 = 0xF002D60; +D_F003C80 = 0xF003C80; +D_F004BA0 = 0xF004BA0; +D_F005AC0 = 0xF005AC0; +D_F0069E0 = 0xF0069E0; +D_F007900 = 0xF007900; +D_F008820 = 0xF008820; +D_F009740 = 0xF009740; +D_F00A660 = 0xF00A660; +D_F00B580 = 0xF00B580; +D_F00C4A0 = 0xF00C4A0; +D_F00D3C0 = 0xF00D3C0; +D_F00E2E0 = 0xF00E2E0; +D_F00F200 = 0xF00F200; +D_F0103D0 = 0xF0103D0; +D_F014180 = 0xF014180; +D_F014310 = 0xF014310; diff --git a/src/dmatable.c b/src/dmatable.c index 51a54aa3..c79bff05 100644 --- a/src/dmatable.c +++ b/src/dmatable.c @@ -1,10 +1,5 @@ #include "sf64dma.h" -#define DMA_ENTRY(file) \ - { file##_ROM_START, { file##_ROM_START, file##_ROM_END }, false } -#define DMA_ENTRY_NONE \ - { NULL, { NULL, NULL }, false } - DmaEntry gDmaTable[90] = { DMA_ENTRY(makerom), DMA_ENTRY(main), diff --git a/src/engine/fox_load_inits.c b/src/engine/fox_load_inits.c index 392e45dd..db6f9e8c 100644 --- a/src/engine/fox_load_inits.c +++ b/src/engine/fox_load_inits.c @@ -1,26 +1,5 @@ #include "sf64dma.h" -#define NO_SEGMENT \ - { NULL, NULL } - -#define OVERLAY_OFFSETS(file) \ - { \ - { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) }, { SEGMENT_BSS_START(file), SEGMENT_BSS_END(file) }, \ - { SEGMENT_TEXT_START(file), SEGMENT_TEXT_END(file) }, { \ - SEGMENT_DATA_START(file), SEGMENT_RODATA_END(file) \ - } \ - } - -#define NO_OVERLAY \ - { \ - { NULL, NULL }, { NULL, NULL }, { NULL, NULL }, { \ - NULL, NULL \ - } \ - } - -#define ROM_SEGMENT(file) \ - { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) } - Scene sNoOvl_Logo[1] = { { NO_OVERLAY, { /* 0x1 */ NO_SEGMENT, diff --git a/srceu/dmatable.c b/srceu/dmatable.c index 62b2e999..355d3011 100644 --- a/srceu/dmatable.c +++ b/srceu/dmatable.c @@ -1,10 +1,5 @@ #include "sf64dma.h" -#define DMA_ENTRY(file) \ - { file##_ROM_START, { file##_ROM_START, file##_ROM_END }, false } -#define DMA_ENTRY_NONE \ - { NULL, { NULL, NULL }, false } - DmaEntry gDmaTable[101] = { DMA_ENTRY(makerom), DMA_ENTRY(main), diff --git a/srceu/engine/fox_load_inits.c b/srceu/engine/fox_load_inits.c index d6d2fe40..006614b9 100644 --- a/srceu/engine/fox_load_inits.c +++ b/srceu/engine/fox_load_inits.c @@ -1,21 +1,5 @@ #include "sf64dma.h" -#define NO_SEGMENT \ - { NULL, NULL } - -#define OVERLAY_OFFSETS(file) \ - { \ - { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) }, { SEGMENT_BSS_START(file), SEGMENT_BSS_END(file) }, \ - { SEGMENT_TEXT_START(file), SEGMENT_TEXT_END(file) }, \ - { SEGMENT_DATA_START(file), SEGMENT_RODATA_END(file) }, \ - } - -#define NO_OVERLAY \ - { NO_SEGMENT, NO_SEGMENT, NO_SEGMENT, NO_SEGMENT } - -#define ROM_SEGMENT(file) \ - { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) } - Scene D_800CAFC4[1] = { { NO_OVERLAY, { /* 1 */ NO_SEGMENT, diff --git a/srceu/engine/fox_versus.c b/srceu/engine/fox_versus.c index aed0ae3e..81a09f79 100644 --- a/srceu/engine/fox_versus.c +++ b/srceu/engine/fox_versus.c @@ -125,6 +125,12 @@ void func_800BE708(void) { #pragma GLOBAL_ASM("asm/eu/rev0/nonmatchings/engine/fox_versus/func_800C2220.s") +void func_800C227C(void) { +} + +void func_800C2284(void) { +} + #pragma GLOBAL_ASM("asm/eu/rev0/nonmatchings/engine/fox_versus/func_800C228C.s") #pragma GLOBAL_ASM("asm/eu/rev0/nonmatchings/engine/fox_versus/func_800C29BC.s") diff --git a/srcjp/dmatable.c b/srcjp/dmatable.c index 435f9a43..ee815a9a 100644 --- a/srcjp/dmatable.c +++ b/srcjp/dmatable.c @@ -1,10 +1,5 @@ #include "sf64dma.h" -#define DMA_ENTRY(file) \ - { file##_ROM_START, { file##_ROM_START, file##_ROM_END }, false } -#define DMA_ENTRY_NONE \ - { NULL, { NULL, NULL }, false } - DmaEntry gDmaTable[89] = { DMA_ENTRY(makerom), DMA_ENTRY(main), diff --git a/srcjp/engine/fox_load_inits.c b/srcjp/engine/fox_load_inits.c index 392e45dd..db6f9e8c 100644 --- a/srcjp/engine/fox_load_inits.c +++ b/srcjp/engine/fox_load_inits.c @@ -1,26 +1,5 @@ #include "sf64dma.h" -#define NO_SEGMENT \ - { NULL, NULL } - -#define OVERLAY_OFFSETS(file) \ - { \ - { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) }, { SEGMENT_BSS_START(file), SEGMENT_BSS_END(file) }, \ - { SEGMENT_TEXT_START(file), SEGMENT_TEXT_END(file) }, { \ - SEGMENT_DATA_START(file), SEGMENT_RODATA_END(file) \ - } \ - } - -#define NO_OVERLAY \ - { \ - { NULL, NULL }, { NULL, NULL }, { NULL, NULL }, { \ - NULL, NULL \ - } \ - } - -#define ROM_SEGMENT(file) \ - { SEGMENT_ROM_START(file), SEGMENT_ROM_END(file) } - Scene sNoOvl_Logo[1] = { { NO_OVERLAY, { /* 0x1 */ NO_SEGMENT, diff --git a/yamls/eu/rev0/header.yaml b/yamls/eu/rev0/header.yaml index 9b3c57ed..ac02251c 100644 --- a/yamls/eu/rev0/header.yaml +++ b/yamls/eu/rev0/header.yaml @@ -16,6 +16,7 @@ options: symbol_addrs_path: - linker_scripts/eu/rev0/symbol_addrs.txt - linker_scripts/eu/rev0/symbol_addrs_fix.txt + - linker_scripts/eu/rev0/symbol_addrs_assets.txt asm_path: asm/eu/rev0 src_path: srceu diff --git a/yamls/eu/rev0/main.yaml b/yamls/eu/rev0/main.yaml index f0cf1b4d..710243ae 100644 --- a/yamls/eu/rev0/main.yaml +++ b/yamls/eu/rev0/main.yaml @@ -87,6 +87,8 @@ - [0x25E10, asm] - [0x25EC0, asm] - [0x25FC0, asm] + - [0x26000, asm] # exceptasm + - [0x26D80, asm] - [0x270F0, asm] - [0x27980, asm] - [0x27BF0, asm] @@ -272,7 +274,6 @@ - [0xDB420, .rodata, engine/fox_save] # Common assets - - [0xDB490, data, common] - [0xDB490, data, fox_shapes] - [0xDCC70, data, fox_wheels] - [0xDDA10, data, fox_msg_textures] diff --git a/yamls/eu/rev0/overlays.yaml b/yamls/eu/rev0/overlays.yaml index 21e1d23e..4008c04c 100644 --- a/yamls/eu/rev0/overlays.yaml +++ b/yamls/eu/rev0/overlays.yaml @@ -185,7 +185,7 @@ start: 0xEBC490 vram: 0x8018B020 follows_vram: ast_radio_de - bss_size: 0x173A0 + bss_size: 0x173C0 symbol_name_format: menu_$VRAM subsegments: - [0xEBC490, c, fox_i_menu] diff --git a/yamls/jp/rev0/header.yaml b/yamls/jp/rev0/header.yaml index 4067e70d..aaa7d62b 100644 --- a/yamls/jp/rev0/header.yaml +++ b/yamls/jp/rev0/header.yaml @@ -16,6 +16,7 @@ options: symbol_addrs_path: - linker_scripts/jp/rev0/symbol_addrs.txt - linker_scripts/jp/rev0/symbol_addrs_fix.txt + - linker_scripts/jp/rev0/symbol_addrs_assets.txt asm_path: asm/jp/rev0 src_path: srcjp