[spuzbobl] Super Puzzle Bobble - Play as the final bosses

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
KingDemonic666
Posts: 4
Joined: Sun Oct 08, 2023 6:03 pm

[spuzbobl] Super Puzzle Bobble - Play as the final bosses

Post by KingDemonic666 »

As tradition with the Puzzle Bobble series, the final boss of the VS CPU mode comes in 2 forms which are not normally playable in the arcade versions.
In the case of Super Puzzle Bobble the final bosses are the Time Eater and (as usual) Drunk
Is there any way to play as them? I tried myself to make a character modifier, but instead I made another cheat by accident :-?
User avatar
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [spuzbobl] Super Puzzle Bobble - Play as the final bosses

Post by Abystus »

Let me know if this works for you. Remember, do not activate it until after you've left the character select screen and started the cut-scene. I haven't tested it in a full play-through of the game (it's not my type of game), so I hope there are no other issues later on.

spuzbobl.xml

Code: Select all

  <cheat desc="P1 In-Game Character Modifier">
    <comment>Enable after the character select screen, or the game will crash.</comment>
    <parameter>
      <item value="0x00">Bob</item>
      <item value="0x01">Packy</item>
      <item value="0x02">Maita</item>
      <item value="0x03">Anju</item>
      <item value="0x04">Woolen</item>
      <item value="0x05">Develon</item>
      <item value="0x06">Evy</item>
      <item value="0x07">Hebedon</item>
      <item value="0x08">Chuken</item>
      <item value="0x09">Time Eater</item>
      <item value="0x0A">Drunk</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@805FD198=param</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 In-Game Character Modifier">
    <comment>Enable after the character select screen, or the game will crash.</comment>
    <parameter>
      <item value="0x00">Bob</item>
      <item value="0x01">Packy</item>
      <item value="0x02">Maita</item>
      <item value="0x03">Anju</item>
      <item value="0x04">Woolen</item>
      <item value="0x05">Develon</item>
      <item value="0x06">Evy</item>
      <item value="0x07">Hebedon</item>
      <item value="0x08">Chuken</item>
      <item value="0x09">Time Eater</item>
      <item value="0x0A">Drunk</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@805FD1A1=param</action>
    </script>
  </cheat>
Last edited by Abystus on Wed Oct 11, 2023 2:18 pm, edited 1 time in total.
Bored? Watch some of my hacks here.
KingDemonic666
Posts: 4
Joined: Sun Oct 08, 2023 6:03 pm

Re: [spuzbobl] Super Puzzle Bobble - Play as the final bosses

Post by KingDemonic666 »

Thanks a lot for fulfilling my request! :D
The code works flawlessly as long as you follow the precautions you mentioned.
I tested it on all the game modes.
both "Player VS Player" and "Player VS Computer" work when the precautions indicated are followed, in VS Com I was able to play normally all the way to the end, even being able to input my high score while playing as the "Time Eater", the game didn't crash at any point.
However, in the "Puzzle Mode" any character that isn't "Chuken" is visually glitched, but this isn't an issue with the cheat itself, but rather with the game not accounting for character selection in this game mode.
Not sure if it would be too much to ask for, but could you make this code for the Player 2 aswell?
User avatar
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [spuzbobl] Super Puzzle Bobble - Play as the final bosses

Post by Abystus »

No problem. I've added the player 2 variant above. Enjoy!
Bored? Watch some of my hacks here.
Post Reply