diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-15 08:51:47 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-15 08:51:47 -0400 |
| commit | e3341f1731cc534d9f2695512c220c659bf29c48 (patch) | |
| tree | b706fcb0327328a08756b0a7ed3153983ca3d5d2 /arm9/modules/86/asm | |
| parent | 0252f2028d60248db23770a6a33030b40fbcee1e (diff) | |
Dump raw incbins in rom2, overlay data sections
Diffstat (limited to 'arm9/modules/86/asm')
| -rw-r--r-- | arm9/modules/86/asm/module_86.s | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arm9/modules/86/asm/module_86.s b/arm9/modules/86/asm/module_86.s index 922a98f3..f31782bf 100644 --- a/arm9/modules/86/asm/module_86.s +++ b/arm9/modules/86/asm/module_86.s @@ -914,4 +914,9 @@ _021D7C84: .word 0x00010200 .section .rodata ; 0x021D7C88 - .incbin "baserom.nds", 0x30CDA8, 0x5C + .byte 0x00, 0x00, 0x00, 0x20, 0x18, 0x02, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 |
