Page 1 of 1

[mtlchamp] Martial Champion (ver EAB)

Posted: Sat Feb 24, 2024 7:56 am
by Abystus
mtlchamp.xml

Code: Select all

  <cheat desc="Hit Anywhere P2">
    <script state="on">
      <action>temp0=maincpu.mw@12814</action>
      <action>temp1=maincpu.mw@12848</action>
    </script>
    <script state="run">
      <action>maincpu.mw@12814=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@12848=6002</action>
    </script>
    <script state="off">
      <action>maincpu.mw@12814=temp0</action>
      <action>maincpu.mw@12848=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking P1">
    <script state="on">
      <action>temp0=maincpu.mw@01273A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@01273A=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@01273A=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking P2">
    <script state="on">
      <action>temp0=maincpu.mw@012260</action>
    </script>
    <script state="run">
      <action>maincpu.mw@012260=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@012260=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Oppenent">
    <script state="on">
      <action>temp0=maincpu.mw@0120B6</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0120B6=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0120B6=temp0</action>
    </script>
  </cheat>

Re: [mtlchamp] Martial Champion (ver EAB)

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

Re: [mtlchamp] Martial Champion (ver EAB)

Posted: Wed Apr 03, 2024 4:32 pm
by Abystus
mtlchamp.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@00A2A0</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00A2A0=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00A2A0=temp0</action>
    </script>
  </cheat>

Re: [mtlchamp] Martial Champion (ver EAB)

Posted: Thu Apr 04, 2024 12:36 am
by Pugsy
Thanks, added......will be in the next update.

Re: [mtlchamp] Martial Champion (ver EAB)

Posted: Sat Apr 27, 2024 6:35 pm
by Abystus
mtlchamp.xml

Code: Select all

  <cheat desc="Disable Stage Background Music">
    <comment>Enable before match starts.</comment>
    <script state="on">
      <action>temp0=maincpu.md@0221AE</action>
    </script>
    <script state="run">
      <action>maincpu.md@0221AE=3E3C0000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.md@0221AE=temp0</action>
    </script>
  </cheat>