diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-12-22 17:42:05 -0600 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-12-22 17:42:05 -0600 |
| commit | 255f0d4ee4327c2eac59d55d5e50dccbb353370d (patch) | |
| tree | 59c7f7081f68b330cb98f820821367c6322da042 /asm-de | |
| parent | 9c9bcee1e2fbd3fd374023146f99d0417cd8ab52 (diff) | |
clean up and label more of contest.c
Diffstat (limited to 'asm-de')
| -rw-r--r-- | asm-de/contest_link_80C2020.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm-de/contest_link_80C2020.s b/asm-de/contest_link_80C2020.s index 0c07937f8..afb4948ff 100644 --- a/asm-de/contest_link_80C2020.s +++ b/asm-de/contest_link_80C2020.s @@ -4608,7 +4608,7 @@ sub_80C43F4: @ 80C43F4 ldrb r0, [r4] ldr r1, _080C4438 @ =gSpecialVar_ContestRank ldrb r1, [r1] - bl sub_80AE398 + bl Contest_InitAllPokemon ldrb r0, [r4] bl sub_80AE82C _080C4422: @@ -5184,12 +5184,12 @@ _080C4888: .4byte gStringVar1 thumb_func_start sub_80C488C sub_80C488C: @ 80C488C push {lr} - ldr r0, _080C4898 @ =sub_80AB47C + ldr r0, _080C4898 @ =CB2_StartContest bl SetMainCallback2 pop {r0} bx r0 .align 2, 0 -_080C4898: .4byte sub_80AB47C +_080C4898: .4byte CB2_StartContest thumb_func_end sub_80C488C thumb_func_start sub_80C489C @@ -5352,7 +5352,7 @@ sub_80C49C4: @ 80C49C4 lsrs r4, 24 ldr r0, _080C49E4 @ =gUnknown_02038694 ldrb r0, [r0] - bl sub_80AE098 + bl Contest_CreatePlayerMon ldr r1, _080C49E8 @ =sub_80C8734 ldr r2, _080C49EC @ =sub_80C49F0 adds r0, r4, 0 |
