From 88a555a5ec1103bc46a41dbd3030ed6646b7bb71 Mon Sep 17 00:00:00 2001 From: sporchia Date: Fri, 11 Aug 2017 23:13:09 -0400 Subject: [PATCH] fix for shopkeeper chest game --- rngfixes.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/rngfixes.asm b/rngfixes.asm index bbdffab..3ed0b49 100644 --- a/rngfixes.asm +++ b/rngfixes.asm @@ -21,6 +21,7 @@ RigChestRNG: JSL.l DecrementItemCounter RTL .forceHeart + LDA #$33 : STX $C8 ; assure the correct state if player talked to shopkeeper LDA $0403 : AND.b #$40 : BNE .notHeart LDA #$07 ; give prize item RTL