Soul Edge Ver. II (Asia, SO4/VER.C) [MAME]
Code:
<cheat desc="[COLOR=#0099ff][B]Disable Blocking (Both Players)[/B][/COLOR]">
<script state="run">
<action>maincpu.pd@80028CF0=100000B2</action>
</script>
<script state="off">
<action>maincpu.pd@80028CF0=104000B2</action>
</script>
</cheat>
<cheat desc="[COLOR=#0099ff][B]Walk Through Stage Boundaries[/B][/COLOR]">
<script state="run">
<action>maincpu.pd@800361CC=10000003</action>
<action>maincpu.pd@800361DC=10000002</action>
</script>
<script state="off">
<action>maincpu.pd@800361CC=14400003</action>
<action>maincpu.pd@800361DC=14400002</action>
</script>
</cheat>

Comment