diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 11:44:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 11:44:14 -0600 |
commit | 93ff71fcfdf8b71a7b4899f271a5214503bcd510 (patch) | |
tree | 490f5c185053db27730eefe1f6764b406d4adfb2 /asm/contest.s | |
parent | ccc5d27fcb8647225656b06a60a7d79ad0fa299f (diff) | |
parent | 9afe7a896e7bf9257d3c73c8fb592f0b9243d520 (diff) |
Merge pull request #377 from DizzyEggg/render_text
Match Render text and attempt to clean up
Diffstat (limited to 'asm/contest.s')
-rw-r--r-- | asm/contest.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/contest.s b/asm/contest.s index b984a98b6..35dbaf385 100644 --- a/asm/contest.s +++ b/asm/contest.s @@ -6485,7 +6485,7 @@ _080DEC80: b _080DEC9C .pool _080DEC94: - bl GetPlayerTextSpeed + bl GetPlayerTextSpeedDelay lsls r0, 24 lsrs r1, r0, 24 _080DEC9C: |