Skip to content

Commit

Permalink
Unlock all Rupin's shop items
Browse files Browse the repository at this point in the history
  • Loading branch information
CovenEsme committed Jul 22, 2024
1 parent 9795509 commit 11b2cd7
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 11b2cd7

Please sign in to comment.