mk3ghw :
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@FFFD02=63</action>
</script>
</cheat>
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pd@FFF5A2=00090009</action>
</script>
</cheat>
<cheat desc="Infinite Energy PL1">
<script state="run">
<action>maincpu.pb@FFF865=A6</action>
</script>
</cheat>
<cheat desc="Drain all Energy Now! PL1"> <comment>(Use AFTER fight start!)</comment>
<script state="on">
<action>maincpu.pb@FFF865=00</action>
</script>
</cheat>
<cheat desc="Infinite Energy PL2">
<script state="run">
<action>maincpu.pb@FFF9D7=A6</action>
</script>
</cheat>
<cheat desc="Drain all Energy Now! PL2"> <comment>(Use AFTER fight start!)</comment>
<script state="on">
<action>maincpu.pb@FFF9D7=00</action>
</script>
</cheat>


