Merge branch 'master' into sup39

This commit is contained in:
sup39 2023-02-24 03:23:02 +09:00
commit 6bb11455d0
2 changed files with 47 additions and 6 deletions

View file

@ -3071,9 +3071,9 @@
<title lang="de-CH">Erzwungene Plaza Events</title>
<title lang="fr-FR">Forcer les événements de la place Delfino</title>
<title lang="ja-JP">ドルピックタウンイベントの強制再生</title>
<author>Noki Doki</author>
<version>1.0</version>
<date>Mar 8, 2020</date>
<author>Noki Doki, sup39(サポミク)</author>
<version>1.1</version>
<date>Feb 23, 2023</date>
<description lang="en-US">
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.
@ -3092,7 +3092,7 @@
la priorité sur celui de Yoshi si leurs conditions sont remplies.
</description>
<description lang="ja-JP">
強制的に次のイベントを再生します: 「リコの解除イベント」「マンマの解除イベント」「正しいバージョンのドルピックタウンがロードされるたびに出現するヨッシー」
強制的に次のイベントを再生します: 「リコの解除イベント」「マンマの解除イベント」「正しいバージョンのドルピックタウンがロードされるたびに出現するヨッシー」
「ノズルロック解除イベント」は、条件が満たされている場合、ヨッシーのイベントよりも優先されます。
</description>
<source version="GMSE01">
@ -3101,6 +3101,12 @@
042B78C4 48000018
042B78F0 60000000
042B7940 60000000
C22B7764 00000005
806D9FA0 899D0001
558BF7BC 7D8C5B78
558C16FA 3D60FFF3
616BFF01 5D6B6636
99630070 00000000
</source>
<source version="GMSJ01">
0410C4C8 48000018
@ -3108,6 +3114,12 @@
0410C57C 48000018
0410C5A8 60000000
0410C5F8 60000000
C210C41C 00000005
806D97D0 899D0001
558BF7BC 7D8C5B78
558C16FA 3D60FFF3
616BFF01 5D6B6636
99630070 00000000
</source>
<source version="GMSJ0A">
04297020 48000018
@ -3115,6 +3127,12 @@
042970D4 48000018
04297100 60000000
04297150 60000000
C2296F74 00000005
806D9E60 899D0001
558BF7BC 7D8C5B78
558C16FA 3D60FFF3
616BFF01 5D6B6636
99630070 00000000
</source>
<source version="GMSP01">
042AF7E0 48000018
@ -3122,6 +3140,12 @@
042AF894 48000018
042AF8C0 60000000
042AF910 60000000
C22AF734 00000005
806D9EC8 899D0001
558BF7BC 7D8C5B78
558C16FA 3D60FFF3
616BFF01 5D6B6636
99630070 00000000
</source>
</code>
<code>
@ -4055,12 +4079,15 @@
<title lang="en-US">Instant Level Select</title>
<title lang="ja-JP">レベル選択DX</title>
<author>sup39(サポミク)</author>
<version>0.3</version>
<date>Feb 08, 2023</date>
<version>0.4</version>
<date>Feb 21, 2023</date>
<description lang="en-US">
::: 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**
@ -4088,6 +4115,9 @@
::: warning
シャインゲットタイマーには未対応です。
:::
::: warning
Zメニューは無効化されます。
:::
#### ポーズせずにやり直し
- `B+十字キー上`で**現在のエリアをやり直す**
@ -4110,6 +4140,7 @@
4. これで好きなだけハニスキを練習できます。他のエリアに入ろうとする時に自動的にやり直すので、手動でやり直す必要がありません。必要であれば`B + 十字キー上`でやり直すこともできます。
</description>
<source version="GMSJ01">
C60EB020 800EB02C
C20F9B74 00000046
3C80817F 816D97D0
3D808040 80AC0D80
@ -4183,6 +4214,7 @@
3BBD0005 00000000
</source>
<source version="GMSJ0A">
C627770C 80277718
C2285FCC 00000046
3C80817F 816D9E60
3D80803F 80AC5458
@ -4256,6 +4288,7 @@
3BBD0005 00000000
</source>
<source version="GMSP01">
C628F8FC 8028F908
C229E080 00000046
3C80817F 816D9EC8
3D808040 80ACBC24
@ -4329,6 +4362,7 @@
3BBD0005 00000000
</source>
<source version="GMSE01">
C6297A64 80297A70
C22A6170 00000046
3C80817F 816D9FA0
3D808040 80AC4484

View file

@ -1,4 +1,11 @@
# 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
## Feb 13, 2023
- Added 'Mario State Savestate'
- Added 'No Shine Get Animation'