Page 1 of 1

[panic]+ ROM Invincibility request fill

Posted: Wed Sep 29, 2010 7:52 pm
by Pugsy
panic.xml, panic2.xml, panic3,xml:-

Code: Select all

  <cheat desc="Invincibility"> <comment>Running out of oxygen can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0F79</action>
      <action>temp1 =maincpu.mb@28BE</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0F79=18</action> <!-- Collisions -->
      <action>maincpu.mb@28BE=C3</action> <!-- Deal with constant ROM checks -->
    </script>
    <script state="off">
      <action>maincpu.mb@0F79=temp0 </action>
      <action>maincpu.mb@28BE=temp1 </action>
    </script>
  </cheat>
panich.xml:-

Code: Select all

  <cheat desc="Invincibility"> <comment>Running out of oxygen can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0F4B</action>
      <action>temp1 =maincpu.mb@286A</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0F4B=18</action> <!-- Collisions -->
      <action>maincpu.mb@286A=C3</action> <!-- Deal with constant ROM checks -->
    </script>
    <script state="off">
      <action>maincpu.mb@0F4B=temp0 </action>
      <action>maincpu.mb@286A=temp1 </action>
    </script>
  </cheat>
panicger.xml:-

Code: Select all

  <cheat desc="Invincibility"> <comment>Running out of oxygen can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0F70</action>
      <action>temp1 =maincpu.mb@28AE</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0F70=18</action> <!-- Collisions -->
      <action>maincpu.mb@28AE=C3</action> <!-- Deal with constant ROM checks -->
    </script>
    <script state="off">
      <action>maincpu.mb@0F70=temp0 </action>
      <action>maincpu.mb@28AE=temp1 </action>
    </script>
  </cheat>