Merge pull request #725 from FredrIQ/wd431

Add label for wd431
This commit is contained in:
Rangi 2020-05-25 21:29:38 -04:00 committed by GitHub
commit edcf08ff36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1529,7 +1529,7 @@ Function1009f3:
_LinkBattleSendReceiveAction:
call .StageForSend
ld [wd431], a
ld [wLinkBattleSentAction], a
farcall PlaceWaitingText
ld a, [wLinkMode]
cp LINK_MOBILE
@ -1573,7 +1573,7 @@ _LinkBattleSendReceiveAction:
ret
.LinkBattle_SendReceiveAction:
ld a, [wd431]
ld a, [wLinkBattleSentAction]
ld [wPlayerLinkAction], a
ld a, $ff
ld [wOtherPlayerLinkAction], a
@ -1642,7 +1642,7 @@ _LinkBattleSendReceiveAction:
Function100acf:
ld de, Unknown_100b0a
ld hl, wccb5
ld a, [wd431]
ld a, [wLinkBattleSentAction]
ld [hli], a
ld c, $01
.asm_100adb

View File

@ -2365,7 +2365,7 @@ ENDU ; d430
wd430:: ; mobile
wBattleAction:: db ; d430
wd431:: db ; mobile
wLinkBattleSentAction:: db ; d431
wMapStatus:: db ; d432
wMapEventStatus:: db ; d433