[rbff2] Couple charge cheats

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[rbff2] Couple charge cheats

Post by NotAGoodName »

For some reason, I just remembered today that I used to have a cheat to give me full charge Kaiser Wave in this game. I thought it affected Yamazaki's SDM but I was wrong. For whatever reason, I decided to find the cheat for that too. Nothing special.

There is a reason I wrote Yamazaki's cheat the way I did. Don't try to remove the condition. I'm aware that the FAQs say these SDMs should do more hits. I don't care. They must be wrong because I tested the cheat with a different condition that would allow it to go back to 0 after it started. No effect.

Code: Select all

  <cheat desc="Select Yamazaki Drill SDM Level PL1">
    <parameter>
	<item value="00">Level 1: Punch Combo</item>
	<item value="01">Level 2: Kick Combo</item>
	<item value="02">Level 3: Headbutt Combo</item>
	<item value="03">Level 4: Snake Tamer Combo</item>
	<item value="04">Level 5: Double Return Combo</item>
    </parameter>
    <script state="run">
      <action condition="maincpu.pb@100494 lt (param)">maincpu.pb@100494=(param)</action>
    </script>
  </cheat>

  <cheat desc="Max Kaiser Wave PL1">
    <script state="run">
      <action>maincpu.pb@1004FB=03</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Select Yamazaki Drill SDM Level PL1">
    <parameter>
	<item value="00">Level 1: Punch Combo</item>
	<item value="01">Level 2: Kick Combo</item>
	<item value="02">Level 3: Headbutt Combo</item>
	<item value="03">Level 4: Snake Tamer Combo</item>
	<item value="04">Level 5: Double Return Combo</item>
    </parameter>
    <script state="run">
      <action condition="maincpu.pb@100594 lt (param)">maincpu.pb@100594=(param)</action>
    </script>
  </cheat>

  <cheat desc="Max Kaiser Wave PL2">
    <script state="run">
      <action>maincpu.pb@1005FB=03</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [rbff2] Couple charge cheats

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply