diff options
| author | Cameron Hall <cameronghall@cox.net> | 2018-01-23 00:32:33 -0600 |
|---|---|---|
| committer | Cameron Hall <cameronghall@cox.net> | 2018-01-23 00:32:33 -0600 |
| commit | 305f571fb55bedea92eb0afad0d908fafc60f5c6 (patch) | |
| tree | 55a23dfd08f2720cacce1dbf958a2a54a7ee9042 /data/debug_menu_tomomichi.s | |
| parent | 0f09d2e7046a54c95e2ed4a7ff759d4cd1db87f7 (diff) | |
dump more baseroms and fix more false offsets
Diffstat (limited to 'data/debug_menu_tomomichi.s')
| -rw-r--r-- | data/debug_menu_tomomichi.s | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/data/debug_menu_tomomichi.s b/data/debug_menu_tomomichi.s index 58e23a572..c54a52bb1 100644 --- a/data/debug_menu_tomomichi.s +++ b/data/debug_menu_tomomichi.s @@ -2,7 +2,9 @@ .include "constants/constants.inc" .section .rodata + .if DEBUG + gUnknown_Debug_083C0C54:: @ 0x83C0C54 .string "Contest graphics$" @@ -346,7 +348,11 @@ gUnknown_Debug_083C1149:: @ 0x83C1149 .4byte gUnknown_Debug_083C1148, TomomichiDebugMenu_Config+1 gUnknown_Debug_083C1194:: @ 0x83C1194 - .incbin "baserom_de_debug.gba", 0x3C1194, 38 + .byte 9, 7 + +gUnknown_Debug_083C1196:: @ 0x83C1196 + .2byte 0x0011, 0x0012, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017, 0x0018, 0x0019 + .2byte 0x001a, 0x001b, 0x001c, 0x001d, 0x001e, 0x001f, 0x0020, 0x0000, 0x0000 gUnknown_Debug_083C11BA:: @ 0x83C11BA .string "FH-00-08$" @@ -438,7 +444,11 @@ gUnknown_Debug_083C1288:: @ 0x83C1288 .4byte gUnknown_Debug_083C1287, TomomichiDebugMenu_Config+1 gUnknown_Debug_083C12D0:: @ 0x83C12D0 - .incbin "baserom_de_debug.gba", 0x3C12D0, 38 + .byte 9, 7 + +gUnknown_Debug_083C12D2:: @ 0x83C12D2 + .2byte 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, 0x0008, 0x0009 + .2byte 0x000a, 0x000b, 0x000c, 0x000d, 0x000e, 0x000f, 0x0010, 0x0000, 0x0000 gUnknown_Debug_083C12F6:: @ 0x83C12F6 .string "BATCH$" @@ -796,11 +806,18 @@ gDebug_0x83C1974:: @ 0x83C1974 .4byte gUnknown_Debug_083C1970, TomomichiDebugMenu_Config+1 gUnknown_Debug_083C19BC:: @ 0x83C19BC - .incbin "baserom_de_debug.gba", 0x3C19BC, 10 + .byte 0x08, 0x07, 0x09, 0x04, 0x09, 0x09, 0x09, 0x07, 0x05, 0x00 gUnknown_Debug_083C19C6:: @ 0x83C19C6 - .incbin "baserom_de_debug.gba", 0x3C19C6, 162 - + .2byte 0x0807, 0x0808, 0x0809, 0x080a, 0x080b, 0x080c, 0x080d, 0x080e, 0x0000 + .2byte 0x080f, 0x0810, 0x0811, 0x0812, 0x0813, 0x0814, 0x0815, 0x0000, 0x0000 + .2byte 0x0816, 0x0817, 0x0818, 0x0819, 0x081a, 0x081b, 0x081c, 0x081d, 0x081e + .2byte 0x0800, 0x0801, 0x0802, 0x083b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 + .2byte 0x0804, 0x0805, 0x0806, 0x0828, 0x0829, 0x082a, 0x082b, 0x082c, 0x082d + .2byte 0x0830, 0x0831, 0x0832, 0x0833, 0x0834, 0x0835, 0x0837, 0x0838, 0x0839 + .2byte 0x0836, 0x083a, 0x083b, 0x084b, 0x084c, 0x084f, 0x0850, 0x0851, 0x0852 + .2byte 0x084d, 0x084e, 0x0853, 0x085d, 0x085f, 0x0860, 0x0861, 0x0000, 0x0000 + .2byte 0x0847, 0x0848, 0x0849, 0x0854, 0x085e, 0x0000, 0x0000, 0x0000, 0x0000 gDebug_0x83C1A68:: @ 0x83C1A68 .string "FVーBALL パート1$" |
