[sams64] Samurai Shodown 64 / Samurai Spirits 64
Posted: Tue Nov 05, 2013 7:33 am
sams64.xml
Code: Select all
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pb@8006A48F=63</action>
</script>
</cheat>
<cheat desc="Finish This Round Now">
<comment>Will not work with Infinite Time enabled.</comment>
<script state="on">
<action>maincpu.pb@8006A48F=00</action>
</script>
</cheat>
<cheat desc="Hit Anywhere Both Players">
<script state="run">
<action>maincpu.pw@800EF0AC=2400</action>
</script>
<script state="off">
<action>maincpu.pw@800EF0AC=4500</action>
</script>
</cheat>
<cheat desc="Infinite Health Player 1">
<script state="run">
<action>maincpu.pd@8003DDD4=00010000</action>
</script>
</cheat>
<cheat desc="Infinite Rage Meter Player 1">
<script state="run">
<action>maincpu.pd@8003DDF4=00010000</action>
</script>
</cheat>
<cheat desc="Infinite Stamina Meter Player 1">
<script state="run">
<action>maincpu.pd@8003DDDC=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@8003DDD4=00000001</action>
</script>
</cheat>
<cheat desc="Infinite Health Player 2">
<script state="run">
<action>maincpu.pd@8003E0AC=00010000</action>
</script>
</cheat>
<cheat desc="Infinite Rage Meter Player 2">
<script state="run">
<action>maincpu.pd@8003E0CC=00010000</action>
</script>
</cheat>
<cheat desc="Infinite Stamina Meter Player 2">
<script state="run">
<action>maincpu.pd@8003E0B4=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@8003E0AC=00000001</action>
</script>
</cheat>