diff options
author | YamaArashi <shadow962@live.com> | 2016-09-10 15:53:47 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-10 15:53:47 -0700 |
commit | 744ac256d688d5f45f05e493f94259f554d823b3 (patch) | |
tree | a66f2921c54403e95a79ac11b2b24da8152e1dd9 /asm | |
parent | 9cbf1aae195248d010bda8dabf7f72e1ffb58bf4 (diff) |
delta encoding table
Diffstat (limited to 'asm')
-rw-r--r-- | asm/m4a_1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/m4a_1.s b/asm/m4a_1.s index 2b548cacc..9e1a34f84 100644 --- a/asm/m4a_1.s +++ b/asm/m4a_1.s @@ -679,7 +679,7 @@ sub_81DD520: add r2, r2, r1 add r2, r2, 0x10 ldr r5, =0x030007b8 - ldr r6, =gUnknown_0842F9F4 + ldr r6, =gDeltaEncodingTable mov r7, 0x40 ldrb lr, [r2], 1 strb lr, [r5], 1 |