Page 1 of 1

[dstlk] Darkstalkers: The Night Warriors (Euro 940705)

Posted: Mon Feb 12, 2024 7:03 am
by Abystus
dstlk.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.ow@0B6EC0</action>
    </script>
    <script state="run">
      <action>maincpu.ow@0B6EC0=4E71</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@0B6EC0=temp0</action>
    </script>
  </cheat>

Code: Select all

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

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="on">
      <action>temp0=maincpu.ow@0EDBFA</action>
      <action>temp1=maincpu.ow@0EDBC0</action>
    </script>
    <script state="run">
      <action>maincpu.ow@0EDBFA=6012</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.ow@0EDBC0=6014</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0EDBFA=temp0</action>
      <action>maincpu.ow@0EDBC0=temp1</action>
    </script>
  </cheat>
The below code is credited to Nolberto82 as it was created for the Phoenix Edition, but it also works in this version as well.

Code: Select all

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

Re: [dstlk] Darkstalkers: The Night Warriors (Euro 940705)

Posted: Sun Mar 10, 2024 12:53 am
by Pugsy
Thanks, added