From 364fd81a9306ba3325c8620d7c948082255f5bc2 Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 14 Mar 2024 13:28:54 -0600 Subject: [PATCH] fix: minor drops shouldn't drop if outside of proper dungeon --- keydrop/standing_items.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/keydrop/standing_items.asm b/keydrop/standing_items.asm index 386b695..ce2d7f0 100644 --- a/keydrop/standing_items.asm +++ b/keydrop/standing_items.asm @@ -433,9 +433,7 @@ RevealSpriteDrop: JMP DoNormalDrop CheckIfDropValid: - LDA.l SprItemFlags, X : BIT #$80 : BNE .do_the_drop ; it's a minor item JSR CheckIfDropsInThisLocation : BCC DoNormalDrop - .do_the_drop ;This section sets up the drop LDA.b #$02 : STA.l SpawnedItemFlag STX.w SpawnedItemIndex