[tekken3]+ Fix Ogre's Unbreakable Waning Moon

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: 275
Joined: Thu Jan 26, 2006 8:10 am
Location: Melbourne, Australia
Been thanked: 2 times
Contact:

[tekken3]+ Fix Ogre's Unbreakable Waning Moon

Post by Heihachi_73 »

Ogre's special throw Waning Moon, also known as Spin Behind Elbow Smash, was notorious in Tekken 3 for being the only front-facing command throw in the game which cannot be escaped, on top of its guaranteed follow-ups from leaving the opponent with their back turned. This cheat gives it a 1+2 (LP+RP) throw escape in line with later games.

tekken3, tekken3c, tekken3d, tekken3je1, tekken3ud

Code: Select all

  <cheat desc="Throw Escape for Ogre's Waning Moon"><comment>Escape is 1+2</comment>
    <script state="on">
      <action>temp0=maincpu.pw@8015BDAE</action>
      <action>temp1=maincpu.pq@8015BDB0</action>
    </script>
    <script state="run">
      <action>maincpu.pw@8015BDAE=3C00</action>
      <action>maincpu.pq@8015BDB0=10F01210BE40000</action>
    </script>
    <script state="off">
      <action>maincpu.pw@8015BDAE=temp0</action>
      <action>maincpu.pq@8015BDB0=temp1</action>
    </script>
  </cheat>
tekken3b

Code: Select all

  <cheat desc="Throw Escape for Ogre's Waning Moon"><comment>Escape is 1+2</comment>
    <script state="on">
      <action>temp0=maincpu.pw@8015BD9A</action>
      <action>temp1=maincpu.pq@8015BD9C</action>
    </script>
    <script state="run">
      <action>maincpu.pw@8015BD9A=3C00</action>
      <action>maincpu.pq@8015BD9C=10F01210BE40000</action>
    </script>
    <script state="off">
      <action>maincpu.pw@8015BD9A=temp0</action>
      <action>maincpu.pq@8015BD9C=temp1</action>
    </script>
  </cheat>
tekken3a, tekken3ja, tekken3ua

Code: Select all

  <cheat desc="Throw Escape for Ogre's Waning Moon"><comment>Escape is 1+2</comment>
    <script state="on">
      <action>temp0=maincpu.pw@8015A9BA</action>
      <action>temp1=maincpu.pq@8015A9BC</action>
    </script>
    <script state="run">
      <action>maincpu.pw@8015A9BA=3C00</action>
      <action>maincpu.pq@8015A9BC=10F01210BE20000</action>
    </script>
    <script state="off">
      <action>maincpu.pw@8015A9BA=temp0</action>
      <action>maincpu.pq@8015A9BC=temp1</action>
    </script>
  </cheat>
Post Reply