Page 1 of 1

[msgogo] cheats

Posted: Mon Mar 29, 2010 1:30 pm
by Pugsy
msgogo.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@F03384=093C</action>
    </script>
  </cheat>

  <cheat desc="Invincibility"> <comment>Stops you being killed on contact with the bubbles, use with Infinite Time for full Invincibility</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@00B5A4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00B5A4=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@00B5A4=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Alter Shot Bubble Behaviour"> <comment>Shot Bubbles self pop if they hit the wrong colour bubble, can often lead to a harder game.</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@051A59</action>
    </script>
    <script state="run">
      <action>maincpu.mb@051A59=02</action>
    </script>
    <script state="off">
      <action>maincpu.mb@051A59=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="Solo Player Cheats"/>
  <cheat desc=" "/>

  <cheat desc="Select Starting Stage"> <comment>NOTE, either set this during the RAM/ROM checks or reset the game or you will start on Stage 2 the first time you use this cheat</comment>
    <parameter min="1" max="30" step="1"/>
    <script state="run">
      <action condition="(maincpu.pb@F03273==00)">maincpu.pb@F03273=(param-1)</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@F03392=07</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@F03393=07</action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="VS Mode Cheats"/>
  <cheat desc=" "/>

  <cheat desc="Always 0 Games Won PL1">
    <script state="run">
      <action>maincpu.pb@F033C0=07</action>
    </script>
  </cheat>

  <cheat desc="0 Games Won Now! PL1">
    <script state="on">
      <action>maincpu.pb@F033C0=00</action>
    </script>
  </cheat>

  <cheat desc="3 Games Won Now! PL1">
    <script state="on">
      <action>maincpu.pb@F033C0=03</action>
    </script>
  </cheat>

  <cheat desc="Always 0 Games Won PL2">
    <script state="run">
      <action>maincpu.pb@F03393=07</action>
    </script>
  </cheat>

  <cheat desc="0 Games Won Now! PL2">
    <script state="on">
      <action>maincpu.pb@F033C1=00</action>
    </script>
  </cheat>

  <cheat desc="3 Games Won Now! PL2">
    <script state="on">
      <action>maincpu.pb@F033C1=03</action>
    </script>
  </cheat>

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