From 4f71073d174c58c7418b83e2f46960fd1ccc9fd3 Mon Sep 17 00:00:00 2001 From: threeandthreee Date: Thu, 19 Dec 2024 22:17:41 -0500 Subject: [PATCH] LADX: correct in-game check counter LADX: correct in-game check counter --- worlds/ladx/LADXR/patches/bank3e.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/ladx/LADXR/patches/bank3e.py b/worlds/ladx/LADXR/patches/bank3e.py index 632fffa7..8195bf3f 100644 --- a/worlds/ladx/LADXR/patches/bank3e.py +++ b/worlds/ladx/LADXR/patches/bank3e.py @@ -96,7 +96,9 @@ StartGameMarinMessage: ldi [hl], a ;hour counter 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 + xor a ldi [hl], a ;check counter high ; Show the normal message