From acf1483b983e9ca7b0759d9aaab77e153bfaaee4 Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 2 Jul 2020 22:25:09 +0100 Subject: module 14 fully shiftable --- arm9/modules/48/asm/module_48.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm9/modules/48') 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 -- cgit v1.2.3