diff options
author | red031000 <rubenru09@aol.com> | 2020-07-10 03:33:59 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-10 03:33:59 +0100 |
commit | d0a4e2201b64e27dcf04f018209aab58ddf4f085 (patch) | |
tree | 619ddec429197867220f1fd75df5aeb76bc027a3 | |
parent | 746e7a32554609bec7d48b224301ae9423120d59 (diff) |
module 86 fully shiftable
-rw-r--r-- | arm9/modules/86/asm/module_86.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/86/asm/module_86.s b/arm9/modules/86/asm/module_86.s index 4da0d50e..e5b37065 100644 --- a/arm9/modules/86/asm/module_86.s +++ b/arm9/modules/86/asm/module_86.s @@ -184,7 +184,7 @@ _021D765C: and r0, r1 cmp r0, #2 beq _021D7678 - ldr r0, _021D76AC ; =0x021C48F8 + ldr r0, _021D76AC ; =UNK_021C48F8 ldrh r0, [r0, #0x20] cmp r0, #0 beq _021D76A0 @@ -214,7 +214,7 @@ _021D76A0: pop {r3, r4, r5, r6, pc} nop _021D76A8: .word gUnknown21C48B8 -_021D76AC: .word 0x021C48F8 +_021D76AC: .word UNK_021C48F8 thumb_func_end MOD86_021D758C thumb_func_start MOD86_021D76B0 |