Page 1 of 1

[sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Posted: Wed Nov 06, 2013 1:55 am
by Abystus
Samurai Shodown: Warrior's Rage/ Samurai Spirits 2: Asura Zanmaden

sams64_2.xml

Code: Select all

<cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@802F29A2=0725</action>
    </script>
</cheat>

<cheat desc="Finish This Round Now">
    <comment>Will not work with Infinite Time enabled.</comment>
    <script state="on">
      <action>maincpu.pw@802F29A2=0000</action>
    </script>
</cheat>

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.pw@8017CB04=1000</action>
      <action>maincpu.pw@8017CDB0=2400</action>
    </script>
    <script state="off">
      <action>maincpu.pw@8017CB04=1040</action>
      <action>maincpu.pw@8017CDB0=4501</action>
    </script>
</cheat>

<cheat desc="Infinite Health Player 1">
    <script state="run">
      <action>maincpu.pd@802116E0=00010000</action>
    </script>
</cheat>

<cheat desc="Infinite Rage Meter Player 1">
    <script state="run">
      <action>maincpu.pd@802116E8=00010000</action>
    </script>
</cheat>

<cheat desc="One Hit Kills Player 1">
    <comment>Will not work with Infinite Health Player 1 enabled.</comment>
    <script state="on">
      <action>maincpu.pd@802116E0=00000001</action>
    </script>
</cheat>

<cheat desc="Infinite Health Player 2">
    <script state="run">
      <action>maincpu.pd@8021174C=00010000</action>
    </script>
</cheat>

<cheat desc="Infinite Rage Meter Player 2">
    <script state="run">
      <action>maincpu.pd@80211754=00010000</action>
    </script>
</cheat>

<cheat desc="One Hit Kills Player 2">
    <comment>Will not work with Infinite Health Player 2 enabled.</comment>
    <script state="on">
      <action>maincpu.pd@8021174C=00000001</action>
    </script>
</cheat>

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanma

Posted: Wed Nov 06, 2013 3:44 pm
by ReyVGM
Thanks abystus!

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanma

Posted: Fri Dec 27, 2013 12:45 am
by Pugsy
Thanks, added

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Posted: Wed Oct 11, 2023 7:03 am
by Abystus
sams64_2.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@80174184</action>
    </script>
    <script state="run">
      <action>maincpu.pd@80174184=10000005</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80174184=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.pd@801657C0</action>
    </script>
    <script state="run">
      <action>maincpu.pd@801657C0=1000002E</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@801657C0=temp0</action>
    </script>
  </cheat>

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Posted: Sat Mar 09, 2024 7:39 pm
by Pugsy
Thanks, added