Page 1 of 1

[jojoba] JoJo's Bizzare Adventure (Euro 990927)

Posted: Sat Feb 17, 2024 7:02 am
by Abystus
jojoba.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <comment>Also disables blocking. Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.ow@06184E96</action>
    </script>
    <script state="run">
      <action>maincpu.ow@06184E96=A009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@06184E96=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.ow@0618560E</action>
      <action>temp1=maincpu.ow@06185A0A</action>
    </script>
    <script state="run">
      <action>maincpu.ow@0618560E=A001</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.ow@06185A0A=A001</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0618560E=temp0</action>
      <action>maincpu.ow@06185A0A=temp1</action>
    </script>
  </cheat>

Re: [jojoba] JoJo's Bizzare Adventure (Euro 990927)

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