diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 14:49:43 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 14:49:43 -0500 |
commit | 0c6338836d714f464bfcaa0c8c5b8c76e6f4958d (patch) | |
tree | 99c26ca80f95266c633427e30ba7e856ec500c92 /mobile/mobile_40.asm | |
parent | 52993d20efd5315c9d3e2e684a84456783717fc8 (diff) |
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Diffstat (limited to 'mobile/mobile_40.asm')
-rw-r--r-- | mobile/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index 0b6ff3ac2..6fa20d80f 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -4056,7 +4056,7 @@ _StartMobileBattle: ; 1019ab jr z, .got_link_player_number ld a, 1 .got_link_player_number - ld [hLinkPlayerNumber], a + ld [hSerialConnectionStatus], a ret ; 101a21 @@ -4076,7 +4076,7 @@ StartMobileBattle: ; 101a21 xor a ld [wDisableTextAcceleration], a ld a, $ff - ld [hLinkPlayerNumber], a + ld [hSerialConnectionStatus], a pop af ld [Options], a ret |