Skip to content

Commit

Permalink
[wip] randomize goron game reward
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Dec 30, 2024
1 parent d14f503 commit bcc2045
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base/code/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,14 @@
.endarea
.close

.open "../overlay/overlay_0052.bin", 0x2195460
.arm
.org 0x219613C
.area 0x4, 0xff
mov r4, 0x2D ; Change the goron game reward from bombchu bag to power gem
.endarea
.close

; Note: this is an extra overlay added by the randomizer.
; It is not present in the original rom, and must be added prior
; to executing this ARMIPS patch.
Expand Down

0 comments on commit bcc2045

Please sign in to comment.