diff options
| author | red031000 <rubenru09@aol.com> | 2020-06-30 22:29:16 +0100 |
|---|---|---|
| committer | red031000 <rubenru09@aol.com> | 2020-06-30 22:29:42 +0100 |
| commit | 2dc369ea69f8f5a4b827ca2f20864997856b57e0 (patch) | |
| tree | b15536c2e559377a92c8b84be939121d5d904114 /arm9/modules/55 | |
| parent | 3706f5edabc9633e941ddeaeadb7a6c18bf46b3b (diff) | |
module 83 fully shiftable
Diffstat (limited to 'arm9/modules/55')
| -rw-r--r-- | arm9/modules/55/asm/module_55.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/55/asm/module_55.s b/arm9/modules/55/asm/module_55.s index e341c23e..ecc39c8d 100644 --- a/arm9/modules/55/asm/module_55.s +++ b/arm9/modules/55/asm/module_55.s @@ -371,7 +371,7 @@ _021D77E6: bl FUN_0201AB60 bl FUN_0201C30C bl FUN_02009F80 - ldr r3, _021D7804 ; =0x027E0000 + ldr r3, _021D7804 ; =OS_IRQTable ldr r1, _021D7808 ; =0x00003FF8 mov r0, #1 ldr r2, [r3, r1] @@ -379,7 +379,7 @@ _021D77E6: str r0, [r3, r1] pop {r4, pc} nop -_021D7804: .word 0x027E0000 +_021D7804: .word OS_IRQTable _021D7808: .word 0x00003FF8 thumb_func_end MOD55_021D77D0 |
