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/68 | |
parent | 2dc369ea69f8f5a4b827ca2f20864997856b57e0 (diff) |
module 59 fully shiftable
Diffstat (limited to 'arm9/modules/68')
-rw-r--r-- | arm9/modules/68/asm/module_68.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/68/asm/module_68.s b/arm9/modules/68/asm/module_68.s index 52ed4639..46eca3b8 100644 --- a/arm9/modules/68/asm/module_68.s +++ b/arm9/modules/68/asm/module_68.s @@ -188,7 +188,7 @@ MOD68_021D7680: ; 0x021D7680 push {r3, lr} ldr r0, [r0] bl FUN_0201AB60 - ldr r3, _021D7698 ; =OS_IRQTable + ldr r3, _021D7698 ; =0x027E0000 ldr r1, _021D769C ; =0x00003FF8 mov r0, #1 ldr r2, [r3, r1] @@ -196,7 +196,7 @@ MOD68_021D7680: ; 0x021D7680 str r0, [r3, r1] pop {r3, pc} nop -_021D7698: .word OS_IRQTable +_021D7698: .word 0x027E0000 _021D769C: .word 0x00003FF8 thumb_func_end MOD68_021D7680 |