Page 1 of 1

[tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Sun Feb 23, 2020 5:06 am
by Abystus
tekken2.xml

Code: Select all

  <cheat desc="Player 2 Takes All Damage">
    <script state="run">
      <action>maincpu.pd@8015FBB4=0C002800</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@8015FBB8=3C118030</action>
      <action>maincpu.pd@8015F860=0C002804</action>
      <action>maincpu.pd@8015F864=3C118030</action>
      <action>maincpu.pd@8000A000=36316E4C</action>
      <action>maincpu.pd@8000A004=8E2201F4</action>
      <action>maincpu.pd@8000A008=03E00008</action>
      <action>maincpu.pd@8000A00C=00101C00</action>
      <action>maincpu.pd@8000A010=36316E4C</action>
      <action>maincpu.pd@8000A014=8E2201F4</action>
      <action>maincpu.pd@8000A018=03E00008</action>
      <action>maincpu.pd@8000A01C=00000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@800141D4=8E2201F4</action>
      <action>maincpu.pd@800141D8=00101C00</action>
      <action>maincpu.pd@8015F860=8E2201F4</action>
      <action>maincpu.pd@8015F864=00000000</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.pd@801750D0=10000003</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@801750D0=10600003</action>
    </script>
  </cheat>

Re: [tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Sat Apr 18, 2020 1:12 am
by Abystus
Added "Walk Through Opponent" cheat above.

Re: [tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Sun Apr 19, 2020 5:26 pm
by Abystus
tekken2.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.pd@8015F8E8=10000032</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8015F8E8=10400032</action>
    </script>
  </cheat>

Re: [tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Sun May 17, 2020 4:56 pm
by Pugsy
Thanks added, not duped for clones.

Re: [tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Thu Aug 31, 2023 3:51 pm
by Abystus
tekken2.xml

Code: Select all

  <cheat desc="Disable Sound Test Playback Limit">
    <script state="run">
      <action>maincpu.pd@801A2898=1000000B</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@801A2898=1880000B</action>
    </script>
  </cheat>

Re: [tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Sat Sep 23, 2023 10:52 am
by Pugsy
Thanks, added (+offsetted for the clones with cheats)

Re: [tekken2] Tekken 2 Ver.B (US, TES3/VER.D)

Posted: Thu Apr 18, 2024 7:15 am
by Abystus
tekken2.xml

Code: Select all

  <cheat desc="Skip Instant Replay">
    <script state="on">
      <action>temp0=maincpu.pd@80166244</action>
    </script>
    <script state="run">
      <action>maincpu.pd@80166244=1000002D</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80166244=temp0</action>
    </script>
  </cheat>