Page 1 of 1

[sfex2] Street Fighter EX2 (Euro 980312)

Posted: Fri Feb 28, 2020 3:00 am
by Abystus
sfex2.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <comment>Excludes projectiles.</comment>
    <script state="run">
      <action>maincpu.pd@801B4784=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@801B4784=10400014</action>
    </script>
  </cheat>
  
  <cheat desc="Player 2 Takes All Damage">
    <script state="run">
      <action>maincpu.pd@80208E14=0C002800</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@80208E18=3C128029</action>
      <action>maincpu.pd@8000A000=36521C10</action>
      <action>maincpu.pd@8000A004=9244170C</action>
      <action>maincpu.pd@8000A008=03E00008</action>
      <action>maincpu.pd@8000A00C=00111C03</action>
    </script>
    <script state="off">
      <action>maincpu.pd@80208E14=9244170C</action>
      <action>maincpu.pd@80208E18=00111C03</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.pd@80207098=10000090</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80207098=12800090</action>
    </script>
  </cheat>

Re: [sfex2] Street Fighter EX2 (Euro 980312)

Posted: Sat Apr 18, 2020 1:40 am
by Abystus
Added "Hit Anywhere" and "Walk Through Opponent" cheats above.

Re: [sfex2] Street Fighter EX2 (Euro 980312)

Posted: Sun Apr 19, 2020 6:11 pm
by Abystus
sfex2.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.pd@8020A7CC=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8020A7CC=10620003</action>
    </script>
  </cheat>

Re: [sfex2] Street Fighter EX2 (Euro 980312)

Posted: Sun May 17, 2020 3:35 pm
by Pugsy
Thanks, added.

Re: [sfex2] Street Fighter EX2 (Euro 980312)

Posted: Thu Mar 28, 2024 7:04 am
by Abystus
sfex2.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.pd@8019AC58</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8019AC58=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8019AC58=temp0</action>
    </script>
  </cheat>

Re: [sfex2] Street Fighter EX2 (Euro 980312)

Posted: Tue Apr 02, 2024 2:09 am
by Pugsy
Thanks, added