scawful / Oracle-of-Secrets

Custom Code for the Legend of Zelda: Oracle of Secrets ROM hack
11 stars 0 forks source link

Item count (arrows/bombs) disappear from HUD when getting item from chest #52

Closed scawful closed 4 months ago

scawful commented 4 months ago

image image

JaredBrian commented 4 months ago

what a stupid specific bug lol. shouldn't be too hard to fix. opening the chest triggers the HUDUpdate function causing it to redraw the map and since the count isn't there in the default map it doesn't have anything else to trigger the draw count until you switch items again so it should be easy to just change where the HUDUpdate function is called slightly to call the count update as well.

JaredBrian commented 4 months ago

Fixed