Page 2 of 2

Posted: Sun May 06, 2007 9:24 am
by Heihachi_73
An update for the later versions, with both players and both health points.

Tekken Tag (TEG3/VER.C1)

Code: Select all

:tektagt:00000000:29F2CA:00000009:FFFFFFFF:Infinite Energy PL1
:tektagt:00000001:29F2CE:00000000:FFFFFFFF:1 Hit Death PL1
:tektagt:00000000:2A0D2A:00000009:FFFFFFFF:Infinite Energy PL2
:tektagt:00000001:2A0D2E:00000000:FFFFFFFF:1 Hit Death PL2
Tekken Tag (TEG3/VER.B)

Code: Select all

:tektagta:00000000:29F2CA:00000009:FFFFFFFF:Infinite Energy PL1
:tektagta:00000001:29F2CE:00000000:FFFFFFFF:1 Hit Death PL1
:tektagta:00000000:2A0D2A:00000009:FFFFFFFF:Infinite Energy PL2
:tektagta:00000001:2A0D2E:00000000:FFFFFFFF:1 Hit Death PL2
Unbelievable - The second page of cheats and the game isn't even playable! :lol:

Re: Tekken Tag Tournament (tektagt)

Posted: Wed Aug 14, 2019 7:12 pm
by CasAvena
Hello, I am new, and I wanted to know if there is a CHEAT CODE, to remove the background music, I just want the FX sounds to be heard, not the background music, I want it for the version "Tekken Tag Tournament (TEG3 / VER.C1) ", I enjoy playing tekken but I don't like the music and I wanted to remove it, but it can't be done with the game options, so I ask for help with some CHEAT CODE, which allows me to play without listening to the music. Thank you.

Re: Tekken Tag Tournament (tektagt)

Posted: Sat Dec 14, 2019 11:23 pm
by Heihachi_73
I haven't looked at Tekken Tag in ages (aside from the fact that the game is working, unlike when this topic started 13 years ago), but the demo mode has no music during the fights (as with Tekken 1-3), a cheat may be possible via this route if it's just a flag set. Note that if the music is disabled, other background effects such as the lightning on Hwoarang's stage will still be heard.

In the mean time, here's one for those who want to see the CPU in the demo mode fight to the death without the demo ending abruptly with 37 seconds left (not sure why Namco even put that in the game, but then again the Street Fighter series did the same thing). This cheat will make the demo just like the first 3 games. Yes, sometimes I like just sitting back watching the CPU kill itself over and over. :lol:

The cheat applies to the US versions [tektaguc1] TEG3/VER.C1 and [tektagub] TEG3/VER.B (both memory locations are identical; note that I haven't looked at the TEG1 or TEG2 versions yet so I don't have cheats for these right now).

Code: Select all

<mamecheat version="1">

  <cheat desc="Demo Mode Timer Stop">
    <script state="run">
      <action>maincpu.pw@243880=0</action>
    </script>
  </cheat>

</mamecheat>
XML format, shock horror!

Re: Tekken Tag Tournament (tektagt)

Posted: Sat Jun 06, 2020 2:57 pm
by Pugsy
Thanks, added.