diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-05-10 20:02:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 20:02:11 -0400 |
commit | 49e14283e13c146018f2a2785dfc77e0e1ff5368 (patch) | |
tree | 49e05a9eadfcc449943eabdbf2ddf85edb15c09a /arm9/modules/05/asm/module_05.s | |
parent | 584e6caadd3332e555a40979d98a8fd871d36a23 (diff) | |
parent | 28370e78b2357915fa0bd0c299fa1fbbd91da0b3 (diff) |
Merge pull request #72 from PikalaxALT/pikalax_work
More module disassembly; main.c
Diffstat (limited to 'arm9/modules/05/asm/module_05.s')
-rw-r--r-- | arm9/modules/05/asm/module_05.s | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index 085ce35d..2588e8a9 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -63948,9 +63948,13 @@ _021F6424: .align 2, 0 _021F6428: .word MOD05_021F57F0 - .section .data + .section .rodata ; 0x021F642C - .incbin "baserom.nds", 0x16434c, 0x7254 + .incbin "baserom.nds", 0x16434c, 0x6d9c + + .section .data + ; 0x021FD1E0 + .incbin "baserom.nds", 0x16b100, 0x4A0 .section .bss ; 0x021FD680 |