Low stakes and high stakes chest game no longer increments item counter.

This commit is contained in:
CaitSith2
2020-09-04 07:30:13 -06:00
committed by randall.rupper
parent a892ff39b2
commit 820b5d5357
2 changed files with 9 additions and 0 deletions

View File

@@ -1287,6 +1287,10 @@ JSL.l RigDigRNG
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
org $01EE94 ; <- EE94 - Bank01.asm : 14121 org $01EE94 ; <- EE94 - Bank01.asm : 14121
JSL.l RigChestRNG JSL.l RigChestRNG
org $01EEF5 ; <- EEF5 - Bank01.asm
JSL.l FixChestCounterForChestGame
org $01EEFD ; <- EEFD - Bank01.asm
JSL.l FixChestCounterForChestGame
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
org $1ED63E ; <- F563E - sprite_agahnim.asm org $1ED63E ; <- F563E - sprite_agahnim.asm
JSL RNG_Agahnim1 JSL RNG_Agahnim1

View File

@@ -37,6 +37,11 @@ RTL
+ +
RTL RTL
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
FixChestCounterForChestGame:
JSL.l DecrementItemCounter
JSL $0DBA71
RTL
;--------------------------------------------------------------------------------
RNG_Lanmolas1: RNG_Lanmolas1:
LDA.b #$00 : BRA _rng_done LDA.b #$00 : BRA _rng_done
RNG_Moldorm1: RNG_Moldorm1: