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/84 | |
parent | 30694cdc38e8824d56f6e6b89da9753b01ccb17b (diff) |
module 14 fully shiftable
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/84/asm/module_84.s b/arm9/modules/84/asm/module_84.s index b710e7ca..b2dc368a 100644 --- a/arm9/modules/84/asm/module_84.s +++ b/arm9/modules/84/asm/module_84.s @@ -3645,7 +3645,7 @@ _021D9230: ldr r0, [r4, #0x34] asr r2, r2, #0xc lsl r3, r2, #2 - ldr r2, _021D9274 ; =0x020EDF50 + ldr r2, _021D9274 ; =gSineTable ldr r1, [r4, #0x30] ldr r2, [r2, r3] mul r2, r0 @@ -3674,7 +3674,7 @@ _021D9230: _021D9270: pop {r4, pc} nop -_021D9274: .word 0x020EDF50 +_021D9274: .word gSineTable thumb_func_end MOD84_021D920C thumb_func_start MOD84_021D9278 |