[sams64_2] Samurai Shodown 64: Warriors Rage / Samurai Spirits 2: Asura Zanmaden

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
mezdap
Posts: 154
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 3 times
Been thanked: 4 times

[sams64_2] Samurai Shodown 64: Warriors Rage / Samurai Spirits 2: Asura Zanmaden

Post by mezdap »

sams64_2.xml

Infinite Character Select Time:

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>maincpu.pw@8026EB32=0258</action>
    </script>
    <script state="run">
      <action condition="(maincpu.pw@8026EB32 GT 1) AND (maincpu.pw@8026EB32 LT 0258)">maincpu.pw@8026EB32=0258</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P1 Select Playing Style">
    <parameter>
      <item value="0x00">Slash</item>
      <item value="0x01">Bust</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@8026EC50=param</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Select Playing Style">
    <parameter>
      <item value="0x00">Slash</item>
      <item value="0x01">Bust</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@8026ECE4=param</action>
    </script>
  </cheat>

P1 Select Character:

Code: Select all

  <cheat desc="P1 Select Character"> <comment>Character will change on selection screen or just after it only!</comment>
    <parameter>
      <item value="0x00">Genjuro</item>
      <item value="0x01">Nakoruru</item>
      <item value="0x02">Galford</item>
      <item value="0x03">Sogetsu</item>
      <item value="0x04">Hanma</item>
      <item value="0x05">Shiki</item>
      <item value="0x06">Asra</item>
      <item value="0x07">Taizan</item>
      <item value="0x08">Ukyo</item>
      <item value="0x09">Kazuki</item>
      <item value="0x0A">Hanzo</item>
      <item value="0x0B">Rimururu</item>
      <item value="0x0C">Haohmaru</item>
      <item value="0x0D">Haohmaru/Random</item>
      <item value="0x0E">Yuga</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@8026EC4F=param</action>
    </script>
  </cheat>

P2 Select Character:

Code: Select all

  <cheat desc="P2 Select Character"> <comment>Character will change on selection screen or just after it only!</comment>
    <parameter>
      <item value="0x00">Genjuro</item>
      <item value="0x01">Nakoruru</item>
      <item value="0x02">Galford</item>
      <item value="0x03">Sogetsu</item>
      <item value="0x04">Hanma</item>
      <item value="0x05">Shiki</item>
      <item value="0x06">Asra</item>
      <item value="0x07">Taizan</item>
      <item value="0x08">Ukyo</item>
      <item value="0x09">Kazuki</item>
      <item value="0x0A">Hanzo</item>
      <item value="0x0B">Rimururu</item>
      <item value="0x0C">Haohmaru</item>
      <item value="0x0D">Haohmaru/Random</item>
      <item value="0x0E">Yuga</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@8026ECE3=param</action>
    </script>
  </cheat>
This is the best I can do...
The addresses are similar to 'sams64' but only YUGA is available and the game does not return to the selection screen! Because of that ''Character Select'' cheats don't work against cpu! Should be another addresses but I can't find them!
These users thanked the author mezdap for the post:
MrNelman
Rating: 33.33%
 
MrNelman
Posts: 6
Joined: Mon Nov 08, 2021 6:19 am
Has thanked: 2 times

Re: [sams64_2] Samurai Shodown 64: Warriors Rage / Samurai Spirits 2: Asura Zanmaden

Post by MrNelman »

Thank you very much!!!!
Post Reply