diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-23 16:39:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-23 16:39:43 -0400 |
commit | 7716dbd13d1d795b32aeca004f6182583f04b905 (patch) | |
tree | 3c5f731910f92e52faa6e4b69e3da9a192d1dc4f | |
parent | 54f468e883c75d63b3e232eaf1b641670229d28f (diff) |
Some random data type fixing
-rw-r--r-- | arm9/asm/unk_0200AA80.s | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/arm9/asm/unk_0200AA80.s b/arm9/asm/unk_0200AA80.s index 537ca6b3..4017e2f0 100644 --- a/arm9/asm/unk_0200AA80.s +++ b/arm9/asm/unk_0200AA80.s @@ -5,16 +5,20 @@ .global UNK_020ECE64 UNK_020ECE64: ; 0x020ECE64 - .byte 0x7E, 0x01, 0x80, 0x01, 0x7F, 0x01, 0x00, 0x00 + .short 0x017E + .short 0x0180 + .short 0x017F + .balign 4 .global UNK_020ECE6C UNK_020ECE6C: ; 0x020ECE6C - .byte 0x40, 0x01 - - .global UNK_020ECE6E -UNK_020ECE6E: ; 0x020ECE6E - .byte 0x08, 0x00, 0x60, 0x01, 0x10, 0x00, 0xA0, 0x01, 0x10, 0x00, 0xE0, 0x01, 0x10, 0x00, 0x20, 0x02 - .byte 0x10, 0x00, 0x60, 0x02, 0x10, 0x00, 0xA0, 0x02, 0x10, 0x00 + .short 0x0140, 0x0008 + .short 0x0160, 0x0010 + .short 0x01A0, 0x0010 + .short 0x01E0, 0x0010 + .short 0x0220, 0x0010 + .short 0x0260, 0x0010 + .short 0x02A0, 0x0010 .text @@ -1990,7 +1994,7 @@ FUN_0200B9A8: ; 0x0200B9A8 push {r3-r5, lr} sub sp, #0x18 add r4, r0, #0x0 - ldr r0, _0200B9E4 ; =UNK_020ECE6E + ldr r0, _0200B9E4 ; =UNK_020ECE6C + 2 lsl r5, r1, #0x2 ldrh r1, [r0, r5] lsl r3, r3, #0x10 @@ -2017,7 +2021,7 @@ FUN_0200B9A8: ; 0x0200B9A8 add sp, #0x18 pop {r3-r5, pc} .balign 4 -_0200B9E4: .word UNK_020ECE6E +_0200B9E4: .word UNK_020ECE6C + 2 _0200B9E8: .word UNK_020ECE6C thumb_func_start FUN_0200B9EC |