Page 1 of 1
*Request* Gem change code for Puzzle Bobble 4
Posted: Thu May 11, 2006 6:10 pm
by ReyVGM
Hello.
Anyone willing to make a code to change the color of the gems in Puzzle Bobble 4? Especially for that shinny gem that destroys all the others of the same color.
Thanks in advance.
Posted: Thu May 11, 2006 7:02 pm
by ShimaPong
Ask mike_myers. Currently nobody meets a request except him.
Posted: Fri May 12, 2006 3:21 am
by ReyVGM
Mike Myers? You mean like PM him with the request?
I don't think I know him to do that, might seem as begging or something
I thought you only had to make a post here and wait until someone decides to fill the request.
Let me know, thanks.
Posted: Mon May 15, 2006 10:42 pm
by ReyVGM
Anyone willing to tackle this?
Anyone? Anyone? Bueller?
Posted: Tue May 16, 2006 12:11 am
by Pugsy
The RAM locations can be easily found (409ed4 & 409f49), but poking them does no good which is why they aren't in the cheat file - they are either written and read to0 quick or they are just red herrings. It probably requires ROM cheats which will be a fair bit of work for a game when there are so many other earlier versions that have the bubble cheats...
It's not impossible it's just a lot of work/time and there's only limited number of cheat finders skilled enough with the debugger and 68000 series assembly to make those cheats. I may have a look when I get more time, but it won't be anytime soon - I've got some ROM cheat finding in mind for other games first.
Posted: Tue May 16, 2006 3:48 am
by ReyVGM
Oh ok, I understand. I thought they weren't there because no one had requested them considering PB3 has gem codes.
What exactly did you mean by this?
"there are so many other earlier versions that have the bubble cheats"
You mean that there are early versions of the rom that permit the bubble cheats or that there were cheats earlier in the life of the cheat dat?
Posted: Tue May 16, 2006 4:40 am
by ReyVGM
Actually, have about a level skip code? Is that difficult to do too?
Something like the level codes for Puzzle Bobble 2, codes to "start on" and "go next" level in the Puzzle mode (the one with the map) would do just fine.
Let me know and thanks.
Posted: Mon May 22, 2006 2:12 pm
by ReyVGM
So, level codes are as difficult to do as the bubble change codes?
Posted: Mon May 22, 2006 5:02 pm
by ShimaPong
Try to search by yourself or wait ten years. Current this forum is factually dysfunctional.
Posted: Thu May 25, 2006 11:27 pm
by ugetab
Seeing as ShimaPong is the best, but he's not available for the task right now, you'll just have to live with these lesser-than-the-pong codes. If he's ever so inspired, he'll grace you with ideal codes, should your groveling prove worthy. In all seriousness, ShimaPong is the unofficial master of the boards due to his skill and unrivaled perserverence in the realm of code hacking. I do see reason for him to be discontented, with how hard he's worked to keep the quality of codes up on this board. Don't take his tone personally. Things just aren't going his way right now, which means there's a significant chance things aren't in favor of the general cheat users either.
Code: Select all
:pbobble4:20100000:0233B0:0000600E:0000FFFF:Always Get Star Bubble:You'll need to expend the 2 bubbles you have at the time to make it activate. Star bubbles alone can't win the game for you
:pbobble4:62000001:000000:00000000:00000000:Get X Instead of Star Bubble
:pbobble4:20010001:0233C3:00000008:000000FF:Star Bubble
:pbobble4:20010001:0233C3:00000000:000000FF:Blue Bubble
:pbobble4:20010001:0233C3:00000001:000000FF:Red Bubble
:pbobble4:20010001:0233C3:00000002:000000FF:Green Bubble
:pbobble4:20010001:0233C3:00000003:000000FF:Yellow Bubble
:pbobble4:20010001:0233C3:00000004:000000FF:Orange Bubble
:pbobble4:20010001:0233C3:00000005:000000FF:Purple Bubble
:pbobble4:20010001:0233C3:00000006:000000FF:White Bubble
:pbobble4:20010001:0233C3:00000007:000000FF:Black Bubble
Posted: Fri May 26, 2006 2:15 pm
by ReyVGM
Good god, thanks a lot man
I'm sorry for whatever situation that has been going on, I saw plenty of people requesting cheats and I decided to do it too, which I don't generally do.
I understand he might be disappointed, I too get disappointed whenever my projects go sour or whenever people show no interest.
Anyways, thanks for the codes.
Posted: Sat May 27, 2006 6:16 pm
by ShimaPong
Fixed messed up format and improved. Extended data field is filled with 0xffffffff in case of no bit mask. And new code blocks that both players get Star Bubble at the same time. It seems to be complete...? But if $40a040 and $40a06e aren't empty RAM area, the game will crash. I have not finished testing yet. Fortunately, an address is the same in all sets but we should post the code for all sets so far as possible.
Code: Select all
:pbobble4:20B00000:0233CC:60006B72:FFFFFFFF:Fixed Bubble Mode:You'll need to expend the 2 bubbles you have at the time to make it activate. Star bubbles alone can't win the game for you
:pbobble4:20B10000:029F40:082C0004:FFFFFFFF:Fixed Bubble Mode (2/8):btst #$4,($182,A4)
:pbobble4:20B10000:029F44:01826608:FFFFFFFF:Fixed Bubble Mode (3/8):bne $29F50
:pbobble4:20B10000:029F48:526B0030:FFFFFFFF:Fixed Bubble Mode (4/8):addq.w #1,($30,A3)
:pbobble4:20B10000:029F4C:60009482:FFFFFFFF:Fixed Bubble Mode (5/8):bra $233d0
:pbobble4:20B10000:029F50:102C0182:FFFFFFFF:Fixed Bubble Mode (6/8):move ($182,A4),D0
:pbobble4:20B10000:029F54:0200000F:FFFFFFFF:Fixed Bubble Mode (7/8):andi.b #$f,D0
:pbobble4:20B10000:029F58:6000946A:FFFFFFFF:Fixed Bubble Mode (8/8):bra $233c4
:pbobble4:62000001:000000:00000000:FFFFFFFF:Select Fixed Bubble PL1:Works if set Fixed Bubble Mode
:pbobble4:00010001:40A040:00000000:FFFFFFFF:None
:pbobble4:00010001:40A040:00000010:FFFFFFFF:Blue Bubble
:pbobble4:00010001:40A040:00000011:FFFFFFFF:Red Bubble
:pbobble4:00010001:40A040:00000012:FFFFFFFF:Green Bubble
:pbobble4:00010001:40A040:00000013:FFFFFFFF:Yellow Bubble
:pbobble4:00010001:40A040:00000014:FFFFFFFF:Orange Bubble
:pbobble4:00010001:40A040:00000015:FFFFFFFF:Purple Bubble
:pbobble4:00010001:40A040:00000016:FFFFFFFF:White Bubble
:pbobble4:00010001:40A040:00000017:FFFFFFFF:Black Bubble
:pbobble4:00010001:40A040:00000018:FFFFFFFF:Star Bubble
:pbobble4:62000001:000000:00000000:FFFFFFFF:Select Fixed Bubble PL2:Works if set Fixed Bubble Mode
:pbobble4:00010001:40A06E:00000000:FFFFFFFF:None
:pbobble4:00010001:40A06E:00000010:FFFFFFFF:Blue Bubble
:pbobble4:00010001:40A06E:00000011:FFFFFFFF:Red Bubble
:pbobble4:00010001:40A06E:00000012:FFFFFFFF:Green Bubble
:pbobble4:00010001:40A06E:00000013:FFFFFFFF:Yellow Bubble
:pbobble4:00010001:40A06E:00000014:FFFFFFFF:Orange Bubble
:pbobble4:00010001:40A06E:00000015:FFFFFFFF:Purple Bubble
:pbobble4:00010001:40A06E:00000016:FFFFFFFF:White Bubble
:pbobble4:00010001:40A06E:00000017:FFFFFFFF:Black Bubble
:pbobble4:00010001:40A06E:00000018:FFFFFFFF:Star Bubble
:pbobbl4j:20B00000:0233CC:60006B72:FFFFFFFF:Fixed Bubble Mode:You'll need to expend the 2 bubbles you have at the time to make it activate. Star bubbles alone can't win the game for you
:pbobbl4j:20B10000:029F40:082C0004:FFFFFFFF:Fixed Bubble Mode (2/8):btst #$4,($182,A4)
:pbobbl4j:20B10000:029F44:01826608:FFFFFFFF:Fixed Bubble Mode (3/8):bne $29F50
:pbobbl4j:20B10000:029F48:526B0030:FFFFFFFF:Fixed Bubble Mode (4/8):addq.w #1,($30,A3)
:pbobbl4j:20B10000:029F4C:60009482:FFFFFFFF:Fixed Bubble Mode (5/8):bra $233d0
:pbobbl4j:20B10000:029F50:102C0182:FFFFFFFF:Fixed Bubble Mode (6/8):move ($182,A4),D0
:pbobbl4j:20B10000:029F54:0200000F:FFFFFFFF:Fixed Bubble Mode (7/8):andi.b #$f,D0
:pbobbl4j:20B10000:029F58:6000946A:FFFFFFFF:Fixed Bubble Mode (8/8):bra $233c4
:pbobbl4j:62000001:000000:00000000:FFFFFFFF:Select Fixed Bubble PL1:Works if set Fixed Bubble Mode
:pbobbl4j:00010001:40A040:00000000:FFFFFFFF:None
:pbobbl4j:00010001:40A040:00000010:FFFFFFFF:Blue Bubble
:pbobbl4j:00010001:40A040:00000011:FFFFFFFF:Red Bubble
:pbobbl4j:00010001:40A040:00000012:FFFFFFFF:Green Bubble
:pbobbl4j:00010001:40A040:00000013:FFFFFFFF:Yellow Bubble
:pbobbl4j:00010001:40A040:00000014:FFFFFFFF:Orange Bubble
:pbobbl4j:00010001:40A040:00000015:FFFFFFFF:Purple Bubble
:pbobbl4j:00010001:40A040:00000016:FFFFFFFF:White Bubble
:pbobbl4j:00010001:40A040:00000017:FFFFFFFF:Black Bubble
:pbobbl4j:00010001:40A040:00000018:FFFFFFFF:Star Bubble
:pbobbl4j:62000001:000000:00000000:FFFFFFFF:Select Fixed Bubble PL2:Works if set Fixed Bubble Mode
:pbobbl4j:00010001:40A06E:00000000:FFFFFFFF:None
:pbobbl4j:00010001:40A06E:00000010:FFFFFFFF:Blue Bubble
:pbobbl4j:00010001:40A06E:00000011:FFFFFFFF:Red Bubble
:pbobbl4j:00010001:40A06E:00000012:FFFFFFFF:Green Bubble
:pbobbl4j:00010001:40A06E:00000013:FFFFFFFF:Yellow Bubble
:pbobbl4j:00010001:40A06E:00000014:FFFFFFFF:Orange Bubble
:pbobbl4j:00010001:40A06E:00000015:FFFFFFFF:Purple Bubble
:pbobbl4j:00010001:40A06E:00000016:FFFFFFFF:White Bubble
:pbobbl4j:00010001:40A06E:00000017:FFFFFFFF:Black Bubble
:pbobbl4j:00010001:40A06E:00000018:FFFFFFFF:Star Bubble
:pbobbl4u:20B00000:0233CC:60006B72:FFFFFFFF:Fixed Bubble Mode:You'll need to expend the 2 bubbles you have at the time to make it activate. Star bubbles alone can't win the game for you
:pbobbl4u:20B10000:029F40:082C0004:FFFFFFFF:Fixed Bubble Mode (2/8):btst #$4,($182,A4)
:pbobbl4u:20B10000:029F44:01826608:FFFFFFFF:Fixed Bubble Mode (3/8):bne $29F50
:pbobbl4u:20B10000:029F48:526B0030:FFFFFFFF:Fixed Bubble Mode (4/8):addq.w #1,($30,A3)
:pbobbl4u:20B10000:029F4C:60009482:FFFFFFFF:Fixed Bubble Mode (5/8):bra $233d0
:pbobbl4u:20B10000:029F50:102C0182:FFFFFFFF:Fixed Bubble Mode (6/8):move ($182,A4),D0
:pbobbl4u:20B10000:029F54:0200000F:FFFFFFFF:Fixed Bubble Mode (7/8):andi.b #$f,D0
:pbobbl4u:20B10000:029F58:6000946A:FFFFFFFF:Fixed Bubble Mode (8/8):bra $233c4
:pbobbl4u:62000001:000000:00000000:FFFFFFFF:Select Fixed Bubble PL1:Works if set Fixed Bubble Mode
:pbobbl4u:00010001:40A040:00000000:FFFFFFFF:None
:pbobbl4u:00010001:40A040:00000010:FFFFFFFF:Blue Bubble
:pbobbl4u:00010001:40A040:00000011:FFFFFFFF:Red Bubble
:pbobbl4u:00010001:40A040:00000012:FFFFFFFF:Green Bubble
:pbobbl4u:00010001:40A040:00000013:FFFFFFFF:Yellow Bubble
:pbobbl4u:00010001:40A040:00000014:FFFFFFFF:Orange Bubble
:pbobbl4u:00010001:40A040:00000015:FFFFFFFF:Purple Bubble
:pbobbl4u:00010001:40A040:00000016:FFFFFFFF:White Bubble
:pbobbl4u:00010001:40A040:00000017:FFFFFFFF:Black Bubble
:pbobbl4u:00010001:40A040:00000018:FFFFFFFF:Star Bubble
:pbobbl4u:62000001:000000:00000000:FFFFFFFF:Select Fixed Bubble PL2:Works if set Fixed Bubble Mode
:pbobbl4u:00010001:40A06E:00000000:FFFFFFFF:None
:pbobbl4u:00010001:40A06E:00000010:FFFFFFFF:Blue Bubble
:pbobbl4u:00010001:40A06E:00000011:FFFFFFFF:Red Bubble
:pbobbl4u:00010001:40A06E:00000012:FFFFFFFF:Green Bubble
:pbobbl4u:00010001:40A06E:00000013:FFFFFFFF:Yellow Bubble
:pbobbl4u:00010001:40A06E:00000014:FFFFFFFF:Orange Bubble
:pbobbl4u:00010001:40A06E:00000015:FFFFFFFF:Purple Bubble
:pbobbl4u:00010001:40A06E:00000016:FFFFFFFF:White Bubble
:pbobbl4u:00010001:40A06E:00000017:FFFFFFFF:Black Bubble
:pbobbl4u:00010001:40A06E:00000018:FFFFFFFF:Star Bubble
Posted: Sat May 27, 2006 6:28 pm
by ReyVGM
This is even better, thanks Shimapong

super speedy!
Posted: Mon May 29, 2006 5:50 pm
by Kriptokapi
I was just posting an :evil:ANGRY:evil: reply of these confused cheats.
ShimaP was more rapid.
I'll try ShimaP fixes. Bye! Thanks ShimaPong...