[psu] Castlevania Symphony of the Night and Chronicles

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[psu] Castlevania Symphony of the Night and Chronicles

Post by NotAGoodName »

Oops. Should have posted this here.

SotN stuff. Should be more than enough to fly through the game and get 200% or whatever you want.

Code: Select all

  <cheat desc="Infinite HP">
    <script state="run">
      <action>maincpu.pd@97BA0=maincpu.pd@97BA4</action>
    </script>
  </cheat>
  <cheat desc="Infinite MP">
    <script state="run">
      <action>maincpu.pd@97BB0=maincpu.pd@97BB4</action>
    </script>
  </cheat>
  <cheat desc="Infinite Hearts">
    <script state="run">
      <action>maincpu.pd@97BA8=maincpu.pd@97BAC</action>
    </script>
  </cheat>
  <cheat desc="Max Power Muramasa NOW!">
    <script state="on">
      <action>maincpu.pd@97C40=00FFFFFF</action>
    </script>
  </cheat>
  <cheat desc="Weapon Select (up+square)">
    <parameter>
      <item value="0x00">None</item>
      <item value="0x01">Dagger</item>
      <item value="0x02">Axe</item>
     <item value="0x03">Holy Water</item>
     <item value="0x04">Cross</item>
     <item value="0x05">Bible</item>
     <item value="0x06">Watch</item>
     <item value="0x07">Rebound Gem</item>
     <item value="0x08">Salt</item>
     <item value="0x09">Agunea</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@97BFC=param</action>
    </script>
  </cheat>
  <cheat desc="Activate Sprite Familiar"><comment>Use on pause menu</comment>
    <script state="on">
      <action>maincpu.pb@9797B=03</action>
     <action>maincpu.pb@66CBC4=06</action>
    </script>
  </cheat>
  <cheat desc="Activate Goofy Demon Familiar"><comment>Use on pause menu</comment>
    <script state="on">
      <action>maincpu.pb@9797C=03</action>
     <action>maincpu.pb@66CBC4=07</action>
    </script>
  </cheat>
  <cheat desc="Familiars Level 99 NOW!">
    <script state="on">
     <action>maincpu.pw@97C44=63</action>   <!-- Bat -->   
      <action>maincpu.pw@97C48=26ab</action> <!-- Bat -->
     <action>maincpu.pw@97C50=63</action>   <!-- Ghost -->   
      <action>maincpu.pw@97C54=26ab</action> <!-- Ghost -->
     <action>maincpu.pw@97C5C=63</action>   <!-- Faerie -->   
      <action>maincpu.pw@97C60=26ab</action> <!-- Faerie -->
     <action>maincpu.pw@97C68=63</action>   <!-- Demon -->   
      <action>maincpu.pw@97C6C=26ab</action> <!-- Demon -->
     <action>maincpu.pw@97C74=63</action>   <!-- Sword -->   
      <action>maincpu.pw@97C78=26ab</action> <!-- Sword -->
     <action>maincpu.pw@97C80=63</action>   <!-- Sprite -->   
      <action>maincpu.pw@97C84=26ab</action> <!-- Sprite -->   
     <action>maincpu.pw@97C8C=63</action>   <!-- Goofy Demon -->   
      <action>maincpu.pw@97C90=26ab</action> <!-- Goofy Demon -->
    </script>
  </cheat>
  <cheat desc="Teleport Left"><comment>Use to pass through walls</comment>
    <script state="on">
     <action>temp0=maincpu.pb@973F0</action>
      <action>maincpu.pb@973F0=(temp0 - 20)</action>
    </script>
  </cheat>
  <cheat desc="Teleport Right"><comment>Use to pass through walls</comment>
    <script state="on">
     <action>temp0=maincpu.pb@973F0</action>
      <action>maincpu.pb@973F0=(temp0 + 20)</action>
    </script>
  </cheat>
  <cheat desc="Teleport Up"><comment>Use to pass through walls</comment>
    <script state="on">
     <action>temp0=maincpu.pb@973F4</action>
      <action>maincpu.pb@973F4=(temp0 - 20)</action>
    </script>
  </cheat>
  <cheat desc="Teleport Down"><comment>Use to pass through walls</comment>
    <script state="on">
     <action>temp0=maincpu.pb@973F4</action>
      <action>maincpu.pb@973F4=(temp0 + 20)</action>
    </script>
  </cheat>
I forgot that I even made these cheats and even pasted them on accident. Consider it a bonus. Castlevania Chronicles cheats.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pb@59254 GT 0">maincpu.pw@59290=9001</action>
    </script>
  </cheat>
  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@59292=63</action>
    </script>
  </cheat>
  <cheat desc="Infinite Energy">
    <script state="run">
      <action>maincpu.pb@5A822=10</action>
    </script>
  </cheat>
  <cheat desc="Infinite Hearts">
    <script state="run">
      <action condition="maincpu.pb@59254 GT 0">maincpu.pb@5A838=63</action>
    </script>
  </cheat>
  <cheat desc="Max Whip">
    <script state="run">
      <action>maincpu.pb@5A836=02</action>
    </script>
  </cheat>
  <cheat desc="Weapon Select (up+square)">
    <parameter>
      <item value="0x00">None</item>
      <item value="0x03">Dagger</item>
     <item value="0x04">Boomerang</item>
      <item value="0x05">Axe</item>
     <item value="0x06">Holy Water</item>
     <item value="0x07">Stop Watch</item>
     <item value="0x08">Herb</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@5A82D=param</action>
    </script>
  </cheat>
  <cheat desc="Max Shots">
    <script state="run">
      <action>maincpu.pb@5A82F=03</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply