scawful / Oracle-of-Secrets

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

[HUD] Draw dungeon key icon #7

Closed scawful closed 4 months ago

scawful commented 1 year ago

The key icon is drawn on the hud tilemap and is blanked out in the hud update code, but the location of the blank is currently wrong so the key icon always displays.

JaredBrian commented 5 months ago

oh meaning that it appears on the OW as well?

scawful commented 5 months ago

Yes. The icon for the key displays in the overworld but no number beneath it, as that draw is dynamic.

The code for the blanking is here Oracle-of-Secrets/Menu/menu_hud.asm#L178 but the position is incorrect.