From b635126e81120c3d25bfccd110981a1c1f81d838 Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 30 Aug 2023 16:16:05 -0600 Subject: [PATCH] Copmass count fix for 2 bytes --- init.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.asm b/init.asm index 852899c..76c078a 100644 --- a/init.asm +++ b/init.asm @@ -76,11 +76,11 @@ JML $80D463 ; The original target of the jump table that we hijacked ;=================================================================================================== InitDungeonCounts: PHB - LDX.b #$0F + LDX.b #$1E REP #$20 - LDA.l CompassTotalsROM, X : STA.l CompassTotalsWRAM, X - DEX + DEX #2 BPL - SEP #$20 LDX.b #$0F