From 9624b5d802fce1af9c8fceb485e744cc179209a6 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Fri, 15 Jul 2022 17:24:49 +0200 Subject: [PATCH] moved region patch to StaticR.rel only --- .../essentials/_PATCH/files/rel/StaticR.rel.json | 6 +++++- Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol | 0 Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol.json | 8 -------- 3 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol delete mode 100644 Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol.json diff --git a/Pack/MKWFaraphel/essentials/_PATCH/files/rel/StaticR.rel.json b/Pack/MKWFaraphel/essentials/_PATCH/files/rel/StaticR.rel.json index c86748c..c169c96 100644 --- a/Pack/MKWFaraphel/essentials/_PATCH/files/rel/StaticR.rel.json +++ b/Pack/MKWFaraphel/essentials/_PATCH/files/rel/StaticR.rel.json @@ -1,4 +1,8 @@ { "mode": "edit", - "base": "sys/main.dol.json" + "operation": { + "str-edit": { + "region": "5500" + } + } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol b/Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol deleted file mode 100644 index e69de29..0000000 diff --git a/Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol.json b/Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol.json deleted file mode 100644 index c169c96..0000000 --- a/Pack/MKWFaraphel/essentials/_PATCH/sys/main.dol.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "mode": "edit", - "operation": { - "str-edit": { - "region": "5500" - } - } -} \ No newline at end of file