diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-05 16:41:44 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-05 16:41:44 -0400 |
commit | 53a4effd577cc60a9e3af422bf99109d54053440 (patch) | |
tree | 9932a2a72cbade418abfaa952c0b6f02051b1f03 /src | |
parent | ac9a86d7ce96731c7a9f2561e69ad05955a012ec (diff) |
Tidy up headers
Diffstat (limited to 'src')
-rw-r--r-- | src/m4a_1.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/m4a_1.s b/src/m4a_1.s index eace09b05..290404ad0 100644 --- a/src/m4a_1.s +++ b/src/m4a_1.s @@ -1392,10 +1392,10 @@ _081DD9F6: bl ChnVolSetAsm cmp r6, 0 beq _081DDA14 - ldrb r0, [r4, o_CgbChannel_mo] + ldrb r0, [r4, #o_CgbChannel_mo] movs r1, 0x1 orrs r0, r1 - strb r0, [r4, o_CgbChannel_mo] + strb r0, [r4, #o_CgbChannel_mo] _081DDA14: ldrb r3, [r5, #o_MusicPlayerTrack_flags] movs r0, 0xC @@ -1416,11 +1416,11 @@ _081DDA28: ldrb r2, [r5, #o_MusicPlayerTrack_pitM] adds r0, r6, 0 bl call_r3 - str r0, [r4, o_CgbChannel_fr] - ldrb r0, [r4, o_CgbChannel_mo] + str r0, [r4, #o_CgbChannel_fr] + ldrb r0, [r4, #o_CgbChannel_mo] movs r1, 0x2 orrs r0, r1 - strb r0, [r4, o_CgbChannel_mo] + strb r0, [r4, #o_CgbChannel_mo] b _081DDA52 _081DDA46: adds r1, r2, 0 |