Page 1 of 1

[wwfwfest] WWF WrestleFest (World)

Posted: Mon Sep 18, 2023 12:37 am
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>

Re: [wwfwfest] WWF WrestleFest (World)

Posted: Wed Sep 20, 2023 12:20 am
by Pugsy
Thanks added (+offsetted for clones)