Page 1 of 1

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

Posted: Tue Mar 05, 2013 9:10 pm
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>