Page 1 of 1

[jojo] JoJo's Venture (Euro 990128)

Posted: Fri Feb 16, 2024 7:28 am
by Abystus
jojo.xml

Code: Select all

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

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.ow@061382D6</action>
    </script>
    <script state="run">
      <action>maincpu.ow@061382D6=0009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@061382D6=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@061374EE</action>
      <action>temp1=maincpu.ow@061378EA</action>
    </script>
    <script state="run">
      <action>maincpu.ow@061374EE=A001</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.ow@061378EA=A001</action>
    </script>
    <script state="off">
      <action>maincpu.ow@061374EE=temp0</action>
      <action>maincpu.ow@061378EA=temp1</action>
    </script>
  </cheat>

Re: [jojo] JoJo's Venture (Euro 990128)

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