Page 1 of 1

[xmvsf] X-Men Vs. Street Fighter (Euro 961004)

Posted: Tue Sep 19, 2023 5:25 am
by Abystus
xmvsf.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.ow@00ACEC</action>
    </script>
    <script state="run">
      <action>maincpu.ow@00ACEC=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@00ACEC=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Allow Same Character Selection">
    <script state="on">
      <action>temp0=maincpu.ow@00B584</action>
    </script>
    <script state="run">
      <action>maincpu.ow@00B584=600A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@00B584=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.ow@010596</action>
    </script>
    <script state="run">
      <action>maincpu.ow@010596=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@010596=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.ow@015884</action>
    </script>
    <script state="run">
      <action>maincpu.ow@015884=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@015884=temp0</action>
    </script>
  </cheat>
This last code was hacked by Nolberto82 a long time ago when phoenix editions were still a thing. It is working in the normal build of the game, and can now be included in the xml.

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.ow@7C93A</action>
    </script>
    <script state="run">
      <action>maincpu.ow@7C93A=6002</action> <!-- This Program Code cheat was made by Nolberto82 -->
    </script>
    <script state="off">
      <action>maincpu.ow@7C93A=temp0</action>
    </script>
  </cheat>

Re: [xmvsf] X-Men Vs. Street Fighter (Euro 961004)

Posted: Tue Sep 19, 2023 11:40 pm
by Pugsy
thanks, added

Re: [xmvsf] X-Men Vs. Street Fighter (Euro 961004)

Posted: Sun Mar 31, 2024 2:47 pm
by Abystus
xmvsf.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <script state="on">
      <action>temp0=maincpu.ow@00F822</action>
    </script>
    <script state="run">
      <action>maincpu.ow@00F822=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@00F822=temp0</action>
    </script>
  </cheat>

Re: [xmvsf] X-Men Vs. Street Fighter (Euro 961004)

Posted: Tue Apr 02, 2024 2:15 am
by Pugsy
Thanks, added