Additional vc_asserts (#906)
This commit is contained in:
@@ -2310,7 +2310,15 @@ WaitForLinkedFriend:
|
||||
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
|
||||
ldh [rSC], a
|
||||
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
|
||||
; This vc_hook causes the Virtual Console to set [hSerialConnectionStatus] to
|
||||
; USING_INTERNAL_CLOCK, which allows the player to proceed past the link
|
||||
; receptionist's "Please wait." It assumes that hSerialConnectionStatus is at
|
||||
; its original address.
|
||||
vc_hook linkCable_fake_begin
|
||||
vc_assert hSerialConnectionStatus == $ffcb, \
|
||||
"hSerialConnectionStatus is no longer located at 00:ffcb."
|
||||
vc_assert USING_INTERNAL_CLOCK == $02, \
|
||||
"USING_INTERNAL_CLOCK is no longer equal to $02."
|
||||
ldh [rSC], a
|
||||
ld a, [wLinkTimeoutFrames]
|
||||
dec a
|
||||
|
Reference in New Issue
Block a user