Page 1 of 1

[wakuwak7] Waku Waku 7

Posted: Sun Apr 21, 2013 7:20 am
by Abystus
wakuwak7.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <comment>Excludes Projectiles.</comment>
    <script state="run">
      <action>maincpu.ow@0B7DA4=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0B7DA4=6700</action>
    </script>
</cheat>

Re: [wakuwak7] Waku Waku 7

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

Re: [wakuwak7] Waku Waku 7

Posted: Sat Feb 10, 2024 8:50 pm
by Abystus
The Hit Anywhere cheat has been updated to include projectiles attacks.

wakuwak7.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@00248A</action>
      <action>temp1=maincpu.rw@0B7DA4</action>
    </script>
    <script state="run">
      <action>maincpu.rw@00248A=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@0B7DA4=6002</action>
    </script>
    <script state="off">
      <action>maincpu.rw@00248A=temp0</action>
      <action>maincpu.rw@0B7DA4=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@0B86CC</action>
      <action>temp1=maincpu.rw@0BE240</action>
    </script>
    <script state="run">
      <action>maincpu.rw@0B86CC=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@0BE240=6002</action>
    </script>
    <script state="off">
      <action>maincpu.rw@0B86CC=temp0</action>
      <action>maincpu.rw@0BE240=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Maximum Damage Dizzy">
    <script state="on">
      <action>temp0=maincpu.rw@0B8EB2</action>
    </script>
    <script state="run">
      <action>maincpu.rw@0B8EB2=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@0B8EB2=temp0</action>
    </script>
  </cheat>

Re: [wakuwak7] Waku Waku 7

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

Re: [wakuwak7] Waku Waku 7

Posted: Fri Apr 05, 2024 12:14 am
by Abystus
wakuwak7.xml

Code: Select all

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

Re: [wakuwak7] Waku Waku 7

Posted: Thu May 02, 2024 1:59 pm
by Abystus
wakuwak7.xml

Code: Select all

  <cheat desc="Skip Vs Screen/Stage Display">
    <script state="on">
      <action>temp0=maincpu.rw@05528C</action>
      <action>temp1=maincpu.rw@049680</action>
      <action>temp2=maincpu.rw@049688</action>
    </script>
    <script state="run">
      <action>maincpu.rw@05528C=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@049680=6004</action>
      <action>maincpu.rw@049688=6002</action>
    </script>
    <script state="off">
      <action>maincpu.rw@05528C=temp0</action>
      <action>maincpu.rw@049680=temp1</action>
      <action>maincpu.rw@049688=temp2</action>
    </script>
  </cheat>