Code: Select all
<cheat desc="Allow Fighting Before Round Starts">
<script state="on">
<action>temp0=maincpu.rw@002074</action>
<action>temp1=maincpu.rw@00DC82</action>
</script>
<script state="run">
<action>maincpu.rw@002074=6004</action> <!-- This Program Code cheat was made by Abystus -->
<action>maincpu.rw@00DC82=6004</action>
</script>
<script state="off">
<action>maincpu.rw@002074=temp0</action>
<action>maincpu.rw@00DC82=temp1</action>
</script>
</cheat>