sup39
421dc6591e
Added the following codes - Fast Forward - Instant Restart - Spawn Yoshi - Stage Intro Skip
80 lines
3.3 KiB
XML
80 lines
3.3 KiB
XML
<code>
|
|
<id>InstantRestart</id>
|
|
<category>qol</category>
|
|
<title lang="en-US">Instant Restart</title>
|
|
<title lang="ja-JP">ポーズせずにやり直し</title>
|
|
<author>sup39(サポミク)</author>
|
|
<version>0.2.0</version>
|
|
<date>Apr 28, 2022</date>
|
|
<description lang="en-US">
|
|
When you pressed the buttons configured in [#Button Config](#config) simultaneously,
|
|
you can restart the current area without selecting "Exit Area" in pause menu.
|
|
Note that the restart function behaves differently than pressing Y or Z with "Level Select".
|
|
This code only supports restarting 1 area only.
|
|
For example, you can restart outside a secret stage or inside a secret stage individually,
|
|
but you can NOT restart a combination of outside+inside a secret stage.
|
|
|
|
::: warning
|
|
You can NOT restart after destroying the last platform in Bowser fight at the moment.
|
|
:::
|
|
</description>
|
|
<description lang="ja-JP">
|
|
[#ボタン設定](#config)で設定したボタンを同時に押すと、ポーズメニューから「コースから出る」を選択せずに所在のエリアをやり直すことができます。ただし、Level SelectのYとZのやり直し機能と異なり、エリアごとのやり直ししかできないので注意してください。例えば、ヒミツ外部のみ、ヒミツ内部のみといった一つのエリアのやり直しはできますが、ヒミツ外部+ヒミツ内部といった組み合わせのやり直しはできません。
|
|
|
|
::: warning
|
|
現時点ではクッパ戦で最後の足場を破壊するとやり直しできません。
|
|
:::
|
|
</description>
|
|
<source version="GMSJ01">
|
|
C20EAFA0 0000000A
|
|
3C608040 A0A30D50
|
|
28050801 40A20038
|
|
3C60817F 38A00001
|
|
98A300B3 98A30100
|
|
3C60803E 84A3600E
|
|
90A30004 38A00040
|
|
90A30000 3C60800E
|
|
6063B3F8 7C6803A6
|
|
4E800020 2C000002
|
|
60000000 00000000
|
|
</source>
|
|
<source version="GMSE01">
|
|
C22979E4 0000000A
|
|
3C608040 A0A34454
|
|
28050801 40A20038
|
|
3C60817F 38A00001
|
|
98A300B3 98A30100
|
|
3C60803F 84A3970E
|
|
90A30004 38A00040
|
|
90A30000 3C608029
|
|
60637E3C 7C6803A6
|
|
4E800020 2C000002
|
|
60000000 00000000
|
|
</source>
|
|
<source version="GMSP01">
|
|
C228F87C 0000000A
|
|
3C608040 A0A3BBF4
|
|
28050801 40A20038
|
|
3C60817F 38A00001
|
|
98A300B3 98A30100
|
|
3C60803E 84A310CE
|
|
90A30004 38A00040
|
|
90A30000 3C608028
|
|
6063FCD4 7C6803A6
|
|
4E800020 2C000002
|
|
60000000 00000000
|
|
</source>
|
|
<source version="GMSJ0A">
|
|
C227768C 0000000A
|
|
3C60803F A0A35428
|
|
28050801 40A20038
|
|
3C60817F 38A00001
|
|
98A300B3 98A30100
|
|
3C60803E 84A3A8EE
|
|
90A30004 38A00040
|
|
90A30000 3C608027
|
|
60637AE4 7C6803A6
|
|
4E800020 2C000002
|
|
60000000 00000000
|
|
</source>
|
|
</code>
|