From 11b2cd7653e9621eee75cd20ded8f0ccf94f8349 Mon Sep 17 00:00:00 2001 From: CovenEsme <84377742+CovenEsme@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:03:22 +0100 Subject: [PATCH] Unlock all Rupin's shop items --- asm/patches/diffs/shops-diff.yaml | 5 +++++ asm/patches/items/shops.asm | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 asm/patches/diffs/shops-diff.yaml create mode 100644 asm/patches/items/shops.asm diff --git a/asm/patches/diffs/shops-diff.yaml b/asm/patches/diffs/shops-diff.yaml new file mode 100644 index 00000000..6772217a --- /dev/null +++ b/asm/patches/diffs/shops-diff.yaml @@ -0,0 +1,5 @@ +0x710164054C: [0xFF, 0xFF] +0x71016405A0: [0xFF, 0xFF] +0x7101640648: [0xFF, 0xFF] +0x710164069C: [0xFF, 0xFF] +0x71016406F0: [0xFF, 0xFF] diff --git a/asm/patches/items/shops.asm b/asm/patches/items/shops.asm new file mode 100644 index 00000000..f488d13d --- /dev/null +++ b/asm/patches/items/shops.asm @@ -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