Code: Select all
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pw@5439 = 3BFE</action>
</script>
</cheat>
<cheat desc="P1 Select Starting Stage">
<comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
<parameter>
<item value="0x0001">1</item>
<item value="0x0102">2</item>
<item value="0x0203">3</item>
<item value="0x0304">4</item>
<item value="0x0405">5</item>
<item value="0x0506">6</item>
<item value="0x0607">7</item>
<item value="0x0708">8</item>
<item value="0x0809">9</item>
<item value="0x0910">10</item>
<item value="0x0A11">11</item>
</parameter>
<script state="run">
<action condition="maincpu.pw@5461 == 0000">maincpu.pw@5461 = param</action>
</script>
</cheat>
<cheat desc="P2 Select Starting Stage">
<comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
<parameter>
<item value="0x0001">1</item>
<item value="0x0102">2</item>
<item value="0x0203">3</item>
<item value="0x0304">4</item>
<item value="0x0405">5</item>
<item value="0x0506">6</item>
<item value="0x0607">7</item>
<item value="0x0708">8</item>
<item value="0x0809">9</item>
<item value="0x0910">10</item>
<item value="0x0A11">11</item>
</parameter>
<script state="run">
<action condition="maincpu.pw@5491 == 0000">maincpu.pw@5491 = param</action>
</script>
</cheat>
Code: Select all
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pw@2c39 = 3BFE</action>
</script>
</cheat>
<cheat desc="P1 Select Starting Stage">
<comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
<parameter>
<item value="0x0001">1</item>
<item value="0x0102">2</item>
<item value="0x0203">3</item>
<item value="0x0304">4</item>
<item value="0x0405">5</item>
<item value="0x0506">6</item>
<item value="0x0607">7</item>
<item value="0x0708">8</item>
<item value="0x0809">9</item>
<item value="0x0910">10</item>
<item value="0x0A11">11</item>
</parameter>
<script state="run">
<action condition="maincpu.pw@2C61 == 0000">maincpu.pw@2C61 = param</action>
</script>
</cheat>
<cheat desc="P2 Select Starting Stage">
<comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
<parameter>
<item value="0x0001">1</item>
<item value="0x0102">2</item>
<item value="0x0203">3</item>
<item value="0x0304">4</item>
<item value="0x0405">5</item>
<item value="0x0506">6</item>
<item value="0x0607">7</item>
<item value="0x0708">8</item>
<item value="0x0809">9</item>
<item value="0x0910">10</item>
<item value="0x0A11">11</item>
</parameter>
<script state="run">
<action condition="maincpu.pw@2C91 == 0000">maincpu.pw@2C91 = param</action>
</script>
</cheat>
- "Infinite Time" : Added new. But time is out soon when you turn this code OFF.
- "Select Starting Stage" : Added code for player 2.