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/57 | |
| parent | 2dc369ea69f8f5a4b827ca2f20864997856b57e0 (diff) | |
module 59 fully shiftable
Diffstat (limited to 'arm9/modules/57')
| -rw-r--r-- | arm9/modules/57/asm/module_57.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/57/asm/module_57.s b/arm9/modules/57/asm/module_57.s index 9644a30a..1bcc1de1 100644 --- a/arm9/modules/57/asm/module_57.s +++ b/arm9/modules/57/asm/module_57.s @@ -1942,7 +1942,7 @@ MOD57_021D848C: ; 0x021D848C push {r3, lr} bl FUN_0201C30C bl FUN_02009F80 - ldr r3, _021D84A4 ; =OS_IRQTable + ldr r3, _021D84A4 ; =0x027E0000 ldr r1, _021D84A8 ; =0x00003FF8 mov r0, #1 ldr r2, [r3, r1] @@ -1950,7 +1950,7 @@ MOD57_021D848C: ; 0x021D848C str r0, [r3, r1] pop {r3, pc} .align 2, 0 -_021D84A4: .word OS_IRQTable +_021D84A4: .word 0x027E0000 _021D84A8: .word 0x00003FF8 thumb_func_end MOD57_021D848C |
