You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use hSerialConnectionStatus constants elsewhere
This commit is contained in:
@@ -2143,7 +2143,7 @@ Special_EnterTimeCapsule: ; 29c7b
|
||||
Special_WaitForOtherPlayerToExit: ; 29c92
|
||||
ld c, 3
|
||||
call DelayFrames
|
||||
ld a, -1
|
||||
ld a, CONNECTION_NOT_ESTABLISHED
|
||||
ld [hSerialConnectionStatus], a
|
||||
xor a
|
||||
ld [rSB], a
|
||||
@@ -2169,7 +2169,7 @@ Special_WaitForOtherPlayerToExit: ; 29c92
|
||||
ld [rSC], a
|
||||
ld c, 3
|
||||
call DelayFrames
|
||||
ld a, -1
|
||||
ld a, CONNECTION_NOT_ESTABLISHED
|
||||
ld [hSerialConnectionStatus], a
|
||||
ld a, [rIF]
|
||||
push af
|
||||
|
||||
Reference in New Issue
Block a user