[jojo] JoJo's Venture (Euro 990128)

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Abystus
Posts: 593
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times

[jojo] JoJo's Venture (Euro 990128)

Post 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>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3692
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

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

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
MrNelman
Posts: 6
Joined: Mon Nov 08, 2021 6:19 am
Has thanked: 2 times

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

Post by MrNelman »

<cheat desc="P1 Select Character"> <comment>Format of Character Name - Proper Name [Ingame Name]</comment>
<parameter>
<item value="0x00">Joutaro [ Jotaro ]</item>
<item value="0x01">Kakyouin [ Kakyoin ]</item>
<item value="0x02">Avdol [ Avdol ]</item>
<item value="0x03">Polnareff [ Polnareff ]</item>
<item value="0x04">Joseph Joster [ Joseph ]</item>
<item value="0x05">Iggi [ Iggi ]</item>
<item value="0x06">Alessy [ Alessy ]</item>
<item value="0x07">Chaca [ Chaca ]</item>
<item value="0x08">D'Bo [ D'BO ]</item>
<item value="0x09">N'Doul [ N'Dool ] (Glitchy)</item>
<item value="0x0A">Midler [ Midler ]</item>
<item value="0x0B">Dio [ DIO ]</item>
<item value="0x0C">Vanilla Ice [ Vanilla Ice ]</item>
<item value="0x0D">Death 13 [ Death 13 ]</item>
<item value="0x0E">Jyaakuno Keshin Dio [ Shadow DIO ]</item>
<item value="0x0F">Hokoritakaki Kettou Joseph [ JOJO ]</item>
</parameter>
<script state="run">
<action>maincpu.pb@203047F=param</action>
</script>
</cheat>


<cheat desc="P2 Select Character"> <comment>Format of Character Name - Proper Name [Ingame Name]</comment>
<parameter>
<item value="0x00">Joutaro [ Jotaro ]</item>
<item value="0x01">Kakyouin [ Kakyoin ]</item>
<item value="0x02">Avdol [ Avdol ]</item>
<item value="0x03">Polnareff [ Polnareff ]</item>
<item value="0x04">Joseph Joster [ Joseph ]</item>
<item value="0x05">Iggi [ Iggi ]</item>
<item value="0x06">Alessy [ Alessy ]</item>
<item value="0x07">Chaca [ Chaca ]</item>
<item value="0x08">D'Bo [ D'BO ]</item>
<item value="0x09">N'Doul [ N'Dool ] (Glitchy)</item>
<item value="0x0A">Midler [ Midler ]</item>
<item value="0x0B">Dio [ DIO ]</item>
<item value="0x0C">Vanilla Ice [ Vanilla Ice ]</item>
<item value="0x0D">Death 13 [ Death 13 ]</item>
<item value="0x0E">Jyaakuno Keshin Dio [ Shadow DIO ]</item>
<item value="0x0F">Hokoritakaki Kettou Joseph [ JOJO ]</item>
</parameter>
<script state="run">
<action>maincpu.pb@2030887=param</action>
</script>
</cheat>
Post Reply