[tekken2]+ Tekken 2 Ver.B - Fix Law's Side Kick to Somersault Kick bug

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
Heihachi_73
Posts: 267
Joined: Thu Jan 26, 2006 8:10 am
Location: Melbourne, Australia
Contact:

[tekken2]+ Tekken 2 Ver.B - Fix Law's Side Kick to Somersault Kick bug

Post by Heihachi_73 »

Tekken 2 Ver.B has a moveset bug where Marshall Law's while-rising left kick (Side Kick) was incorrectly assigned to Paul Phoenix instead, making it impossible to perform the Side Kick to Somersault Kick combo. The bug also occurs in the PlayStation 2 port of Tekken 2 (included with Tekken 5). The bug was not present in Tekken 2 Ver.A or the PlayStation 1 home version.

[tekken2] and [tekken2jc] (same memory locations)

Code: Select all

<mamecheat version="1">

  <cheat desc="Fix Law's missing Side Kick to Somersault Kick combo">
    <script state="on">
      <action>temp0=maincpu.pd@80055FAC</action>
    </script>
    <script state="run">
      <action>maincpu.pd@80055FAC=8001FAE0</action>
    </script>
    <script state="off">
      <action>maincpu.pd@80055FAC=temp0</action>
    </script>
  </cheat>

</mamecheat>
[tekken2b], [tekken2ub] and [tekken2jb] (same memory locations)

Code: Select all

<mamecheat version="1">

  <cheat desc="Fix Law's missing Side Kick to Somersault Kick combo">
    <script state="on">
      <action>temp0=maincpu.pd@8018B044</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8018B044=80154B78</action>
    </script>
    <script state="off">
      <action>maincpu.pd@8018B044=temp0</action>
    </script>
  </cheat>

</mamecheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [tekken2]+ Tekken 2 Ver.B - Fix Law's Side Kick to Somersault Kick bug

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply