Skip to content

Commit

Permalink
Merge pull request #404 from CovenEsme/unlock-rupin-shop
Browse files Browse the repository at this point in the history
Unlock all Rupin's shop items
  • Loading branch information
CovenEsme authored Jul 24, 2024
2 parents da12421 + 11b2cd7 commit 55dbecf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions asm/patches/diffs/shops-diff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0x710164054C: [0xFF, 0xFF]
0x71016405A0: [0xFF, 0xFF]
0x7101640648: [0xFF, 0xFF]
0x710164069C: [0xFF, 0xFF]
0x71016406F0: [0xFF, 0xFF]
19 changes: 19 additions & 0 deletions asm/patches/items/shops.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
; Unlock Iron Shield
.offset 0x710164054c
.short 0xFFFF

; Unlock Sacred Shield
.offset 0x71016405a0
.short 0xFFFF

; Unlock Small Seed Satchel
.offset 0x7101640648
.short 0xFFFF

; Unlock Small Quiver
.offset 0x710164069c
.short 0xFFFF

; Unlock Small Bomb Bag
.offset 0x71016406f0
.short 0xFFFF

0 comments on commit 55dbecf

Please sign in to comment.