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/19 | |
parent | 0252f2028d60248db23770a6a33030b40fbcee1e (diff) |
Dump raw incbins in rom2, overlay data sections
Diffstat (limited to 'arm9/modules/19')
-rw-r--r-- | arm9/modules/19/asm/module_19.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arm9/modules/19/asm/module_19.s b/arm9/modules/19/asm/module_19.s index 52c045cc..3656c38e 100644 --- a/arm9/modules/19/asm/module_19.s +++ b/arm9/modules/19/asm/module_19.s @@ -103,4 +103,5 @@ MOD19_02252504: ; 0x02252504 .section .rodata ; 0x02252508 - .incbin "baserom.nds", 0x2830C8, 0x1c + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 |