[gbcolor, pokecardu] Pokemon TCG (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[gbcolor, pokecardu] Pokemon TCG (and clones/parents)

Post by NotAGoodName »

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>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply