[pce, idolhana] Idol Hanafuda Fan Club cheats

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:

[pce, idolhana] Idol Hanafuda Fan Club cheats

Post by NotAGoodName »

I tried to teach myself this deceptively complicated card game. I didn't exactly succeed, but I did enough to "win".

Code: Select all

  <cheat desc="Infinite Magic Points"> <comment>Used to purchase cards</comment>
    <script state="run">
      <action>maincpu.pb@10323A=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Time to Purchase">
    <script state="run">
      <action>maincpu.pb@103236=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Time to Play a Card">
    <script state="run">
      <action condition="maincpu.pb@102012 LT 06">maincpu.pb@102012=06</action>
    </script>
  </cheat>
  
  <cheat desc="Never lose the match"> <comment>You win the match if you win a round</comment>
    <script state="run">
      <action>maincpu.pb@103219=00</action>
	  <action>maincpu.pb@10321A=3C</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply