Page 1 of 1

[newxpang] cheats

Posted: Sun Apr 29, 2018 10:16 pm
by Pugsy
newxpang.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@61627=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@B6F7E=01C1</action>
    </script>
  </cheat>

  <cheat desc="Infinite Helps">
    <script state="run">
      <action>maincpu.pb@B9117=02</action>
    </script>
  </cheat>

  <cheat desc="Finish this Stage Now!">
    <script state="on">
      <action>maincpu.pb@B90F7=00</action>
    </script>
  </cheat>

  <cheat desc="Select Starting Stage"> <comment>Use Easy Mode - other modes will start on their set levels</comment>
    <parameter min="1" max="60" step="1"/>
    <script state="run">
      <action condition="(maincpu.pb@B90F1==00)">maincpu.pb@B90F1=(param-1)</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->