[sftm] Street Fighter: The Movie (v1.12)

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: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[sftm] Street Fighter: The Movie (v1.12)

Post by Abystus »

sftm.xml

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@0076A8=0000</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish This Round Now!">
    <comment>Disable Infinite Time before activating this cheat</comment>
    <script state="on">
      <action>maincpu.pw@0076A8=0908</action>
    </script>
  </cheat>

Code: Select all

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

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@848CD6</action>
      <action>temp1=maincpu.rw@848F84</action>
    </script>
    <script state="run">
      <action>maincpu.rw@848CD6=601E</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@848F84=605E</action>
    </script>
    <script state="off">
      <action>maincpu.rw@848CD6=temp0</action>
      <action>maincpu.rw@848F84=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rw@82F21A</action>
    </script>
    <script state="run">
      <action>maincpu.rw@82F21A=601C</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@82F21A=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [sftm] Street Fighter: The Movie (v1.12)

Post by Pugsy »

Thanks, added (+offsetted ROM cheats for clones)
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [sftm] Street Fighter: The Movie (v1.12)

Post by Abystus »

sftm.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <script state="on">
      <action>temp0=maincpu.rw@83130A</action>
    </script>
    <script state="run">
      <action>maincpu.rw@83130A=6004</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@83130A=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [sftm] Street Fighter: The Movie (v1.12)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply