LADX: correct in-game check counter
LADX: correct in-game check counter
This commit is contained in:
parent
e142283e64
commit
4f71073d17
|
@ -96,7 +96,9 @@ StartGameMarinMessage:
|
||||||
ldi [hl], a ;hour counter
|
ldi [hl], a ;hour counter
|
||||||
|
|
||||||
ld hl, $B010
|
ld hl, $B010
|
||||||
|
ld a, $01 ;tarin's gift gets skipped for some reason, so inflate count by 1
|
||||||
ldi [hl], a ;check counter low
|
ldi [hl], a ;check counter low
|
||||||
|
xor a
|
||||||
ldi [hl], a ;check counter high
|
ldi [hl], a ;check counter high
|
||||||
|
|
||||||
; Show the normal message
|
; Show the normal message
|
||||||
|
|
Loading…
Reference in New Issue