From f01d7682a288c2a07d02caf5b1c0cb5475d7c714 Mon Sep 17 00:00:00 2001 From: sup39 Date: Wed, 22 Feb 2023 00:07:52 +0900 Subject: [PATCH 1/2] Instant Level Select 0.4 --- Codes.xml | 14 ++++++++++++-- changelog.md | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Codes.xml b/Codes.xml index 56c96f7..801b462 100644 --- a/Codes.xml +++ b/Codes.xml @@ -4428,12 +4428,15 @@ Instant Level Select レベル選択DX sup39(サポミク) - 0.3 - Feb 08, 2023 + 0.4 + Feb 21, 2023 ::: warning Shine Get Timer does not restart with this code. ::: + ::: warning + Z menu will be disabled + ::: #### Instant Restart - Press `B + D-Pad Up` to **restart the current area** @@ -4461,6 +4464,9 @@ ::: warning シャインゲットタイマーには未対応です。 ::: + ::: warning + Zメニューは無効化されます。 + ::: #### ポーズせずにやり直し - `B+十字キー上`で**現在のエリアをやり直す** @@ -4483,6 +4489,7 @@ 4. これで好きなだけハニスキを練習できます。他のエリアに入ろうとする時に自動的にやり直すので、手動でやり直す必要がありません。必要であれば`B + 十字キー上`でやり直すこともできます。 + C60EB020 800EB02C C20F9B74 00000046 3C80817F 816D97D0 3D808040 80AC0D80 @@ -4556,6 +4563,7 @@ 3BBD0005 00000000 + C627770C 80277718 C2285FCC 00000046 3C80817F 816D9E60 3D80803F 80AC5458 @@ -4629,6 +4637,7 @@ 3BBD0005 00000000 + C628F8FC 8028F908 C229E080 00000046 3C80817F 816D9EC8 3D808040 80ACBC24 @@ -4702,6 +4711,7 @@ 3BBD0005 00000000 + C6297A64 80297A70 C22A6170 00000046 3C80817F 816D9FA0 3D808040 80AC4484 diff --git a/changelog.md b/changelog.md index d2a0764..5e2400f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # Changelog +## Feb 21, 2023 +Disable Z menu for Instant Level Select to prevent broken texture + ## Feb 13, 2023 - Added 'Mario State Savestate' - Added 'No Shine Get Animation' From 2dd588766738a53cd76e8f57514801b89dd2d930 Mon Sep 17 00:00:00 2001 From: sup39 Date: Fri, 24 Feb 2023 03:22:33 +0900 Subject: [PATCH 2/2] Updated 'Force Plaza Events': set the correct BH/RH/GB unlock flag --- Codes.xml | 32 ++++++++++++++++++++++++++++---- changelog.md | 4 ++++ 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Codes.xml b/Codes.xml index 801b462..f34e355 100644 --- a/Codes.xml +++ b/Codes.xml @@ -3497,9 +3497,9 @@ Erzwungene Plaza Events Forcer les événements de la place Delfino ドルピックタウンイベントの強制再生 - Noki Doki - 1.0 - Mar 8, 2020 + Noki Doki, sup39(サポミク) + 1.1 + Feb 23, 2023 Forces the unlock events for Ricco, Gelato and Yoshi to happen any time the correct version of the plaza is loaded via the Level Select code. @@ -3518,7 +3518,7 @@ la priorité sur celui de Yoshi si leurs conditions sont remplies. - 強制的に次のイベントを再生します: 「リコの解除イベント」「マンマの解除イベント」「正しいバージョンのドルピックタウンがロードされるたびに出現するヨッシー」 + 強制的に次のイベントを再生します: 「リコの解除イベント」「マンマの解除イベント」「正しいバージョンのドルピックタウンがロードされるたびに出現するヨッシー」。 「ノズルロック解除イベント」は、条件が満たされている場合、ヨッシーのイベントよりも優先されます。 @@ -3527,6 +3527,12 @@ 042B78C4 48000018 042B78F0 60000000 042B7940 60000000 + C22B7764 00000005 + 806D9FA0 899D0001 + 558BF7BC 7D8C5B78 + 558C16FA 3D60FFF3 + 616BFF01 5D6B6636 + 99630070 00000000 0410C4C8 48000018 @@ -3534,6 +3540,12 @@ 0410C57C 48000018 0410C5A8 60000000 0410C5F8 60000000 + C210C41C 00000005 + 806D97D0 899D0001 + 558BF7BC 7D8C5B78 + 558C16FA 3D60FFF3 + 616BFF01 5D6B6636 + 99630070 00000000 04297020 48000018 @@ -3541,6 +3553,12 @@ 042970D4 48000018 04297100 60000000 04297150 60000000 + C2296F74 00000005 + 806D9E60 899D0001 + 558BF7BC 7D8C5B78 + 558C16FA 3D60FFF3 + 616BFF01 5D6B6636 + 99630070 00000000 042AF7E0 48000018 @@ -3548,6 +3566,12 @@ 042AF894 48000018 042AF8C0 60000000 042AF910 60000000 + C22AF734 00000005 + 806D9EC8 899D0001 + 558BF7BC 7D8C5B78 + 558C16FA 3D60FFF3 + 616BFF01 5D6B6636 + 99630070 00000000 diff --git a/changelog.md b/changelog.md index 5e2400f..95a4cd1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # Changelog +## Feb 23, 2023 +### Updated 'Force Plaza Events' +Set the correct BH/RH/GB unlock flag + ## Feb 21, 2023 Disable Z menu for Instant Level Select to prevent broken texture