Page 1 of 1

[sf2hf] Street Fighter II: Hyper Fighting (World 921209)

Posted: Sat Apr 11, 2020 4:20 pm
by Abystus
sf2hf.xml

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="run">
      <action>maincpu.mw@007036=601E</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@007068=601E</action>
      <action>maincpu.mw@0A51F8=6014</action>
      <action>maincpu.mw@0A523A=6014</action>
      <action>maincpu.mw@0A51B6=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@007036=6D1E</action>
      <action>maincpu.mw@007068=6E1E</action>
      <action>maincpu.mw@0A51F8=6414</action>
      <action>maincpu.mw@0A523A=6514</action>
      <action>maincpu.mw@0A51B6=64F8</action>
    </script>
  </cheat>

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

Posted: Sat Apr 11, 2020 7:33 pm
by chunli_fm_hack
...

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

Posted: Sat Apr 11, 2020 8:57 pm
by Abystus
chunli_fm_hack, please don't hijack my thread with your codes.... Make your own thread in the future. Also, the Street Fighter 2: Champion Edition code can be found here: viewtopic.php?f=4&t=12752

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

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

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

Posted: Wed Mar 20, 2024 9:36 pm
by Abystus
sf2hf.xml

Code: Select all

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

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

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

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

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

Re: [sf2hf] Street Fighter II: Hyper Fighting (World 921209)

Posted: Wed May 08, 2024 2:03 pm
by Abystus
sf2hf.xml

Code: Select all

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