diff options
Diffstat (limited to 'arm9/modules/86/asm/module_86.s')
-rw-r--r-- | arm9/modules/86/asm/module_86.s | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/arm9/modules/86/asm/module_86.s b/arm9/modules/86/asm/module_86.s index 7be44d49..fd8ef548 100644 --- a/arm9/modules/86/asm/module_86.s +++ b/arm9/modules/86/asm/module_86.s @@ -405,9 +405,9 @@ _021D76F8: add sp, #0x54 pop {r4, r5, pc} .align 2, 0 -_021D784C: .word 0x021D7CBC -_021D7850: .word 0x021D7C90 -_021D7854: .word 0x021D7CA0 +_021D784C: .word MOD86_021D7CBC +_021D7850: .word MOD86_021D7C90 +_021D7854: .word MOD86_021D7CA0 thumb_func_end MOD86_021D76EC thumb_func_start MOD86_021D7858 @@ -527,7 +527,7 @@ MOD86_021D78D4: ; 0x021D78D4 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7960: .word 0x021D7C88 +_021D7960: .word MOD86_021D7C88 thumb_func_end MOD86_021D78D4 thumb_func_start MOD86_021D7964 @@ -912,11 +912,25 @@ _021D7C02: _021D7C84: .word 0x00010200 thumb_func_end MOD86_021D7B80 - .section .rodata - ; 0x021D7C88 - .byte 0x00, 0x00, 0x00, 0x20, 0x18, 0x02, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD86_021D7C88 +MOD86_021D7C88: ; 0x021D7C88 + .byte 0x00, 0x00, 0x00, 0x20, 0x18, 0x02, 0x01, 0x00 + + .global MOD86_021D7C90 +MOD86_021D7C90: ; 0x021D7C90 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD86_021D7CA0 +MOD86_021D7CA0: ; 0x021D7CA0 .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 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD86_021D7CBC +MOD86_021D7CBC: ; 0x021D7CBC + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 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, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss |