[wwfwfest] WWF WrestleFest (World)

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
Abystus
Posts: 568
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

[wwfwfest] WWF WrestleFest (World)

Post by Abystus »

wwfwfest.xml

Code: Select all

  <cheat desc="Allow Same Character Selection">
    <script state="on">
      <action>temp0=maincpu.mw@005A12</action>
    </script>
    <script state="run">
      <action>maincpu.mw@005A12=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@005A12=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Skip Wrestler Entrance Walk">
    <script state="on">
      <action>temp0=maincpu.mw@007F14</action>
    </script>
    <script state="run">
      <action>maincpu.mw@007F14=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@007F14=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Anywhere (All Players)">
    <comment>Moves that launch a character into the air may result in the character falling indefinitely until the cheat is disabled.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@F520</action>
    </script>
    <script state="run">
      <action>maincpu.mw@F520=6024</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@F520=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Prevent Tie-Up When Close To Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@00F5C8</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00F5C8=60AC</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00F5C8=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [wwfwfest] WWF WrestleFest (World)

Post by Pugsy »

Thanks added (+offsetted for clones)
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply