Page 1 of 1
[mmpanic]
Posted: Sun Jan 10, 2016 11:25 am
by einstein95
Code: Select all
<cheat desc="Set Score to Challenge Score">
<script state="on">
<action>temp0 =maincpu.pw@66B4</action>
<action>maincpu.pw@66D1=temp0</action>
</script>
</cheat>
Infinite credits is useless in this game as it automatically goes to 2P if >1 coin is inserted.
Re: [mmpanic]
Posted: Mon Jan 11, 2016 6:04 pm
by Pugsy
Thanks, added. btw, the temp0 bits are not needed in this instance as "maincpu.pw@66D1=maincpu.pw@66B4" will work fine.