Page 1 of 1

[bloodwar] Blood Warrior

Posted: Fri Apr 19, 2013 5:25 am
by Abystus
bloodwar.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.ow@0080EC=6000</action>
      <action>maincpu.ow@00811E=6002</action>
      <action>maincpu.ow@008150=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0080EC=6600</action>
      <action>maincpu.ow@00811E=6B00</action>
      <action>maincpu.ow@008150=6B00</action>
    </script>
</cheat>

Re: [bloodwar] Blood Warrior

Posted: Mon May 27, 2013 7:59 pm
by Pugsy
Thanks, added

Re: [bloodwar] Blood Warrior

Posted: Sat Sep 09, 2023 5:31 am
by Abystus
bloodwar.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.mw@007F6C=4E71</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@007F6C=6708</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.mw@00D2F2=6000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@00D508=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00D2F2=6D00</action>
      <action>maincpu.mw@00D508=6D00</action>
    </script>
  </cheat>
  

Re: [bloodwar] Blood Warrior

Posted: Sat Sep 09, 2023 4:59 pm
by Pugsy
Thanks, added

Re: [bloodwar] Blood Warrior

Posted: Mon Apr 15, 2024 1:48 pm
by Abystus
bloodwar.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@001A38</action>
    </script>
    <script state="run">
      <action>maincpu.mw@001A38=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@001A38=temp0</action>
    </script>
  </cheat>