Page 1 of 1

[sfexp] Street Fighter EX Plus (USA 970407)

Posted: Fri Feb 28, 2020 2:59 am
by Abystus
sfexp.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <comment>Excludes projectiles.</comment>
    <script state="run">
      <action>maincpu.pd@80155600=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80155600=10400014</action>
    </script>
  </cheat>
  
  <cheat desc="Player 2 Takes All Damage">
    <script state="run">
      <action>maincpu.pd@80195F94=0C002C00</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@80195F98=3C128032</action>
      <action>maincpu.pd@8000B000=365249FC</action>
      <action>maincpu.pd@8000B004=9243145C</action>
      <action>maincpu.pd@8000B008=03E00008</action>
      <action>maincpu.pd@8000B00C=340200FF</action>
    </script>
    <script state="off">
      <action>maincpu.pd@80195F94=9243145C</action>
      <action>maincpu.pd@80195F98=340200FF</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.pd@80194830=10000098</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80194830=12800098</action>
    </script>
  </cheat>

Re: [sfexp] Street Fighter EX Plus (USA 970407)

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

Re: [sfexp] Street Fighter EX Plus (USA 970407)

Posted: Sun Apr 19, 2020 6:08 pm
by Abystus
sfexp.xml

Code: Select all

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

Re: [sfexp] Street Fighter EX Plus (USA 970407)

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

Re: [sfexp] Street Fighter EX Plus (USA 970407)

Posted: Wed Mar 27, 2024 7:03 am
by Abystus
sfexp.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@8013BDCC</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8013BDCC=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8013BDCC=temp0</action>
    </script>
  </cheat>

Re: [sfexp] Street Fighter EX Plus (USA 970407)

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