Fix gfx issue with Catfish item spawning off screen

This commit is contained in:
codemann8
2024-03-21 07:11:46 -05:00
parent a97705ccd9
commit e82006e030

View File

@@ -211,7 +211,10 @@ LoadCatfishItemGFX:
RTL RTL
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
DrawThrownItem: DrawThrownItem:
LDA.w SprItemReceipt,X LDA.w SprRedrawFlag, X : BEQ +
LDA.w SprSourceItemId, X
JML RequestStandingItemVRAMSlot
+ LDA.w SprItemReceipt,X
JML DrawPotItem JML DrawPotItem
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
MarkThrownItem: MarkThrownItem: