diff options
author | red031000 <rubenru09@aol.com> | 2020-07-02 22:25:09 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-02 22:25:22 +0100 |
commit | acf1483b983e9ca7b0759d9aaab77e153bfaaee4 (patch) | |
tree | 438c0bae7de31f0bb155becdc5af89db887f65ca /arm9/modules/48 | |
parent | 30694cdc38e8824d56f6e6b89da9753b01ccb17b (diff) |
module 14 fully shiftable
Diffstat (limited to 'arm9/modules/48')
-rw-r--r-- | arm9/modules/48/asm/module_48.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/48/asm/module_48.s b/arm9/modules/48/asm/module_48.s index 5a117b74..b67ca546 100644 --- a/arm9/modules/48/asm/module_48.s +++ b/arm9/modules/48/asm/module_48.s @@ -626,7 +626,7 @@ _02254CC6: add r3, r4, r3 asr r3, r3, #0xc lsl r4, r3, #2 - ldr r3, _02254D28 ; =0x020EDF50 + ldr r3, _02254D28 ; =gSineTable add r0, #0x9c ldr r4, [r3, r4] add r1, #0xa4 @@ -658,7 +658,7 @@ _02254CFE: bl MOD48_02254B1C pop {r3, r4, r5, r6, r7, pc} nop -_02254D28: .word 0x020EDF50 +_02254D28: .word gSineTable thumb_func_end MOD48_02254C60 thumb_func_start MOD48_02254D2C |