From c0e7343e9b4863a245e9479311263248cff2b305 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 20 Mar 2024 17:46:59 -0500 Subject: [PATCH] Fix issue with bonk items not updating HUD on location clear --- owrando.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/owrando.asm b/owrando.asm index 42d0258..0283980 100644 --- a/owrando.asm +++ b/owrando.asm @@ -587,6 +587,7 @@ OWBonkDrops: .increment_collection REP #$20 LDA.l TotalItemCounter : INC : STA.l TotalItemCounter + INC.w UpdateHUDFlag SEP #$20 + BRA .return