This is for Tekken (TE2/VER.C) [tekken] and Tekken (TE4/VER.C) [tekkenac]. Cheats for the VER.B releases are in the next post.
The following cheats will replace two throws with some unused ones.
Edit 2020/03/21: Jack has 3 ways of doing his Lift Up throw (2+4, or B+2+4, or F+2+4), so I have restored his Pyramid Driver and used one of the spare throws - B+2+4.
JACK
Unnamed throw (throw, 35 damage).
Code: Select all
<mamecheat version="1">
<cheat desc="Replace Jack's B+2+4 Lift Up throw with his unnamed special throw">
<script state="on">
<action>temp0=maincpu.pd@8005DDA4</action>
</script>
<script state="run">
<action>maincpu.pd@8005DDA4=8011F3C0</action>
</script>
<script state="off">
<action>maincpu.pd@8005DDA4=temp0</action>
</script>
</cheat>
</mamecheat>
This cheat will replace Jack's Lift Up throw (B+2+4) with the unused throw.
KUMA
Bear Hug (throw, 35 damage).
Code: Select all
<mamecheat version="1">
<cheat desc="Replace Kuma's Lift Up throw with Bear Hug">
<script state="on">
<action>temp0=maincpu.pd@80067FFC</action>
</script>
<script state="run">
<action>maincpu.pd@80067FFC=8011FB40</action>
</script>
<script state="off">
<action>maincpu.pd@80067FFC=temp0</action>
</script>
</cheat>
</mamecheat>
This cheat will replace the Kuma's Jack-derived Lift Up throw (2+4) with the Bear Hug.
Bear in mind (pun intended!), you must first select Kuma via the cheat codes since the arcade version of Tekken 1 doesn't allow bosses to be selected.
I have also included the unnamed Jack throw with Kuma as a reference to the Bear Fling. This replaces the F+2+4 Bear Headbutt (the B+2+4 version still works - for some reason, Kuma had two ways to do this move).
Code: Select all
<mamecheat version="1">
<cheat desc="Replace Kuma's F+2+4 Bear Headbutt with Jack's unnamed special throw">
<script state="on">
<action>temp0=maincpu.pd@80068000</action>
</script>
<script state="run">
<action>maincpu.pd@80068000=8011F3C0</action>
</script>
<script state="off">
<action>maincpu.pd@80068000=temp0</action>
</script>
</cheat>
</mamecheat>