mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Add label for wd431 and remove misleading comment (it's not strictly mobile)
This commit is contained in:
parent
fe42ef8a88
commit
0fd4090dbd
@ -1529,7 +1529,7 @@ Function1009f3:
|
|||||||
|
|
||||||
_LinkBattleSendReceiveAction:
|
_LinkBattleSendReceiveAction:
|
||||||
call .StageForSend
|
call .StageForSend
|
||||||
ld [wd431], a
|
ld [wLinkBattleSentAction], a
|
||||||
farcall PlaceWaitingText
|
farcall PlaceWaitingText
|
||||||
ld a, [wLinkMode]
|
ld a, [wLinkMode]
|
||||||
cp LINK_MOBILE
|
cp LINK_MOBILE
|
||||||
@ -1573,7 +1573,7 @@ _LinkBattleSendReceiveAction:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.LinkBattle_SendReceiveAction:
|
.LinkBattle_SendReceiveAction:
|
||||||
ld a, [wd431]
|
ld a, [wLinkBattleSentAction]
|
||||||
ld [wPlayerLinkAction], a
|
ld [wPlayerLinkAction], a
|
||||||
ld a, $ff
|
ld a, $ff
|
||||||
ld [wOtherPlayerLinkAction], a
|
ld [wOtherPlayerLinkAction], a
|
||||||
@ -1642,7 +1642,7 @@ _LinkBattleSendReceiveAction:
|
|||||||
Function100acf:
|
Function100acf:
|
||||||
ld de, Unknown_100b0a
|
ld de, Unknown_100b0a
|
||||||
ld hl, wccb5
|
ld hl, wccb5
|
||||||
ld a, [wd431]
|
ld a, [wLinkBattleSentAction]
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
ld c, $01
|
ld c, $01
|
||||||
.asm_100adb
|
.asm_100adb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user