Page 1 of 1

[dbz] Dragon Ball Z (rev B)

Posted: Fri Sep 22, 2023 5:50 am
by Abystus
dbz.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.mw@0084D4</action>
      <action>temp1=maincpu.mw@00B8C8</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0084D4=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@00B8C8=6002</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0084D4=temp0</action>
      <action>maincpu.mw@00B8C8=temp1</action>
    </script>
  </cheat>

Code: Select all

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

Re: [dbz] Dragon Ball Z (rev B)

Posted: Fri Sep 22, 2023 11:01 am
by Pugsy
Thanks, added (+offsetted for dbza)

Re: [dbz] Dragon Ball Z (rev B)

Posted: Tue Feb 20, 2024 7:06 am
by Abystus
dbz.xml

Code: Select all

  <cheat desc="Disable Maximum Damage Knockdown">
    <script state="on">
      <action>temp0=maincpu.mw@00B918</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00B918=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00B918=temp0</action>
    </script>
  </cheat>

Re: [dbz] Dragon Ball Z (rev B)

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

Re: [dbz] Dragon Ball Z (rev B)

Posted: Wed Apr 10, 2024 7:02 am
by Abystus
dbz.xml

Code: Select all

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

Re: [dbz] Dragon Ball Z (rev B)

Posted: Sun Apr 28, 2024 6:56 pm
by Abystus
dbz.xml

Code: Select all

  <cheat desc="Disable Stage Background Music">
    <comment>Enable before match starts.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@0050BA</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0050BA=4279</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0050BA=temp0</action>
    </script>
  </cheat>

Re: [dbz] Dragon Ball Z (rev B)

Posted: Sun May 12, 2024 5:24 pm
by Abystus
dbz.xml

Code: Select all

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