Instant Level Select 0.4

This commit is contained in:
sup39 2023-02-22 00:07:52 +09:00
parent 4cf248d6df
commit f01d7682a2
2 changed files with 15 additions and 2 deletions

View file

@ -4428,12 +4428,15 @@
<title lang="en-US">Instant Level Select</title> <title lang="en-US">Instant Level Select</title>
<title lang="ja-JP">レベル選択DX</title> <title lang="ja-JP">レベル選択DX</title>
<author>sup39(サポミク)</author> <author>sup39(サポミク)</author>
<version>0.3</version> <version>0.4</version>
<date>Feb 08, 2023</date> <date>Feb 21, 2023</date>
<description lang="en-US"> <description lang="en-US">
::: warning ::: warning
Shine Get Timer does not restart with this code. Shine Get Timer does not restart with this code.
::: :::
::: warning
Z menu will be disabled
:::
#### Instant Restart #### Instant Restart
- Press `B + D-Pad Up` to **restart the current area** - Press `B + D-Pad Up` to **restart the current area**
@ -4461,6 +4464,9 @@
::: warning ::: warning
シャインゲットタイマーには未対応です。 シャインゲットタイマーには未対応です。
::: :::
::: warning
Zメニューは無効化されます。
:::
#### ポーズせずにやり直し #### ポーズせずにやり直し
- `B+十字キー上`で**現在のエリアをやり直す** - `B+十字キー上`で**現在のエリアをやり直す**
@ -4483,6 +4489,7 @@
4. これで好きなだけハニスキを練習できます。他のエリアに入ろうとする時に自動的にやり直すので、手動でやり直す必要がありません。必要であれば`B + 十字キー上`でやり直すこともできます。 4. これで好きなだけハニスキを練習できます。他のエリアに入ろうとする時に自動的にやり直すので、手動でやり直す必要がありません。必要であれば`B + 十字キー上`でやり直すこともできます。
</description> </description>
<source version="GMSJ01"> <source version="GMSJ01">
C60EB020 800EB02C
C20F9B74 00000046 C20F9B74 00000046
3C80817F 816D97D0 3C80817F 816D97D0
3D808040 80AC0D80 3D808040 80AC0D80
@ -4556,6 +4563,7 @@
3BBD0005 00000000 3BBD0005 00000000
</source> </source>
<source version="GMSJ0A"> <source version="GMSJ0A">
C627770C 80277718
C2285FCC 00000046 C2285FCC 00000046
3C80817F 816D9E60 3C80817F 816D9E60
3D80803F 80AC5458 3D80803F 80AC5458
@ -4629,6 +4637,7 @@
3BBD0005 00000000 3BBD0005 00000000
</source> </source>
<source version="GMSP01"> <source version="GMSP01">
C628F8FC 8028F908
C229E080 00000046 C229E080 00000046
3C80817F 816D9EC8 3C80817F 816D9EC8
3D808040 80ACBC24 3D808040 80ACBC24
@ -4702,6 +4711,7 @@
3BBD0005 00000000 3BBD0005 00000000
</source> </source>
<source version="GMSE01"> <source version="GMSE01">
C6297A64 80297A70
C22A6170 00000046 C22A6170 00000046
3C80817F 816D9FA0 3C80817F 816D9FA0
3D808040 80AC4484 3D808040 80AC4484

View file

@ -1,4 +1,7 @@
# Changelog # Changelog
## Feb 21, 2023
Disable Z menu for Instant Level Select to prevent broken texture
## Feb 13, 2023 ## Feb 13, 2023
- Added 'Mario State Savestate' - Added 'Mario State Savestate'
- Added 'No Shine Get Animation' - Added 'No Shine Get Animation'