From 3ecee775e15ddab9cd32b1af1add8e6eaa96c019 Mon Sep 17 00:00:00 2001 From: Raymonf Date: Sat, 16 Sep 2023 13:53:56 -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]}, + ] + }, ]), ]); });