Page 1 of 1

[dbz2] Dragon Ball Z 2 - Super Battle

Posted: Fri Sep 22, 2023 5:24 am
by Abystus
dbz2.xml

Code: Select all

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

Code: Select all

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

Re: [dbz2] Dragon Ball Z 2 - Super Battle

Posted: Fri Sep 22, 2023 11:04 am
by Pugsy
Thanks, added

Re: [dbz2] Dragon Ball Z 2 - Super Battle

Posted: Wed Feb 21, 2024 7:22 am
by Abystus
dbz2.xml

Code: Select all

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

Re: [dbz2] Dragon Ball Z 2 - Super Battle

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

Re: [dbz2] Dragon Ball Z 2 - Super Battle

Posted: Thu Apr 11, 2024 2:06 pm
by Abystus
dbz2.xml

Code: Select all

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

Re: [dbz2] Dragon Ball Z 2 - Super Battle

Posted: Mon May 13, 2024 2:00 pm
by Abystus
dbz2.xml

Code: Select all

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