Page 1 of 1

[sf2ce] Street Fighter II: Champion Edition (World 920513)

Posted: Sat Apr 11, 2020 8:55 pm
by Abystus
sf2ce.xml

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="run">
      <action>maincpu.mw@003234=601E</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@003266=601E</action>
      <action>maincpu.mw@09C80A=6014</action>
      <action>maincpu.mw@09C84C=6014</action>
      <action>maincpu.mw@09C7C8=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@003234=6D1E</action>
      <action>maincpu.mw@003266=6E1E</action>
      <action>maincpu.mw@09C80A=6414</action>
      <action>maincpu.mw@09C84C=6514</action>
      <action>maincpu.mw@09C7C8=64F8</action>
    </script>
  </cheat>

Re: [sf2ce] Street Fighter II: Champion Edition (World 920513)

Posted: Sat Jun 06, 2020 1:56 pm
by Pugsy
Thanks, added

Re: [sf2ce] Street Fighter II: Champion Edition (World 920513)

Posted: Wed Mar 20, 2024 9:34 pm
by Abystus
sf2ce.xml

Code: Select all

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

Re: [sf2ce] Street Fighter II: Champion Edition (World 920513)

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

Re: [sf2ce] Street Fighter II: Champion Edition (World 920513)

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

Re: [sf2ce] Street Fighter II: Champion Edition (World 920513)

Posted: Tue May 07, 2024 2:04 pm
by Abystus
sf2ce.xml

Code: Select all

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