Page 1 of 1

[psyvarrv] Psyvariar -Revision- (V2.04J)

Posted: Fri Apr 12, 2013 1:12 am
by TabihitoGaiden
Your usual basic codes from me. Any others would be appreciated, thanks in advance.

Lives and Bombs limits are uncertain as of yet.

Code: Select all

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

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@002240C8=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Bombs PL1">
    <script state="run">
      <action>maincpu.pb@00224414=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@00224410=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Bombs PL2">
    <script state="run">
      <action>maincpu.pb@002240CC=09</action>
    </script>
  </cheat>

Re: [psyvarrv] Psyvariar -Revision- (V2.04J)

Posted: Sun Jun 09, 2013 7:33 pm
by Pugsy
Thanks, added. Though you got the PL1 and PL2 lives addresses crossed over.

Added 80 infront of the addresses as they are the correct WP addresses.

Added a program code Invincibility cheat - has an issue with adding Buzz on collisions but for now I'll have to leave it as it is as I've run out of time on this one, and I'm sure some people will prefer the Buzz part anyway.

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Invincibility + Easy Buzz"> <comment>Get Buzz simply by colliding with bullets and enemies</comment>
    <script state="run">
      <action>maincpu.pd@8009B6E8=08026DD6</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pd@8009B6E8=1440001B</action>
    </script>
  </cheat>

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

  <cheat desc="Infinite Bombs PL1">
    <script state="run">
      <action>maincpu.pb@80224414=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@802240C8=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Bombs PL2">
    <script state="run">
      <action>maincpu.pb@802240CC=09</action>
    </script>
  </cheat>

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