[sfex2] Street Fighter EX2 (Euro 980312)

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

[sfex2] Street Fighter EX2 (Euro 980312)

Post 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>
Last edited by Abystus on Sat Apr 18, 2020 11:29 pm, edited 3 times in total.
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

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

Post by Abystus »

Added "Hit Anywhere" and "Walk Through Opponent" cheats above.
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

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

Post 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>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

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

Post by Pugsy »

Thanks, added.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

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

Post 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>
Bored? Watch some of my hacks here.
Post Reply