[nes, tmnttfu] TMNT Tournament Fighters cheats (and clones/p

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:

[nes, tmnttfu] TMNT Tournament Fighters cheats (and clones/p

Post by NotAGoodName »

Of the NES games that I played and owned, this was easily my favorite. I waited forever for the rental store to sell their copy and when they did, you can be damn sure that I bought it. cheat_nes has quite a collection of cheats for this game, but having free player select does allow for Hothead vs Hothead matches without using the glitch.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@0674=60</action>
    </script>
  </cheat>
<cheat desc="-----"/>
  <cheat desc="Infinite Health P1">
    <script state="run">
      <action>maincpu.pb@0590=B0</action>
    </script>
  </cheat>
  <cheat desc="Always Have Fireball P1">
    <script state="run">
      <action>maincpu.pb@0600=FF</action>
    </script>
  </cheat>
  <cheat desc="Character Select (Sprite Only) P1">
    <parameter>
      <item value="00">Leo</item>
      <item value="01">Raph</item>
      <item value="02">Mike</item>
      <item value="03">Don</item>
      <item value="04">Casey</item>
      <item value="05">Hothead</item>
      <item value="06">Shredder</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0550=param</action>
    </script>
  </cheat>
  <cheat desc="Character Select (+Palette) P1">
    <parameter>
      <item value="0x00">Leo</item>
      <item value="0x01">Raph</item>
      <item value="0x02">Mike</item>
      <item value="0x03">Don</item>
      <item value="0x04">Casey</item>
      <item value="0x05">Hothead</item>
      <item value="0x06">Shredder</item>
      <item value="0x07">#Olive</item>
      <item value="0x09">#Splinter</item>
      <item value="0x0C">Alt. Leo</item>
      <item value="0x0D">Alt. Raph</item>
      <item value="0x0E">Alt. Mike</item>
      <item value="0x0F">Alt. Don</item>
      <item value="0x10">Alt. Casey</item>
      <item value="0x11">Alt. Hothead</item>
      <item value="0x12">Alt. Shredder</item>
      <item value="0x20">#Blue + White</item>
      <item value="0x21">#Purple + White</item>
      <item value="0x22">#(Hothead?)</item>
      <item value="0x23">#Purple + White</item>
      <item value="0x24">#LtRed + White</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@00A2=param</action>
    </script>
  </cheat>
<cheat desc="-----"/>
  <cheat desc="Infinite Health P2">
    <script state="run">
      <action>maincpu.pb@0591=B0</action>
    </script>
  </cheat>
  <cheat desc="Always Have Fireball P2">
    <script state="run">
      <action>maincpu.pb@0601=FF</action>
    </script>
  </cheat>
  <cheat desc="Character Select (Sprite Only) P2">
    <parameter>
      <item value="00">Leo</item>
      <item value="01">Raph</item>
      <item value="02">Mike</item>
      <item value="03">Don</item>
      <item value="04">Casey</item>
      <item value="05">Hothead</item>
      <item value="06">Shredder</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0551=param</action>
    </script>
  </cheat>
  <cheat desc="Character Select (+Palette) P2">
    <parameter>
      <item value="0x00">Leo</item>
      <item value="0x01">Raph</item>
      <item value="0x02">Mike</item>
      <item value="0x03">Don</item>
      <item value="0x04">Casey</item>
      <item value="0x05">Hothead</item>
      <item value="0x06">Shredder</item>
      <item value="0x07">#Olive</item>
      <item value="0x09">#Splinter</item>
      <item value="0x0C">Alt. Leo</item>
      <item value="0x0D">Alt. Raph</item>
      <item value="0x0E">Alt. Mike</item>
      <item value="0x0F">Alt. Don</item>
      <item value="0x10">Alt. Casey</item>
      <item value="0x11">Alt. Hothead</item>
      <item value="0x12">Alt. Shredder</item>
      <item value="0x20">#Blue + White</item>
      <item value="0x21">#Purple + White</item>
      <item value="0x22">#(Hothead?)</item>
      <item value="0x23">#Purple + White</item>
      <item value="0x24">#LtRed + White</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@00A3=param</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply