Page 1 of 1

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

Posted: Fri Jul 05, 2024 3:29 pm
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!

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

Posted: Sat Jul 06, 2024 7:23 pm
by MrNelman
Thank you very much!!!!