[gba, ffight1u] Final Fight One (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:

[gba, ffight1u] Final Fight One (and clones/parents)

Post by NotAGoodName »

You might already have these cheats. I've forgotten and I don't have cheat_gba since it hasn't been converted to the new system.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pb@02024e42==02">maincpu.pb@02021608=63</action>
    </script>
  </cheat>
  
  <cheat desc="65535 Enemies Defeated NOW"> <comment>Enables Stuff</comment>
    <script state="on">
      <action>maincpu.pw@0203e152=FFFF</action>
    </script>
  </cheat>

  <cheat desc="No Music">
    <script state="run">
      <action>maincpu.pb@030018B7=80</action>
    </script>
  </cheat>
  <cheat desc="-----"/>
  <cheat desc="Infinite Energy P1">
    <script state="run">
      <action>maincpu.pb@02024E5A=FF</action>
	  <action>maincpu.pb@02024E5C=FF</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility P1">
    <script state="run">
      <action>maincpu.pb@02024E54=60</action>
    </script>
  </cheat>
 
  <cheat desc="Always Jab Combo P1">
    <script state="run">
      <action>maincpu.pb@02024EDD=00</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Grapple Time P1">
    <script state="run">
      <action>maincpu.pb@02024EE2=10</action>
    </script>
  </cheat>

Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply