Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
This commit is contained in:
@@ -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
|
||||
|
@@ -4,7 +4,7 @@ Unreferenced_Function16c000: ; 16c000
|
||||
and a
|
||||
ret z
|
||||
; Only do this once per boot cycle
|
||||
ld a, [hFFEA]
|
||||
ld a, [hSystemBooted]
|
||||
and a
|
||||
ret z
|
||||
; Set some flag, preserving the old state
|
||||
@@ -19,9 +19,9 @@ Unreferenced_Function16c000: ; 16c000
|
||||
call .RunJumptable
|
||||
farcall DisableMobile
|
||||
; Prevent this routine from running again
|
||||
; until the next time the syatem is turned on
|
||||
; until the next time the system is turned on
|
||||
xor a
|
||||
ld [hFFEA], a
|
||||
ld [hSystemBooted], a
|
||||
; Restore the flag state
|
||||
pop af
|
||||
ld [wcfbe], a
|
||||
|
Reference in New Issue
Block a user