[jchan] [timeplt]
Posted: Wed Nov 14, 2018 1:19 pm
Nice easy one. Just noticed it was missing from one of my favourite games.
This game is hard... Or I suck at fighting games (option 2)
Just slot these into the existing file.
I won't be back often. Time isn't a huge luxury I have a lot of, and my interests flit around a lot, so I may pick up a few cheats here / there.
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@A986=99</action>
</script>
</cheat>
Just slot these into the existing file.
Code: Select all
<cheat desc="P1 Infinite Energy">
<script state="run">
<action>maincpu.pw@200FCE=7FFF</action>
</script>
</cheat>
<cheat desc="P1 Drain All Energy Now!">
<script state="on">
<action>maincpu.pw@200FCE=01</action>
</script>
</cheat>
<cheat desc="P2 Infinite Energy">
<script state="run">
<action>maincpu.pw@201216=7FFF</action>
</script>
</cheat>
<cheat desc="P2 Drain All Energy Now!">
<script state="on">
<action>maincpu.pw@201216=01</action>
</script>
</cheat>