diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-04 20:31:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-04 20:31:11 -0400 |
commit | 5c7bef25af764b3abe71ba421f603b092be6cb52 (patch) | |
tree | b5fcc1102ed2d79a8ae826c6fe5bef622c109853 /asm | |
parent | 12c4614cc396830f62c02c65547a3465829be5c8 (diff) |
sub_804B2B0
Diffstat (limited to 'asm')
-rw-r--r-- | asm/trade.s | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/asm/trade.s b/asm/trade.s index ba5cef071..8ebe142e0 100644 --- a/asm/trade.s +++ b/asm/trade.s @@ -788,24 +788,4 @@ _0804B29C: bx r0 thumb_func_end sub_804B24C - thumb_func_start sub_804B2B0 -sub_804B2B0: @ 804B2B0 - push {lr} - ldr r0, _0804B2C0 @ =gReceivedRemoteLinkPlayers - ldrb r0, [r0] - cmp r0, 0 - bne _0804B2C4 - movs r0, 0 - b _0804B2CC - .align 2, 0 -_0804B2C0: .4byte gReceivedRemoteLinkPlayers -_0804B2C4: - bl GetMultiplayerId - lsls r0, 24 - lsrs r0, 24 -_0804B2CC: - pop {r1} - bx r1 - thumb_func_end sub_804B2B0 - .align 2, 0 @ Don't pad with nop. |