From 91debbb3f9c46ec0744d165ed940b2a0203248ee Mon Sep 17 00:00:00 2001 From: Kieron Date: Mon, 27 Nov 2023 21:15:44 +0000 Subject: [PATCH] Add inverlt2.c for d16e --- asm/overlays/d16e/NewSpark2_800CA714.s | 38 -- asm/overlays/d16e/d16e_cinema_800CF9B8.s | 240 ----------- asm/overlays/d16e/d16e_cinema_800CFD64.s | 17 - asm/overlays/d16e/d16e_cinema_800CFD94.s | 178 -------- asm/overlays/d16e/d16e_cinema_800D0048.s | 43 -- asm/overlays/d16e/d16e_cinema_800D00E0.s | 8 - asm/overlays/d16e/d16e_cinema_800D00EC.s | 47 --- asm/overlays/d16e/d16e_dymc_seg_800D0194.s | 26 -- asm/overlays/d16e/d16e_dymc_seg_800D01E8.s | 15 - asm/overlays/d16e/d16e_dymc_seg_800D0210.s | 72 ---- asm/overlays/d16e/d16e_dymc_seg_800D031C.s | 42 -- asm/overlays/d16e/d16e_fadeio_800CEDF0.s | 154 ------- asm/overlays/d16e/d16e_fadeio_800CF044.s | 17 - asm/overlays/d16e/d16e_fadeio_800CF074.s | 78 ---- asm/overlays/d16e/d16e_fadeio_800CF198.s | 43 -- asm/overlays/d16e/d16e_fadeio_800CF230.s | 47 --- asm/overlays/d16e/d16e_focus_800D03B0.s | 198 --------- asm/overlays/d16e/d16e_focus_800D06B4.s | 17 - asm/overlays/d16e/d16e_focus_800D06E4.s | 154 ------- asm/overlays/d16e/d16e_focus_800D0938.s | 42 -- asm/overlays/d16e/d16e_inverlt2_800D0FF4.s | 360 ----------------- asm/overlays/d16e/d16e_inverlt2_800D1580.s | 187 --------- asm/overlays/d16e/d16e_inverlt2_800D1858.s | 36 -- asm/overlays/d16e/d16e_inverlt2_800D18D4.s | 380 ------------------ asm/overlays/d16e/d16e_sepia_800D09CC.s | 33 -- asm/overlays/d16e/d16e_sepia_800D0A3C.s | 66 --- asm/overlays/d16e/d16e_sepia_800D0B30.s | 48 --- asm/overlays/d16e/d16e_sepia_800D0BDC.s | 20 - asm/overlays/d16e/d16e_sepia_800D0C18.s | 65 --- asm/overlays/d16e/d16e_sepia_800D0D08.s | 49 --- asm/overlays/d16e/d16e_sepia_800D0DB8.s | 15 - asm/overlays/d16e/d16e_sepia_800D0DE0.s | 35 -- asm/overlays/d16e/d16e_sepia_800D0E58.s | 66 --- asm/overlays/d16e/d16e_sepia_800D0F4C.s | 7 - asm/overlays/d16e/d16e_sepia_800D0F54.s | 16 - asm/overlays/d16e/d16e_sepia_800D0F80.s | 34 -- asm/overlays/d16e/d16e_spark2_800CE740.s | 62 --- asm/overlays/d16e/d16e_spark2_800CE824.s | 71 ---- asm/overlays/d16e/d16e_spark2_800CE92C.s | 58 --- asm/overlays/d16e/d16e_spark2_800CEA00.s | 23 -- asm/overlays/d16e/d16e_spark2_800CEA48.s | 19 - asm/overlays/d16e/d16e_spark2_800CEA80.s | 67 --- asm/overlays/d16e/d16e_spark2_800CEB78.s | 20 - asm/overlays/d16e/d16e_spark2_800CEBB4.s | 115 ------ build/linker_command_file.txt | 56 +-- .../{overlay2.c => Anime/animeconv/smoke.c} | 117 ++---- src/overlays/d16e/Kojo/inverlt2.c | 326 +++++++++++++++ um/d16e.bin | Bin 785 -> 796 bytes 48 files changed, 369 insertions(+), 3458 deletions(-) delete mode 100755 asm/overlays/d16e/NewSpark2_800CA714.s delete mode 100644 asm/overlays/d16e/d16e_cinema_800CF9B8.s delete mode 100644 asm/overlays/d16e/d16e_cinema_800CFD64.s delete mode 100755 asm/overlays/d16e/d16e_cinema_800CFD94.s delete mode 100644 asm/overlays/d16e/d16e_cinema_800D0048.s delete mode 100644 asm/overlays/d16e/d16e_cinema_800D00E0.s delete mode 100755 asm/overlays/d16e/d16e_cinema_800D00EC.s delete mode 100644 asm/overlays/d16e/d16e_dymc_seg_800D0194.s delete mode 100644 asm/overlays/d16e/d16e_dymc_seg_800D01E8.s delete mode 100755 asm/overlays/d16e/d16e_dymc_seg_800D0210.s delete mode 100755 asm/overlays/d16e/d16e_dymc_seg_800D031C.s delete mode 100644 asm/overlays/d16e/d16e_fadeio_800CEDF0.s delete mode 100644 asm/overlays/d16e/d16e_fadeio_800CF044.s delete mode 100755 asm/overlays/d16e/d16e_fadeio_800CF074.s delete mode 100755 asm/overlays/d16e/d16e_fadeio_800CF198.s delete mode 100755 asm/overlays/d16e/d16e_fadeio_800CF230.s delete mode 100644 asm/overlays/d16e/d16e_focus_800D03B0.s delete mode 100644 asm/overlays/d16e/d16e_focus_800D06B4.s delete mode 100755 asm/overlays/d16e/d16e_focus_800D06E4.s delete mode 100755 asm/overlays/d16e/d16e_focus_800D0938.s delete mode 100755 asm/overlays/d16e/d16e_inverlt2_800D0FF4.s delete mode 100644 asm/overlays/d16e/d16e_inverlt2_800D1580.s delete mode 100644 asm/overlays/d16e/d16e_inverlt2_800D1858.s delete mode 100755 asm/overlays/d16e/d16e_inverlt2_800D18D4.s delete mode 100755 asm/overlays/d16e/d16e_sepia_800D09CC.s delete mode 100644 asm/overlays/d16e/d16e_sepia_800D0A3C.s delete mode 100644 asm/overlays/d16e/d16e_sepia_800D0B30.s delete mode 100644 asm/overlays/d16e/d16e_sepia_800D0BDC.s delete mode 100755 asm/overlays/d16e/d16e_sepia_800D0C18.s delete mode 100755 asm/overlays/d16e/d16e_sepia_800D0D08.s delete mode 100644 asm/overlays/d16e/d16e_sepia_800D0DB8.s delete mode 100755 asm/overlays/d16e/d16e_sepia_800D0DE0.s delete mode 100644 asm/overlays/d16e/d16e_sepia_800D0E58.s delete mode 100644 asm/overlays/d16e/d16e_sepia_800D0F4C.s delete mode 100755 asm/overlays/d16e/d16e_sepia_800D0F54.s delete mode 100755 asm/overlays/d16e/d16e_sepia_800D0F80.s delete mode 100755 asm/overlays/d16e/d16e_spark2_800CE740.s delete mode 100755 asm/overlays/d16e/d16e_spark2_800CE824.s delete mode 100755 asm/overlays/d16e/d16e_spark2_800CE92C.s delete mode 100755 asm/overlays/d16e/d16e_spark2_800CEA00.s delete mode 100755 asm/overlays/d16e/d16e_spark2_800CEA48.s delete mode 100644 asm/overlays/d16e/d16e_spark2_800CEA80.s delete mode 100644 asm/overlays/d16e/d16e_spark2_800CEB78.s delete mode 100755 asm/overlays/d16e/d16e_spark2_800CEBB4.s rename src/overlays/d16e/{overlay2.c => Anime/animeconv/smoke.c} (87%) create mode 100644 src/overlays/d16e/Kojo/inverlt2.c diff --git a/asm/overlays/d16e/NewSpark2_800CA714.s b/asm/overlays/d16e/NewSpark2_800CA714.s deleted file mode 100755 index 4d321faab..000000000 --- a/asm/overlays/d16e/NewSpark2_800CA714.s +++ /dev/null @@ -1,38 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef NewSpark2_800CA714 -NewSpark2_800CA714: - dw 0x27BDFFE0 ; 800CED6C - dw 0xAFB10014 ; 800CED70 - dw 0x00808821 ; 800CED74 - dw 0x24040005 ; 800CED78 - dw 0x2405039C ; 800CED7C - dw 0xAFBF0018 ; 800CED80 - dw 0x0C005439 ; 800CED84 - dw 0xAFB00010 ; 800CED88 - dw 0x00408021 ; 800CED8C - dw 0x12000011 ; 800CED90 - dw 0x02002021 ; 800CED94 - dw 0x3C05800D ; 800CED98 - dw 0x24A5EA80 ; 800CED9C - dw 0x3C06800D ; 800CEDA0 - dw 0x3C07800D ; 800CEDA4 - dw 0x24C6EB78 ; 800CEDA8 - dw 0x0C005453 ; 800CEDAC - dw 0x24E72E20 ; 800CEDB0 - dw 0x02002021 ; 800CEDB4 - dw 0x0C033AED ; 800CEDB8 - dw 0x02202821 ; 800CEDBC - dw 0x04410006 ; 800CEDC0 - dw 0x02001021 ; 800CEDC4 - dw 0x0C005472 ; 800CEDC8 - dw 0x02002021 ; 800CEDCC - dw 0x08033B77 ; 800CEDD0 - dw 0x00001021 ; 800CEDD4 - dw 0x02001021 ; 800CEDD8 - dw 0x8FBF0018 ; 800CEDDC - dw 0x8FB10014 ; 800CEDE0 - dw 0x8FB00010 ; 800CEDE4 - dw 0x03E00008 ; 800CEDE8 - dw 0x27BD0020 ; 800CEDEC diff --git a/asm/overlays/d16e/d16e_cinema_800CF9B8.s b/asm/overlays/d16e/d16e_cinema_800CF9B8.s deleted file mode 100644 index 2541d48ac..000000000 --- a/asm/overlays/d16e/d16e_cinema_800CF9B8.s +++ /dev/null @@ -1,240 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_cinema_800CF9B8 -d16e_cinema_800CF9B8: - dw 0x3C02800B ; 800CF9B8 - dw 0x8C42B928 ; 800CF9BC - dw 0x27BDFFE0 ; 800CF9C0 - dw 0xAFB00018 ; 800CF9C4 - dw 0x00808021 ; 800CF9C8 - dw 0x1440000D ; 800CF9CC - dw 0xAFBF001C ; 800CF9D0 - dw 0x96040020 ; 800CF9D4 - dw 0x3C06800C ; 800CF9D8 - dw 0x24050002 ; 800CF9DC - dw 0x0C033D14 ; 800CF9E0 - dw 0x24C63690 ; 800CF9E4 - dw 0x00401821 ; 800CF9E8 - dw 0x10600003 ; 800CF9EC - dw 0x24020001 ; 800CF9F0 - dw 0x14620003 ; 800CF9F4 - dw 0x24020002 ; 800CF9F8 - dw 0xAE020024 ; 800CF9FC - dw 0xAE000028 ; 800CFA00 - dw 0x8E030024 ; 800CFA04 - dw 0x24020002 ; 800CFA08 - dw 0x14620005 ; 800CFA0C - dw 0x00003821 ; 800CFA10 - dw 0x0C005472 ; 800CFA14 - dw 0x02002021 ; 800CFA18 - dw 0x08033F55 ; 800CFA1C - dw 0x00000000 ; 800CFA20 - dw 0x24080001 ; 800CFA24 - dw 0x27A60010 ; 800CFA28 - dw 0x24050034 ; 800CFA2C - dw 0x3C02800B ; 800CFA30 - dw 0x3C03800B ; 800CFA34 - dw 0x8C63B920 ; 800CFA38 - dw 0x244219EC ; 800CFA3C - dw 0x00031880 ; 800CFA40 - dw 0x00431021 ; 800CFA44 - dw 0x8C4901EC ; 800CFA48 - dw 0x8E020024 ; 800CFA4C - dw 0x00000000 ; 800CFA50 - dw 0x14400009 ; 800CFA54 - dw 0x02052021 ; 800CFA58 - dw 0x8C820000 ; 800CFA5C - dw 0x8C830004 ; 800CFA60 - dw 0x00000000 ; 800CFA64 - dw 0x0062102A ; 800CFA68 - dw 0x1040000C ; 800CFA6C - dw 0x24620001 ; 800CFA70 - dw 0x08033EA8 ; 800CFA74 - dw 0xAC820004 ; 800CFA78 - dw 0x14480006 ; 800CFA7C - dw 0x00000000 ; 800CFA80 - dw 0x8C820004 ; 800CFA84 - dw 0x00000000 ; 800CFA88 - dw 0x2442FFFF ; 800CFA8C - dw 0x08033EA8 ; 800CFA90 - dw 0xAC820004 ; 800CFA94 - dw 0xAC800004 ; 800CFA98 - dw 0xAC800008 ; 800CFA9C - dw 0x8C83000C ; 800CFAA0 - dw 0x8C820004 ; 800CFAA4 - dw 0x00000000 ; 800CFAA8 - dw 0x00620018 ; 800CFAAC - dw 0x00001812 ; 800CFAB0 - dw 0x8C820000 ; 800CFAB4 - dw 0x00000000 ; 800CFAB8 - dw 0x0062001A ; 800CFABC - dw 0x14400002 ; 800CFAC0 - dw 0x00000000 ; 800CFAC4 - dw 0x0007000D ; 800CFAC8 - dw 0x2401FFFF ; 800CFACC - dw 0x14410004 ; 800CFAD0 - dw 0x3C018000 ; 800CFAD4 - dw 0x14610002 ; 800CFAD8 - dw 0x00000000 ; 800CFADC - dw 0x0006000D ; 800CFAE0 - dw 0x00001812 ; 800CFAE4 - dw 0x8C820008 ; 800CFAE8 - dw 0x00000000 ; 800CFAEC - dw 0x00621821 ; 800CFAF0 - dw 0x28620100 ; 800CFAF4 - dw 0x14400003 ; 800CFAF8 - dw 0x00000000 ; 800CFAFC - dw 0x08033EC5 ; 800CFB00 - dw 0x240300FF ; 800CFB04 - dw 0x04610003 ; 800CFB08 - dw 0x00031200 ; 800CFB0C - dw 0x00001821 ; 800CFB10 - dw 0x00031200 ; 800CFB14 - dw 0x00621025 ; 800CFB18 - dw 0x00031C00 ; 800CFB1C - dw 0x00431025 ; 800CFB20 - dw 0xACC20000 ; 800CFB24 - dw 0x24C60004 ; 800CFB28 - dw 0x24E70001 ; 800CFB2C - dw 0x28E20002 ; 800CFB30 - dw 0x1440FFC5 ; 800CFB34 - dw 0x24A50010 ; 800CFB38 - dw 0x3C0200FF ; 800CFB3C - dw 0x8FA30010 ; 800CFB40 - dw 0x3442FFFF ; 800CFB44 - dw 0x14620021 ; 800CFB48 - dw 0x3C0700FF ; 800CFB4C - dw 0x8FA60014 ; 800CFB50 - dw 0x00000000 ; 800CFB54 - dw 0x14C3001D ; 800CFB58 - dw 0x3C02800B ; 800CFB5C - dw 0x3C05FF00 ; 800CFB60 - dw 0x8C42B920 ; 800CFB64 - dw 0x8E040030 ; 800CFB68 - dw 0x00021140 ; 800CFB6C - dw 0x244200A0 ; 800CFB70 - dw 0x00822021 ; 800CFB74 - dw 0x8C830000 ; 800CFB78 - dw 0x8D220000 ; 800CFB7C - dw 0x00651824 ; 800CFB80 - dw 0x00461024 ; 800CFB84 - dw 0x00621825 ; 800CFB88 - dw 0xAC830000 ; 800CFB8C - dw 0x8D220000 ; 800CFB90 - dw 0x00861824 ; 800CFB94 - dw 0x00451024 ; 800CFB98 - dw 0x00431025 ; 800CFB9C - dw 0xAD220000 ; 800CFBA0 - dw 0x8C830010 ; 800CFBA4 - dw 0x00461024 ; 800CFBA8 - dw 0x00651824 ; 800CFBAC - dw 0x00621825 ; 800CFBB0 - dw 0xAC830010 ; 800CFBB4 - dw 0x24840010 ; 800CFBB8 - dw 0x8D220000 ; 800CFBBC - dw 0x00862024 ; 800CFBC0 - dw 0x00451024 ; 800CFBC4 - dw 0x08033F20 ; 800CFBC8 - dw 0x00441025 ; 800CFBCC - dw 0x3C02800B ; 800CFBD0 - dw 0x3C06FF00 ; 800CFBD4 - dw 0x8C43B920 ; 800CFBD8 - dw 0x8FA80010 ; 800CFBDC - dw 0x8E040030 ; 800CFBE0 - dw 0x000310C0 ; 800CFBE4 - dw 0x00431021 ; 800CFBE8 - dw 0x000210C0 ; 800CFBEC - dw 0x24420010 ; 800CFBF0 - dw 0x00822021 ; 800CFBF4 - dw 0x8C820004 ; 800CFBF8 - dw 0x24850024 ; 800CFBFC - dw 0x00461024 ; 800CFC00 - dw 0x01024025 ; 800CFC04 - dw 0xAC880004 ; 800CFC08 - dw 0xAC88000C ; 800CFC0C - dw 0xACA80004 ; 800CFC10 - dw 0xACA8000C ; 800CFC14 - dw 0x8FA80014 ; 800CFC18 - dw 0x34E7FFFF ; 800CFC1C - dw 0xAC880014 ; 800CFC20 - dw 0xAC88001C ; 800CFC24 - dw 0xACA80014 ; 800CFC28 - dw 0xACA8001C ; 800CFC2C - dw 0x8C830000 ; 800CFC30 - dw 0x8D220000 ; 800CFC34 - dw 0x00661824 ; 800CFC38 - dw 0x00471024 ; 800CFC3C - dw 0x00621825 ; 800CFC40 - dw 0xAC830000 ; 800CFC44 - dw 0x8D220000 ; 800CFC48 - dw 0x00871824 ; 800CFC4C - dw 0x00461024 ; 800CFC50 - dw 0x00431025 ; 800CFC54 - dw 0xAD220000 ; 800CFC58 - dw 0x8C830024 ; 800CFC5C - dw 0x00471024 ; 800CFC60 - dw 0x00661824 ; 800CFC64 - dw 0x00621825 ; 800CFC68 - dw 0xAC830024 ; 800CFC6C - dw 0x8D220000 ; 800CFC70 - dw 0x00A72824 ; 800CFC74 - dw 0x00461024 ; 800CFC78 - dw 0x00451025 ; 800CFC7C - dw 0xAD220000 ; 800CFC80 - dw 0x3C0600FF ; 800CFC84 - dw 0x34C6FFFF ; 800CFC88 - dw 0x3C02800B ; 800CFC8C - dw 0x3C07FF00 ; 800CFC90 - dw 0x8C45B920 ; 800CFC94 - dw 0x8E040030 ; 800CFC98 - dw 0x8D220000 ; 800CFC9C - dw 0x000528C0 ; 800CFCA0 - dw 0x00A42021 ; 800CFCA4 - dw 0x8C830000 ; 800CFCA8 - dw 0x00461024 ; 800CFCAC - dw 0x00671824 ; 800CFCB0 - dw 0x00621825 ; 800CFCB4 - dw 0xAC830000 ; 800CFCB8 - dw 0x8D230000 ; 800CFCBC - dw 0x8E020030 ; 800CFCC0 - dw 0x00671824 ; 800CFCC4 - dw 0x00451021 ; 800CFCC8 - dw 0x00461024 ; 800CFCCC - dw 0x00621825 ; 800CFCD0 - dw 0xAD230000 ; 800CFCD4 - dw 0x8E030024 ; 800CFCD8 - dw 0x00000000 ; 800CFCDC - dw 0x14600011 ; 800CFCE0 - dw 0x24020001 ; 800CFCE4 - dw 0x8E030028 ; 800CFCE8 - dw 0x00000000 ; 800CFCEC - dw 0x28627530 ; 800CFCF0 - dw 0x10400002 ; 800CFCF4 - dw 0x2462FFFF ; 800CFCF8 - dw 0xAE020028 ; 800CFCFC - dw 0x8E020028 ; 800CFD00 - dw 0x00000000 ; 800CFD04 - dw 0x04410012 ; 800CFD08 - dw 0x00000000 ; 800CFD0C - dw 0x8E02002C ; 800CFD10 - dw 0x00000000 ; 800CFD14 - dw 0x1440000D ; 800CFD18 - dw 0x24020002 ; 800CFD1C - dw 0x08033F54 ; 800CFD20 - dw 0x24020001 ; 800CFD24 - dw 0x1462000A ; 800CFD28 - dw 0x00000000 ; 800CFD2C - dw 0x8FA20010 ; 800CFD30 - dw 0x00000000 ; 800CFD34 - dw 0x14400006 ; 800CFD38 - dw 0x00000000 ; 800CFD3C - dw 0x8FA20014 ; 800CFD40 - dw 0x00000000 ; 800CFD44 - dw 0x14400002 ; 800CFD48 - dw 0x24020002 ; 800CFD4C - dw 0xAE020024 ; 800CFD50 - dw 0x8FBF001C ; 800CFD54 - dw 0x8FB00018 ; 800CFD58 - dw 0x03E00008 ; 800CFD5C - dw 0x27BD0020 ; 800CFD60 diff --git a/asm/overlays/d16e/d16e_cinema_800CFD64.s b/asm/overlays/d16e/d16e_cinema_800CFD64.s deleted file mode 100644 index 261711f1a..000000000 --- a/asm/overlays/d16e/d16e_cinema_800CFD64.s +++ /dev/null @@ -1,17 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_cinema_800CFD64 -d16e_cinema_800CFD64: - dw 0x27BDFFE8 ; 800CFD64 - dw 0xAFBF0010 ; 800CFD68 - dw 0x8C840030 ; 800CFD6C - dw 0x00000000 ; 800CFD70 - dw 0x10800003 ; 800CFD74 - dw 0x00000000 ; 800CFD78 - dw 0x0C005895 ; 800CFD7C - dw 0x00000000 ; 800CFD80 - dw 0x8FBF0010 ; 800CFD84 - dw 0x00000000 ; 800CFD88 - dw 0x03E00008 ; 800CFD8C - dw 0x27BD0018 ; 800CFD90 diff --git a/asm/overlays/d16e/d16e_cinema_800CFD94.s b/asm/overlays/d16e/d16e_cinema_800CFD94.s deleted file mode 100755 index 93acb597b..000000000 --- a/asm/overlays/d16e/d16e_cinema_800CFD94.s +++ /dev/null @@ -1,178 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_cinema_800CFD94 -d16e_cinema_800CFD94: - dw 0x27BDFFD8 ; 800CFD94 - dw 0xAFB10014 ; 800CFD98 - dw 0x00808821 ; 800CFD9C - dw 0xAFB40020 ; 800CFDA0 - dw 0x00A0A021 ; 800CFDA4 - dw 0xAFB3001C ; 800CFDA8 - dw 0x00C09821 ; 800CFDAC - dw 0xAFB20018 ; 800CFDB0 - dw 0x24120028 ; 800CFDB4 - dw 0x240400E0 ; 800CFDB8 - dw 0xAFBF0024 ; 800CFDBC - dw 0x0C005883 ; 800CFDC0 - dw 0xAFB00010 ; 800CFDC4 - dw 0x3C03E100 ; 800CFDC8 - dw 0x34630240 ; 800CFDCC - dw 0x00402821 ; 800CFDD0 - dw 0x24A40010 ; 800CFDD4 - dw 0x24A80034 ; 800CFDD8 - dw 0x00803821 ; 800CFDDC - dw 0x24A60030 ; 800CFDE0 - dw 0x24020001 ; 800CFDE4 - dw 0xAE250030 ; 800CFDE8 - dw 0xA0A20003 ; 800CFDEC - dw 0x2402003A ; 800CFDF0 - dw 0xACA30004 ; 800CFDF4 - dw 0x8CAA0000 ; 800CFDF8 - dw 0x8CAB0004 ; 800CFDFC - dw 0xACAA0008 ; 800CFE00 - dw 0xACAB000C ; 800CFE04 - dw 0xA0820007 ; 800CFE08 - dw 0x24020008 ; 800CFE0C - dw 0xA0820003 ; 800CFE10 - dw 0x24020140 ; 800CFE14 - dw 0x8C830004 ; 800CFE18 - dw 0x24100018 ; 800CFE1C - dw 0xA4820010 ; 800CFE20 - dw 0xA4820020 ; 800CFE24 - dw 0x3C02FF00 ; 800CFE28 - dw 0xA4800008 ; 800CFE2C - dw 0xA480000A ; 800CFE30 - dw 0xA4800012 ; 800CFE34 - dw 0xA4800018 ; 800CFE38 - dw 0xA490001A ; 800CFE3C - dw 0xA4900022 ; 800CFE40 - dw 0x00621824 ; 800CFE44 - dw 0xAC830004 ; 800CFE48 - dw 0xAC83000C ; 800CFE4C - dw 0xAC830014 ; 800CFE50 - dw 0xAC83001C ; 800CFE54 - dw 0x8CEA0000 ; 800CFE58 - dw 0x8CEB0004 ; 800CFE5C - dw 0x8CEC0008 ; 800CFE60 - dw 0x8CED000C ; 800CFE64 - dw 0xAD0A0000 ; 800CFE68 - dw 0xAD0B0004 ; 800CFE6C - dw 0xAD0C0008 ; 800CFE70 - dw 0xAD0D000C ; 800CFE74 - dw 0x24E70010 ; 800CFE78 - dw 0x14E6FFF6 ; 800CFE7C - dw 0x25080010 ; 800CFE80 - dw 0x24840024 ; 800CFE84 - dw 0x24A60058 ; 800CFE88 - dw 0x24A30010 ; 800CFE8C - dw 0x24A90030 ; 800CFE90 - dw 0x240200E0 ; 800CFE94 - dw 0x8CEA0000 ; 800CFE98 - dw 0x00000000 ; 800CFE9C - dw 0xAD0A0000 ; 800CFEA0 - dw 0xA482000A ; 800CFEA4 - dw 0xA4820012 ; 800CFEA8 - dw 0x240200E0 ; 800CFEAC - dw 0x00521023 ; 800CFEB0 - dw 0xA482001A ; 800CFEB4 - dw 0xA4820022 ; 800CFEB8 - dw 0x8C6A0000 ; 800CFEBC - dw 0x8C6B0004 ; 800CFEC0 - dw 0x8C6C0008 ; 800CFEC4 - dw 0x8C6D000C ; 800CFEC8 - dw 0xACCA0000 ; 800CFECC - dw 0xACCB0004 ; 800CFED0 - dw 0xACCC0008 ; 800CFED4 - dw 0xACCD000C ; 800CFED8 - dw 0x24630010 ; 800CFEDC - dw 0x1469FFF6 ; 800CFEE0 - dw 0x24C60010 ; 800CFEE4 - dw 0x8C6A0000 ; 800CFEE8 - dw 0x00000000 ; 800CFEEC - dw 0xACCA0000 ; 800CFEF0 - dw 0x24A3007C ; 800CFEF4 - dw 0x24A20034 ; 800CFEF8 - dw 0x24A40054 ; 800CFEFC - dw 0x8C4A0000 ; 800CFF00 - dw 0x8C4B0004 ; 800CFF04 - dw 0x8C4C0008 ; 800CFF08 - dw 0x8C4D000C ; 800CFF0C - dw 0xAC6A0000 ; 800CFF10 - dw 0xAC6B0004 ; 800CFF14 - dw 0xAC6C0008 ; 800CFF18 - dw 0xAC6D000C ; 800CFF1C - dw 0x24420010 ; 800CFF20 - dw 0x1444FFF6 ; 800CFF24 - dw 0x24630010 ; 800CFF28 - dw 0x8C4A0000 ; 800CFF2C - dw 0x00000000 ; 800CFF30 - dw 0xAC6A0000 ; 800CFF34 - dw 0x24A300A0 ; 800CFF38 - dw 0x24020003 ; 800CFF3C - dw 0xA0620003 ; 800CFF40 - dw 0x24020060 ; 800CFF44 - dw 0xA0620007 ; 800CFF48 - dw 0x24020140 ; 800CFF4C - dw 0xA462000C ; 800CFF50 - dw 0x240200E0 ; 800CFF54 - dw 0x00521023 ; 800CFF58 - dw 0xA4600008 ; 800CFF5C - dw 0xA460000A ; 800CFF60 - dw 0xA470000E ; 800CFF64 - dw 0xA0600004 ; 800CFF68 - dw 0xA0600005 ; 800CFF6C - dw 0xA0600006 ; 800CFF70 - dw 0x8CAA00A0 ; 800CFF74 - dw 0x8CAB00A4 ; 800CFF78 - dw 0x8CAC00A8 ; 800CFF7C - dw 0x8CAD00AC ; 800CFF80 - dw 0xACAA00B0 ; 800CFF84 - dw 0xACAB00B4 ; 800CFF88 - dw 0xACAC00B8 ; 800CFF8C - dw 0xACAD00BC ; 800CFF90 - dw 0xA462001A ; 800CFF94 - dw 0x2402003C ; 800CFF98 - dw 0x26240034 ; 800CFF9C - dw 0xA472001E ; 800CFFA0 - dw 0x24030180 ; 800CFFA4 - dw 0x8CAA00A0 ; 800CFFA8 - dw 0x8CAB00A4 ; 800CFFAC - dw 0x8CAC00A8 ; 800CFFB0 - dw 0x8CAD00AC ; 800CFFB4 - dw 0xACAA00C0 ; 800CFFB8 - dw 0xACAB00C4 ; 800CFFBC - dw 0xACAC00C8 ; 800CFFC0 - dw 0xACAD00CC ; 800CFFC4 - dw 0x8CAA00B0 ; 800CFFC8 - dw 0x8CAB00B4 ; 800CFFCC - dw 0x8CAC00B8 ; 800CFFD0 - dw 0x8CAD00BC ; 800CFFD4 - dw 0xACAA00D0 ; 800CFFD8 - dw 0xACAB00D4 ; 800CFFDC - dw 0xACAC00D8 ; 800CFFE0 - dw 0xACAD00DC ; 800CFFE4 - dw 0xAE220034 ; 800CFFE8 - dw 0xAC820010 ; 800CFFEC - dw 0x2402FF80 ; 800CFFF0 - dw 0xAC800004 ; 800CFFF4 - dw 0xAC800008 ; 800CFFF8 - dw 0xAC83000C ; 800CFFFC - dw 0xAC800014 ; 800D0000 - dw 0xAC820018 ; 800D0004 - dw 0x12600005 ; 800D0008 - dw 0xAC83001C ; 800D000C - dw 0x8E220034 ; 800D0010 - dw 0x8C830010 ; 800D0014 - dw 0xAC820004 ; 800D0018 - dw 0xAC830014 ; 800D001C - dw 0xAE340028 ; 800D0020 - dw 0x8FBF0024 ; 800D0024 - dw 0x8FB40020 ; 800D0028 - dw 0x8FB3001C ; 800D002C - dw 0x8FB20018 ; 800D0030 - dw 0x8FB10014 ; 800D0034 - dw 0x8FB00010 ; 800D0038 - dw 0x00001021 ; 800D003C - dw 0x03E00008 ; 800D0040 - dw 0x27BD0028 ; 800D0044 diff --git a/asm/overlays/d16e/d16e_cinema_800D0048.s b/asm/overlays/d16e/d16e_cinema_800D0048.s deleted file mode 100644 index 3db1bae78..000000000 --- a/asm/overlays/d16e/d16e_cinema_800D0048.s +++ /dev/null @@ -1,43 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_cinema_800D0048 -d16e_cinema_800D0048: - dw 0x27BDFFE0 ; 800D0048 - dw 0xAFB10014 ; 800D004C - dw 0x00808821 ; 800D0050 - dw 0xAFB20018 ; 800D0054 - dw 0x00A09021 ; 800D0058 - dw 0x24040003 ; 800D005C - dw 0x24050054 ; 800D0060 - dw 0xAFBF001C ; 800D0064 - dw 0x0C005439 ; 800D0068 - dw 0xAFB00010 ; 800D006C - dw 0x00408021 ; 800D0070 - dw 0x12000013 ; 800D0074 - dw 0x02002021 ; 800D0078 - dw 0x3C05800D ; 800D007C - dw 0x24A5F9B8 ; 800D0080 - dw 0x3C06800D ; 800D0084 - dw 0x24C6FD64 ; 800D0088 - dw 0x3C07800D ; 800D008C - dw 0x0C005453 ; 800D0090 - dw 0x24E72E38 ; 800D0094 - dw 0x02002021 ; 800D0098 - dw 0x02202821 ; 800D009C - dw 0x0C033F65 ; 800D00A0 - dw 0x02403021 ; 800D00A4 - dw 0x04410005 ; 800D00A8 - dw 0x24027A05 ; 800D00AC - dw 0x0C005472 ; 800D00B0 - dw 0x02002021 ; 800D00B4 - dw 0x08034032 ; 800D00B8 - dw 0x00001021 ; 800D00BC - dw 0xAE020020 ; 800D00C0 - dw 0x02001021 ; 800D00C4 - dw 0x8FBF001C ; 800D00C8 - dw 0x8FB20018 ; 800D00CC - dw 0x8FB10014 ; 800D00D0 - dw 0x8FB00010 ; 800D00D4 - dw 0x03E00008 ; 800D00D8 - dw 0x27BD0020 ; 800D00DC diff --git a/asm/overlays/d16e/d16e_cinema_800D00E0.s b/asm/overlays/d16e/d16e_cinema_800D00E0.s deleted file mode 100644 index d21227d88..000000000 --- a/asm/overlays/d16e/d16e_cinema_800D00E0.s +++ /dev/null @@ -1,8 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_cinema_800D00E0 -d16e_cinema_800D00E0: - dw 0xAC800028 ; 800D00E0 - dw 0x03E00008 ; 800D00E4 - dw 0x00001021 ; 800D00E8 diff --git a/asm/overlays/d16e/d16e_cinema_800D00EC.s b/asm/overlays/d16e/d16e_cinema_800D00EC.s deleted file mode 100755 index 735b5e8bf..000000000 --- a/asm/overlays/d16e/d16e_cinema_800D00EC.s +++ /dev/null @@ -1,47 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_cinema_800D00EC -d16e_cinema_800D00EC: - dw 0x27BDFFE0 ; 800D00EC - dw 0xAFB20018 ; 800D00F0 - dw 0x00809021 ; 800D00F4 - dw 0x24040003 ; 800D00F8 - dw 0x24050054 ; 800D00FC - dw 0xAFBF001C ; 800D0100 - dw 0xAFB10014 ; 800D0104 - dw 0x0C005439 ; 800D0108 - dw 0xAFB00010 ; 800D010C - dw 0x00408821 ; 800D0110 - dw 0x12200018 ; 800D0114 - dw 0x02202021 ; 800D0118 - dw 0x3C05800D ; 800D011C - dw 0x24A5F9B8 ; 800D0120 - dw 0x3C06800D ; 800D0124 - dw 0x24C6FD64 ; 800D0128 - dw 0x3C07800D ; 800D012C - dw 0x0C005453 ; 800D0130 - dw 0x24E72E38 ; 800D0134 - dw 0x0C033CC6 ; 800D0138 - dw 0x24040074 ; 800D013C - dw 0x24040065 ; 800D0140 - dw 0x0C033CC6 ; 800D0144 - dw 0x00408021 ; 800D0148 - dw 0x02202021 ; 800D014C - dw 0x02002821 ; 800D0150 - dw 0x0C033F65 ; 800D0154 - dw 0x00403021 ; 800D0158 - dw 0x04410005 ; 800D015C - dw 0x00000000 ; 800D0160 - dw 0x0C005472 ; 800D0164 - dw 0x02202021 ; 800D0168 - dw 0x0803405F ; 800D016C - dw 0x00001021 ; 800D0170 - dw 0xAE320020 ; 800D0174 - dw 0x02201021 ; 800D0178 - dw 0x8FBF001C ; 800D017C - dw 0x8FB20018 ; 800D0180 - dw 0x8FB10014 ; 800D0184 - dw 0x8FB00010 ; 800D0188 - dw 0x03E00008 ; 800D018C - dw 0x27BD0020 ; 800D0190 diff --git a/asm/overlays/d16e/d16e_dymc_seg_800D0194.s b/asm/overlays/d16e/d16e_dymc_seg_800D0194.s deleted file mode 100644 index 0f4fa643b..000000000 --- a/asm/overlays/d16e/d16e_dymc_seg_800D0194.s +++ /dev/null @@ -1,26 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_dymc_seg_800D0194 -d16e_dymc_seg_800D0194: - dw 0x27BDFFE8 ; 800D0194 - dw 0xAFB00010 ; 800D0198 - dw 0x00808021 ; 800D019C - dw 0x3C02800B ; 800D01A0 - dw 0x3C06800C ; 800D01A4 - dw 0x24050002 ; 800D01A8 - dw 0xAFBF0014 ; 800D01AC - dw 0x96040024 ; 800D01B0 - dw 0x8E030020 ; 800D01B4 - dw 0x24C63694 ; 800D01B8 - dw 0x0C033D14 ; 800D01BC - dw 0xAC43B9B0 ; 800D01C0 - dw 0x24030001 ; 800D01C4 - dw 0x14430003 ; 800D01C8 - dw 0x00000000 ; 800D01CC - dw 0x0C005472 ; 800D01D0 - dw 0x02002021 ; 800D01D4 - dw 0x8FBF0014 ; 800D01D8 - dw 0x8FB00010 ; 800D01DC - dw 0x03E00008 ; 800D01E0 - dw 0x27BD0018 ; 800D01E4 diff --git a/asm/overlays/d16e/d16e_dymc_seg_800D01E8.s b/asm/overlays/d16e/d16e_dymc_seg_800D01E8.s deleted file mode 100644 index 21ba809e8..000000000 --- a/asm/overlays/d16e/d16e_dymc_seg_800D01E8.s +++ /dev/null @@ -1,15 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_dymc_seg_800D01E8 -d16e_dymc_seg_800D01E8: - dw 0x27BDFFE8 ; 800D01E8 - dw 0x00802821 ; 800D01EC - dw 0xAFBF0010 ; 800D01F0 - dw 0x8CA40028 ; 800D01F4 - dw 0x0C01BF91 ; 800D01F8 - dw 0x24A5002C ; 800D01FC - dw 0x8FBF0010 ; 800D0200 - dw 0x00000000 ; 800D0204 - dw 0x03E00008 ; 800D0208 - dw 0x27BD0018 ; 800D020C diff --git a/asm/overlays/d16e/d16e_dymc_seg_800D0210.s b/asm/overlays/d16e/d16e_dymc_seg_800D0210.s deleted file mode 100755 index 18d4f3c8e..000000000 --- a/asm/overlays/d16e/d16e_dymc_seg_800D0210.s +++ /dev/null @@ -1,72 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_dymc_seg_800D0210 -d16e_dymc_seg_800D0210: - dw 0x27BDFFC8 ; 800D0210 - dw 0xAFB20028 ; 800D0214 - dw 0x00809021 ; 800D0218 - dw 0x24040070 ; 800D021C - dw 0xAFB3002C ; 800D0220 - dw 0x00C09821 ; 800D0224 - dw 0x3C02800B ; 800D0228 - dw 0xAFBF0030 ; 800D022C - dw 0xAFB10024 ; 800D0230 - dw 0xAFB00020 ; 800D0234 - dw 0xAC53B9B0 ; 800D0238 - dw 0xAE530020 ; 800D023C - dw 0x0C00825A ; 800D0240 - dw 0xAE450024 ; 800D0244 - dw 0x1040000B ; 800D0248 - dw 0x00000000 ; 800D024C - dw 0x0C0082A9 ; 800D0250 - dw 0x00000000 ; 800D0254 - dw 0x00402021 ; 800D0258 - dw 0x0C008285 ; 800D025C - dw 0x27A50010 ; 800D0260 - dw 0x0C0082A9 ; 800D0264 - dw 0x00000000 ; 800D0268 - dw 0x00402021 ; 800D026C - dw 0x0C008285 ; 800D0270 - dw 0x27A50018 ; 800D0274 - dw 0x0C033CC6 ; 800D0278 - dw 0x24040068 ; 800D027C - dw 0x24040073 ; 800D0280 - dw 0x0C033CC6 ; 800D0284 - dw 0x00408821 ; 800D0288 - dw 0x97A30010 ; 800D028C - dw 0x27A50010 ; 800D0290 - dw 0xA643002C ; 800D0294 - dw 0x94A30002 ; 800D0298 - dw 0x2650002C ; 800D029C - dw 0xA6030004 ; 800D02A0 - dw 0x94A30004 ; 800D02A4 - dw 0xA6110006 ; 800D02A8 - dw 0xA6030002 ; 800D02AC - dw 0x97A30018 ; 800D02B0 - dw 0x27A50018 ; 800D02B4 - dw 0xA6030008 ; 800D02B8 - dw 0x94A30002 ; 800D02BC - dw 0x02002021 ; 800D02C0 - dw 0xA603000C ; 800D02C4 - dw 0x94A30004 ; 800D02C8 - dw 0x02002821 ; 800D02CC - dw 0xA611000E ; 800D02D0 - dw 0x00408821 ; 800D02D4 - dw 0x0C01BFB9 ; 800D02D8 - dw 0xA603000A ; 800D02DC - dw 0x0C00C530 ; 800D02E0 - dw 0x02602021 ; 800D02E4 - dw 0x02002821 ; 800D02E8 - dw 0x8C440008 ; 800D02EC - dw 0x02203021 ; 800D02F0 - dw 0x0C01BF77 ; 800D02F4 - dw 0xAE440028 ; 800D02F8 - dw 0x8FBF0030 ; 800D02FC - dw 0x8FB3002C ; 800D0300 - dw 0x8FB20028 ; 800D0304 - dw 0x8FB10024 ; 800D0308 - dw 0x8FB00020 ; 800D030C - dw 0x00001021 ; 800D0310 - dw 0x03E00008 ; 800D0314 - dw 0x27BD0038 ; 800D0318 diff --git a/asm/overlays/d16e/d16e_dymc_seg_800D031C.s b/asm/overlays/d16e/d16e_dymc_seg_800D031C.s deleted file mode 100755 index d7d86500a..000000000 --- a/asm/overlays/d16e/d16e_dymc_seg_800D031C.s +++ /dev/null @@ -1,42 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_dymc_seg_800D031C -d16e_dymc_seg_800D031C: - dw 0x27BDFFE0 ; 800D031C - dw 0xAFB10014 ; 800D0320 - dw 0x00808821 ; 800D0324 - dw 0xAFB20018 ; 800D0328 - dw 0x00A09021 ; 800D032C - dw 0x24040005 ; 800D0330 - dw 0x2405003C ; 800D0334 - dw 0xAFBF001C ; 800D0338 - dw 0x0C005439 ; 800D033C - dw 0xAFB00010 ; 800D0340 - dw 0x00408021 ; 800D0344 - dw 0x12000012 ; 800D0348 - dw 0x02002021 ; 800D034C - dw 0x3C05800D ; 800D0350 - dw 0x24A50194 ; 800D0354 - dw 0x3C06800D ; 800D0358 - dw 0x24C601E8 ; 800D035C - dw 0x3C07800D ; 800D0360 - dw 0x0C005453 ; 800D0364 - dw 0x24E72E44 ; 800D0368 - dw 0x02002021 ; 800D036C - dw 0x02202821 ; 800D0370 - dw 0x0C034084 ; 800D0374 - dw 0x02403021 ; 800D0378 - dw 0x04410006 ; 800D037C - dw 0x02001021 ; 800D0380 - dw 0x0C005472 ; 800D0384 - dw 0x02002021 ; 800D0388 - dw 0x080340E6 ; 800D038C - dw 0x00001021 ; 800D0390 - dw 0x02001021 ; 800D0394 - dw 0x8FBF001C ; 800D0398 - dw 0x8FB20018 ; 800D039C - dw 0x8FB10014 ; 800D03A0 - dw 0x8FB00010 ; 800D03A4 - dw 0x03E00008 ; 800D03A8 - dw 0x27BD0020 ; 800D03AC diff --git a/asm/overlays/d16e/d16e_fadeio_800CEDF0.s b/asm/overlays/d16e/d16e_fadeio_800CEDF0.s deleted file mode 100644 index 447a2b6f4..000000000 --- a/asm/overlays/d16e/d16e_fadeio_800CEDF0.s +++ /dev/null @@ -1,154 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_fadeio_800CEDF0 -d16e_fadeio_800CEDF0: - dw 0x3C02800B ; 800CEDF0 - dw 0x8C42B928 ; 800CEDF4 - dw 0x27BDFFE8 ; 800CEDF8 - dw 0xAFB00010 ; 800CEDFC - dw 0x00808021 ; 800CEE00 - dw 0x1440000F ; 800CEE04 - dw 0xAFBF0014 ; 800CEE08 - dw 0x96040020 ; 800CEE0C - dw 0x3C06800C ; 800CEE10 - dw 0x24050002 ; 800CEE14 - dw 0x0C033D14 ; 800CEE18 - dw 0x24C6368C ; 800CEE1C - dw 0x00401821 ; 800CEE20 - dw 0x10600081 ; 800CEE24 - dw 0x24020001 ; 800CEE28 - dw 0x14620006 ; 800CEE2C - dw 0x3C0900FF ; 800CEE30 - dw 0x8E020034 ; 800CEE34 - dw 0xAE00002C ; 800CEE38 - dw 0x34420001 ; 800CEE3C - dw 0xAE020034 ; 800CEE40 - dw 0x3C0900FF ; 800CEE44 - dw 0x3529FFFF ; 800CEE48 - dw 0x3C03800B ; 800CEE4C - dw 0x3C02800B ; 800CEE50 - dw 0x246319EC ; 800CEE54 - dw 0x3C08FF00 ; 800CEE58 - dw 0x8C47B920 ; 800CEE5C - dw 0x8E040024 ; 800CEE60 - dw 0x00071080 ; 800CEE64 - dw 0x00621821 ; 800CEE68 - dw 0x00072900 ; 800CEE6C - dw 0x00A42021 ; 800CEE70 - dw 0x24A50010 ; 800CEE74 - dw 0x8C6601EC ; 800CEE78 - dw 0x8C830010 ; 800CEE7C - dw 0x8CC20000 ; 800CEE80 - dw 0x00681824 ; 800CEE84 - dw 0x00491024 ; 800CEE88 - dw 0x00621825 ; 800CEE8C - dw 0xAC830010 ; 800CEE90 - dw 0x8CC30000 ; 800CEE94 - dw 0x8E020024 ; 800CEE98 - dw 0x00681824 ; 800CEE9C - dw 0x00451021 ; 800CEEA0 - dw 0x00491024 ; 800CEEA4 - dw 0x00621825 ; 800CEEA8 - dw 0xACC30000 ; 800CEEAC - dw 0x8E040024 ; 800CEEB0 - dw 0x000738C0 ; 800CEEB4 - dw 0x00E42021 ; 800CEEB8 - dw 0x8C820000 ; 800CEEBC - dw 0x00691824 ; 800CEEC0 - dw 0x00481024 ; 800CEEC4 - dw 0x00431025 ; 800CEEC8 - dw 0xAC820000 ; 800CEECC - dw 0x8CC30000 ; 800CEED0 - dw 0x8E020024 ; 800CEED4 - dw 0x00681824 ; 800CEED8 - dw 0x00471021 ; 800CEEDC - dw 0x00491024 ; 800CEEE0 - dw 0x00621825 ; 800CEEE4 - dw 0xACC30000 ; 800CEEE8 - dw 0x8E02002C ; 800CEEEC - dw 0x8E030028 ; 800CEEF0 - dw 0x00000000 ; 800CEEF4 - dw 0x0062102A ; 800CEEF8 - dw 0x10400002 ; 800CEEFC - dw 0x00000000 ; 800CEF00 - dw 0xAE03002C ; 800CEF04 - dw 0x8E05002C ; 800CEF08 - dw 0x8E040028 ; 800CEF0C - dw 0x8E020034 ; 800CEF10 - dw 0x00051A00 ; 800CEF14 - dw 0x00651823 ; 800CEF18 - dw 0x30420001 ; 800CEF1C - dw 0x0064001A ; 800CEF20 - dw 0x14800002 ; 800CEF24 - dw 0x00000000 ; 800CEF28 - dw 0x0007000D ; 800CEF2C - dw 0x2401FFFF ; 800CEF30 - dw 0x14810004 ; 800CEF34 - dw 0x3C018000 ; 800CEF38 - dw 0x14610002 ; 800CEF3C - dw 0x00000000 ; 800CEF40 - dw 0x0006000D ; 800CEF44 - dw 0x00003012 ; 800CEF48 - dw 0x10400002 ; 800CEF4C - dw 0x240200FF ; 800CEF50 - dw 0x00463023 ; 800CEF54 - dw 0x3C02800B ; 800CEF58 - dw 0x8C42B928 ; 800CEF5C - dw 0x00000000 ; 800CEF60 - dw 0x14400016 ; 800CEF64 - dw 0x3C04800B ; 800CEF68 - dw 0x3C02800B ; 800CEF6C - dw 0x8C42B3CC ; 800CEF70 - dw 0x00000000 ; 800CEF74 - dw 0x04400003 ; 800CEF78 - dw 0x24A20001 ; 800CEF7C - dw 0x08033BF0 ; 800CEF80 - dw 0xAE02002C ; 800CEF84 - dw 0x3C02800B ; 800CEF88 - dw 0x8E030038 ; 800CEF8C - dw 0x8C42B924 ; 800CEF90 - dw 0x00000000 ; 800CEF94 - dw 0x00621821 ; 800CEF98 - dw 0xAE030038 ; 800CEF9C - dw 0x00031843 ; 800CEFA0 - dw 0x8E02002C ; 800CEFA4 - dw 0x8E040038 ; 800CEFA8 - dw 0x00431021 ; 800CEFAC - dw 0x30840001 ; 800CEFB0 - dw 0xAE02002C ; 800CEFB4 - dw 0xAE040038 ; 800CEFB8 - dw 0x3C04800B ; 800CEFBC - dw 0x8C82B920 ; 800CEFC0 - dw 0x8E030024 ; 800CEFC4 - dw 0xAE060030 ; 800CEFC8 - dw 0x00021100 ; 800CEFCC - dw 0x00431021 ; 800CEFD0 - dw 0xA0460014 ; 800CEFD4 - dw 0x8C82B920 ; 800CEFD8 - dw 0x8E030024 ; 800CEFDC - dw 0x00021100 ; 800CEFE0 - dw 0x00431021 ; 800CEFE4 - dw 0xA0460015 ; 800CEFE8 - dw 0x8C82B920 ; 800CEFEC - dw 0x8E030024 ; 800CEFF0 - dw 0x00021100 ; 800CEFF4 - dw 0x00431021 ; 800CEFF8 - dw 0xA0460016 ; 800CEFFC - dw 0x8E020034 ; 800CF000 - dw 0x00000000 ; 800CF004 - dw 0x30420001 ; 800CF008 - dw 0x10400009 ; 800CF00C - dw 0x00000000 ; 800CF010 - dw 0x8E02002C ; 800CF014 - dw 0x8E030028 ; 800CF018 - dw 0x00000000 ; 800CF01C - dw 0x0043102A ; 800CF020 - dw 0x14400003 ; 800CF024 - dw 0x00000000 ; 800CF028 - dw 0x0C005472 ; 800CF02C - dw 0x02002021 ; 800CF030 - dw 0x8FBF0014 ; 800CF034 - dw 0x8FB00010 ; 800CF038 - dw 0x03E00008 ; 800CF03C - dw 0x27BD0018 ; 800CF040 diff --git a/asm/overlays/d16e/d16e_fadeio_800CF044.s b/asm/overlays/d16e/d16e_fadeio_800CF044.s deleted file mode 100644 index abb970fb7..000000000 --- a/asm/overlays/d16e/d16e_fadeio_800CF044.s +++ /dev/null @@ -1,17 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_fadeio_800CF044 -d16e_fadeio_800CF044: - dw 0x27BDFFE8 ; 800CF044 - dw 0xAFBF0010 ; 800CF048 - dw 0x8C840024 ; 800CF04C - dw 0x00000000 ; 800CF050 - dw 0x10800003 ; 800CF054 - dw 0x00000000 ; 800CF058 - dw 0x0C005895 ; 800CF05C - dw 0x00000000 ; 800CF060 - dw 0x8FBF0010 ; 800CF064 - dw 0x00000000 ; 800CF068 - dw 0x03E00008 ; 800CF06C - dw 0x27BD0018 ; 800CF070 diff --git a/asm/overlays/d16e/d16e_fadeio_800CF074.s b/asm/overlays/d16e/d16e_fadeio_800CF074.s deleted file mode 100755 index 95bdc79e6..000000000 --- a/asm/overlays/d16e/d16e_fadeio_800CF074.s +++ /dev/null @@ -1,78 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_fadeio_800CF074 -d16e_fadeio_800CF074: - dw 0x27BDFFE0 ; 800CF074 - dw 0xAFB00010 ; 800CF078 - dw 0x00808021 ; 800CF07C - dw 0xAFB10014 ; 800CF080 - dw 0x00A08821 ; 800CF084 - dw 0xAFB20018 ; 800CF088 - dw 0x00C09021 ; 800CF08C - dw 0xAFBF001C ; 800CF090 - dw 0x0C005883 ; 800CF094 - dw 0x24040030 ; 800CF098 - dw 0x00402021 ; 800CF09C - dw 0xAE040024 ; 800CF0A0 - dw 0x10800036 ; 800CF0A4 - dw 0x2402FFFF ; 800CF0A8 - dw 0x32220002 ; 800CF0AC - dw 0x10400003 ; 800CF0B0 - dw 0x3C03E100 ; 800CF0B4 - dw 0x08033C31 ; 800CF0B8 - dw 0x34630220 ; 800CF0BC - dw 0x34630240 ; 800CF0C0 - dw 0x24020001 ; 800CF0C4 - dw 0xA0820003 ; 800CF0C8 - dw 0xAC830004 ; 800CF0CC - dw 0xA082000B ; 800CF0D0 - dw 0xAC83000C ; 800CF0D4 - dw 0x24020003 ; 800CF0D8 - dw 0xA0820013 ; 800CF0DC - dw 0x24020062 ; 800CF0E0 - dw 0xA0820017 ; 800CF0E4 - dw 0x24020140 ; 800CF0E8 - dw 0xA482001C ; 800CF0EC - dw 0x240200E0 ; 800CF0F0 - dw 0xA482001E ; 800CF0F4 - dw 0x32220001 ; 800CF0F8 - dw 0xA4800018 ; 800CF0FC - dw 0xA480001A ; 800CF100 - dw 0x8C870010 ; 800CF104 - dw 0x8C880014 ; 800CF108 - dw 0x8C890018 ; 800CF10C - dw 0x8C8A001C ; 800CF110 - dw 0xAC870020 ; 800CF114 - dw 0xAC880024 ; 800CF118 - dw 0xAC890028 ; 800CF11C - dw 0xAC8A002C ; 800CF120 - dw 0x14400009 ; 800CF124 - dw 0x240200FF ; 800CF128 - dw 0xA0800014 ; 800CF12C - dw 0xA0800015 ; 800CF130 - dw 0xA0800016 ; 800CF134 - dw 0xA0800024 ; 800CF138 - dw 0xA0800025 ; 800CF13C - dw 0xA0800026 ; 800CF140 - dw 0x08033C5B ; 800CF144 - dw 0xAE000030 ; 800CF148 - dw 0xA0820014 ; 800CF14C - dw 0xA0820015 ; 800CF150 - dw 0xA0820016 ; 800CF154 - dw 0xA0820024 ; 800CF158 - dw 0xA0820025 ; 800CF15C - dw 0xA0820026 ; 800CF160 - dw 0x240200FF ; 800CF164 - dw 0xAE020030 ; 800CF168 - dw 0x00001021 ; 800CF16C - dw 0x24030001 ; 800CF170 - dw 0xAE110034 ; 800CF174 - dw 0xAE120028 ; 800CF178 - dw 0xAE03002C ; 800CF17C - dw 0x8FBF001C ; 800CF180 - dw 0x8FB20018 ; 800CF184 - dw 0x8FB10014 ; 800CF188 - dw 0x8FB00010 ; 800CF18C - dw 0x03E00008 ; 800CF190 - dw 0x27BD0020 ; 800CF194 diff --git a/asm/overlays/d16e/d16e_fadeio_800CF198.s b/asm/overlays/d16e/d16e_fadeio_800CF198.s deleted file mode 100755 index 9ea526d42..000000000 --- a/asm/overlays/d16e/d16e_fadeio_800CF198.s +++ /dev/null @@ -1,43 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_fadeio_800CF198 -d16e_fadeio_800CF198: - dw 0x27BDFFE0 ; 800CF198 - dw 0xAFB10014 ; 800CF19C - dw 0x00808821 ; 800CF1A0 - dw 0xAFB20018 ; 800CF1A4 - dw 0x00A09021 ; 800CF1A8 - dw 0x24040003 ; 800CF1AC - dw 0x2405003C ; 800CF1B0 - dw 0xAFBF001C ; 800CF1B4 - dw 0x0C005439 ; 800CF1B8 - dw 0xAFB00010 ; 800CF1BC - dw 0x00408021 ; 800CF1C0 - dw 0x12000013 ; 800CF1C4 - dw 0x02002021 ; 800CF1C8 - dw 0x3C05800D ; 800CF1CC - dw 0x24A5EDF0 ; 800CF1D0 - dw 0x3C06800D ; 800CF1D4 - dw 0x24C6F044 ; 800CF1D8 - dw 0x3C07800D ; 800CF1DC - dw 0x0C005453 ; 800CF1E0 - dw 0x24E72E2C ; 800CF1E4 - dw 0x02002021 ; 800CF1E8 - dw 0x02202821 ; 800CF1EC - dw 0x0C033C1D ; 800CF1F0 - dw 0x02403021 ; 800CF1F4 - dw 0x04410005 ; 800CF1F8 - dw 0x240262FE ; 800CF1FC - dw 0x0C005472 ; 800CF200 - dw 0x02002021 ; 800CF204 - dw 0x08033C86 ; 800CF208 - dw 0x00001021 ; 800CF20C - dw 0xAE020020 ; 800CF210 - dw 0x02001021 ; 800CF214 - dw 0x8FBF001C ; 800CF218 - dw 0x8FB20018 ; 800CF21C - dw 0x8FB10014 ; 800CF220 - dw 0x8FB00010 ; 800CF224 - dw 0x03E00008 ; 800CF228 - dw 0x27BD0020 ; 800CF22C diff --git a/asm/overlays/d16e/d16e_fadeio_800CF230.s b/asm/overlays/d16e/d16e_fadeio_800CF230.s deleted file mode 100755 index 131db4a9f..000000000 --- a/asm/overlays/d16e/d16e_fadeio_800CF230.s +++ /dev/null @@ -1,47 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_fadeio_800CF230 -d16e_fadeio_800CF230: - dw 0x27BDFFE0 ; 800CF230 - dw 0xAFB20018 ; 800CF234 - dw 0x00809021 ; 800CF238 - dw 0x24040003 ; 800CF23C - dw 0x2405003C ; 800CF240 - dw 0xAFBF001C ; 800CF244 - dw 0xAFB10014 ; 800CF248 - dw 0x0C005439 ; 800CF24C - dw 0xAFB00010 ; 800CF250 - dw 0x00408821 ; 800CF254 - dw 0x12200018 ; 800CF258 - dw 0x02202021 ; 800CF25C - dw 0x3C05800D ; 800CF260 - dw 0x24A5EDF0 ; 800CF264 - dw 0x3C06800D ; 800CF268 - dw 0x24C6F044 ; 800CF26C - dw 0x3C07800D ; 800CF270 - dw 0x0C005453 ; 800CF274 - dw 0x24E72E2C ; 800CF278 - dw 0x0C033CC6 ; 800CF27C - dw 0x2404006D ; 800CF280 - dw 0x24040073 ; 800CF284 - dw 0x0C033CC6 ; 800CF288 - dw 0x00408021 ; 800CF28C - dw 0x02202021 ; 800CF290 - dw 0x02002821 ; 800CF294 - dw 0x0C033C1D ; 800CF298 - dw 0x00403021 ; 800CF29C - dw 0x04410005 ; 800CF2A0 - dw 0x00000000 ; 800CF2A4 - dw 0x0C005472 ; 800CF2A8 - dw 0x02202021 ; 800CF2AC - dw 0x08033CB0 ; 800CF2B0 - dw 0x00001021 ; 800CF2B4 - dw 0xAE320020 ; 800CF2B8 - dw 0x02201021 ; 800CF2BC - dw 0x8FBF001C ; 800CF2C0 - dw 0x8FB20018 ; 800CF2C4 - dw 0x8FB10014 ; 800CF2C8 - dw 0x8FB00010 ; 800CF2CC - dw 0x03E00008 ; 800CF2D0 - dw 0x27BD0020 ; 800CF2D4 diff --git a/asm/overlays/d16e/d16e_focus_800D03B0.s b/asm/overlays/d16e/d16e_focus_800D03B0.s deleted file mode 100644 index 41cbb4a84..000000000 --- a/asm/overlays/d16e/d16e_focus_800D03B0.s +++ /dev/null @@ -1,198 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_focus_800D03B0 -d16e_focus_800D03B0: - dw 0x3C02800B ; 800D03B0 - dw 0x8C42B928 ; 800D03B4 - dw 0x27BDFFE0 ; 800D03B8 - dw 0xAFB00018 ; 800D03BC - dw 0x00808021 ; 800D03C0 - dw 0x14400013 ; 800D03C4 - dw 0xAFBF001C ; 800D03C8 - dw 0x3C04800D ; 800D03CC - dw 0x0C005B33 ; 800D03D0 - dw 0x24842E50 ; 800D03D4 - dw 0x00402021 ; 800D03D8 - dw 0x0C005988 ; 800D03DC - dw 0x27A50010 ; 800D03E0 - dw 0x10400006 ; 800D03E4 - dw 0x00000000 ; 800D03E8 - dw 0x8FA20010 ; 800D03EC - dw 0x00000000 ; 800D03F0 - dw 0x94420004 ; 800D03F4 - dw 0x00000000 ; 800D03F8 - dw 0xAE020038 ; 800D03FC - dw 0x8E040034 ; 800D0400 - dw 0x8E050038 ; 800D0404 - dw 0x0C0098EC ; 800D0408 - dw 0x00000000 ; 800D040C - dw 0xAE020034 ; 800D0410 - dw 0x8E040034 ; 800D0414 - dw 0x8E02003C ; 800D0418 - dw 0x00000000 ; 800D041C - dw 0x00821023 ; 800D0420 - dw 0x04410002 ; 800D0424 - dw 0x00000000 ; 800D0428 - dw 0x244200FF ; 800D042C - dw 0x8E03003C ; 800D0430 - dw 0x00021203 ; 800D0434 - dw 0xAE02002C ; 800D0438 - dw 0x00041040 ; 800D043C - dw 0x00431021 ; 800D0440 - dw 0x04410002 ; 800D0444 - dw 0x00000000 ; 800D0448 - dw 0x244200FF ; 800D044C - dw 0x8E0C002C ; 800D0450 - dw 0x00021203 ; 800D0454 - dw 0x05810002 ; 800D0458 - dw 0xAE020030 ; 800D045C - dw 0x00006021 ; 800D0460 - dw 0x00406821 ; 800D0464 - dw 0x29A20100 ; 800D0468 - dw 0x14400002 ; 800D046C - dw 0x3C0600FF ; 800D0470 - dw 0x240D00FF ; 800D0474 - dw 0x3C02800B ; 800D0478 - dw 0x34C6FFFF ; 800D047C - dw 0x240AFF90 ; 800D0480 - dw 0x3C07FF00 ; 800D0484 - dw 0x8C4BB920 ; 800D0488 - dw 0x8E040020 ; 800D048C - dw 0x000B1880 ; 800D0490 - dw 0x006B2821 ; 800D0494 - dw 0x00052880 ; 800D0498 - dw 0x24A200A8 ; 800D049C - dw 0x00822021 ; 800D04A0 - dw 0x3C02800B ; 800D04A4 - dw 0x244219EC ; 800D04A8 - dw 0x00621821 ; 800D04AC - dw 0x000B48C0 ; 800D04B0 - dw 0x96020024 ; 800D04B4 - dw 0x8C680000 ; 800D04B8 - dw 0x00021023 ; 800D04BC - dw 0xA4820008 ; 800D04C0 - dw 0x96020028 ; 800D04C4 - dw 0x8C830000 ; 800D04C8 - dw 0x01421023 ; 800D04CC - dw 0xA482000A ; 800D04D0 - dw 0x8D020000 ; 800D04D4 - dw 0x00671824 ; 800D04D8 - dw 0x00461024 ; 800D04DC - dw 0x00621825 ; 800D04E0 - dw 0xAC830000 ; 800D04E4 - dw 0x8D030000 ; 800D04E8 - dw 0x00861024 ; 800D04EC - dw 0x00671824 ; 800D04F0 - dw 0x00621825 ; 800D04F4 - dw 0xAD030000 ; 800D04F8 - dw 0x8E040020 ; 800D04FC - dw 0x24A50070 ; 800D0500 - dw 0x01242021 ; 800D0504 - dw 0x8C820098 ; 800D0508 - dw 0x00661824 ; 800D050C - dw 0x00471024 ; 800D0510 - dw 0x00431025 ; 800D0514 - dw 0x25230098 ; 800D0518 - dw 0xAC820098 ; 800D051C - dw 0x8D040000 ; 800D0520 - dw 0x8E020020 ; 800D0524 - dw 0x00872024 ; 800D0528 - dw 0x00431021 ; 800D052C - dw 0x00461024 ; 800D0530 - dw 0x00822025 ; 800D0534 - dw 0xAD040000 ; 800D0538 - dw 0x8E020020 ; 800D053C - dw 0x96030024 ; 800D0540 - dw 0x00452021 ; 800D0544 - dw 0x2402FF60 ; 800D0548 - dw 0x00431023 ; 800D054C - dw 0x000C2880 ; 800D0550 - dw 0x00A82821 ; 800D0554 - dw 0xA4820008 ; 800D0558 - dw 0x96020028 ; 800D055C - dw 0x8C830000 ; 800D0560 - dw 0x01425023 ; 800D0564 - dw 0xA48A000A ; 800D0568 - dw 0x8D020000 ; 800D056C - dw 0x00671824 ; 800D0570 - dw 0x00461024 ; 800D0574 - dw 0x00621825 ; 800D0578 - dw 0xAC830000 ; 800D057C - dw 0x8D030000 ; 800D0580 - dw 0x00861024 ; 800D0584 - dw 0x00671824 ; 800D0588 - dw 0x00621825 ; 800D058C - dw 0xAD030000 ; 800D0590 - dw 0x8E040020 ; 800D0594 - dw 0x00661824 ; 800D0598 - dw 0x01242021 ; 800D059C - dw 0x8C820060 ; 800D05A0 - dw 0x25290060 ; 800D05A4 - dw 0x00471024 ; 800D05A8 - dw 0x00431025 ; 800D05AC - dw 0xAC820060 ; 800D05B0 - dw 0x8D030000 ; 800D05B4 - dw 0x8E020020 ; 800D05B8 - dw 0x00671824 ; 800D05BC - dw 0x00491021 ; 800D05C0 - dw 0x00461024 ; 800D05C4 - dw 0x00621825 ; 800D05C8 - dw 0x000B1040 ; 800D05CC - dw 0x004B1021 ; 800D05D0 - dw 0xAD030000 ; 800D05D4 - dw 0x8E040020 ; 800D05D8 - dw 0x00021100 ; 800D05DC - dw 0x00822021 ; 800D05E0 - dw 0x8C820024 ; 800D05E4 - dw 0x00661824 ; 800D05E8 - dw 0x00471024 ; 800D05EC - dw 0x00431025 ; 800D05F0 - dw 0xAC820024 ; 800D05F4 - dw 0x24820024 ; 800D05F8 - dw 0x8D030000 ; 800D05FC - dw 0x00461024 ; 800D0600 - dw 0x00671824 ; 800D0604 - dw 0x00621825 ; 800D0608 - dw 0xAD030000 ; 800D060C - dw 0x8C830018 ; 800D0610 - dw 0x8CA20000 ; 800D0614 - dw 0x00671824 ; 800D0618 - dw 0x00461024 ; 800D061C - dw 0x00621825 ; 800D0620 - dw 0x24820018 ; 800D0624 - dw 0xAC830018 ; 800D0628 - dw 0x8CA30000 ; 800D062C - dw 0x00461024 ; 800D0630 - dw 0x00671824 ; 800D0634 - dw 0x00621825 ; 800D0638 - dw 0xACA30000 ; 800D063C - dw 0x000D2880 ; 800D0640 - dw 0x00A82821 ; 800D0644 - dw 0x8C83000C ; 800D0648 - dw 0x8CA20000 ; 800D064C - dw 0x00671824 ; 800D0650 - dw 0x00461024 ; 800D0654 - dw 0x00621825 ; 800D0658 - dw 0x2482000C ; 800D065C - dw 0xAC83000C ; 800D0660 - dw 0x8CA30000 ; 800D0664 - dw 0x00461024 ; 800D0668 - dw 0x00671824 ; 800D066C - dw 0x00621825 ; 800D0670 - dw 0xACA30000 ; 800D0674 - dw 0x8C830000 ; 800D0678 - dw 0x8D0203FC ; 800D067C - dw 0x00671824 ; 800D0680 - dw 0x00461024 ; 800D0684 - dw 0x00621825 ; 800D0688 - dw 0xAC830000 ; 800D068C - dw 0x8D0203FC ; 800D0690 - dw 0x00862024 ; 800D0694 - dw 0x00471024 ; 800D0698 - dw 0x00441025 ; 800D069C - dw 0xAD0203FC ; 800D06A0 - dw 0x8FBF001C ; 800D06A4 - dw 0x8FB00018 ; 800D06A8 - dw 0x03E00008 ; 800D06AC - dw 0x27BD0020 ; 800D06B0 diff --git a/asm/overlays/d16e/d16e_focus_800D06B4.s b/asm/overlays/d16e/d16e_focus_800D06B4.s deleted file mode 100644 index fab4d063a..000000000 --- a/asm/overlays/d16e/d16e_focus_800D06B4.s +++ /dev/null @@ -1,17 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_focus_800D06B4 -d16e_focus_800D06B4: - dw 0x27BDFFE8 ; 800D06B4 - dw 0xAFBF0010 ; 800D06B8 - dw 0x8C840020 ; 800D06BC - dw 0x00000000 ; 800D06C0 - dw 0x10800003 ; 800D06C4 - dw 0x00000000 ; 800D06C8 - dw 0x0C005895 ; 800D06CC - dw 0x00000000 ; 800D06D0 - dw 0x8FBF0010 ; 800D06D4 - dw 0x00000000 ; 800D06D8 - dw 0x03E00008 ; 800D06DC - dw 0x27BD0018 ; 800D06E0 diff --git a/asm/overlays/d16e/d16e_focus_800D06E4.s b/asm/overlays/d16e/d16e_focus_800D06E4.s deleted file mode 100755 index a4c760714..000000000 --- a/asm/overlays/d16e/d16e_focus_800D06E4.s +++ /dev/null @@ -1,154 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_focus_800D06E4 -d16e_focus_800D06E4: - dw 0x27BDFFD8 ; 800D06E4 - dw 0xAFB10014 ; 800D06E8 - dw 0x00808821 ; 800D06EC - dw 0xAFB20018 ; 800D06F0 - dw 0x00A09021 ; 800D06F4 - dw 0xAFB3001C ; 800D06F8 - dw 0x00C09821 ; 800D06FC - dw 0x240400D0 ; 800D0700 - dw 0xAFBF0020 ; 800D0704 - dw 0x0C005883 ; 800D0708 - dw 0xAFB00010 ; 800D070C - dw 0x00408021 ; 800D0710 - dw 0x02002021 ; 800D0714 - dw 0x24050001 ; 800D0718 - dw 0x0C024936 ; 800D071C - dw 0xAE300020 ; 800D0720 - dw 0x26040030 ; 800D0724 - dw 0x0C024936 ; 800D0728 - dw 0x24050001 ; 800D072C - dw 0x2604000C ; 800D0730 - dw 0x0C024936 ; 800D0734 - dw 0x00002821 ; 800D0738 - dw 0x2604003C ; 800D073C - dw 0x0C024936 ; 800D0740 - dw 0x00002821 ; 800D0744 - dw 0x26040018 ; 800D0748 - dw 0x0C024936 ; 800D074C - dw 0x24050001 ; 800D0750 - dw 0x26040048 ; 800D0754 - dw 0x0C024936 ; 800D0758 - dw 0x24050001 ; 800D075C - dw 0x26040024 ; 800D0760 - dw 0x0C024936 ; 800D0764 - dw 0x00002821 ; 800D0768 - dw 0x26040054 ; 800D076C - dw 0x0C024936 ; 800D0770 - dw 0x00002821 ; 800D0774 - dw 0x24040002 ; 800D0778 - dw 0x00002821 ; 800D077C - dw 0x00A03021 ; 800D0780 - dw 0x0C024906 ; 800D0784 - dw 0x00A03821 ; 800D0788 - dw 0x26040060 ; 800D078C - dw 0x00002821 ; 800D0790 - dw 0x24060001 ; 800D0794 - dw 0x0C02492A ; 800D0798 - dw 0x3047FFFF ; 800D079C - dw 0x24040002 ; 800D07A0 - dw 0x00002821 ; 800D07A4 - dw 0x24060140 ; 800D07A8 - dw 0x0C024906 ; 800D07AC - dw 0x00A03821 ; 800D07B0 - dw 0x26040068 ; 800D07B4 - dw 0x00002821 ; 800D07B8 - dw 0x24060001 ; 800D07BC - dw 0x0C02492A ; 800D07C0 - dw 0x3047FFFF ; 800D07C4 - dw 0x24040002 ; 800D07C8 - dw 0x00002821 ; 800D07CC - dw 0x24060080 ; 800D07D0 - dw 0x0C024906 ; 800D07D4 - dw 0x00A03821 ; 800D07D8 - dw 0x26040098 ; 800D07DC - dw 0x00002821 ; 800D07E0 - dw 0x24060001 ; 800D07E4 - dw 0x0C02492A ; 800D07E8 - dw 0x3047FFFF ; 800D07EC - dw 0x24040002 ; 800D07F0 - dw 0x00002821 ; 800D07F4 - dw 0x240601C0 ; 800D07F8 - dw 0x0C024906 ; 800D07FC - dw 0x00A03821 ; 800D0800 - dw 0x260400A0 ; 800D0804 - dw 0x00002821 ; 800D0808 - dw 0x24060001 ; 800D080C - dw 0x0C02492A ; 800D0810 - dw 0x3047FFFF ; 800D0814 - dw 0x26040070 ; 800D0818 - dw 0x24030004 ; 800D081C - dw 0xA0830003 ; 800D0820 - dw 0x24030066 ; 800D0824 - dw 0xA0830007 ; 800D0828 - dw 0x2403FF60 ; 800D082C - dw 0xA4830008 ; 800D0830 - dw 0x2403FF90 ; 800D0834 - dw 0xA483000A ; 800D0838 - dw 0x240300A0 ; 800D083C - dw 0xA4830010 ; 800D0840 - dw 0x240300E0 ; 800D0844 - dw 0xA4830012 ; 800D0848 - dw 0x24030080 ; 800D084C - dw 0xA080000C ; 800D0850 - dw 0xA080000D ; 800D0854 - dw 0xA0830004 ; 800D0858 - dw 0xA0830005 ; 800D085C - dw 0xA0830006 ; 800D0860 - dw 0x260400A8 ; 800D0864 - dw 0x24030020 ; 800D0868 - dw 0x8E080070 ; 800D086C - dw 0x8E090074 ; 800D0870 - dw 0x8E0A0078 ; 800D0874 - dw 0x8E0B007C ; 800D0878 - dw 0xAE080084 ; 800D087C - dw 0xAE090088 ; 800D0880 - dw 0xAE0A008C ; 800D0884 - dw 0xAE0B0090 ; 800D0888 - dw 0x8E080080 ; 800D088C - dw 0x00000000 ; 800D0890 - dw 0xAE080094 ; 800D0894 - dw 0x8E080070 ; 800D0898 - dw 0x8E090074 ; 800D089C - dw 0x8E0A0078 ; 800D08A0 - dw 0x8E0B007C ; 800D08A4 - dw 0xAE0800A8 ; 800D08A8 - dw 0xAE0900AC ; 800D08AC - dw 0xAE0A00B0 ; 800D08B0 - dw 0xAE0B00B4 ; 800D08B4 - dw 0x8E080080 ; 800D08B8 - dw 0x00000000 ; 800D08BC - dw 0xAE0800B8 ; 800D08C0 - dw 0xA083000C ; 800D08C4 - dw 0x24030002 ; 800D08C8 - dw 0xA4800008 ; 800D08CC - dw 0x8E0800A8 ; 800D08D0 - dw 0x8E0900AC ; 800D08D4 - dw 0x8E0A00B0 ; 800D08D8 - dw 0x8E0B00B4 ; 800D08DC - dw 0xAE0800BC ; 800D08E0 - dw 0xAE0900C0 ; 800D08E4 - dw 0xAE0A00C4 ; 800D08E8 - dw 0xAE0B00C8 ; 800D08EC - dw 0x8E0800B8 ; 800D08F0 - dw 0x00000000 ; 800D08F4 - dw 0xAE0800CC ; 800D08F8 - dw 0xAE230024 ; 800D08FC - dw 0xAE200028 ; 800D0900 - dw 0xAE20002C ; 800D0904 - dw 0xAE200030 ; 800D0908 - dw 0xAE320034 ; 800D090C - dw 0xAE320038 ; 800D0910 - dw 0xAE33003C ; 800D0914 - dw 0x8FBF0020 ; 800D0918 - dw 0x8FB3001C ; 800D091C - dw 0x8FB20018 ; 800D0920 - dw 0x8FB10014 ; 800D0924 - dw 0x8FB00010 ; 800D0928 - dw 0x00001021 ; 800D092C - dw 0x03E00008 ; 800D0930 - dw 0x27BD0028 ; 800D0934 diff --git a/asm/overlays/d16e/d16e_focus_800D0938.s b/asm/overlays/d16e/d16e_focus_800D0938.s deleted file mode 100755 index 4f784ee67..000000000 --- a/asm/overlays/d16e/d16e_focus_800D0938.s +++ /dev/null @@ -1,42 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_focus_800D0938 -d16e_focus_800D0938: - dw 0x27BDFFE0 ; 800D0938 - dw 0xAFB10014 ; 800D093C - dw 0x00808821 ; 800D0940 - dw 0xAFB20018 ; 800D0944 - dw 0x00A09021 ; 800D0948 - dw 0x24040007 ; 800D094C - dw 0x24050040 ; 800D0950 - dw 0xAFBF001C ; 800D0954 - dw 0x0C005439 ; 800D0958 - dw 0xAFB00010 ; 800D095C - dw 0x00408021 ; 800D0960 - dw 0x12000012 ; 800D0964 - dw 0x02002021 ; 800D0968 - dw 0x3C05800D ; 800D096C - dw 0x24A503B0 ; 800D0970 - dw 0x3C06800D ; 800D0974 - dw 0x24C606B4 ; 800D0978 - dw 0x3C07800D ; 800D097C - dw 0x0C005453 ; 800D0980 - dw 0x24E72E5C ; 800D0984 - dw 0x02002021 ; 800D0988 - dw 0x02202821 ; 800D098C - dw 0x0C0341B9 ; 800D0990 - dw 0x02403021 ; 800D0994 - dw 0x04410006 ; 800D0998 - dw 0x02001021 ; 800D099C - dw 0x0C005472 ; 800D09A0 - dw 0x02002021 ; 800D09A4 - dw 0x0803426D ; 800D09A8 - dw 0x00001021 ; 800D09AC - dw 0x02001021 ; 800D09B0 - dw 0x8FBF001C ; 800D09B4 - dw 0x8FB20018 ; 800D09B8 - dw 0x8FB10014 ; 800D09BC - dw 0x8FB00010 ; 800D09C0 - dw 0x03E00008 ; 800D09C4 - dw 0x27BD0020 ; 800D09C8 diff --git a/asm/overlays/d16e/d16e_inverlt2_800D0FF4.s b/asm/overlays/d16e/d16e_inverlt2_800D0FF4.s deleted file mode 100755 index cfea79354..000000000 --- a/asm/overlays/d16e/d16e_inverlt2_800D0FF4.s +++ /dev/null @@ -1,360 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_inverlt2_800D0FF4 -d16e_inverlt2_800D0FF4: - dw 0x27BDFFC8 ; 800D0FF4 - dw 0xAFB60030 ; 800D0FF8 - dw 0x0080B021 ; 800D0FFC - dw 0xAFB1001C ; 800D1000 - dw 0x00A08821 ; 800D1004 - dw 0xAFB40028 ; 800D1008 - dw 0x00C0A021 ; 800D100C - dw 0xAFB5002C ; 800D1010 - dw 0x00E0A821 ; 800D1014 - dw 0xAFB00018 ; 800D1018 - dw 0x8FB00054 ; 800D101C - dw 0x24040005 ; 800D1020 - dw 0xAFB30024 ; 800D1024 - dw 0x8FB30058 ; 800D1028 - dw 0x240500EC ; 800D102C - dw 0xAFBF0034 ; 800D1030 - dw 0x0C005439 ; 800D1034 - dw 0xAFB20020 ; 800D1038 - dw 0x00409021 ; 800D103C - dw 0x16400003 ; 800D1040 - dw 0x02402021 ; 800D1044 - dw 0x08034556 ; 800D1048 - dw 0x00001021 ; 800D104C - dw 0x3C05800D ; 800D1050 - dw 0x24A51580 ; 800D1054 - dw 0x3C06800D ; 800D1058 - dw 0x24C61858 ; 800D105C - dw 0x3C07800D ; 800D1060 - dw 0x0C005453 ; 800D1064 - dw 0x24E72E6C ; 800D1068 - dw 0x3C02800B ; 800D106C - dw 0x8C43B9B0 ; 800D1070 - dw 0x8FA20048 ; 800D1074 - dw 0x00000000 ; 800D1078 - dw 0xAE4200C4 ; 800D107C - dw 0x8FA2004C ; 800D1080 - dw 0x00000000 ; 800D1084 - dw 0xAE4200C8 ; 800D1088 - dw 0x8FA20050 ; 800D108C - dw 0xAE5100D0 ; 800D1090 - dw 0xAE5100D4 ; 800D1094 - dw 0xAE5400D8 ; 800D1098 - dw 0xAE5500DC ; 800D109C - dw 0xAE430020 ; 800D10A0 - dw 0xAE4200CC ; 800D10A4 - dw 0x8ACB0003 ; 800D10A8 - dw 0x9ACB0000 ; 800D10AC - dw 0x8ACC0007 ; 800D10B0 - dw 0x9ACC0004 ; 800D10B4 - dw 0xAA4B00E3 ; 800D10B8 - dw 0xBA4B00E0 ; 800D10BC - dw 0xAA4C00E7 ; 800D10C0 - dw 0xBA4C00E4 ; 800D10C4 - dw 0x8E4200C4 ; 800D10C8 - dw 0x00000000 ; 800D10CC - dw 0x28420005 ; 800D10D0 - dw 0x10400002 ; 800D10D4 - dw 0x24020005 ; 800D10D8 - dw 0xAE4200C4 ; 800D10DC - dw 0x8E4200C8 ; 800D10E0 - dw 0x00000000 ; 800D10E4 - dw 0x28420005 ; 800D10E8 - dw 0x10400002 ; 800D10EC - dw 0x24020005 ; 800D10F0 - dw 0xAE4200C8 ; 800D10F4 - dw 0x8E4200CC ; 800D10F8 - dw 0x00000000 ; 800D10FC - dw 0x28420005 ; 800D1100 - dw 0x10400002 ; 800D1104 - dw 0x24020005 ; 800D1108 - dw 0xAE4200CC ; 800D110C - dw 0x8E4200D8 ; 800D1110 - dw 0x00000000 ; 800D1114 - dw 0x1C400003 ; 800D1118 - dw 0x3C032AAA ; 800D111C - dw 0x24020001 ; 800D1120 - dw 0xAE4200D8 ; 800D1124 - dw 0x3463AAAB ; 800D1128 - dw 0x02030018 ; 800D112C - dw 0x3C065555 ; 800D1130 - dw 0x34C65556 ; 800D1134 - dw 0x02402021 ; 800D1138 - dw 0x24050064 ; 800D113C - dw 0x0000A021 ; 800D1140 - dw 0x00005010 ; 800D1144 - dw 0x24160009 ; 800D1148 - dw 0x2415002C ; 800D114C - dw 0x02060018 ; 800D1150 - dw 0x02408821 ; 800D1154 - dw 0x00103FC3 ; 800D1158 - dw 0x02071023 ; 800D115C - dw 0x00021043 ; 800D1160 - dw 0xA6420058 ; 800D1164 - dw 0xA642005A ; 800D1168 - dw 0x001317C2 ; 800D116C - dw 0x02621021 ; 800D1170 - dw 0x00021043 ; 800D1174 - dw 0xA6420078 ; 800D1178 - dw 0xA642007A ; 800D117C - dw 0x00004810 ; 800D1180 - dw 0x24020140 ; 800D1184 - dw 0x00103080 ; 800D1188 - dw 0x00C30018 ; 800D118C - dw 0xA6500070 ; 800D1190 - dw 0xA6500072 ; 800D1194 - dw 0xA6530080 ; 800D1198 - dw 0xA6530082 ; 800D119C - dw 0xA6420088 ; 800D11A0 - dw 0xA6420090 ; 800D11A4 - dw 0xA6420098 ; 800D11A8 - dw 0xA64200A0 ; 800D11AC - dw 0xA64200A8 ; 800D11B0 - dw 0xA64200B0 ; 800D11B4 - dw 0xA64200B8 ; 800D11B8 - dw 0x00004010 ; 800D11BC - dw 0xA64200C0 ; 800D11C0 - dw 0x00D01021 ; 800D11C4 - dw 0x00430018 ; 800D11C8 - dw 0x000637C3 ; 800D11CC - dw 0x01471823 ; 800D11D0 - dw 0x01273823 ; 800D11D4 - dw 0x01063023 ; 800D11D8 - dw 0x000217C3 ; 800D11DC - dw 0xA6430048 ; 800D11E0 - dw 0xA643004A ; 800D11E4 - dw 0xA6470050 ; 800D11E8 - dw 0xA6470052 ; 800D11EC - dw 0xA6460060 ; 800D11F0 - dw 0xA6460062 ; 800D11F4 - dw 0x00007810 ; 800D11F8 - dw 0x01E21023 ; 800D11FC - dw 0xA6420068 ; 800D1200 - dw 0x0C034635 ; 800D1204 - dw 0xA642006A ; 800D1208 - dw 0x3C04800D ; 800D120C - dw 0x0C005B33 ; 800D1210 - dw 0x24842E78 ; 800D1214 - dw 0x0C00760C ; 800D1218 - dw 0x00402021 ; 800D121C - dw 0x00409821 ; 800D1220 - dw 0x001410C0 ; 800D1224 - dw 0x00523821 ; 800D1228 - dw 0x00E01021 ; 800D122C - dw 0x24420044 ; 800D1230 - dw 0xAFA20010 ; 800D1234 - dw 0x24040612 ; 800D1238 - dw 0x24050001 ; 800D123C - dw 0x00003021 ; 800D1240 - dw 0x0C006EAF ; 800D1244 - dw 0x24E70084 ; 800D1248 - dw 0x00408021 ; 800D124C - dw 0x12000008 ; 800D1250 - dw 0x24020140 ; 800D1254 - dw 0x0C00609D ; 800D1258 - dw 0x02002021 ; 800D125C - dw 0x3C02800B ; 800D1260 - dw 0x8C42B9B0 ; 800D1264 - dw 0x00000000 ; 800D1268 - dw 0xA6020028 ; 800D126C - dw 0x24020140 ; 800D1270 - dw 0xAE300024 ; 800D1274 - dw 0xA602002E ; 800D1278 - dw 0x8E220024 ; 800D127C - dw 0x00000000 ; 800D1280 - dw 0x8C420040 ; 800D1284 - dw 0x00000000 ; 800D1288 - dw 0xA0560003 ; 800D128C - dw 0x8E220024 ; 800D1290 - dw 0x00000000 ; 800D1294 - dw 0x8C420040 ; 800D1298 - dw 0x00000000 ; 800D129C - dw 0xA0550007 ; 800D12A0 - dw 0x8E220024 ; 800D12A4 - dw 0x00000000 ; 800D12A8 - dw 0x8C420040 ; 800D12AC - dw 0x00000000 ; 800D12B0 - dw 0xA056002B ; 800D12B4 - dw 0x8E220024 ; 800D12B8 - dw 0x00000000 ; 800D12BC - dw 0x8C420040 ; 800D12C0 - dw 0x00000000 ; 800D12C4 - dw 0xA055002F ; 800D12C8 - dw 0x8E220024 ; 800D12CC - dw 0x00000000 ; 800D12D0 - dw 0x8C430040 ; 800D12D4 - dw 0x924200C4 ; 800D12D8 - dw 0x00000000 ; 800D12DC - dw 0xA0620004 ; 800D12E0 - dw 0x8E220024 ; 800D12E4 - dw 0x00000000 ; 800D12E8 - dw 0x8C430040 ; 800D12EC - dw 0x924200C8 ; 800D12F0 - dw 0x00000000 ; 800D12F4 - dw 0xA0620005 ; 800D12F8 - dw 0x8E220024 ; 800D12FC - dw 0x00000000 ; 800D1300 - dw 0x8C430040 ; 800D1304 - dw 0x924200CC ; 800D1308 - dw 0x00000000 ; 800D130C - dw 0xA0620006 ; 800D1310 - dw 0x8E230024 ; 800D1314 - dw 0x924200C4 ; 800D1318 - dw 0x8C630040 ; 800D131C - dw 0x2442FFFB ; 800D1320 - dw 0xA062002C ; 800D1324 - dw 0x8E230024 ; 800D1328 - dw 0x924200C8 ; 800D132C - dw 0x8C630040 ; 800D1330 - dw 0x2442FFFB ; 800D1334 - dw 0xA062002D ; 800D1338 - dw 0x8E230024 ; 800D133C - dw 0x924200CC ; 800D1340 - dw 0x8C630040 ; 800D1344 - dw 0x2442FFFB ; 800D1348 - dw 0xA062002E ; 800D134C - dw 0x8E220024 ; 800D1350 - dw 0x92640008 ; 800D1354 - dw 0x9265000A ; 800D1358 - dw 0x92630009 ; 800D135C - dw 0x9266000B ; 800D1360 - dw 0x8C420040 ; 800D1364 - dw 0x00000000 ; 800D1368 - dw 0xA044000C ; 800D136C - dw 0x8E220024 ; 800D1370 - dw 0x00000000 ; 800D1374 - dw 0x8C420040 ; 800D1378 - dw 0x00000000 ; 800D137C - dw 0xA043000D ; 800D1380 - dw 0x8E220024 ; 800D1384 - dw 0x00000000 ; 800D1388 - dw 0x8C420040 ; 800D138C - dw 0x00852821 ; 800D1390 - dw 0xA0450014 ; 800D1394 - dw 0x8E220024 ; 800D1398 - dw 0x00000000 ; 800D139C - dw 0x8C420040 ; 800D13A0 - dw 0x00000000 ; 800D13A4 - dw 0xA0430015 ; 800D13A8 - dw 0x8E220024 ; 800D13AC - dw 0x00000000 ; 800D13B0 - dw 0x8C420040 ; 800D13B4 - dw 0x00000000 ; 800D13B8 - dw 0xA044001C ; 800D13BC - dw 0x8E220024 ; 800D13C0 - dw 0x00000000 ; 800D13C4 - dw 0x8C420040 ; 800D13C8 - dw 0x00661821 ; 800D13CC - dw 0xA043001D ; 800D13D0 - dw 0x8E220024 ; 800D13D4 - dw 0x00000000 ; 800D13D8 - dw 0x8C420040 ; 800D13DC - dw 0x00000000 ; 800D13E0 - dw 0xA0450024 ; 800D13E4 - dw 0x8E220024 ; 800D13E8 - dw 0x00000000 ; 800D13EC - dw 0x8C420040 ; 800D13F0 - dw 0x00000000 ; 800D13F4 - dw 0xA0430025 ; 800D13F8 - dw 0x8E220024 ; 800D13FC - dw 0x00000000 ; 800D1400 - dw 0x8C430040 ; 800D1404 - dw 0x96620004 ; 800D1408 - dw 0x00000000 ; 800D140C - dw 0xA4620016 ; 800D1410 - dw 0x8E220024 ; 800D1414 - dw 0x00000000 ; 800D1418 - dw 0x8C430040 ; 800D141C - dw 0x96620006 ; 800D1420 - dw 0x00000000 ; 800D1424 - dw 0xA462000E ; 800D1428 - dw 0x8E220024 ; 800D142C - dw 0x92640008 ; 800D1430 - dw 0x9265000A ; 800D1434 - dw 0x92630009 ; 800D1438 - dw 0x9266000B ; 800D143C - dw 0x8C420040 ; 800D1440 - dw 0x00000000 ; 800D1444 - dw 0xA0440034 ; 800D1448 - dw 0x8E220024 ; 800D144C - dw 0x00000000 ; 800D1450 - dw 0x8C420040 ; 800D1454 - dw 0x00000000 ; 800D1458 - dw 0xA0430035 ; 800D145C - dw 0x8E220024 ; 800D1460 - dw 0x00000000 ; 800D1464 - dw 0x8C420040 ; 800D1468 - dw 0x00852821 ; 800D146C - dw 0xA045003C ; 800D1470 - dw 0x8E220024 ; 800D1474 - dw 0x00000000 ; 800D1478 - dw 0x8C420040 ; 800D147C - dw 0x00000000 ; 800D1480 - dw 0xA043003D ; 800D1484 - dw 0x8E220024 ; 800D1488 - dw 0x00000000 ; 800D148C - dw 0x8C420040 ; 800D1490 - dw 0x00000000 ; 800D1494 - dw 0xA0440044 ; 800D1498 - dw 0x8E220024 ; 800D149C - dw 0x00000000 ; 800D14A0 - dw 0x8C420040 ; 800D14A4 - dw 0x00661821 ; 800D14A8 - dw 0xA0430045 ; 800D14AC - dw 0x8E220024 ; 800D14B0 - dw 0x00000000 ; 800D14B4 - dw 0x8C420040 ; 800D14B8 - dw 0x00000000 ; 800D14BC - dw 0xA045004C ; 800D14C0 - dw 0x8E220024 ; 800D14C4 - dw 0x00000000 ; 800D14C8 - dw 0x8C420040 ; 800D14CC - dw 0x00000000 ; 800D14D0 - dw 0xA043004D ; 800D14D4 - dw 0x8E220024 ; 800D14D8 - dw 0x00000000 ; 800D14DC - dw 0x8C430040 ; 800D14E0 - dw 0x96620004 ; 800D14E4 - dw 0x00000000 ; 800D14E8 - dw 0xA462003E ; 800D14EC - dw 0x8E220024 ; 800D14F0 - dw 0x00000000 ; 800D14F4 - dw 0x8C430040 ; 800D14F8 - dw 0x96620006 ; 800D14FC - dw 0x00000000 ; 800D1500 - dw 0xA4620036 ; 800D1504 - dw 0x8E220024 ; 800D1508 - dw 0x00000000 ; 800D150C - dw 0x8C430040 ; 800D1510 - dw 0x00000000 ; 800D1514 - dw 0x90620007 ; 800D1518 - dw 0x00000000 ; 800D151C - dw 0x34420002 ; 800D1520 - dw 0xA0620007 ; 800D1524 - dw 0x8E220024 ; 800D1528 - dw 0x00000000 ; 800D152C - dw 0x8C430040 ; 800D1530 - dw 0x26940001 ; 800D1534 - dw 0x9062002F ; 800D1538 - dw 0x00000000 ; 800D153C - dw 0x34420002 ; 800D1540 - dw 0xA062002F ; 800D1544 - dw 0x2A820008 ; 800D1548 - dw 0x1440FF35 ; 800D154C - dw 0x26310004 ; 800D1550 - dw 0x02401021 ; 800D1554 - dw 0x8FBF0034 ; 800D1558 - dw 0x8FB60030 ; 800D155C - dw 0x8FB5002C ; 800D1560 - dw 0x8FB40028 ; 800D1564 - dw 0x8FB30024 ; 800D1568 - dw 0x8FB20020 ; 800D156C - dw 0x8FB1001C ; 800D1570 - dw 0x8FB00018 ; 800D1574 - dw 0x03E00008 ; 800D1578 - dw 0x27BD0038 ; 800D157C diff --git a/asm/overlays/d16e/d16e_inverlt2_800D1580.s b/asm/overlays/d16e/d16e_inverlt2_800D1580.s deleted file mode 100644 index d878fe675..000000000 --- a/asm/overlays/d16e/d16e_inverlt2_800D1580.s +++ /dev/null @@ -1,187 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_inverlt2_800D1580 -d16e_inverlt2_800D1580: - dw 0x27BDFFD8 ; 800D1580 - dw 0xAFB20018 ; 800D1584 - dw 0x00809021 ; 800D1588 - dw 0xAFBF0020 ; 800D158C - dw 0xAFB3001C ; 800D1590 - dw 0xAFB10014 ; 800D1594 - dw 0xAFB00010 ; 800D1598 - dw 0x8E4200D0 ; 800D159C - dw 0x00000000 ; 800D15A0 - dw 0x1C400005 ; 800D15A4 - dw 0x00000000 ; 800D15A8 - dw 0x0C005472 ; 800D15AC - dw 0x00000000 ; 800D15B0 - dw 0x0803460F ; 800D15B4 - dw 0x00000000 ; 800D15B8 - dw 0x8E4300D4 ; 800D15BC - dw 0x8E4400D8 ; 800D15C0 - dw 0x00629823 ; 800D15C4 - dw 0x00931823 ; 800D15C8 - dw 0x00031040 ; 800D15CC - dw 0x00431021 ; 800D15D0 - dw 0x000210C0 ; 800D15D4 - dw 0x00431021 ; 800D15D8 - dw 0x00021080 ; 800D15DC - dw 0x0044001A ; 800D15E0 - dw 0x14800002 ; 800D15E4 - dw 0x00000000 ; 800D15E8 - dw 0x0007000D ; 800D15EC - dw 0x2401FFFF ; 800D15F0 - dw 0x14810004 ; 800D15F4 - dw 0x3C018000 ; 800D15F8 - dw 0x14410002 ; 800D15FC - dw 0x00000000 ; 800D1600 - dw 0x0006000D ; 800D1604 - dw 0x00008812 ; 800D1608 - dw 0x8E430020 ; 800D160C - dw 0x3C02800B ; 800D1610 - dw 0x1620000F ; 800D1614 - dw 0xAC43B9B0 ; 800D1618 - dw 0x8E4200E8 ; 800D161C - dw 0x00000000 ; 800D1620 - dw 0x1440000B ; 800D1624 - dw 0x24020001 ; 800D1628 - dw 0xAE4200E8 ; 800D162C - dw 0x265000E0 ; 800D1630 - dw 0x0C01D329 ; 800D1634 - dw 0x02002021 ; 800D1638 - dw 0x0C01D34A ; 800D163C - dw 0x02002021 ; 800D1640 - dw 0x0C01E43A ; 800D1644 - dw 0x00000000 ; 800D1648 - dw 0x0803459D ; 800D164C - dw 0x02402021 ; 800D1650 - dw 0x8E4300E8 ; 800D1654 - dw 0x24020001 ; 800D1658 - dw 0x14620005 ; 800D165C - dw 0x02402021 ; 800D1660 - dw 0x24020002 ; 800D1664 - dw 0x0C01E44F ; 800D1668 - dw 0xAE4200E8 ; 800D166C - dw 0x02402021 ; 800D1670 - dw 0x0C034635 ; 800D1674 - dw 0x02202821 ; 800D1678 - dw 0x8E4400DC ; 800D167C - dw 0x00000000 ; 800D1680 - dw 0x0093102A ; 800D1684 - dw 0x10400068 ; 800D1688 - dw 0x00000000 ; 800D168C - dw 0x8E4300D4 ; 800D1690 - dw 0x00000000 ; 800D1694 - dw 0x00642823 ; 800D1698 - dw 0x1CA00003 ; 800D169C - dw 0x00731823 ; 800D16A0 - dw 0x080345BB ; 800D16A4 - dw 0x00008821 ; 800D16A8 - dw 0x00031040 ; 800D16AC - dw 0x00431021 ; 800D16B0 - dw 0x000210C0 ; 800D16B4 - dw 0x00431021 ; 800D16B8 - dw 0x00021080 ; 800D16BC - dw 0x0045001A ; 800D16C0 - dw 0x14A00002 ; 800D16C4 - dw 0x00000000 ; 800D16C8 - dw 0x0007000D ; 800D16CC - dw 0x2401FFFF ; 800D16D0 - dw 0x14A10004 ; 800D16D4 - dw 0x3C018000 ; 800D16D8 - dw 0x14410002 ; 800D16DC - dw 0x00000000 ; 800D16E0 - dw 0x0006000D ; 800D16E4 - dw 0x00008812 ; 800D16E8 - dw 0x8E4400C4 ; 800D16EC - dw 0x00000000 ; 800D16F0 - dw 0x00910018 ; 800D16F4 - dw 0x00002012 ; 800D16F8 - dw 0x3C0551EB ; 800D16FC - dw 0x34A5851F ; 800D1700 - dw 0x00850018 ; 800D1704 - dw 0x00003010 ; 800D1708 - dw 0x8E4200C8 ; 800D170C - dw 0x00000000 ; 800D1710 - dw 0x00510018 ; 800D1714 - dw 0x00001012 ; 800D1718 - dw 0x8E4300CC ; 800D171C - dw 0x00000000 ; 800D1720 - dw 0x00710018 ; 800D1724 - dw 0x00001812 ; 800D1728 - dw 0x00000000 ; 800D172C - dw 0x00000000 ; 800D1730 - dw 0x00450018 ; 800D1734 - dw 0x00004010 ; 800D1738 - dw 0x00000000 ; 800D173C - dw 0x00000000 ; 800D1740 - dw 0x00650018 ; 800D1744 - dw 0x000427C3 ; 800D1748 - dw 0x000217C3 ; 800D174C - dw 0x00062943 ; 800D1750 - dw 0x00A42823 ; 800D1754 - dw 0x00082143 ; 800D1758 - dw 0x00822023 ; 800D175C - dw 0x00031FC3 ; 800D1760 - dw 0x00003810 ; 800D1764 - dw 0x00071143 ; 800D1768 - dw 0x00433823 ; 800D176C - dw 0x28A20005 ; 800D1770 - dw 0x10400002 ; 800D1774 - dw 0x28820005 ; 800D1778 - dw 0x24050005 ; 800D177C - dw 0x10400002 ; 800D1780 - dw 0x28E20005 ; 800D1784 - dw 0x24040005 ; 800D1788 - dw 0x10400002 ; 800D178C - dw 0x00003021 ; 800D1790 - dw 0x24070005 ; 800D1794 - dw 0x24AAFFFB ; 800D1798 - dw 0x2489FFFB ; 800D179C - dw 0x24E8FFFB ; 800D17A0 - dw 0x02401821 ; 800D17A4 - dw 0x8C620024 ; 800D17A8 - dw 0x00000000 ; 800D17AC - dw 0x8C420040 ; 800D17B0 - dw 0x00000000 ; 800D17B4 - dw 0xA0450004 ; 800D17B8 - dw 0x8C620024 ; 800D17BC - dw 0x00000000 ; 800D17C0 - dw 0x8C420040 ; 800D17C4 - dw 0x00000000 ; 800D17C8 - dw 0xA0440005 ; 800D17CC - dw 0x8C620024 ; 800D17D0 - dw 0x00000000 ; 800D17D4 - dw 0x8C420040 ; 800D17D8 - dw 0x00000000 ; 800D17DC - dw 0xA0470006 ; 800D17E0 - dw 0x8C620024 ; 800D17E4 - dw 0x00000000 ; 800D17E8 - dw 0x8C420040 ; 800D17EC - dw 0x00000000 ; 800D17F0 - dw 0xA04A002C ; 800D17F4 - dw 0x8C620024 ; 800D17F8 - dw 0x00000000 ; 800D17FC - dw 0x8C420040 ; 800D1800 - dw 0x00000000 ; 800D1804 - dw 0xA049002D ; 800D1808 - dw 0x8C620024 ; 800D180C - dw 0x24C60001 ; 800D1810 - dw 0x8C420040 ; 800D1814 - dw 0x00000000 ; 800D1818 - dw 0xA048002E ; 800D181C - dw 0x28C20008 ; 800D1820 - dw 0x1440FFE0 ; 800D1824 - dw 0x24630004 ; 800D1828 - dw 0x8E4200D0 ; 800D182C - dw 0x00000000 ; 800D1830 - dw 0x2442FFFF ; 800D1834 - dw 0xAE4200D0 ; 800D1838 - dw 0x8FBF0020 ; 800D183C - dw 0x8FB3001C ; 800D1840 - dw 0x8FB20018 ; 800D1844 - dw 0x8FB10014 ; 800D1848 - dw 0x8FB00010 ; 800D184C - dw 0x03E00008 ; 800D1850 - dw 0x27BD0028 ; 800D1854 diff --git a/asm/overlays/d16e/d16e_inverlt2_800D1858.s b/asm/overlays/d16e/d16e_inverlt2_800D1858.s deleted file mode 100644 index 7c1487441..000000000 --- a/asm/overlays/d16e/d16e_inverlt2_800D1858.s +++ /dev/null @@ -1,36 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_inverlt2_800D1858 -d16e_inverlt2_800D1858: - dw 0x27BDFFE0 ; 800D1858 - dw 0xAFB00010 ; 800D185C - dw 0x00808021 ; 800D1860 - dw 0xAFBF001C ; 800D1864 - dw 0xAFB20018 ; 800D1868 - dw 0xAFB10014 ; 800D186C - dw 0x8E0300E8 ; 800D1870 - dw 0x24020001 ; 800D1874 - dw 0x14620003 ; 800D1878 - dw 0x00009021 ; 800D187C - dw 0x0C01E44F ; 800D1880 - dw 0x00000000 ; 800D1884 - dw 0x02008821 ; 800D1888 - dw 0x8E300024 ; 800D188C - dw 0x00000000 ; 800D1890 - dw 0x12000005 ; 800D1894 - dw 0x00000000 ; 800D1898 - dw 0x0C0060B8 ; 800D189C - dw 0x02002021 ; 800D18A0 - dw 0x0C006F01 ; 800D18A4 - dw 0x02002021 ; 800D18A8 - dw 0x26520001 ; 800D18AC - dw 0x2A420008 ; 800D18B0 - dw 0x1440FFF5 ; 800D18B4 - dw 0x26310004 ; 800D18B8 - dw 0x8FBF001C ; 800D18BC - dw 0x8FB20018 ; 800D18C0 - dw 0x8FB10014 ; 800D18C4 - dw 0x8FB00010 ; 800D18C8 - dw 0x03E00008 ; 800D18CC - dw 0x27BD0020 ; 800D18D0 diff --git a/asm/overlays/d16e/d16e_inverlt2_800D18D4.s b/asm/overlays/d16e/d16e_inverlt2_800D18D4.s deleted file mode 100755 index 0aea205d5..000000000 --- a/asm/overlays/d16e/d16e_inverlt2_800D18D4.s +++ /dev/null @@ -1,380 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_inverlt2_800D18D4 -d16e_inverlt2_800D18D4: - dw 0x27BDFFC8 ; 800D18D4 - dw 0xAFB1002C ; 800D18D8 - dw 0x00808821 ; 800D18DC - dw 0xAFB20030 ; 800D18E0 - dw 0x00A09021 ; 800D18E4 - dw 0xAFB00028 ; 800D18E8 - dw 0x3C10800B ; 800D18EC - dw 0x261019EC ; 800D18F0 - dw 0x26100010 ; 800D18F4 - dw 0xAFBF0034 ; 800D18F8 - dw 0x0C024C86 ; 800D18FC - dw 0x02002021 ; 800D1900 - dw 0x0C024C92 ; 800D1904 - dw 0x02002021 ; 800D1908 - dw 0x262400E0 ; 800D190C - dw 0x27A50010 ; 800D1910 - dw 0x27A60020 ; 800D1914 - dw 0x0C024D1E ; 800D1918 - dw 0x27A70024 ; 800D191C - dw 0x87A40012 ; 800D1920 - dw 0x00000000 ; 800D1924 - dw 0x14800003 ; 800D1928 - dw 0x00000000 ; 800D192C - dw 0x0803466E ; 800D1930 - dw 0xA7A00018 ; 800D1934 - dw 0x87A30010 ; 800D1938 - dw 0x00000000 ; 800D193C - dw 0x000310C0 ; 800D1940 - dw 0x00431023 ; 800D1944 - dw 0x00021100 ; 800D1948 - dw 0x0044001A ; 800D194C - dw 0x14800002 ; 800D1950 - dw 0x00000000 ; 800D1954 - dw 0x0007000D ; 800D1958 - dw 0x2401FFFF ; 800D195C - dw 0x14810004 ; 800D1960 - dw 0x3C018000 ; 800D1964 - dw 0x14410002 ; 800D1968 - dw 0x00000000 ; 800D196C - dw 0x0006000D ; 800D1970 - dw 0x00001012 ; 800D1974 - dw 0x00000000 ; 800D1978 - dw 0x04410002 ; 800D197C - dw 0x00000000 ; 800D1980 - dw 0x00021023 ; 800D1984 - dw 0x00021400 ; 800D1988 - dw 0x00021403 ; 800D198C - dw 0x00520018 ; 800D1990 - dw 0x00001012 ; 800D1994 - dw 0x3C0351EB ; 800D1998 - dw 0x3463851F ; 800D199C - dw 0x00430018 ; 800D19A0 - dw 0x000217C3 ; 800D19A4 - dw 0x00001810 ; 800D19A8 - dw 0x00031943 ; 800D19AC - dw 0x00621823 ; 800D19B0 - dw 0xA7A30018 ; 800D19B4 - dw 0x87A40010 ; 800D19B8 - dw 0x00000000 ; 800D19BC - dw 0x14800003 ; 800D19C0 - dw 0x00000000 ; 800D19C4 - dw 0x08034694 ; 800D19C8 - dw 0xA7A0001A ; 800D19CC - dw 0x87A30012 ; 800D19D0 - dw 0x00000000 ; 800D19D4 - dw 0x00031080 ; 800D19D8 - dw 0x00431021 ; 800D19DC - dw 0x00021140 ; 800D19E0 - dw 0x0044001A ; 800D19E4 - dw 0x14800002 ; 800D19E8 - dw 0x00000000 ; 800D19EC - dw 0x0007000D ; 800D19F0 - dw 0x2401FFFF ; 800D19F4 - dw 0x14810004 ; 800D19F8 - dw 0x3C018000 ; 800D19FC - dw 0x14410002 ; 800D1A00 - dw 0x00000000 ; 800D1A04 - dw 0x0006000D ; 800D1A08 - dw 0x00001012 ; 800D1A0C - dw 0x00000000 ; 800D1A10 - dw 0x04410002 ; 800D1A14 - dw 0x00000000 ; 800D1A18 - dw 0x00021023 ; 800D1A1C - dw 0x00021400 ; 800D1A20 - dw 0x00021403 ; 800D1A24 - dw 0x00520018 ; 800D1A28 - dw 0x00001012 ; 800D1A2C - dw 0x3C0351EB ; 800D1A30 - dw 0x3463851F ; 800D1A34 - dw 0x00430018 ; 800D1A38 - dw 0x000217C3 ; 800D1A3C - dw 0x00001810 ; 800D1A40 - dw 0x00031943 ; 800D1A44 - dw 0x00621823 ; 800D1A48 - dw 0xA7A3001A ; 800D1A4C - dw 0x87A20010 ; 800D1A50 - dw 0x97A50010 ; 800D1A54 - dw 0x1C400005 ; 800D1A58 - dw 0x00000000 ; 800D1A5C - dw 0x87A20018 ; 800D1A60 - dw 0x00000000 ; 800D1A64 - dw 0x00021023 ; 800D1A68 - dw 0xA7A20018 ; 800D1A6C - dw 0x87A20012 ; 800D1A70 - dw 0x00000000 ; 800D1A74 - dw 0x1C400005 ; 800D1A78 - dw 0x3C062AAA ; 800D1A7C - dw 0x87A2001A ; 800D1A80 - dw 0x00000000 ; 800D1A84 - dw 0x00021023 ; 800D1A88 - dw 0xA7A2001A ; 800D1A8C - dw 0x97A40018 ; 800D1A90 - dw 0x34C6AAAB ; 800D1A94 - dw 0x00042400 ; 800D1A98 - dw 0x00041403 ; 800D1A9C - dw 0x00460018 ; 800D1AA0 - dw 0x96230048 ; 800D1AA4 - dw 0x00000000 ; 800D1AA8 - dw 0x00031C00 ; 800D1AAC - dw 0x00031403 ; 800D1AB0 - dw 0x00031FC2 ; 800D1AB4 - dw 0x00431021 ; 800D1AB8 - dw 0x00021043 ; 800D1ABC - dw 0x00451023 ; 800D1AC0 - dw 0x000427C3 ; 800D1AC4 - dw 0x00004010 ; 800D1AC8 - dw 0x01042023 ; 800D1ACC - dw 0x00441021 ; 800D1AD0 - dw 0xA6220044 ; 800D1AD4 - dw 0x97A4001A ; 800D1AD8 - dw 0x00000000 ; 800D1ADC - dw 0x00042400 ; 800D1AE0 - dw 0x00041403 ; 800D1AE4 - dw 0x00460018 ; 800D1AE8 - dw 0x9623004A ; 800D1AEC - dw 0x3C055555 ; 800D1AF0 - dw 0x00031C00 ; 800D1AF4 - dw 0x00031403 ; 800D1AF8 - dw 0x00031FC2 ; 800D1AFC - dw 0x00431021 ; 800D1B00 - dw 0x00021043 ; 800D1B04 - dw 0x97A30012 ; 800D1B08 - dw 0x000427C3 ; 800D1B0C - dw 0x00431023 ; 800D1B10 - dw 0x00004010 ; 800D1B14 - dw 0x01042023 ; 800D1B18 - dw 0x00441021 ; 800D1B1C - dw 0xA6220046 ; 800D1B20 - dw 0x97A40018 ; 800D1B24 - dw 0x34A55556 ; 800D1B28 - dw 0x00042400 ; 800D1B2C - dw 0x00041403 ; 800D1B30 - dw 0x00450018 ; 800D1B34 - dw 0x96220050 ; 800D1B38 - dw 0x000427C3 ; 800D1B3C - dw 0x00021400 ; 800D1B40 - dw 0x00021C03 ; 800D1B44 - dw 0x000217C2 ; 800D1B48 - dw 0x00621821 ; 800D1B4C - dw 0x97A20010 ; 800D1B50 - dw 0x00031843 ; 800D1B54 - dw 0x00621823 ; 800D1B58 - dw 0x00004010 ; 800D1B5C - dw 0x01042023 ; 800D1B60 - dw 0x00641821 ; 800D1B64 - dw 0xA623004C ; 800D1B68 - dw 0x97A4001A ; 800D1B6C - dw 0x00000000 ; 800D1B70 - dw 0x00042400 ; 800D1B74 - dw 0x00041403 ; 800D1B78 - dw 0x00450018 ; 800D1B7C - dw 0x96220052 ; 800D1B80 - dw 0x00000000 ; 800D1B84 - dw 0x00021400 ; 800D1B88 - dw 0x00021C03 ; 800D1B8C - dw 0x000217C2 ; 800D1B90 - dw 0x00621821 ; 800D1B94 - dw 0x97A20012 ; 800D1B98 - dw 0x00031843 ; 800D1B9C - dw 0x00621823 ; 800D1BA0 - dw 0x96220058 ; 800D1BA4 - dw 0x000427C3 ; 800D1BA8 - dw 0x00021400 ; 800D1BAC - dw 0x00004010 ; 800D1BB0 - dw 0x01042023 ; 800D1BB4 - dw 0x00641821 ; 800D1BB8 - dw 0x00022403 ; 800D1BBC - dw 0x000217C2 ; 800D1BC0 - dw 0x00822021 ; 800D1BC4 - dw 0x00042043 ; 800D1BC8 - dw 0xA623004E ; 800D1BCC - dw 0x97A30010 ; 800D1BD0 - dw 0x97A20018 ; 800D1BD4 - dw 0x00832023 ; 800D1BD8 - dw 0x00021400 ; 800D1BDC - dw 0x00021C03 ; 800D1BE0 - dw 0x000217C2 ; 800D1BE4 - dw 0x00621821 ; 800D1BE8 - dw 0x00031843 ; 800D1BEC - dw 0x9622005A ; 800D1BF0 - dw 0x00832021 ; 800D1BF4 - dw 0xA6240054 ; 800D1BF8 - dw 0x97A3001A ; 800D1BFC - dw 0x00021400 ; 800D1C00 - dw 0x00022403 ; 800D1C04 - dw 0x000217C2 ; 800D1C08 - dw 0x00822021 ; 800D1C0C - dw 0x00042043 ; 800D1C10 - dw 0x97A20012 ; 800D1C14 - dw 0x00031C00 ; 800D1C18 - dw 0x00822023 ; 800D1C1C - dw 0x00031403 ; 800D1C20 - dw 0x00031FC2 ; 800D1C24 - dw 0x00431021 ; 800D1C28 - dw 0x00021043 ; 800D1C2C - dw 0x00822021 ; 800D1C30 - dw 0xA6240056 ; 800D1C34 - dw 0x87A40018 ; 800D1C38 - dw 0x00000000 ; 800D1C3C - dw 0x00042080 ; 800D1C40 - dw 0x00860018 ; 800D1C44 - dw 0x96220060 ; 800D1C48 - dw 0x00000000 ; 800D1C4C - dw 0x00021400 ; 800D1C50 - dw 0x00021C03 ; 800D1C54 - dw 0x000217C2 ; 800D1C58 - dw 0x00621821 ; 800D1C5C - dw 0x00031843 ; 800D1C60 - dw 0x97A20010 ; 800D1C64 - dw 0x000427C3 ; 800D1C68 - dw 0x00621823 ; 800D1C6C - dw 0x00004010 ; 800D1C70 - dw 0x01042023 ; 800D1C74 - dw 0x00641821 ; 800D1C78 - dw 0xA623005C ; 800D1C7C - dw 0x87A4001A ; 800D1C80 - dw 0x00000000 ; 800D1C84 - dw 0x00042080 ; 800D1C88 - dw 0x00860018 ; 800D1C8C - dw 0x96220062 ; 800D1C90 - dw 0x00000000 ; 800D1C94 - dw 0x00021400 ; 800D1C98 - dw 0x00021C03 ; 800D1C9C - dw 0x000217C2 ; 800D1CA0 - dw 0x00621821 ; 800D1CA4 - dw 0x97A20012 ; 800D1CA8 - dw 0x00031843 ; 800D1CAC - dw 0x00621823 ; 800D1CB0 - dw 0x000427C3 ; 800D1CB4 - dw 0x00004010 ; 800D1CB8 - dw 0x01042023 ; 800D1CBC - dw 0x00641821 ; 800D1CC0 - dw 0xA623005E ; 800D1CC4 - dw 0x87A20018 ; 800D1CC8 - dw 0x00000000 ; 800D1CCC - dw 0x00022080 ; 800D1CD0 - dw 0x00822021 ; 800D1CD4 - dw 0x00860018 ; 800D1CD8 - dw 0x96220068 ; 800D1CDC - dw 0x000427C3 ; 800D1CE0 - dw 0x00021400 ; 800D1CE4 - dw 0x00021C03 ; 800D1CE8 - dw 0x000217C2 ; 800D1CEC - dw 0x00621821 ; 800D1CF0 - dw 0x97A20010 ; 800D1CF4 - dw 0x00031843 ; 800D1CF8 - dw 0x00621823 ; 800D1CFC - dw 0x00004010 ; 800D1D00 - dw 0x01042023 ; 800D1D04 - dw 0x00641821 ; 800D1D08 - dw 0xA6230064 ; 800D1D0C - dw 0x87A2001A ; 800D1D10 - dw 0x96240070 ; 800D1D14 - dw 0x00022880 ; 800D1D18 - dw 0x00A22821 ; 800D1D1C - dw 0x00A60018 ; 800D1D20 - dw 0x00052FC3 ; 800D1D24 - dw 0x9622006A ; 800D1D28 - dw 0x00042400 ; 800D1D2C - dw 0x00021400 ; 800D1D30 - dw 0x00021C03 ; 800D1D34 - dw 0x000217C2 ; 800D1D38 - dw 0x00621821 ; 800D1D3C - dw 0x97A20012 ; 800D1D40 - dw 0x00031843 ; 800D1D44 - dw 0x00621823 ; 800D1D48 - dw 0x00041403 ; 800D1D4C - dw 0x000427C2 ; 800D1D50 - dw 0x00441021 ; 800D1D54 - dw 0x00021043 ; 800D1D58 - dw 0x00004010 ; 800D1D5C - dw 0x01052823 ; 800D1D60 - dw 0x00651821 ; 800D1D64 - dw 0xA6230066 ; 800D1D68 - dw 0x97A30010 ; 800D1D6C - dw 0x96240072 ; 800D1D70 - dw 0x00431023 ; 800D1D74 - dw 0x97A30018 ; 800D1D78 - dw 0x00042400 ; 800D1D7C - dw 0x00621821 ; 800D1D80 - dw 0x00041403 ; 800D1D84 - dw 0x000427C2 ; 800D1D88 - dw 0x00441021 ; 800D1D8C - dw 0x00021043 ; 800D1D90 - dw 0xA623006C ; 800D1D94 - dw 0x97A40012 ; 800D1D98 - dw 0x97A3001A ; 800D1D9C - dw 0x00441023 ; 800D1DA0 - dw 0x00621821 ; 800D1DA4 - dw 0xA623006E ; 800D1DA8 - dw 0x97A40018 ; 800D1DAC - dw 0x97A2001A ; 800D1DB0 - dw 0x00042400 ; 800D1DB4 - dw 0x00042443 ; 800D1DB8 - dw 0x00021400 ; 800D1DBC - dw 0x00021443 ; 800D1DC0 - dw 0xA7A40018 ; 800D1DC4 - dw 0xA7A2001A ; 800D1DC8 - dw 0x96220078 ; 800D1DCC - dw 0x00042023 ; 800D1DD0 - dw 0x00021400 ; 800D1DD4 - dw 0x00021C03 ; 800D1DD8 - dw 0x000217C2 ; 800D1DDC - dw 0x00621821 ; 800D1DE0 - dw 0x97A20010 ; 800D1DE4 - dw 0x00031843 ; 800D1DE8 - dw 0x00621823 ; 800D1DEC - dw 0x000417C2 ; 800D1DF0 - dw 0x00822021 ; 800D1DF4 - dw 0x00042043 ; 800D1DF8 - dw 0x9622007A ; 800D1DFC - dw 0x00641821 ; 800D1E00 - dw 0xA6230074 ; 800D1E04 - dw 0x97A30012 ; 800D1E08 - dw 0x00021400 ; 800D1E0C - dw 0x00022403 ; 800D1E10 - dw 0x000217C2 ; 800D1E14 - dw 0x00822021 ; 800D1E18 - dw 0x00042043 ; 800D1E1C - dw 0x87A2001A ; 800D1E20 - dw 0x00832023 ; 800D1E24 - dw 0x00021023 ; 800D1E28 - dw 0x00021FC2 ; 800D1E2C - dw 0x00431021 ; 800D1E30 - dw 0x00021043 ; 800D1E34 - dw 0x96230080 ; 800D1E38 - dw 0x00822021 ; 800D1E3C - dw 0xA6240076 ; 800D1E40 - dw 0x97A40018 ; 800D1E44 - dw 0x00031C00 ; 800D1E48 - dw 0x00031403 ; 800D1E4C - dw 0x00031FC2 ; 800D1E50 - dw 0x00431021 ; 800D1E54 - dw 0x97A30010 ; 800D1E58 - dw 0x00021043 ; 800D1E5C - dw 0x00431023 ; 800D1E60 - dw 0x96230082 ; 800D1E64 - dw 0x00441023 ; 800D1E68 - dw 0xA622007C ; 800D1E6C - dw 0x97A4001A ; 800D1E70 - dw 0x00031C00 ; 800D1E74 - dw 0x00031403 ; 800D1E78 - dw 0x00031FC2 ; 800D1E7C - dw 0x00431021 ; 800D1E80 - dw 0x97A30012 ; 800D1E84 - dw 0x00021043 ; 800D1E88 - dw 0x00431023 ; 800D1E8C - dw 0x00441023 ; 800D1E90 - dw 0xA622007E ; 800D1E94 - dw 0x8FBF0034 ; 800D1E98 - dw 0x8FB20030 ; 800D1E9C - dw 0x8FB1002C ; 800D1EA0 - dw 0x8FB00028 ; 800D1EA4 - dw 0x03E00008 ; 800D1EA8 - dw 0x27BD0038 ; 800D1EAC diff --git a/asm/overlays/d16e/d16e_sepia_800D09CC.s b/asm/overlays/d16e/d16e_sepia_800D09CC.s deleted file mode 100755 index ef73db2c9..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D09CC.s +++ /dev/null @@ -1,33 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D09CC -d16e_sepia_800D09CC: - dw 0x30827FFF ; 800D09CC - dw 0x14400003 ; 800D09D0 - dw 0x00801821 ; 800D09D4 - dw 0x03E00008 ; 800D09D8 - dw 0x3062FFFF ; 800D09DC - dw 0x3083001F ; 800D09E0 - dw 0x308203E0 ; 800D09E4 - dw 0x00021142 ; 800D09E8 - dw 0x00621821 ; 800D09EC - dw 0x30827C00 ; 800D09F0 - dw 0x00021282 ; 800D09F4 - dw 0x00621821 ; 800D09F8 - dw 0x00031080 ; 800D09FC - dw 0x00431021 ; 800D0A00 - dw 0x00021900 ; 800D0A04 - dw 0x00431021 ; 800D0A08 - dw 0x30848000 ; 800D0A0C - dw 0x00021242 ; 800D0A10 - dw 0x00021940 ; 800D0A14 - dw 0x00431825 ; 800D0A18 - dw 0x00021280 ; 800D0A1C - dw 0x00621825 ; 800D0A20 - dw 0x00641825 ; 800D0A24 - dw 0x14600002 ; 800D0A28 - dw 0x00000000 ; 800D0A2C - dw 0x34038000 ; 800D0A30 - dw 0x03E00008 ; 800D0A34 - dw 0x3062FFFF ; 800D0A38 diff --git a/asm/overlays/d16e/d16e_sepia_800D0A3C.s b/asm/overlays/d16e/d16e_sepia_800D0A3C.s deleted file mode 100644 index a154598cd..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0A3C.s +++ /dev/null @@ -1,66 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0A3C -d16e_sepia_800D0A3C: - dw 0x27BDFFC8 ; 800D0A3C - dw 0xAFB3001C ; 800D0A40 - dw 0x2413000F ; 800D0A44 - dw 0x3C02800C ; 800D0A48 - dw 0xAFB7002C ; 800D0A4C - dw 0x0040B821 ; 800D0A50 - dw 0xAFB60028 ; 800D0A54 - dw 0x3C16800B ; 800D0A58 - dw 0xAFB50024 ; 800D0A5C - dw 0x26D53818 ; 800D0A60 - dw 0x3C02800C ; 800D0A64 - dw 0x24423698 ; 800D0A68 - dw 0xAFB20018 ; 800D0A6C - dw 0x00409021 ; 800D0A70 - dw 0x26E236A0 ; 800D0A74 - dw 0xAFB40020 ; 800D0A78 - dw 0x0040A021 ; 800D0A7C - dw 0x240200E2 ; 800D0A80 - dw 0xAFBF0030 ; 800D0A84 - dw 0xAFB10014 ; 800D0A88 - dw 0xAFB00010 ; 800D0A8C - dw 0xA6420002 ; 800D0A90 - dw 0x240200C4 ; 800D0A94 - dw 0xA6820002 ; 800D0A98 - dw 0x0C023E19 ; 800D0A9C - dw 0x00002021 ; 800D0AA0 - dw 0x26E436A0 ; 800D0AA4 - dw 0x0C024827 ; 800D0AA8 - dw 0x02A02821 ; 800D0AAC - dw 0x0C023E19 ; 800D0AB0 - dw 0x00002021 ; 800D0AB4 - dw 0x02A08021 ; 800D0AB8 - dw 0x24110200 ; 800D0ABC - dw 0x96040000 ; 800D0AC0 - dw 0x0C034273 ; 800D0AC4 - dw 0x2631FFFF ; 800D0AC8 - dw 0xA6020000 ; 800D0ACC - dw 0x1E20FFFB ; 800D0AD0 - dw 0x26100002 ; 800D0AD4 - dw 0x02402021 ; 800D0AD8 - dw 0x0C0247EC ; 800D0ADC - dw 0x26C53818 ; 800D0AE0 - dw 0x2673FFFF ; 800D0AE4 - dw 0x96820002 ; 800D0AE8 - dw 0x96430002 ; 800D0AEC - dw 0x24420002 ; 800D0AF0 - dw 0x24630002 ; 800D0AF4 - dw 0xA6820002 ; 800D0AF8 - dw 0x1E60FFE7 ; 800D0AFC - dw 0xA6430002 ; 800D0B00 - dw 0x8FBF0030 ; 800D0B04 - dw 0x8FB7002C ; 800D0B08 - dw 0x8FB60028 ; 800D0B0C - dw 0x8FB50024 ; 800D0B10 - dw 0x8FB40020 ; 800D0B14 - dw 0x8FB3001C ; 800D0B18 - dw 0x8FB20018 ; 800D0B1C - dw 0x8FB10014 ; 800D0B20 - dw 0x8FB00010 ; 800D0B24 - dw 0x03E00008 ; 800D0B28 - dw 0x27BD0038 ; 800D0B2C diff --git a/asm/overlays/d16e/d16e_sepia_800D0B30.s b/asm/overlays/d16e/d16e_sepia_800D0B30.s deleted file mode 100644 index 5f8bc5dc1..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0B30.s +++ /dev/null @@ -1,48 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0B30 -d16e_sepia_800D0B30: - dw 0x3C0A00FF ; 800D0B30 - dw 0x354AFFFF ; 800D0B34 - dw 0x3C03800B ; 800D0B38 - dw 0x3C02800B ; 800D0B3C - dw 0x246319EC ; 800D0B40 - dw 0x3C09FF00 ; 800D0B44 - dw 0x8C48B920 ; 800D0B48 - dw 0x8C850020 ; 800D0B4C - dw 0x00081080 ; 800D0B50 - dw 0x00431021 ; 800D0B54 - dw 0x00083100 ; 800D0B58 - dw 0x00C52821 ; 800D0B5C - dw 0x24C60010 ; 800D0B60 - dw 0x8C470000 ; 800D0B64 - dw 0x8CA30010 ; 800D0B68 - dw 0x8CE20000 ; 800D0B6C - dw 0x00691824 ; 800D0B70 - dw 0x004A1024 ; 800D0B74 - dw 0x00621825 ; 800D0B78 - dw 0xACA30010 ; 800D0B7C - dw 0x8CE30000 ; 800D0B80 - dw 0x8C820020 ; 800D0B84 - dw 0x00691824 ; 800D0B88 - dw 0x00461021 ; 800D0B8C - dw 0x004A1024 ; 800D0B90 - dw 0x00621825 ; 800D0B94 - dw 0xACE30000 ; 800D0B98 - dw 0x8C850020 ; 800D0B9C - dw 0x000840C0 ; 800D0BA0 - dw 0x01052821 ; 800D0BA4 - dw 0x8CA20000 ; 800D0BA8 - dw 0x006A1824 ; 800D0BAC - dw 0x00491024 ; 800D0BB0 - dw 0x00431025 ; 800D0BB4 - dw 0xACA20000 ; 800D0BB8 - dw 0x8CE30000 ; 800D0BBC - dw 0x8C820020 ; 800D0BC0 - dw 0x00691824 ; 800D0BC4 - dw 0x00481021 ; 800D0BC8 - dw 0x004A1024 ; 800D0BCC - dw 0x00621825 ; 800D0BD0 - dw 0x03E00008 ; 800D0BD4 - dw 0xACE30000 ; 800D0BD8 diff --git a/asm/overlays/d16e/d16e_sepia_800D0BDC.s b/asm/overlays/d16e/d16e_sepia_800D0BDC.s deleted file mode 100644 index a20ac6664..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0BDC.s +++ /dev/null @@ -1,20 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0BDC -d16e_sepia_800D0BDC: - dw 0x27BDFFE8 ; 800D0BDC - dw 0xAFB00010 ; 800D0BE0 - dw 0xAFBF0014 ; 800D0BE4 - dw 0x0C01E479 ; 800D0BE8 - dw 0x00808021 ; 800D0BEC - dw 0x8E040020 ; 800D0BF0 - dw 0x00000000 ; 800D0BF4 - dw 0x10800003 ; 800D0BF8 - dw 0x00000000 ; 800D0BFC - dw 0x0C005895 ; 800D0C00 - dw 0x00000000 ; 800D0C04 - dw 0x8FBF0014 ; 800D0C08 - dw 0x8FB00010 ; 800D0C0C - dw 0x03E00008 ; 800D0C10 - dw 0x27BD0018 ; 800D0C14 diff --git a/asm/overlays/d16e/d16e_sepia_800D0C18.s b/asm/overlays/d16e/d16e_sepia_800D0C18.s deleted file mode 100755 index 6b841add0..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0C18.s +++ /dev/null @@ -1,65 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0C18 -d16e_sepia_800D0C18: - dw 0x27BDFFD8 ; 800D0C18 - dw 0xAFB00010 ; 800D0C1C - dw 0x00808021 ; 800D0C20 - dw 0x3C04800D ; 800D0C24 - dw 0x24840A3C ; 800D0C28 - dw 0xAFB10014 ; 800D0C2C - dw 0x00A08821 ; 800D0C30 - dw 0xAFB20018 ; 800D0C34 - dw 0x00C09021 ; 800D0C38 - dw 0xAFB3001C ; 800D0C3C - dw 0x00E09821 ; 800D0C40 - dw 0x3C05800D ; 800D0C44 - dw 0xAFBF0020 ; 800D0C48 - dw 0x0C01E465 ; 800D0C4C - dw 0x24A509CC ; 800D0C50 - dw 0x0C005883 ; 800D0C54 - dw 0x24040030 ; 800D0C58 - dw 0x3C05E100 ; 800D0C5C - dw 0x34A50220 ; 800D0C60 - dw 0x00401821 ; 800D0C64 - dw 0x24040001 ; 800D0C68 - dw 0xAE030020 ; 800D0C6C - dw 0xA0640003 ; 800D0C70 - dw 0xA064000B ; 800D0C74 - dw 0x24040003 ; 800D0C78 - dw 0xA0640013 ; 800D0C7C - dw 0x24040062 ; 800D0C80 - dw 0xA0640017 ; 800D0C84 - dw 0x2404FF80 ; 800D0C88 - dw 0xA4640018 ; 800D0C8C - dw 0x2404FFF1 ; 800D0C90 - dw 0xA464001A ; 800D0C94 - dw 0x24040100 ; 800D0C98 - dw 0xA464001C ; 800D0C9C - dw 0x2404001E ; 800D0CA0 - dw 0xAC650004 ; 800D0CA4 - dw 0xAC65000C ; 800D0CA8 - dw 0xA464001E ; 800D0CAC - dw 0x8C680010 ; 800D0CB0 - dw 0x8C690014 ; 800D0CB4 - dw 0x8C6A0018 ; 800D0CB8 - dw 0x8C6B001C ; 800D0CBC - dw 0xAC680020 ; 800D0CC0 - dw 0xAC690024 ; 800D0CC4 - dw 0xAC6A0028 ; 800D0CC8 - dw 0xAC6B002C ; 800D0CCC - dw 0xA0710014 ; 800D0CD0 - dw 0xA0720015 ; 800D0CD4 - dw 0xA0730016 ; 800D0CD8 - dw 0xA0710024 ; 800D0CDC - dw 0xA0720025 ; 800D0CE0 - dw 0xA0730026 ; 800D0CE4 - dw 0x8FBF0020 ; 800D0CE8 - dw 0x8FB3001C ; 800D0CEC - dw 0x8FB20018 ; 800D0CF0 - dw 0x8FB10014 ; 800D0CF4 - dw 0x8FB00010 ; 800D0CF8 - dw 0x00001021 ; 800D0CFC - dw 0x03E00008 ; 800D0D00 - dw 0x27BD0028 ; 800D0D04 diff --git a/asm/overlays/d16e/d16e_sepia_800D0D08.s b/asm/overlays/d16e/d16e_sepia_800D0D08.s deleted file mode 100755 index e33f02e0d..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0D08.s +++ /dev/null @@ -1,49 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0D08 -d16e_sepia_800D0D08: - dw 0x27BDFFD8 ; 800D0D08 - dw 0xAFB10014 ; 800D0D0C - dw 0x00808821 ; 800D0D10 - dw 0xAFB20018 ; 800D0D14 - dw 0x00A09021 ; 800D0D18 - dw 0xAFB3001C ; 800D0D1C - dw 0x00C09821 ; 800D0D20 - dw 0x24040007 ; 800D0D24 - dw 0x24050024 ; 800D0D28 - dw 0xAFBF0020 ; 800D0D2C - dw 0x0C005439 ; 800D0D30 - dw 0xAFB00010 ; 800D0D34 - dw 0x00408021 ; 800D0D38 - dw 0x12000016 ; 800D0D3C - dw 0x02002021 ; 800D0D40 - dw 0x3C05800D ; 800D0D44 - dw 0x24A50B30 ; 800D0D48 - dw 0x3C06800D ; 800D0D4C - dw 0x24C60BDC ; 800D0D50 - dw 0x3C07800D ; 800D0D54 - dw 0x0C005453 ; 800D0D58 - dw 0x24E72E64 ; 800D0D5C - dw 0x02002021 ; 800D0D60 - dw 0x00112C00 ; 800D0D64 - dw 0x00052C03 ; 800D0D68 - dw 0x00123400 ; 800D0D6C - dw 0x00063403 ; 800D0D70 - dw 0x00133C00 ; 800D0D74 - dw 0x0C034306 ; 800D0D78 - dw 0x00073C03 ; 800D0D7C - dw 0x04410006 ; 800D0D80 - dw 0x02001021 ; 800D0D84 - dw 0x0C005472 ; 800D0D88 - dw 0x02002021 ; 800D0D8C - dw 0x08034367 ; 800D0D90 - dw 0x00001021 ; 800D0D94 - dw 0x02001021 ; 800D0D98 - dw 0x8FBF0020 ; 800D0D9C - dw 0x8FB3001C ; 800D0DA0 - dw 0x8FB20018 ; 800D0DA4 - dw 0x8FB10014 ; 800D0DA8 - dw 0x8FB00010 ; 800D0DAC - dw 0x03E00008 ; 800D0DB0 - dw 0x27BD0028 ; 800D0DB4 diff --git a/asm/overlays/d16e/d16e_sepia_800D0DB8.s b/asm/overlays/d16e/d16e_sepia_800D0DB8.s deleted file mode 100644 index d013eefb9..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0DB8.s +++ /dev/null @@ -1,15 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0DB8 -d16e_sepia_800D0DB8: - dw 0x27BDFFE8 ; 800D0DB8 - dw 0x24040040 ; 800D0DBC - dw 0x24050020 ; 800D0DC0 - dw 0xAFBF0010 ; 800D0DC4 - dw 0x0C034342 ; 800D0DC8 - dw 0x00003021 ; 800D0DCC - dw 0x8FBF0010 ; 800D0DD0 - dw 0x00000000 ; 800D0DD4 - dw 0x03E00008 ; 800D0DD8 - dw 0x27BD0018 ; 800D0DDC diff --git a/asm/overlays/d16e/d16e_sepia_800D0DE0.s b/asm/overlays/d16e/d16e_sepia_800D0DE0.s deleted file mode 100755 index 49053f57e..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0DE0.s +++ /dev/null @@ -1,35 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0DE0 -d16e_sepia_800D0DE0: - dw 0x00803021 ; 800D0DE0 - dw 0x30C2FFFF ; 800D0DE4 - dw 0x14400003 ; 800D0DE8 - dw 0x30C5001F ; 800D0DEC - dw 0x03E00008 ; 800D0DF0 - dw 0x00001021 ; 800D0DF4 - dw 0x3C045555 ; 800D0DF8 - dw 0x34845556 ; 800D0DFC - dw 0x30C203E0 ; 800D0E00 - dw 0x00021142 ; 800D0E04 - dw 0x30C37C00 ; 800D0E08 - dw 0x00031A82 ; 800D0E0C - dw 0x00A21021 ; 800D0E10 - dw 0x00431021 ; 800D0E14 - dw 0x00440018 ; 800D0E18 - dw 0x000217C3 ; 800D0E1C - dw 0x30C48000 ; 800D0E20 - dw 0x00003810 ; 800D0E24 - dw 0x00E22823 ; 800D0E28 - dw 0x00051140 ; 800D0E2C - dw 0x00A21025 ; 800D0E30 - dw 0x00051A80 ; 800D0E34 - dw 0x00431025 ; 800D0E38 - dw 0x00441825 ; 800D0E3C - dw 0x3062FFFF ; 800D0E40 - dw 0x14400002 ; 800D0E44 - dw 0x00000000 ; 800D0E48 - dw 0x34038000 ; 800D0E4C - dw 0x03E00008 ; 800D0E50 - dw 0x3062FFFF ; 800D0E54 diff --git a/asm/overlays/d16e/d16e_sepia_800D0E58.s b/asm/overlays/d16e/d16e_sepia_800D0E58.s deleted file mode 100644 index 0e508553d..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0E58.s +++ /dev/null @@ -1,66 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0E58 -d16e_sepia_800D0E58: - dw 0x27BDFFC8 ; 800D0E58 - dw 0xAFB3001C ; 800D0E5C - dw 0x2413000F ; 800D0E60 - dw 0x3C02800C ; 800D0E64 - dw 0xAFB7002C ; 800D0E68 - dw 0x0040B821 ; 800D0E6C - dw 0xAFB60028 ; 800D0E70 - dw 0x3C16800B ; 800D0E74 - dw 0xAFB50024 ; 800D0E78 - dw 0x26D53818 ; 800D0E7C - dw 0x3C02800C ; 800D0E80 - dw 0x244236A8 ; 800D0E84 - dw 0xAFB20018 ; 800D0E88 - dw 0x00409021 ; 800D0E8C - dw 0x26E236B0 ; 800D0E90 - dw 0xAFB40020 ; 800D0E94 - dw 0x0040A021 ; 800D0E98 - dw 0x240200E2 ; 800D0E9C - dw 0xAFBF0030 ; 800D0EA0 - dw 0xAFB10014 ; 800D0EA4 - dw 0xAFB00010 ; 800D0EA8 - dw 0xA6420002 ; 800D0EAC - dw 0x240200C4 ; 800D0EB0 - dw 0xA6820002 ; 800D0EB4 - dw 0x0C023E19 ; 800D0EB8 - dw 0x00002021 ; 800D0EBC - dw 0x26E436B0 ; 800D0EC0 - dw 0x0C024827 ; 800D0EC4 - dw 0x02A02821 ; 800D0EC8 - dw 0x0C023E19 ; 800D0ECC - dw 0x00002021 ; 800D0ED0 - dw 0x02A08021 ; 800D0ED4 - dw 0x24110200 ; 800D0ED8 - dw 0x96040000 ; 800D0EDC - dw 0x0C034378 ; 800D0EE0 - dw 0x2631FFFF ; 800D0EE4 - dw 0xA6020000 ; 800D0EE8 - dw 0x1E20FFFB ; 800D0EEC - dw 0x26100002 ; 800D0EF0 - dw 0x02402021 ; 800D0EF4 - dw 0x0C0247EC ; 800D0EF8 - dw 0x26C53818 ; 800D0EFC - dw 0x2673FFFF ; 800D0F00 - dw 0x96820002 ; 800D0F04 - dw 0x96430002 ; 800D0F08 - dw 0x24420002 ; 800D0F0C - dw 0x24630002 ; 800D0F10 - dw 0xA6820002 ; 800D0F14 - dw 0x1E60FFE7 ; 800D0F18 - dw 0xA6430002 ; 800D0F1C - dw 0x8FBF0030 ; 800D0F20 - dw 0x8FB7002C ; 800D0F24 - dw 0x8FB60028 ; 800D0F28 - dw 0x8FB50024 ; 800D0F2C - dw 0x8FB40020 ; 800D0F30 - dw 0x8FB3001C ; 800D0F34 - dw 0x8FB20018 ; 800D0F38 - dw 0x8FB10014 ; 800D0F3C - dw 0x8FB00010 ; 800D0F40 - dw 0x03E00008 ; 800D0F44 - dw 0x27BD0038 ; 800D0F48 diff --git a/asm/overlays/d16e/d16e_sepia_800D0F4C.s b/asm/overlays/d16e/d16e_sepia_800D0F4C.s deleted file mode 100644 index 888ee9225..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0F4C.s +++ /dev/null @@ -1,7 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0F4C -d16e_sepia_800D0F4C: - dw 0x03E00008 ; 800D0F4C - dw 0x00000000 ; 800D0F50 diff --git a/asm/overlays/d16e/d16e_sepia_800D0F54.s b/asm/overlays/d16e/d16e_sepia_800D0F54.s deleted file mode 100755 index a0150b89c..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0F54.s +++ /dev/null @@ -1,16 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0F54 -d16e_sepia_800D0F54: - dw 0x27BDFFE8 ; 800D0F54 - dw 0x3C04800D ; 800D0F58 - dw 0x3C05800D ; 800D0F5C - dw 0x24840E58 ; 800D0F60 - dw 0xAFBF0010 ; 800D0F64 - dw 0x0C01E465 ; 800D0F68 - dw 0x24A50DE0 ; 800D0F6C - dw 0x8FBF0010 ; 800D0F70 - dw 0x00001021 ; 800D0F74 - dw 0x03E00008 ; 800D0F78 - dw 0x27BD0018 ; 800D0F7C diff --git a/asm/overlays/d16e/d16e_sepia_800D0F80.s b/asm/overlays/d16e/d16e_sepia_800D0F80.s deleted file mode 100755 index ca4bdf763..000000000 --- a/asm/overlays/d16e/d16e_sepia_800D0F80.s +++ /dev/null @@ -1,34 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_sepia_800D0F80 -d16e_sepia_800D0F80: - dw 0x27BDFFE8 ; 800D0F80 - dw 0x24040007 ; 800D0F84 - dw 0x24050024 ; 800D0F88 - dw 0xAFBF0014 ; 800D0F8C - dw 0x0C005439 ; 800D0F90 - dw 0xAFB00010 ; 800D0F94 - dw 0x00408021 ; 800D0F98 - dw 0x12000010 ; 800D0F9C - dw 0x02002021 ; 800D0FA0 - dw 0x3C05800D ; 800D0FA4 - dw 0x24A50F4C ; 800D0FA8 - dw 0x3C06800D ; 800D0FAC - dw 0x3C07800D ; 800D0FB0 - dw 0x24C60BDC ; 800D0FB4 - dw 0x0C005453 ; 800D0FB8 - dw 0x24E72E64 ; 800D0FBC - dw 0x0C0343D5 ; 800D0FC0 - dw 0x02002021 ; 800D0FC4 - dw 0x04410006 ; 800D0FC8 - dw 0x02001021 ; 800D0FCC - dw 0x0C005472 ; 800D0FD0 - dw 0x02002021 ; 800D0FD4 - dw 0x080343F9 ; 800D0FD8 - dw 0x00001021 ; 800D0FDC - dw 0x02001021 ; 800D0FE0 - dw 0x8FBF0014 ; 800D0FE4 - dw 0x8FB00010 ; 800D0FE8 - dw 0x03E00008 ; 800D0FEC - dw 0x27BD0018 ; 800D0FF0 diff --git a/asm/overlays/d16e/d16e_spark2_800CE740.s b/asm/overlays/d16e/d16e_spark2_800CE740.s deleted file mode 100755 index 77d0bd8ea..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CE740.s +++ /dev/null @@ -1,62 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CE740 -d16e_spark2_800CE740: - dw 0x27BDFFD8 ; 800CE740 - dw 0xAFB10014 ; 800CE744 - dw 0x3C111F80 ; 800CE748 - dw 0x36310028 ; 800CE74C - dw 0xAFB3001C ; 800CE750 - dw 0x3C131F80 ; 800CE754 - dw 0x36730020 ; 800CE758 - dw 0xAFB20018 ; 800CE75C - dw 0x3C121F80 ; 800CE760 - dw 0x36520030 ; 800CE764 - dw 0xAFB00010 ; 800CE768 - dw 0x2490FFFF ; 800CE76C - dw 0x3C02800B ; 800CE770 - dw 0xAFB40020 ; 800CE774 - dw 0x3C141F80 ; 800CE778 - dw 0xAFBF0024 ; 800CE77C - dw 0x2449B39C ; 800CE780 - dw 0x89230003 ; 800CE784 - dw 0x99230000 ; 800CE788 - dw 0x89270007 ; 800CE78C - dw 0x99270004 ; 800CE790 - dw 0xAA630003 ; 800CE794 - dw 0xBA630000 ; 800CE798 - dw 0xAA670007 ; 800CE79C - dw 0xBA670004 ; 800CE7A0 - dw 0x06000017 ; 800CE7A4 - dw 0xA6200004 ; 800CE7A8 - dw 0x0C005C2F ; 800CE7AC - dw 0x24040200 ; 800CE7B0 - dw 0x24040200 ; 800CE7B4 - dw 0x0C005C2F ; 800CE7B8 - dw 0xA6220000 ; 800CE7BC - dw 0x02202021 ; 800CE7C0 - dw 0x02802821 ; 800CE7C4 - dw 0x0C025042 ; 800CE7C8 - dw 0xA6220002 ; 800CE7CC - dw 0x0C006F11 ; 800CE7D0 - dw 0x02802021 ; 800CE7D4 - dw 0x0C005C24 ; 800CE7D8 - dw 0x24040100 ; 800CE7DC - dw 0x02602021 ; 800CE7E0 - dw 0x02402821 ; 800CE7E4 - dw 0x24420040 ; 800CE7E8 - dw 0x24060001 ; 800CE7EC - dw 0x0C006FA6 ; 800CE7F0 - dw 0xA6620004 ; 800CE7F4 - dw 0x2610FFFF ; 800CE7F8 - dw 0x0601FFEB ; 800CE7FC - dw 0x26520008 ; 800CE800 - dw 0x8FBF0024 ; 800CE804 - dw 0x8FB40020 ; 800CE808 - dw 0x8FB3001C ; 800CE80C - dw 0x8FB20018 ; 800CE810 - dw 0x8FB10014 ; 800CE814 - dw 0x8FB00010 ; 800CE818 - dw 0x03E00008 ; 800CE81C - dw 0x27BD0028 ; 800CE820 diff --git a/asm/overlays/d16e/d16e_spark2_800CE824.s b/asm/overlays/d16e/d16e_spark2_800CE824.s deleted file mode 100755 index 641a67038..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CE824.s +++ /dev/null @@ -1,71 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CE824 -d16e_spark2_800CE824: - dw 0x27BDFFD8 ; 800CE824 - dw 0xAFB10014 ; 800CE828 - dw 0x00808821 ; 800CE82C - dw 0xAFB20018 ; 800CE830 - dw 0x00A09021 ; 800CE834 - dw 0xAFB00010 ; 800CE838 - dw 0x00E08021 ; 800CE83C - dw 0xAFB3001C ; 800CE840 - dw 0x3C131F80 ; 800CE844 - dw 0x36730030 ; 800CE848 - dw 0xAFBF0020 ; 800CE84C - dw 0x0C006F11 ; 800CE850 - dw 0x00C02021 ; 800CE854 - dw 0x3C041F80 ; 800CE858 - dw 0x34840030 ; 800CE85C - dw 0x3C051F80 ; 800CE860 - dw 0x34A50030 ; 800CE864 - dw 0x0C006FA6 ; 800CE868 - dw 0x02003021 ; 800CE86C - dw 0x2610FFFF ; 800CE870 - dw 0x06000026 ; 800CE874 - dw 0x00000000 ; 800CE878 - dw 0x3C071F80 ; 800CE87C - dw 0x34E70034 ; 800CE880 - dw 0x26260004 ; 800CE884 - dw 0x2644000C ; 800CE888 - dw 0x86620000 ; 800CE88C - dw 0x84E3FFFE ; 800CE890 - dw 0x84E50000 ; 800CE894 - dw 0xA6220000 ; 800CE898 - dw 0xA4C3FFFE ; 800CE89C - dw 0xA4C50000 ; 800CE8A0 - dw 0xA6420000 ; 800CE8A4 - dw 0xA483FFF6 ; 800CE8A8 - dw 0x04410002 ; 800CE8AC - dw 0xA485FFF8 ; 800CE8B0 - dw 0x24420003 ; 800CE8B4 - dw 0x00021083 ; 800CE8B8 - dw 0xA482FFFC ; 800CE8BC - dw 0x00601021 ; 800CE8C0 - dw 0x04410002 ; 800CE8C4 - dw 0x00000000 ; 800CE8C8 - dw 0x24420003 ; 800CE8CC - dw 0x00021083 ; 800CE8D0 - dw 0xA482FFFE ; 800CE8D4 - dw 0x00A01021 ; 800CE8D8 - dw 0x04410002 ; 800CE8DC - dw 0x00000000 ; 800CE8E0 - dw 0x24420003 ; 800CE8E4 - dw 0x00021083 ; 800CE8E8 - dw 0xA4820000 ; 800CE8EC - dw 0x24840010 ; 800CE8F0 - dw 0x26520010 ; 800CE8F4 - dw 0x24C60008 ; 800CE8F8 - dw 0x26310008 ; 800CE8FC - dw 0x24E70008 ; 800CE900 - dw 0x2610FFFF ; 800CE904 - dw 0x0601FFE0 ; 800CE908 - dw 0x26730008 ; 800CE90C - dw 0x8FBF0020 ; 800CE910 - dw 0x8FB3001C ; 800CE914 - dw 0x8FB20018 ; 800CE918 - dw 0x8FB10014 ; 800CE91C - dw 0x8FB00010 ; 800CE920 - dw 0x03E00008 ; 800CE924 - dw 0x27BD0028 ; 800CE928 diff --git a/asm/overlays/d16e/d16e_spark2_800CE92C.s b/asm/overlays/d16e/d16e_spark2_800CE92C.s deleted file mode 100755 index 1eb3bd4ff..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CE92C.s +++ /dev/null @@ -1,58 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CE92C -d16e_spark2_800CE92C: - dw 0x00806021 ; 800CE92C - dw 0x24C6FFFF ; 800CE930 - dw 0x04C00030 ; 800CE934 - dw 0x00A05821 ; 800CE938 - dw 0x24840004 ; 800CE93C - dw 0x24A50004 ; 800CE940 - dw 0x85870000 ; 800CE944 - dw 0x8488FFFE ; 800CE948 - dw 0x84890000 ; 800CE94C - dw 0x896D0003 ; 800CE950 - dw 0x996D0000 ; 800CE954 - dw 0x896E0007 ; 800CE958 - dw 0x996E0004 ; 800CE95C - dw 0xA8AD0007 ; 800CE960 - dw 0xB8AD0004 ; 800CE964 - dw 0xA8AE000B ; 800CE968 - dw 0xB8AE0008 ; 800CE96C - dw 0x95620000 ; 800CE970 - dw 0x00E05021 ; 800CE974 - dw 0x00471021 ; 800CE978 - dw 0xA5620000 ; 800CE97C - dw 0x94A2FFFE ; 800CE980 - dw 0x94A30000 ; 800CE984 - dw 0x00481021 ; 800CE988 - dw 0x00691821 ; 800CE98C - dw 0xA4A2FFFE ; 800CE990 - dw 0x04E10002 ; 800CE994 - dw 0xA4A30000 ; 800CE998 - dw 0x24EA0003 ; 800CE99C - dw 0x000A1083 ; 800CE9A0 - dw 0x00E21023 ; 800CE9A4 - dw 0xA5820000 ; 800CE9A8 - dw 0x05010002 ; 800CE9AC - dw 0x01001021 ; 800CE9B0 - dw 0x25020003 ; 800CE9B4 - dw 0x00021083 ; 800CE9B8 - dw 0x01021023 ; 800CE9BC - dw 0x2442FFFD ; 800CE9C0 - dw 0xA482FFFE ; 800CE9C4 - dw 0x05210002 ; 800CE9C8 - dw 0x01201021 ; 800CE9CC - dw 0x25220003 ; 800CE9D0 - dw 0x00021083 ; 800CE9D4 - dw 0x01221023 ; 800CE9D8 - dw 0xA4820000 ; 800CE9DC - dw 0x24A50010 ; 800CE9E0 - dw 0x256B0010 ; 800CE9E4 - dw 0x24840008 ; 800CE9E8 - dw 0x24C6FFFF ; 800CE9EC - dw 0x04C1FFD4 ; 800CE9F0 - dw 0x258C0008 ; 800CE9F4 - dw 0x03E00008 ; 800CE9F8 - dw 0x00000000 ; 800CE9FC diff --git a/asm/overlays/d16e/d16e_spark2_800CEA00.s b/asm/overlays/d16e/d16e_spark2_800CEA00.s deleted file mode 100755 index 94a25639c..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CEA00.s +++ /dev/null @@ -1,23 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CEA00 -d16e_spark2_800CEA00: - dw 0x24A5FFFF ; 800CEA00 - dw 0x04A0000E ; 800CEA04 - dw 0x00801021 ; 800CEA08 - dw 0x3C070400 ; 800CEA0C - dw 0x3C06E100 ; 800CEA10 - dw 0x34C60220 ; 800CEA14 - dw 0x3C034280 ; 800CEA18 - dw 0x346380FF ; 800CEA1C - dw 0x24840008 ; 800CEA20 - dw 0xAC470000 ; 800CEA24 - dw 0xAC86FFFC ; 800CEA28 - dw 0xAC830000 ; 800CEA2C - dw 0x24840014 ; 800CEA30 - dw 0x24A5FFFF ; 800CEA34 - dw 0x04A1FFFA ; 800CEA38 - dw 0x24420014 ; 800CEA3C - dw 0x03E00008 ; 800CEA40 - dw 0x00000000 ; 800CEA44 diff --git a/asm/overlays/d16e/d16e_spark2_800CEA48.s b/asm/overlays/d16e/d16e_spark2_800CEA48.s deleted file mode 100755 index e71be8bdd..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CEA48.s +++ /dev/null @@ -1,19 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CEA48 -d16e_spark2_800CEA48: - dw 0x24A5FFFF ; 800CEA48 - dw 0x04A0000A ; 800CEA4C - dw 0x000617C2 ; 800CEA50 - dw 0x00C21021 ; 800CEA54 - dw 0x00021043 ; 800CEA58 - dw 0x2484000A ; 800CEA5C - dw 0xA086FFFE ; 800CEA60 - dw 0xA082FFFF ; 800CEA64 - dw 0xA0820000 ; 800CEA68 - dw 0x24A5FFFF ; 800CEA6C - dw 0x04A1FFFB ; 800CEA70 - dw 0x24840014 ; 800CEA74 - dw 0x03E00008 ; 800CEA78 - dw 0x00000000 ; 800CEA7C diff --git a/asm/overlays/d16e/d16e_spark2_800CEA80.s b/asm/overlays/d16e/d16e_spark2_800CEA80.s deleted file mode 100644 index 8077857fb..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CEA80.s +++ /dev/null @@ -1,67 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CEA80 -d16e_spark2_800CEA80: - dw 0x27BDFFE0 ; 800CEA80 - dw 0xAFB10014 ; 800CEA84 - dw 0x00808821 ; 800CEA88 - dw 0xAFBF001C ; 800CEA8C - dw 0xAFB20018 ; 800CEA90 - dw 0xAFB00010 ; 800CEA94 - dw 0x8E230020 ; 800CEA98 - dw 0x3C02800B ; 800CEA9C - dw 0xAC43B9B0 ; 800CEAA0 - dw 0x8E230398 ; 800CEAA4 - dw 0x24020020 ; 800CEAA8 - dw 0x14620003 ; 800CEAAC - dw 0x26240390 ; 800CEAB0 - dw 0x0C00CA16 ; 800CEAB4 - dw 0x2405003B ; 800CEAB8 - dw 0x8E320398 ; 800CEABC - dw 0x00000000 ; 800CEAC0 - dw 0x2650FFFF ; 800CEAC4 - dw 0x1E000005 ; 800CEAC8 - dw 0xAE300398 ; 800CEACC - dw 0x0C005472 ; 800CEAD0 - dw 0x02202021 ; 800CEAD4 - dw 0x08033AD8 ; 800CEAD8 - dw 0x00000000 ; 800CEADC - dw 0x26240048 ; 800CEAE0 - dw 0x26250148 ; 800CEAE4 - dw 0x0C033A4B ; 800CEAE8 - dw 0x24060020 ; 800CEAEC - dw 0x00101100 ; 800CEAF0 - dw 0x24460032 ; 800CEAF4 - dw 0x8E300024 ; 800CEAF8 - dw 0x28C20100 ; 800CEAFC - dw 0x14400002 ; 800CEB00 - dw 0x3C02800B ; 800CEB04 - dw 0x240600FF ; 800CEB08 - dw 0x8C42B920 ; 800CEB0C - dw 0x00000000 ; 800CEB10 - dw 0x00021080 ; 800CEB14 - dw 0x02021021 ; 800CEB18 - dw 0x8C440040 ; 800CEB1C - dw 0x0C033A92 ; 800CEB20 - dw 0x24050020 ; 800CEB24 - dw 0x2642FFE3 ; 800CEB28 - dw 0x00023240 ; 800CEB2C - dw 0x18C00004 ; 800CEB30 - dw 0x00C02821 ; 800CEB34 - dw 0x26240348 ; 800CEB38 - dw 0x0C006845 ; 800CEB3C - dw 0x240603E8 ; 800CEB40 - dw 0x8E220040 ; 800CEB44 - dw 0x26240028 ; 800CEB48 - dw 0x2442FFF0 ; 800CEB4C - dw 0x0C006F11 ; 800CEB50 - dw 0xAE220040 ; 800CEB54 - dw 0x0C006F80 ; 800CEB58 - dw 0x02002021 ; 800CEB5C - dw 0x8FBF001C ; 800CEB60 - dw 0x8FB20018 ; 800CEB64 - dw 0x8FB10014 ; 800CEB68 - dw 0x8FB00010 ; 800CEB6C - dw 0x03E00008 ; 800CEB70 - dw 0x27BD0020 ; 800CEB74 diff --git a/asm/overlays/d16e/d16e_spark2_800CEB78.s b/asm/overlays/d16e/d16e_spark2_800CEB78.s deleted file mode 100644 index 1767daffe..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CEB78.s +++ /dev/null @@ -1,20 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CEB78 -d16e_spark2_800CEB78: - dw 0x27BDFFE8 ; 800CEB78 - dw 0xAFBF0014 ; 800CEB7C - dw 0xAFB00010 ; 800CEB80 - dw 0x8C900024 ; 800CEB84 - dw 0x00000000 ; 800CEB88 - dw 0x12000005 ; 800CEB8C - dw 0x00000000 ; 800CEB90 - dw 0x0C0060B8 ; 800CEB94 - dw 0x02002021 ; 800CEB98 - dw 0x0C006F01 ; 800CEB9C - dw 0x02002021 ; 800CEBA0 - dw 0x8FBF0014 ; 800CEBA4 - dw 0x8FB00010 ; 800CEBA8 - dw 0x03E00008 ; 800CEBAC - dw 0x27BD0018 ; 800CEBB0 diff --git a/asm/overlays/d16e/d16e_spark2_800CEBB4.s b/asm/overlays/d16e/d16e_spark2_800CEBB4.s deleted file mode 100755 index e8b9bc9f9..000000000 --- a/asm/overlays/d16e/d16e_spark2_800CEBB4.s +++ /dev/null @@ -1,115 +0,0 @@ - opt c+, at+, e+, n- - section overlay.text - - xdef d16e_spark2_800CEBB4 -d16e_spark2_800CEBB4: - dw 0x27BDFFC8 ; 800CEBB4 - dw 0xAFB10024 ; 800CEBB8 - dw 0x00808821 ; 800CEBBC - dw 0xAFB20028 ; 800CEBC0 - dw 0x00A09021 ; 800CEBC4 - dw 0xAFB3002C ; 800CEBC8 - dw 0x3C13800B ; 800CEBCC - dw 0x8E62B9B0 ; 800CEBD0 - dw 0x24040020 ; 800CEBD4 - dw 0xAFBF0030 ; 800CEBD8 - dw 0xAFB00020 ; 800CEBDC - dw 0x0C0339D0 ; 800CEBE0 - dw 0xAE220020 ; 800CEBE4 - dw 0x26240048 ; 800CEBE8 - dw 0x26300148 ; 800CEBEC - dw 0x02002821 ; 800CEBF0 - dw 0x02403021 ; 800CEBF4 - dw 0x0C033A09 ; 800CEBF8 - dw 0x24070020 ; 800CEBFC - dw 0x24040014 ; 800CEC00 - dw 0x24050002 ; 800CEC04 - dw 0x2406000C ; 800CEC08 - dw 0x0C006F0A ; 800CEC0C - dw 0x24070004 ; 800CEC10 - dw 0x24040017 ; 800CEC14 - dw 0x24050020 ; 800CEC18 - dw 0x00003021 ; 800CEC1C - dw 0x02003821 ; 800CEC20 - dw 0x0C006EAF ; 800CEC24 - dw 0xAFA00010 ; 800CEC28 - dw 0x00408021 ; 800CEC2C - dw 0x12000006 ; 800CEC30 - dw 0x00000000 ; 800CEC34 - dw 0x0C00609D ; 800CEC38 - dw 0x02002021 ; 800CEC3C - dw 0x8E62B9B0 ; 800CEC40 - dw 0x00000000 ; 800CEC44 - dw 0xA6020028 ; 800CEC48 - dw 0x1200003F ; 800CEC4C - dw 0xAE300024 ; 800CEC50 - dw 0x0C006F11 ; 800CEC54 - dw 0x02402021 ; 800CEC58 - dw 0x0C006F80 ; 800CEC5C - dw 0x02002021 ; 800CEC60 - dw 0x27A40018 ; 800CEC64 - dw 0x26250348 ; 800CEC68 - dw 0x3C02800D ; 800CEC6C - dw 0x244B2E18 ; 800CEC70 - dw 0x89680003 ; 800CEC74 - dw 0x99680000 ; 800CEC78 - dw 0x89690007 ; 800CEC7C - dw 0x99690004 ; 800CEC80 - dw 0xABA8001B ; 800CEC84 - dw 0xBBA80018 ; 800CEC88 - dw 0xABA9001F ; 800CEC8C - dw 0xBBA9001C ; 800CEC90 - dw 0x0C006F92 ; 800CEC94 - dw 0x24060001 ; 800CEC98 - dw 0x8E040040 ; 800CEC9C - dw 0x0C033A80 ; 800CECA0 - dw 0x24050020 ; 800CECA4 - dw 0x8E040044 ; 800CECA8 - dw 0x0C033A80 ; 800CECAC - dw 0x24050020 ; 800CECB0 - dw 0x3C02800A ; 800CECB4 - dw 0x244BD430 ; 800CECB8 - dw 0x8D680000 ; 800CECBC - dw 0x8D690004 ; 800CECC0 - dw 0x8D6A0008 ; 800CECC4 - dw 0xAE280028 ; 800CECC8 - dw 0xAE29002C ; 800CECCC - dw 0xAE2A0030 ; 800CECD0 - dw 0x8D68000C ; 800CECD4 - dw 0x8D690010 ; 800CECD8 - dw 0x8D6A0014 ; 800CECDC - dw 0xAE280034 ; 800CECE0 - dw 0xAE290038 ; 800CECE4 - dw 0xAE2A003C ; 800CECE8 - dw 0x8D680018 ; 800CECEC - dw 0x8D69001C ; 800CECF0 - dw 0xAE280040 ; 800CECF4 - dw 0xAE290044 ; 800CECF8 - dw 0x8E420014 ; 800CECFC - dw 0x00000000 ; 800CED00 - dw 0xAE22003C ; 800CED04 - dw 0x8E420018 ; 800CED08 - dw 0x00000000 ; 800CED0C - dw 0xAE220040 ; 800CED10 - dw 0x8E42001C ; 800CED14 - dw 0x00000000 ; 800CED18 - dw 0xAE220044 ; 800CED1C - dw 0x96420014 ; 800CED20 - dw 0x00000000 ; 800CED24 - dw 0xA6220390 ; 800CED28 - dw 0x96430018 ; 800CED2C - dw 0x00001021 ; 800CED30 - dw 0xA6230392 ; 800CED34 - dw 0x9644001C ; 800CED38 - dw 0x24030020 ; 800CED3C - dw 0xAE230398 ; 800CED40 - dw 0x08033B54 ; 800CED44 - dw 0xA6240394 ; 800CED48 - dw 0x2402FFFF ; 800CED4C - dw 0x8FBF0030 ; 800CED50 - dw 0x8FB3002C ; 800CED54 - dw 0x8FB20028 ; 800CED58 - dw 0x8FB10024 ; 800CED5C - dw 0x8FB00020 ; 800CED60 - dw 0x03E00008 ; 800CED64 - dw 0x27BD0038 ; 800CED68 diff --git a/build/linker_command_file.txt b/build/linker_command_file.txt index 091b0d97a..7f0dd2b77 100644 --- a/build/linker_command_file.txt +++ b/build/linker_command_file.txt @@ -1188,8 +1188,7 @@ overlay_bss group file("{{OBJ_DIR}}\{{OVERLAY}}_{{OVERLAY_SUFFIX}}_bss.bin") include "{{OBJ_DIR}}\overlays\d03a\Okajima\blurpure.obj" include "{{OBJ_DIR}}\overlays\d01a\Okajima\blur.obj" include "{{OBJ_DIR}}\overlays\d16e\Okajima\smke_ln.obj" - - include "{{OBJ_DIR}}\overlays\d16e\overlay2.obj" + include "{{OBJ_DIR}}\overlays\d16e\Anime\animeconv\smoke.obj" ; Animeconv\smoke.c include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CE08C.obj" @@ -1201,54 +1200,15 @@ overlay_bss group file("{{OBJ_DIR}}\{{OVERLAY}}_{{OVERLAY_SUFFIX}}_bss.bin") include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CE5C8.obj" include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CE6A4.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CE740.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CE824.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CE92C.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CEA00.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CEA48.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CEA80.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CEB78.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_spark2_800CEBB4.obj" - include "{{OBJ_DIR}}\overlays\d16e\NewSpark2_800CA714.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_fadeio_800CEDF0.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_fadeio_800CF044.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_fadeio_800CF074.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_fadeio_800CF198.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_fadeio_800CF230.obj" - + include "{{OBJ_DIR}}\overlays\s03e\Takabe\spark2.obj" + include "{{OBJ_DIR}}\overlays\s16b\Takabe\fadeio.obj" include "{{OBJ_DIR}}\overlays\s16b\unknown.obj" include "{{OBJ_DIR}}\overlays\s16b\unknown2.obj" - - include "{{OBJ_DIR}}\overlays\d16e\d16e_cinema_800CF9B8.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_cinema_800CFD64.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_cinema_800CFD94.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_cinema_800D0048.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_cinema_800D00E0.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_cinema_800D00EC.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_dymc_seg_800D0194.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_dymc_seg_800D01E8.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_dymc_seg_800D0210.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_dymc_seg_800D031C.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_focus_800D03B0.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_focus_800D06B4.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_focus_800D06E4.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_focus_800D0938.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D09CC.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0A3C.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0B30.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0BDC.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0C18.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0D08.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0DB8.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0DE0.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0E58.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0F4C.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0F54.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_sepia_800D0F80.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_inverlt2_800D0FF4.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_inverlt2_800D1580.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_inverlt2_800D1858.obj" - include "{{OBJ_DIR}}\overlays\d16e\d16e_inverlt2_800D18D4.obj" + include "{{OBJ_DIR}}\overlays\s00a\Takabe\cinema.obj" + include "{{OBJ_DIR}}\overlays\s16b\Takabe\dymc_seg.obj" + include "{{OBJ_DIR}}\overlays\d01a\Takabe\focus.obj" + include "{{OBJ_DIR}}\overlays\s16b\Takabe\sepia.obj" + include "{{OBJ_DIR}}\overlays\d16e\Kojo\inverlt2.obj" include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgpu\P22.OBJ", overlay include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgpu\P26.OBJ", overlay diff --git a/src/overlays/d16e/overlay2.c b/src/overlays/d16e/Anime/animeconv/smoke.c similarity index 87% rename from src/overlays/d16e/overlay2.c rename to src/overlays/d16e/Anime/animeconv/smoke.c index 9e31861d5..cec426a6d 100644 --- a/src/overlays/d16e/overlay2.c +++ b/src/overlays/d16e/Anime/animeconv/smoke.c @@ -1,65 +1,15 @@ -#include "linker.h" #include "libgcl/hash.h" #include "Anime/animeconv/anime.h" -extern const char d16e_dword_800D291C[]; -ANIMATION d16e_dword_800C3520 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 4000, 4000, 255, 0, (char *)d16e_dword_800D291C }; - -extern const char d16e_dword_800D2938[]; -ANIMATION d16e_dword_800C353C = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 3000, 3000, 32, 0, (char *)d16e_dword_800D2938 }; - -extern const char d16e_dword_800D2954[]; -ANIMATION d16e_dword_800C3558 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 1500, 1500, 128, 0, (char *)d16e_dword_800D2954 }; - -extern const char d16e_dword_800D2994[]; -ANIMATION d16e_dword_800C3574 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 8, 0, (char *)d16e_dword_800D2994 }; - -extern const char d16e_dword_800D2994[]; -ANIMATION d16e_dword_800C3590 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 16, 0, (char *)d16e_dword_800D2994 }; - -extern const char d16e_dword_800D2A48[]; -ANIMATION d16e_dword_800C35AC = { PCX_SMOKE, 8, 4, 30, 1, 3000, 2, 1000, 1000, 32, 0, (char *)d16e_dword_800D2A48 }; - -extern const char d16e_dword_800D2A48[]; -ANIMATION d16e_dword_800C35C8 = { PCX_SMOKE, 8, 4, 30, 1, 3000, 2, 1000, 1000, 32, 0, (char *)d16e_dword_800D2A48 }; - -extern const char d16e_dword_800D2A88[]; -ANIMATION d16e_dword_800C35E4 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 500, 500, 255, 0, (char *)d16e_dword_800D2A88 }; - -extern const char d16e_dword_800D2B40[]; -ANIMATION d16e_dword_800C3600 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 16, 0, (char *)d16e_dword_800D2B40 }; - -extern const char d16e_dword_800D2BF8[]; -ANIMATION d16e_dword_800C361C = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 500, 500, 0, 0, (char *)d16e_dword_800D2BF8 }; - -extern const char d16e_dword_800D2CC0[]; -ANIMATION d16e_dword_800C3638 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 500, 500, 255, 0, (char *)d16e_dword_800D2CC0 }; - -extern const char d16e_dword_800D2D54[]; -ANIMATION d16e_dword_800C3654 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 16, 0, (char *)d16e_dword_800D2D54 }; - -extern const char d16e_dword_800D2DE8[]; -ANIMATION d16e_dword_800C3670 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 1, 1, 255, 0, (char *)d16e_dword_800D2DE8 }; - -int d16e_dword_800C368C = 0x71F13223; -int d16e_dword_800C3690 = 0x745DD420; -int d16e_dword_800C3694 = 0x006BD182; -int d16e_dword_800C3698 = 0x00E20300; -int d16e_dword_800C369C = 0x00020100; -int d16e_dword_800C36A0 = 0x00C40300; -int d16e_dword_800C36A4 = 0x00020100; -int d16e_dword_800C36A8 = 0x00E20300; -int d16e_dword_800C36AC = 0x00020100; -int d16e_dword_800C36B0 = 0x00C40300; -int d16e_dword_800C36B4 = 0x00020100; - const char d16e_dword_800D291C[] = {0x0, 0x15, 0x1, 0x0}; const char d16e_dword_800D2920[] = {0x5, 0x1, 0xfe, 0xc}; const char d16e_dword_800D2924[] = {0x0, '\n', '\n', 0x0}; const char d16e_dword_800D2928[] = {0xc8, 0x0, 0xc8, 0x1}; const char d16e_dword_800D292C[] = {0xff, 0x8, 0xe7, 0xe7}; const char d16e_dword_800D2930[] = {0xe7, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2934[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2934[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C3520 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 4000, 4000, 255, 0, (char *)d16e_dword_800D291C }; const char d16e_dword_800D2938[] = {0x0, 0x15, 0x1, 0x0}; const char d16e_dword_800D293C[] = {0x5, 0x1, 0xfe, 0xc}; @@ -67,7 +17,9 @@ const char d16e_dword_800D2940[] = {0x0, 0x7, '\n', 0x0}; const char d16e_dword_800D2944[] = {0xc8, 0x0, 0xc8, 0x1}; const char d16e_dword_800D2948[] = {0xff, 0x8, 0xfc, 0xfc}; const char d16e_dword_800D294C[] = {0xfc, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2950[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2950[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C353C = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 3000, 3000, 32, 0, (char *)d16e_dword_800D2938 }; const char d16e_dword_800D2954[] = {0x0, ':', 0x1, 0x0}; const char d16e_dword_800D2958[] = {0x5, 0x1, 0xfe, 0xc}; @@ -84,7 +36,9 @@ const char d16e_dword_800D2980[] = {0x96, 0x0, 0x0, '\n'}; const char d16e_dword_800D2984[] = {0x1, ',', 0x1, ','}; const char d16e_dword_800D2988[] = {0x1, 0xff, 0x8, 0xf0}; const char d16e_dword_800D298C[] = {0xf0, 0xf0, 0x2, 0x0}; -const char d16e_dword_800D2990[] = {0x1, 0xd, 0xf, 0x0}; +const char d16e_dword_800D2990[] = {0x1, 0xd, 0xf}; + +ANIMATION d16e_dword_800C3558 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 1500, 1500, 128, 0, (char *)d16e_dword_800D2954 }; const char d16e_dword_800D2994[] = {0x0, 0xa7, 0x4, 0x0}; const char d16e_dword_800D2998[] = {0xb, 0x0, '1', 0x0}; @@ -130,7 +84,10 @@ const char d16e_dword_800D2A34[] = {0x0, 0x7, 0x1, 0xff}; const char d16e_dword_800D2A38[] = {0x2, 0x0, 0x1, 0x1}; const char d16e_dword_800D2A3C[] = {0xff, 0x8, 0xff, 0xff}; const char d16e_dword_800D2A40[] = {0xff, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2A44[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2A44[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C3574 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 8, 0, (char *)d16e_dword_800D2994 }; +ANIMATION d16e_dword_800C3590 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 16, 0, (char *)d16e_dword_800D2994 }; const char d16e_dword_800D2A48[] = {0x0, ':', 0x1, 0x0}; const char d16e_dword_800D2A4C[] = {0x5, 0x1, 0xfe, 0xc}; @@ -147,7 +104,10 @@ const char d16e_dword_800D2A74[] = {0x96, 0x0, 0x0, '\n'}; const char d16e_dword_800D2A78[] = {0x1, ',', 0x1, ','}; const char d16e_dword_800D2A7C[] = {0x1, 0xff, 0x8, 0xfc}; const char d16e_dword_800D2A80[] = {0xfc, 0xfc, 0x2, 0x0}; -const char d16e_dword_800D2A84[] = {0x1, 0xd, 0xf, 0x0}; +const char d16e_dword_800D2A84[] = {0x1, 0xd, 0xf}; + +ANIMATION d16e_dword_800C35AC = { PCX_SMOKE, 8, 4, 30, 1, 3000, 2, 1000, 1000, 32, 0, (char *)d16e_dword_800D2A48 }; +ANIMATION d16e_dword_800C35C8 = { PCX_SMOKE, 8, 4, 30, 1, 3000, 2, 1000, 1000, 32, 0, (char *)d16e_dword_800D2A48 }; const char d16e_dword_800D2A88[] = {0x0, 0xab, 0x4, 0x0}; const char d16e_dword_800D2A8C[] = {0xb, 0x0, '2', 0x0}; @@ -194,7 +154,9 @@ const char d16e_dword_800D2B2C[] = {0x2, 0x0, 0x1, 0xd}; const char d16e_dword_800D2B30[] = {0xc, 0x0, 0xf, 0x1}; const char d16e_dword_800D2B34[] = {0xff, 0x8, 0xf0, 0xf0}; const char d16e_dword_800D2B38[] = {0xf0, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2B3C[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2B3C[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C35E4 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 500, 500, 255, 0, (char *)d16e_dword_800D2A88 }; const char d16e_dword_800D2B40[] = {0x0, 0xab, 0x4, 0x0}; const char d16e_dword_800D2B44[] = {0xb, 0x0, '2', 0x0}; @@ -241,7 +203,9 @@ const char d16e_dword_800D2BE4[] = {0x2, 0x0, 0x1, 0xd}; const char d16e_dword_800D2BE8[] = {0xc, 0x0, 0xf, 0x1}; const char d16e_dword_800D2BEC[] = {0xff, 0x8, 0xff, 0xff}; const char d16e_dword_800D2BF0[] = {0xff, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2BF4[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2BF4[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C3600 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 16, 0, (char *)d16e_dword_800D2B40 }; const char d16e_dword_800D2BF8[] = {0x0, 0xbb, 0x4, 0x0}; const char d16e_dword_800D2BFC[] = {0xb, 0x0, '6', 0x0}; @@ -292,7 +256,9 @@ const char d16e_dword_800D2CAC[] = {0x2, 0x0, 0x1, 0xd}; const char d16e_dword_800D2CB0[] = {0xc, 0x0, 0xf, 0x1}; const char d16e_dword_800D2CB4[] = {0xff, 0x8, 0xf0, 0xf0}; const char d16e_dword_800D2CB8[] = {0xf0, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2CBC[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2CBC[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C361C = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 500, 500, 0, 0, (char *)d16e_dword_800D2BF8 }; const char d16e_dword_800D2CC0[] = {0x0, 0x87, 0x4, 0x0}; const char d16e_dword_800D2CC4[] = {0xb, 0x0, ')', 0x0}; @@ -330,7 +296,9 @@ const char d16e_dword_800D2D40[] = {0x2, 0x0, 0x1, 0xd}; const char d16e_dword_800D2D44[] = {0xc, 0x0, 0x3, 0x1}; const char d16e_dword_800D2D48[] = {0xff, 0x8, 0xc0, 0xc0}; const char d16e_dword_800D2D4C[] = {0xc0, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2D50[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2D50[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C3638 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 500, 500, 255, 0, (char *)d16e_dword_800D2CC0 }; const char d16e_dword_800D2D54[] = {0x0, 0x87, 0x4, 0x0}; const char d16e_dword_800D2D58[] = {0xb, 0x0, ')', 0x0}; @@ -368,7 +336,9 @@ const char d16e_dword_800D2DD4[] = {0x2, 0x0, 0x1, 0xd}; const char d16e_dword_800D2DD8[] = {0xc, 0x0, 0x3, 0x1}; const char d16e_dword_800D2DDC[] = {0xff, 0x8, 0xfc, 0xfc}; const char d16e_dword_800D2DE0[] = {0xfc, 0x2, 0x0, 0x1}; -const char d16e_dword_800D2DE4[] = {0xd, 0xf, 0x0, 0x0}; +const char d16e_dword_800D2DE4[] = {0xd, 0xf}; + +ANIMATION d16e_dword_800C3654 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 2, 500, 500, 16, 0, (char *)d16e_dword_800D2D54 }; const char d16e_dword_800D2DE8[] = {0x0, '*', 0x1, 0x0}; const char d16e_dword_800D2DEC[] = {0x5, 0x1, 0xfe, 0xc}; @@ -381,23 +351,6 @@ const char d16e_dword_800D2E04[] = {0xff, 0x2, 0x0, 0x1}; const char d16e_dword_800D2E08[] = {0xd, 0xc, 0x0, 0x3}; const char d16e_dword_800D2E0C[] = {0x1, 0xff, 0x8, 0xc0}; const char d16e_dword_800D2E10[] = {0xc0, 0xc0, 0x2, 0x0}; -const char d16e_dword_800D2E14[] = {0x1, 0xd, 0xf, 'S'}; -const char d16e_dword_800D2E18[] = {0x0, 0x0, 0x0, 0x0}; -const char d16e_dword_800D2E1C[] = {0xf4, 0x1, 0x0, 0x0}; -const char d16e_dword_800D2E20[] = {'s', 'p', 'a', 'r'}; -const char d16e_dword_800D2E24[] = {'k', '2', '.', 'c'}; -const char d16e_dword_800D2E28[] = {0x0, 'c', 't', 'o'}; -const char d16e_dword_800D2E2C[] = {'f', 'a', 'd', 'e'}; -const char d16e_dword_800D2E30[] = {'i', 'o', '.', 'c'}; -const char d16e_dword_800D2E34[] = {0x0, 'e', 't', 'P'}; -const char d16e_dword_800D2E38[] = {'c', 'i', 'n', 'e'}; -const char d16e_dword_800D2E3C[] = {'m', 'a', '.', 'c'}; -const char d16e_dword_800D2E40[] = {0x0, 't', 0xe, '!'}; -const char d16e_dword_800D2E44[] = {'d', 'y', 'm', 'c'}; -const char d16e_dword_800D2E48[] = {'_', 's', 'e', 'g'}; -const char d16e_dword_800D2E4C[] = {'.', 'c', 0x0, '_'}; -const char d16e_aFocusview_800D2E50[] = "FocusView"; -const char d16e_aFocusc_800D2E5C[] = "focus.c"; -const char d16e_aSepiac_800D2E64[] = "sepia.c"; -const char d16e_aInverltc_800D2E6C[] = "inverlt2.c"; -const char d16e_aRefrection_800D2E78[] = "refrection6"; +const char d16e_dword_800D2E14[] = {0x1, 0xd, 0xf}; + +ANIMATION d16e_dword_800C3670 = { PCX_SMOKE, 8, 4, 30, 1, 1000, 3, 1, 1, 255, 0, (char *)d16e_dword_800D2DE8 }; diff --git a/src/overlays/d16e/Kojo/inverlt2.c b/src/overlays/d16e/Kojo/inverlt2.c new file mode 100644 index 000000000..47e0513eb --- /dev/null +++ b/src/overlays/d16e/Kojo/inverlt2.c @@ -0,0 +1,326 @@ +#include "unknown.h" +#include "libdg/libdg.h" +#include "libgv/libgv.h" +#include "Okajima/stngrnd.h" + +typedef struct _Inverlt2Work +{ + GV_ACT actor; + int map; + DG_PRIM *prim[8]; + RECT rect[8]; + SVECTOR vec[8]; + int fC4; + int fC8; + int fCC; + int fD0; + int fD4; + int fD8; + int fDC; + SVECTOR fE0; + int fE8; +} Inverlt2Work; + +extern int GM_CurrentMap_800AB9B0; +extern DG_CHNL DG_Chanls_800B1800[3]; + +#define EXEC_LEVEL 5 + +void Inverlt2Act_800D1580(Inverlt2Work *work); +void Inverlt2Die_800D1858(Inverlt2Work *work); +void Inverlt2InitRects_800D18D4(Inverlt2Work *work, int scale); + +GV_ACT * NewInverlt2_800D0FF4(SVECTOR *arg0, int arg1, int arg2, int arg3, int r, int g, int b, int arg7, int arg8) +{ + Inverlt2Work *work; + DG_TEX *tex; + int i; + int x, y, w, h; + int x2, y2, w2, h2; + + work = (Inverlt2Work *)GV_NewActor_800150E4(EXEC_LEVEL, sizeof(Inverlt2Work)); + if (work == NULL) + { + return NULL; + } + + GV_SetNamedActor_8001514C(&work->actor, (TActorFunction)Inverlt2Act_800D1580, (TActorFunction)Inverlt2Die_800D1858, "inverlt2.c"); + + work->fC4 = r; + work->fC8 = g; + work->fCC = b; + + work->fD0 = arg1; + work->fD4 = arg1; + work->fD8 = arg2; + work->fDC = arg3; + + work->map = GM_CurrentMap_800AB9B0; + + work->fE0 = *arg0; + + if (work->fC4 < 5) + { + work->fC4 = 5; + } + + if (work->fC8 < 5) + { + work->fC8 = 5; + } + + if (work->fCC < 5) + { + work->fCC = 5; + } + + if (work->fD8 <= 0) + { + work->fD8 = 1; + } + + work->rect[0].w = arg7 / 6; + work->rect[0].h = arg7 / 6; + work->rect[1].w = arg7 / 3; + work->rect[1].h = arg7 / 3; + work->rect[2].w = arg7 / 2; + work->rect[2].h = arg7 / 2; + work->rect[3].w = (arg7 * 4) / 6; + work->rect[3].h = (arg7 * 4) / 6; + work->rect[4].w = (arg7 * 5) / 6; + work->rect[4].h = (arg7 * 5) / 6; + work->rect[5].w = arg7; + work->rect[5].h = arg7; + work->rect[6].w = arg8 / 2; + work->rect[6].h = arg8 / 2; + work->rect[7].w = arg8; + work->rect[7].h = arg8; + + work->vec[0].vz = 320; + work->vec[1].vz = 320; + work->vec[2].vz = 320; + work->vec[3].vz = 320; + work->vec[4].vz = 320; + work->vec[5].vz = 320; + work->vec[6].vz = 320; + work->vec[7].vz = 320; + + Inverlt2InitRects_800D18D4(work, 100); + + tex = DG_GetTexture_8001D830(GV_StrCode_80016CCC("refrection6")); + + for (i = 0; i < 8; i++) + { + work->prim[i] = DG_GetPrim(0x612, 1, 0, &work->vec[i], &work->rect[i]); + + work->prim[i]->field_2E_k500 = 320; + +#define POLY ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0]) + setPolyFT4(&POLY[0]); + setPolyFT4(&POLY[1]); + setRGB0(&POLY[0], work->fC4, work->fC8, work->fCC); + setRGB0(&POLY[1], work->fC4 - 5, work->fC8 - 5, work->fCC - 5); + + x = tex->field_8_offx; + w = tex->field_A_width; + y = tex->field_9_offy; + h = tex->field_B_height; + setUVWH(&POLY[0], x, y, w, h); + POLY[0].tpage = tex->field_4_tPage; + POLY[0].clut = tex->field_6_clut; + + x2 = tex->field_8_offx; + w2 = tex->field_A_width; + y2 = tex->field_9_offy; + h2 = tex->field_B_height; + setUVWH(&POLY[1], x2, y2, w2, h2); + POLY[1].tpage = tex->field_4_tPage; + POLY[1].clut = tex->field_6_clut; + + setSemiTrans(&POLY[0], 1); + setSemiTrans(&POLY[1], 1); +#undef POLY + } + + return &work->actor; +} + +// Can't match below function without this macro +#define EXIT_IF(cond) \ +do \ +{ \ + if (cond) \ + { \ + GV_DestroyActor_800151C8(&work->actor); \ + return; \ + } \ +} \ +while (0) + +void Inverlt2Act_800D1580(Inverlt2Work *work) +{ + int temp_s3; + int temp_lo; + int temp_a1; + int r, g, b; + int i; + + EXIT_IF(work->fD0 <= 0); + + temp_s3 = work->fD4 - work->fD0; + temp_lo = ((work->fD8 - temp_s3) * 100) / work->fD8; + + GM_CurrentMap_800AB9B0 = work->map; + + if ((temp_lo == 0) && (work->fE8 == 0)) + { + work->fE8 = 1; + AN_Stn_G_Sonic_80074CA4(&work->fE0); + AN_Stn_G_Center_80074D28(&work->fE0); + sub_800790E8(); + } + else if (work->fE8 == 1) + { + work->fE8 = 2; + sub_8007913C(); + } + + Inverlt2InitRects_800D18D4(work, temp_lo); + + if (work->fDC < temp_s3) + { + temp_a1 = work->fD4 - work->fDC; + if (temp_a1 <= 0) + { + temp_lo = 0; + } + else + { + temp_lo = ((work->fD4 - temp_s3) * 100) / temp_a1; + } + + r = (work->fC4 * temp_lo) / 100; + g = (work->fC8 * temp_lo) / 100; + b = (work->fCC * temp_lo) / 100; + + if (r < 5) + { + r = 5; + } + + if (g < 5) + { + g = 5; + } + + if (b < 5) + { + b = 5; + } + + for (i = 0; i < 8; i++) + { + ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0])[0].r0 = r; + ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0])[0].g0 = g; + ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0])[0].b0 = b; + + ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0])[1].r0 = r - 5; + ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0])[1].g0 = g - 5; + ((POLY_FT4 *)work->prim[i]->field_40_pBuffers[0])[1].b0 = b - 5; + } + } + + work->fD0--; +} + +void Inverlt2Die_800D1858(Inverlt2Work *work) +{ + int i; + DG_PRIM *prim; + + if (work->fE8 == 1) + { + sub_8007913C(); + } + + for (i = 0; i < 8; i++) + { + prim = work->prim[i]; + if (prim != NULL) + { + DG_DequeuePrim_800182E0(prim); + DG_FreePrim_8001BC04(prim); + } + } +} + +void Inverlt2InitRects_800D18D4(Inverlt2Work *work, int scale) +{ + SVECTOR sxy; + SVECTOR sp18; + long p; + long flag; + short screen; + + + SetRotMatrix(&DG_Chanl(0)->field_10_eye_inv); + SetTransMatrix(&DG_Chanl(0)->field_10_eye_inv); + RotTransPers(&work->fE0, (long *)&sxy, &p, &flag); + + if (sxy.vy == 0) + { + sp18.vx = 0; + } + else + { + screen = abs((sxy.vx * 112) / sxy.vy); + sp18.vx = (screen * scale) / 100; + } + + if (sxy.vx == 0) + { + sp18.vy = 0; + } + else + { + screen = abs((sxy.vy * 160) / sxy.vx); + sp18.vy = (screen * scale) / 100; + } + + if (sxy.vx <= 0) + { + sp18.vx *= -1; + } + + if (sxy.vy <= 0) + { + sp18.vy *= -1; + } + + work->rect[0].x = (work->rect[0].w / 2) - sxy.vx + (sp18.vx / 6); + work->rect[0].y = (work->rect[0].h / 2) - sxy.vy + (sp18.vy / 6); + + work->rect[1].x = (work->rect[1].w / 2) - sxy.vx + (sp18.vx / 3); + work->rect[1].y = (work->rect[1].h / 2) - sxy.vy + (sp18.vy / 3); + + work->rect[2].x = (work->rect[2].w / 2) - sxy.vx + (sp18.vx / 2); + work->rect[2].y = (work->rect[2].h / 2) - sxy.vy + (sp18.vy / 2); + + work->rect[3].x = (work->rect[3].w / 2) - sxy.vx + ((sp18.vx * 4) / 6); + work->rect[3].y = (work->rect[3].h / 2) - sxy.vy + ((sp18.vy * 4) / 6); + + work->rect[4].x = (work->rect[4].w / 2) - sxy.vx + ((sp18.vx * 5) / 6); + work->rect[4].y = (work->rect[4].h / 2) - sxy.vy + ((sp18.vy * 5) / 6); + + work->rect[5].x = (work->rect[5].w / 2) - sxy.vx + sp18.vx; + work->rect[5].y = (work->rect[5].h / 2) - sxy.vy + sp18.vy; + + sp18.vx >>= 1; + sp18.vy >>= 1; + + work->rect[6].x = (work->rect[6].w / 2) - sxy.vx + (-sp18.vx / 2); + work->rect[6].y = (work->rect[6].h / 2) - sxy.vy + (-sp18.vy / 2); + + work->rect[7].x = (work->rect[7].w / 2) - sxy.vx - sp18.vx; + work->rect[7].y = (work->rect[7].h / 2) - sxy.vy - sp18.vy; +} diff --git a/um/d16e.bin b/um/d16e.bin index 8ff2baf34c737f4ddb20dcd5d22246e16a9918aa..224c378c8007ebe27ecfa1da3011965ce3b344c0 100644 GIT binary patch delta 22 dcmbQpHivD3EO&5nNq%ZcKnb5>{6^U?OaN0K2YLVi delta 21 dcmbQkHj!