Merge branch 'master' into gci
This commit is contained in:
commit
2d18a0a330
2 changed files with 15 additions and 2 deletions
14
Codes.xml
14
Codes.xml
|
@ -4429,12 +4429,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**
|
||||||
|
@ -4462,6 +4465,9 @@
|
||||||
::: warning
|
::: warning
|
||||||
シャインゲットタイマーには未対応です。
|
シャインゲットタイマーには未対応です。
|
||||||
:::
|
:::
|
||||||
|
::: warning
|
||||||
|
Zメニューは無効化されます。
|
||||||
|
:::
|
||||||
|
|
||||||
#### ポーズせずにやり直し
|
#### ポーズせずにやり直し
|
||||||
- `B+十字キー上`で**現在のエリアをやり直す**
|
- `B+十字キー上`で**現在のエリアをやり直す**
|
||||||
|
@ -4484,6 +4490,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
|
||||||
|
@ -4557,6 +4564,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
|
||||||
|
@ -4630,6 +4638,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
|
||||||
|
@ -4703,6 +4712,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
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## Feb 21, 2023
|
||||||
|
Disable Z menu for Instant Level Select to prevent broken texture
|
||||||
|
|
||||||
## Feb 20, 2023
|
## Feb 20, 2023
|
||||||
- Put Memory Card Patch codes in GCT instead of GCI
|
- Put Memory Card Patch codes in GCT instead of GCI
|
||||||
- Fix GCI file name for GMSJ0A
|
- Fix GCI file name for GMSJ0A
|
||||||
|
|
Loading…
Reference in a new issue