Page 1 of 1

[gblchmp] Global Champion (Ver 2.1A 1994/07/29)

Posted: Tue Feb 27, 2024 7:03 am
by Abystus
gblchmp.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.mw@03CFF2</action>
    </script>
    <script state="run">
      <action>maincpu.mw@03CFF2=60CC</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@03CFF2=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Maximum Damage Knockdown/Dizzy">
    <script state="on">
      <action>temp0=maincpu.mw@03CEE8</action>
    </script>
    <script state="run">
      <action>maincpu.mw@03CEE8=602C</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@03CEE8=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@050C62</action>
    </script>
    <script state="run">
      <action>maincpu.mw@050C62=60D4</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@050C62=temp0</action>
    </script>
  </cheat>

Re: [gblchmp] Global Champion (Ver 2.1A 1994/07/29)

Posted: Sun Mar 10, 2024 12:58 am
by Pugsy
Thanks, added