[momoko] Momoko 120% - Set Weapon Level

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
Heisanevilgenius
Posts: 1
Joined: Tue May 24, 2011 6:42 am

[momoko] Momoko 120% - Set Weapon Level

Post by Heisanevilgenius »

Hey all. Just registered to post this.

I was working on a video review for this game and wanted to show off the different weapon levels but surviving that long proved to be ridiculously hard. So I debugged and worked out this cheat:

Code: Select all

  <cheat desc="Set Weapon Level">
    <parameter>
      <item value="0x00">Level 1</item>
      <item value="0x01">Level 2</item>
      <item value="0x02">Level 3</item>
      <item value="0x03">Level 4</item>
      <item value="0x04">Level 5</item>
      <item value="0x05">Level 6</item>
      <item value="0x06">Level 7</item>
      <item value="0x07">Level 8</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppb@C0F7=param</action>
    </script>
  </cheat>
This works for both player 1 and player 2.
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: [momoko] Momoko 120% - Set Weapon Level

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