Code: Select all
<cheat desc="Disable Blocking (Both Players)">
<script state="on">
<action>temp0=maincpu.ow@0B6EC0</action>
</script>
<script state="run">
<action>maincpu.ow@0B6EC0=4E71</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.ow@0B6EC0=temp0</action>
</script>
</cheat>
Code: Select all
<cheat desc="Walk Through Opponent">
<script state="on">
<action>temp0=maincpu.ow@0B6B6A</action>
</script>
<script state="run">
<action>maincpu.ow@0B6B6A=6004</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.ow@0B6B6A=temp0</action>
</script>
</cheat>
Code: Select all
<cheat desc="Walk Through Stage Boundaries">
<script state="on">
<action>temp0=maincpu.ow@0EDBFA</action>
<action>temp1=maincpu.ow@0EDBC0</action>
</script>
<script state="run">
<action>maincpu.ow@0EDBFA=6012</action> <!-- This Program Code cheat was made by Abystus -->
<action>maincpu.ow@0EDBC0=6014</action>
</script>
<script state="off">
<action>maincpu.ow@0EDBFA=temp0</action>
<action>maincpu.ow@0EDBC0=temp1</action>
</script>
</cheat>
Code: Select all
<cheat desc="Hit Anywhere (Both Players)">
<script state="on">
<action>temp0=maincpu.ow@0B6D08</action>
</script>
<script state="run">
<action>maincpu.ow@0B6D08=4E71</action> <!-- This Program Code cheat was made by Nolberto82 -->
</script>
<script state="off">
<action>maincpu.ow@0B6D08=temp0</action>
</script>
</cheat>