From e82006e03005302d4793be7e7d54c8fe4924e3f4 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 21 Mar 2024 07:11:46 -0500 Subject: [PATCH] Fix gfx issue with Catfish item spawning off screen --- npcitems.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/npcitems.asm b/npcitems.asm index d933ee0..d2c6501 100644 --- a/npcitems.asm +++ b/npcitems.asm @@ -211,7 +211,10 @@ LoadCatfishItemGFX: RTL ;-------------------------------------------------------------------------------- DrawThrownItem: - LDA.w SprItemReceipt,X + LDA.w SprRedrawFlag, X : BEQ + + LDA.w SprSourceItemId, X + JML RequestStandingItemVRAMSlot + + LDA.w SprItemReceipt,X JML DrawPotItem ;-------------------------------------------------------------------------------- MarkThrownItem: