diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-30 21:06:15 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-30 21:06:15 -0400 |
commit | f86bb07027d2a93b3d0abc572d2741f9ee2e795d (patch) | |
tree | 49060b9631b96b7b50d80657ce20ce0d069f7fff /asm/cable_club.s | |
parent | 71dbb008004342bdb9a6e9ac0a181408a016d07b (diff) |
Review comments and documentation
Diffstat (limited to 'asm/cable_club.s')
-rw-r--r-- | asm/cable_club.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/cable_club.s b/asm/cable_club.s index 9b4c173c9..d19bb3a35 100644 --- a/asm/cable_club.s +++ b/asm/cable_club.s @@ -2211,7 +2211,7 @@ _080818C4: ldrb r0, [r0] cmp r0, 0 bne _080818D8 - ldr r0, _080818E4 @ =sub_804C718 + ldr r0, _080818E4 @ =CB2_ReturnFromLinkTrade bl SetMainCallback2 adds r0, r5, 0 bl DestroyTask @@ -2221,7 +2221,7 @@ _080818D8: bx r0 .align 2, 0 _080818E0: .4byte gReceivedRemoteLinkPlayers -_080818E4: .4byte sub_804C718 +_080818E4: .4byte CB2_ReturnFromLinkTrade thumb_func_end sub_8081850 thumb_func_start sub_80818E8 |