summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-01 19:59:02 -0700
committerYamaArashi <shadow962@live.com>2016-11-01 19:59:02 -0700
commit458a09dbb976bd067319b1cd0ddcf7791cbba67e (patch)
tree961d58994277bafa7b57f9fd6e8d0fd89f13caea /asm
parent92fdbda943df9765407ed106acf599276dfc360e (diff)
fix hardcoded address
Diffstat (limited to 'asm')
-rw-r--r--asm/m4a_1.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/m4a_1.s b/asm/m4a_1.s
index d9af09f05..ffe2ca885 100644
--- a/asm/m4a_1.s
+++ b/asm/m4a_1.s
@@ -678,7 +678,7 @@ sub_81DD520:
ldr r1, [r4, o_SoundChannel_wav]
add r2, r2, r1
add r2, r2, 0x10
- ldr r5, =0x030007b8
+ ldr r5, =gUnknown_030007B8
ldr r6, =gDeltaEncodingTable
mov r7, 0x40
ldrb lr, [r2], 1
@@ -699,7 +699,7 @@ _081DD57C:
subs r7, r7, 2
bgt _081DD568
_081DD594:
- ldr r5, =0x030007b8
+ ldr r5, =gUnknown_030007B8
and r0, r3, 0x3F
ldrsb r1, [r5, r0]
pop {r0,r2,r5-r7,pc}