From 184d3901bb05d75a197f3cf6c34f4e2208a39f2a Mon Sep 17 00:00:00 2001 From: Raymonf Date: Sat, 16 Sep 2023 13:54:50 -0400 Subject: [PATCH] Add Hidden Luin title screen patch for 3.07.01 --- MercuryPatcher/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MercuryPatcher/index.html b/MercuryPatcher/index.html index 459f66c..9ffc9b6 100644 --- a/MercuryPatcher/index.html +++ b/MercuryPatcher/index.html @@ -29,6 +29,12 @@ {offset : 0x1F2B0B7, off: [0x75], on : [0xEB]}, ] }, + { + name: 'Force enable Hidden Luin title screen', + patches: [ + {offset : 0x4F0FFA, off: [0x74], on : [0xEB]}, + ] + }, ]), ]); });