Skip to content

Fix silver rupee counter not displaying in Ganon's castle - #2609

Merged
fenhl merged 1 commit into
OoTRandomizer:Devfrom
GSKirox:fix_silver_rupee_ganon
Jul 24, 2026
Merged

Fix silver rupee counter not displaying in Ganon's castle#2609
fenhl merged 1 commit into
OoTRandomizer:Devfrom
GSKirox:fix_silver_rupee_ganon

Conversation

@GSKirox

@GSKirox GSKirox commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

#2518 added an entry to the dungeons array, but forgot to increment the dungeon_count variable, which is used to iterate on this array by the silver rupee counter display function.
So it was not displaying anything for the last dungeon in the array which is Ganon's Castle.

Testing

Shuffled Silver rupees, confirmed that the counter was not displayed in Ganon's castle at all.
Tested after this fix on Retroarch, and the counter is back.

@GSKirox GSKirox added Type: Bug Something isn't working Component: ASM/C Changes some internals of the ASM/C libraries Status: Needs Review Someone should be looking at it labels Jul 24, 2026
@fenhl fenhl removed the Status: Needs Review Someone should be looking at it label Jul 24, 2026
@fenhl fenhl added this to the next milestone Jul 24, 2026
@fenhl
fenhl merged commit d3048f1 into OoTRandomizer:Dev Jul 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: ASM/C Changes some internals of the ASM/C libraries Type: Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants