diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-04 01:13:38 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-08-03 22:13:38 -0700 |
commit | ad15d310b2660623f997710e8f2a676ba3b526b7 (patch) | |
tree | d4e10f091eb5c886de3364c5529ce445e35198e9 /asm/rom4.s | |
parent | 809a9812a28070d35bb759c66b08244e9e41964b (diff) |
More gfx/pal and data2 work (#27)
Diffstat (limited to 'asm/rom4.s')
-rw-r--r-- | asm/rom4.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/rom4.s b/asm/rom4.s index 90f529a97..46374cb4d 100644 --- a/asm/rom4.s +++ b/asm/rom4.s @@ -45541,14 +45541,14 @@ _080672E2: bx r1 thumb_func_end s76_close_picture_box - thumb_func_start sub_80672E8 -sub_80672E8: @ 80672E8 + thumb_func_start s77_showcontestwinner +s77_showcontestwinner: @ 80672E8 push {lr} ldr r1, [r0, 0x8] ldrb r2, [r1] adds r1, 0x1 str r1, [r0, 0x8] - cmp r2, 0 + cmp r2, 0 @ Last Master Rank Contest winner beq _080672FC adds r0, r2, 0 bl sub_8106630 @@ -45558,7 +45558,7 @@ _080672FC: movs r0, 0x1 pop {r1} bx r1 - thumb_func_end sub_80672E8 + thumb_func_end s77_showcontestwinner thumb_func_start sub_806730C sub_806730C: @ 806730C @@ -58712,9 +58712,9 @@ _0806D7DC: .4byte gUnknown_08E71894 _0806D7E0: .4byte 0x06006000 _0806D7E4: .4byte gUnknown_08E71934 _0806D7E8: .4byte 0x06006180 -_0806D7EC: .4byte gUnknown_08E72860 +_0806D7EC: .4byte gStatusGfx_Icons _0806D7F0: .4byte 0x06007180 -_0806D7F4: .4byte gUnknown_08E72A50 +_0806D7F4: .4byte gStatusPal_Icons thumb_func_end sub_806D718 thumb_func_start sub_806D7F8 |