From e34466e21494aaacc02df6633a94f2da3b79e343 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 20 Mar 2024 17:44:01 -0500 Subject: [PATCH] Fix issue with GFX not clearing out of dynamic drop gfx slots --- events.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/events.asm b/events.asm index cb2883f..d18bd9e 100644 --- a/events.asm +++ b/events.asm @@ -24,7 +24,9 @@ OnDungeonEntrance: STA.l PegColor ; thing we wrote over JSL MaybeFlagDungeonTotalsEntrance INC.w UpdateHUDFlag + SEP #$30 JSL DynamicDropGFXClear + REP #$30 RTL ;-------------------------------------------------------------------------------- OnDungeonBossExit: @@ -167,7 +169,6 @@ OnFileLoad: LDA.l CurrentGenericKeys : STA.l CurrentSmallKeys ; copy generic keys to key counter + - JSL DynamicDropGFXClear JSL SetSilverBowMode JSL RefreshRainAmmo JSL SetEscapeAssist @@ -176,6 +177,7 @@ OnFileLoad: JSL LoadStaticDecryptionKey + SEP #$10 ; restore 8 bit index registers + JSL DynamicDropGFXClear RTL ;-------------------------------------------------------------------------------- OnNewFile: