mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
LADX: correct in-game check counter
LADX: correct in-game check counter
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user