Page 1 of 1

[timecris] requested cheats

Posted: Fri Sep 23, 2011 12:24 am
by Pugsy
Not had time to properly test these yet, made them quickly for a request and I've got a bad cold at the moment to finish them properly.

Code: Select all

  <cheat desc="Invincibility against Helicopter">
    <script state="on">
      <action>temp0 =maincpu.mb@005CFA</action>
    </script>
    <script state="run">
      <action>maincpu.mb@005CFA=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@005CFA=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Hit People Anywhere">
    <script state="on">
      <action>temp0 =maincpu.md@00ADBC</action>
    </script>
    <script state="run">
      <action>maincpu.md@00ADBC=6000008C</action>
    </script>
    <script state="off">
      <action>maincpu.md@00ADBC=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Hit Helicopters Anywhere"> <comment>Note, this cheat is quick and nasty and may have side effects so turn it off when not in use</comment>
    <script state="on">
      <action>temp0 =maincpu.md@00C396</action>
    </script>
    <script state="run">
      <action>maincpu.md@00C396=60000594</action>
    </script>
    <script state="off">
      <action>maincpu.md@00C396=temp0 </action>
    </script>
  </cheat>