From 0157c5d05b63464b82873e454a85b09204bc672b Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 9 May 2024 14:34:48 -0600 Subject: [PATCH] fix: hera basement can now use AddInventory's chest key counter --- stats.asm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stats.asm b/stats.asm index 4a88e0d..ce27d20 100644 --- a/stats.asm +++ b/stats.asm @@ -102,10 +102,7 @@ IncrementSmallKeysNoPrimary: PLP : PHY LDY.b #$24 JSL AddInventory - LDA.l StandingItemsOn : BNE +++ - JSR CountChestKey - +++ PLY - BRA + + PLY : BRA + ++ PLP +