Page 1 of 1

[breakers] Breakers

Posted: Sun Mar 03, 2024 7:02 am
by Abystus
breakers.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@01D6A6</action>
      <action>temp1=maincpu.rw@02046C</action>
      <action>temp2=maincpu.rw@020514</action>
      <action>temp3=maincpu.rw@027C56</action>
    </script>
    <script state="run">
      <action>maincpu.rw@01D6A6=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@02046C=6002</action>
      <action>maincpu.rw@020514=6016</action>
      <action>maincpu.rw@027C56=6000</action>
    </script>
    <script state="off">
      <action>maincpu.rw@01D6A6=temp0</action>
      <action>maincpu.rw@02046C=temp1</action>
      <action>maincpu.rw@020514=temp2</action>
      <action>maincpu.rw@027C56=temp3</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@027DFA</action>
    </script>
    <script state="run">
      <action>maincpu.rw@027DFA=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@027DFA=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Maximum Damage Knockdown/Dizzy">
    <script state="on">
      <action>temp0=maincpu.rw@027F16</action>
    </script>
    <script state="run">
      <action>maincpu.rw@027F16=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@027F16=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rw@01E324</action>
    </script>
    <script state="run">
      <action>maincpu.rw@01E324=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@01E324=temp0</action>
    </script>
  </cheat>

Re: [breakers] Breakers

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

Re: [breakers] Breakers

Posted: Fri Apr 12, 2024 1:58 pm
by Abystus
breakers.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.rw@016392</action>
    </script>
    <script state="run">
      <action>maincpu.rw@016392=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@016392=temp0</action>
    </script>
  </cheat>

Re: [breakers] Breakers

Posted: Tue Apr 30, 2024 1:58 pm
by Abystus
breakers.xml

Code: Select all

  <cheat desc="Skip Vs Screen">
    <script state="on">
      <action>temp0=maincpu.rw@018AFE</action>
    </script>
    <script state="run">
      <action>maincpu.rw@018AFE=4E75</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@018AFE=temp0</action>
    </script>
  </cheat>