Page 1 of 1

[hvyunit] ROM Invincibility & Rapid Fire

Posted: Mon Jan 03, 2011 1:48 am
by Pugsy
Just a quickie, Invincibility and Rapid Fire for the time being

hvyunit.xml, hvyunitj.xml & hvyunito.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =master.mb@27E6</action>
    </script>
    <script state="run">
      <action>master.mb@27E6=C9</action>
    </script>
    <script state="off">
      <action>master.mb@27E6=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire">
    <script state="run">
      <action>master.pb@D91D=00</action>
      <action>master.pb@D91F=00</action>
    </script>
  </cheat>

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

Re: [hvyunit] ROM Invincibility & Rapid Fire

Posted: Mon Jan 03, 2011 3:37 am
by WhosAsking
So far, so good. These are a great start right here.