diff options
author | red031000 <rubenru09@aol.com> | 2020-06-30 23:24:59 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-30 23:24:59 +0100 |
commit | 853ce1930b300e8070257091c817f3e5706144cc (patch) | |
tree | d1e96dd704f6f677773991f4d6abfd68edbedd78 /arm9/modules/58 | |
parent | 2dc369ea69f8f5a4b827ca2f20864997856b57e0 (diff) |
module 59 fully shiftable
Diffstat (limited to 'arm9/modules/58')
-rw-r--r-- | arm9/modules/58/asm/module_58.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/58/asm/module_58.s b/arm9/modules/58/asm/module_58.s index 12de0321..e32e80d6 100644 --- a/arm9/modules/58/asm/module_58.s +++ b/arm9/modules/58/asm/module_58.s @@ -290,7 +290,7 @@ MOD58_021D9CB4: ; 0x021D9CB4 bl FUN_02009F80 add r0, r4, #0 bl FUN_0201AB60 - ldr r3, _021D9CD4 ; =OS_IRQTable + ldr r3, _021D9CD4 ; =0x027E0000 ldr r1, _021D9CD8 ; =0x00003FF8 mov r0, #1 ldr r2, [r3, r1] @@ -298,7 +298,7 @@ MOD58_021D9CB4: ; 0x021D9CB4 str r0, [r3, r1] pop {r4, pc} .align 2, 0 -_021D9CD4: .word OS_IRQTable +_021D9CD4: .word 0x027E0000 _021D9CD8: .word 0x00003FF8 thumb_func_end MOD58_021D9CB4 |