diff options
author | scnorton <scnorton@biociphers.org> | 2018-01-16 17:09:36 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2018-01-16 17:09:36 -0500 |
commit | d8bb1d15e7941d9689393f1215c82788a793af50 (patch) | |
tree | 7006f3de7d3cf5a0fce6af66bd182d3d3f985854 /asm/link.s | |
parent | 09d3da101bd1b1c9d7471e7a193f0af7cae0ab73 (diff) | |
parent | 309640a28c63528fda8d6b50b9d5bb83eddeb8c9 (diff) |
Merge branch 'master' into mac_build_and_libc
Diffstat (limited to 'asm/link.s')
-rw-r--r-- | asm/link.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/link.s b/asm/link.s index a270c8f62..05dda2cb7 100644 --- a/asm/link.s +++ b/asm/link.s @@ -3342,11 +3342,11 @@ c2_800ACD4: @ 800AF30 movs r0, 0 movs r1, 0 bl SetGpuReg - ldr r0, =gMPlay_SE1 + ldr r0, =gMPlayInfo_SE1 bl m4aMPlayStop - ldr r0, =gMPlay_SE2 + ldr r0, =gMPlayInfo_SE2 bl m4aMPlayStop - ldr r0, =gMPlay_SE3 + ldr r0, =gMPlayInfo_SE3 bl m4aMPlayStop ldr r0, =0x02000000 movs r1, 0xE0 |