[gbcolor, pokecardu] Pokemon TCG (and clones/parents)
Posted: Tue Mar 05, 2013 9:51 pm
This is a really fun game, but I hope that a future release of MESS/UME will have a special entry for the hacked Super GBC that some emulators support. The SuperGB border for this game is quite lovely, but so is having true GB Color support.
Code: Select all
<cheat desc="Cards Take No Damage">
<script state="run">
<action>maincpu.pd@C2C8=78787878</action>
<action>maincpu.pw@C2CC=7878</action>
</script>
</cheat>
<cheat desc="Can Always Play Energy Cards">
<script state="run">
<action>maincpu.pb@CC0B=00</action>
</script>
</cheat>
<cheat desc="Control Opponent">
<script state="run">
<action>maincpu.pb@CC0D=00</action>
</script>
</cheat>
<cheat desc="Go To Final Room NOW">
<script state="on">
<action>maincpu.pb@D0BB=21</action>
</script>
</cheat>
<cheat desc="Mail 1 Always Contains...">
<parameter>
<item value="0x81">Colosseum</item>
<item value="0x82">Laboratory</item>
<item value="0x84">Mystery</item>
<item value="0x85">Evolution</item>
</parameter>
<script state="run">
<action>maincpu.pb@D11E=param</action>
</script>
</cheat>