Page 1 of 1

[tekken3] Tekken 3 (World, TET2/VER.E1)

Posted: Mon Feb 24, 2020 1:28 am
by Abystus
tekken3.xml

Code: Select all

  <cheat desc="Player 2 Takes All Damage">
    <script state="run">
      <action>maincpu.pd@8018C080=0C002800</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@8018C084=3C108031</action>
      <action>maincpu.pd@8018BC18=0C002804</action>
      <action>maincpu.pd@8018BC1C=3C108031</action>
      <action>maincpu.pd@8000A000=3610FC38</action>
      <action>maincpu.pd@8000A004=8E02033C</action>
      <action>maincpu.pd@8000A008=03E00008</action>
      <action>maincpu.pd@8000A00C=97A40010</action>
      <action>maincpu.pd@8000A010=3610FC38</action>
      <action>maincpu.pd@8000A014=8E08033C</action>
      <action>maincpu.pd@8000A018=03E00008</action>
      <action>maincpu.pd@8000A01C=960300B6</action>
    </script>
    <script state="off">
      <action>maincpu.pd@8018C080=8E02033C</action>
      <action>maincpu.pd@8018C084=97A40010</action>
      <action>maincpu.pd@8018BC18=8FA80018</action>
      <action>maincpu.pd@8018BC1C=960300B6</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.pd@801A5CBC=10000016</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@801A5CBC=10400016</action>
    </script>
  </cheat>

Re: [tekken3] Tekken 3 (World, TET2/VER.E1)

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

Re: [tekken3] Tekken 3 (World, TET2/VER.E1)

Posted: Sun Apr 19, 2020 5:33 pm
by Abystus
tekken3.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.pd@8018BD74=10000030</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8018BD74=10400030</action>
    </script>
  </cheat>

Re: [tekken3] Tekken 3 (World, TET2/VER.E1)

Posted: Sun May 17, 2020 4:45 pm
by Pugsy
Thanks, added. Also added to tekken3je1 clone

Re: [tekken3] Tekken 3 (World, TET2/VER.E1)

Posted: Thu Aug 31, 2023 4:05 pm
by Abystus
tekken3.xml

Code: Select all

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

Re: [tekken3] Tekken 3 (World, TET2/VER.E1)

Posted: Fri Sep 22, 2023 3:33 pm
by Pugsy
Thanks, added

Re: [tekken3] Tekken 3 (World, TET2/VER.E1)

Posted: Fri Apr 19, 2024 7:06 am
by Abystus
tekken3.xml

Code: Select all

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