From 5b7a4c11ede717b88c9d1ad07e402c4d195864e4 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 8 Dec 2025 20:40:39 -0600 Subject: [PATCH] Fixed issue with bonk drops not showing sparkles in DW --- owrando.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/owrando.asm b/owrando.asm index b453c5f..21319dc 100644 --- a/owrando.asm +++ b/owrando.asm @@ -701,7 +701,6 @@ OWBonkDropLookup: OWBonkDropCollected: { ; check if collected - CLC LDA.b IndoorsFlag : BEQ + LDA.l RoomDataWRAM[$0120].high : AND.b 3,S : BEQ .return ; S = Collected, FlagBitmask, X (row + 2) SEC : RTS @@ -717,7 +716,7 @@ OWBonkDropCollected: SEC : RTS .return - RTS + CLC : RTS } ; A = SprItemReceipt, Y = Sprite Slot Index, X = free/overwritten