[tekken] Tekken (World, TE2/VER.C)

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[tekken] Tekken (World, TE2/VER.C)

Post by Abystus »

tekken.xml

Code: Select all

  <cheat desc="Player 2 Takes All Damage">
    <script state="run">
      <action>maincpu.pd@800141D4=0C002000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@800141D8=3C108026</action>
      <action>maincpu.pd@80014108=0C002004</action>
      <action>maincpu.pd@8001410C=3C108026</action>
      <action>maincpu.pd@80008000=36105958</action>
      <action>maincpu.pd@80008004=8E0301D4</action>
      <action>maincpu.pd@80008008=03E00008</action>
      <action>maincpu.pd@8000800C=02F43023</action>
      <action>maincpu.pd@80008010=36105958</action>
      <action>maincpu.pd@80008014=8E0301D4</action>
      <action>maincpu.pd@80008018=03E00008</action>
      <action>maincpu.pd@8000801C=00021400</action>
    </script>
    <script state="off">
      <action>maincpu.pd@800141D4=8E0301D4</action>
      <action>maincpu.pd@800141D8=02F43023</action>
      <action>maincpu.pd@80014108=8E0301D4</action>
      <action>maincpu.pd@8001410C=00021400</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.pd@800227C8=1000002A</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@800227C8=1040002A</action>
    </script>
  </cheat>
Last edited by Abystus on Sat Apr 18, 2020 11:27 pm, edited 1 time in total.
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [tekken] Tekken (World, TE2/VER.C)

Post by Abystus »

Added "Walk Through Opponent" cheat above.
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [tekken] Tekken (World, TE2/VER.C)

Post by Abystus »

tekken.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.pd@80014144=10000009</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80014144=10400009</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [tekken] Tekken (World, TE2/VER.C)

Post by Pugsy »

Thanks, added to tekken & tekkenac.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [tekken] Tekken (World, TE2/VER.C)

Post by Abystus »

tekken.xml

Code: Select all

  <cheat desc="Skip Instant Replay">
    <script state="on">
      <action>temp0=maincpu.pd@80018918</action>
    </script>
    <script state="run">
      <action>maincpu.pd@80018918=1000001A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80018918=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply