Page 1 of 1

[sf2] Street Fighter II: The World Warrior (World 910522)

Posted: Sat Apr 11, 2020 3:59 pm
by Abystus
sf2.xml

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="run">
      <action>maincpu.mw@002DA8=601E</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@002DDA=601E</action>
      <action>maincpu.mw@0836EC=6014</action>
      <action>maincpu.mw@08372E=6014</action>
      <action>maincpu.mw@0836AA=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@002DA8=6D1E</action>
      <action>maincpu.mw@002DDA=6E1E</action>
      <action>maincpu.mw@0836EC=6414</action>
      <action>maincpu.mw@08372E=6514</action>
      <action>maincpu.mw@0836AA=64F8</action>
    </script>
  </cheat>

Re: [sf2] Street Fighter II: The World Warrior (World 910522)

Posted: Sat Jun 06, 2020 1:39 pm
by Pugsy
Thanks, added.....what about the clones ? >:-)

Re: [sf2] Street Fighter II: The World Warrior (World 910522)

Posted: Wed Mar 20, 2024 9:33 pm
by Abystus
sf2.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <script state="on">
      <action>temp0=maincpu.mw@00815A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00815A=4E71</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00815A=temp0</action>
    </script>
  </cheat>

Re: [sf2] Street Fighter II: The World Warrior (World 910522)

Posted: Thu Mar 21, 2024 1:12 am
by chunli_fm_hack
Abystus, thank you very much for the code, amazing!

Re: [sf2] Street Fighter II: The World Warrior (World 910522)

Posted: Tue Apr 02, 2024 1:42 am
by Pugsy
Thanks, added

Re: [sf2] Street Fighter II: The World Warrior (World 910522)

Posted: Mon May 06, 2024 7:17 pm
by Abystus
sf2.xml

Code: Select all

  <cheat desc="Allow Fighting Before Round Starts">
    <script state="on">
      <action>temp0=maincpu.mw@02ABFA</action>
    </script>
    <script state="run">
      <action>maincpu.mw@02ABFA=6004</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@02ABFA=temp0</action>
    </script>
  </cheat>