From 12691a0c4a9e081353a8e0cfcb4648928053299d Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 9 Apr 2023 11:07:39 -0500 Subject: [PATCH] Fixed issue with bonk drops causing other duplicate spawns --- owrando.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrando.asm b/owrando.asm index c4f512b..6651be8 100644 --- a/owrando.asm +++ b/owrando.asm @@ -520,7 +520,7 @@ OWBonkGoodBeeDrop: LDA.w $0D00,Y : SEC : SBC.l OWBonkPrizeTable[42].vert_offset : STA.w $0D00,Y LDA.w $0D20,Y : SBC #$00 : STA.w $0D20,Y - LDA.b #$01 : STA !REDRAW : STA !FORCE_HEART_SPAWN + LDA.b #$01 : STA !REDRAW .return PLY @@ -642,7 +642,7 @@ OWBonkDrops: LDA.w $0D00,Y : SEC : SBC.w OWBonkPrizeData,X : STA.w $0D00,Y LDA.w $0D20,Y : SBC #$00 : STA.w $0D20,Y - LDA.b #$01 : STA !REDRAW : STA !FORCE_HEART_SPAWN + LDA.b #$01 : STA !REDRAW PLB : RTL