diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-02-27 10:16:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 12:16:45 -0600 |
commit | d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (patch) | |
tree | 776df17a36e2b30d2b362649db4408d701d55f9d /asm/code_809D148.s | |
parent | 7fa4f1a92bdc4cefb094f9e3f1144ad3e3a588d9 (diff) |
Miscellaneous decomp/labeling/splitting (#29)
* lots of wonder mail work, credits and label some stuff
* nonmatch one intr func, match another, and label unused intr func
* seperate credits out
* split out debug menu and other stuff that isn't main menu
* label another func
* label some more funcs
Diffstat (limited to 'asm/code_809D148.s')
-rw-r--r-- | asm/code_809D148.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/code_809D148.s b/asm/code_809D148.s index 8af7edf..c56442e 100644 --- a/asm/code_809D148.s +++ b/asm/code_809D148.s @@ -2505,7 +2505,7 @@ _0809E718: cmp r1, r3 bge _0809E718 adds r1, r4, 0 - bl sub_80922F4 + bl CopyStringtoBuffer movs r2, 0 ldrb r0, [r4] ldrb r3, [r5] @@ -9018,13 +9018,13 @@ _080A1EE8: lsls r5, 24 lsrs r5, 24 adds r0, r4, 0 - bl sub_80921A8 + bl GetTeamRankString adds r1, r0, 0 ldr r4, _080A1F30 adds r0, r4, 0 bl strcpy adds r0, r5, 0 - bl sub_80921A8 + bl GetTeamRankString adds r1, r0, 0 adds r4, 0x50 adds r0, r4, 0 |