diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 13:06:56 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 13:06:56 -0500 |
commit | 96e1b19dc1ea9dbf686fd26743d79c68d12e0f24 (patch) | |
tree | 0b4685bff6be838bb6b61244aa39d516ac1df446 /asm/menu_helpers.s | |
parent | b16831e97bb8b94c29854a81e11647e8a5db68c6 (diff) |
through ScrCmd_release; propose names for remaining funcs
Diffstat (limited to 'asm/menu_helpers.s')
-rw-r--r-- | asm/menu_helpers.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/menu_helpers.s b/asm/menu_helpers.s index 3a0f709da..612672b93 100644 --- a/asm/menu_helpers.s +++ b/asm/menu_helpers.s @@ -334,7 +334,7 @@ itemid_80BF6D8_mail_related: @ 80BF6D8 push {r4,lr} lsls r0, 16 lsrs r4, r0, 16 - bl sub_805642C + bl is_c1_link_related_active cmp r0, 0x1 beq _080BF6EE bl InUnionRoom @@ -360,7 +360,7 @@ _080BF702: thumb_func_start sub_80BF708 sub_80BF708: @ 80BF708 push {lr} - bl sub_805642C + bl is_c1_link_related_active cmp r0, 0x1 beq _080BF71A ldr r0, _080BF720 @ =gReceivedRemoteLinkPlayers |