Bobble Bubble enhanced

Página 6/11
1 | 2 | 3 | 4 | 5 | | 7 | 8 | 9 | 10 | 11

Por NYYRIKKI

Enlighted (6067)

imagem de NYYRIKKI

14-10-2017, 13:55

gdx wrote:

I ran Bubble Bobble with BlueMSX and save the game state when the buggy sprite was displayed. I recovered the contents of the VRAM from state save file to make two binary files. Luckily, the sprites are at the same address as in Basic.

Tip: In this case openMSX is better... If you use "save_msx_screen"-command the sprites will be always in BASIC addresses and you can use "COLOR=RESTORE"-command to restore the palette.

Por Louthrax

Prophet (2465)

imagem de Louthrax

14-10-2017, 14:34

Live picture from my new game room in the attic this afternoon, Bubble Bobble is still quite popular for the teenagers:

(yeah, that's the PSX version for now, just waiting for pixel-perfect fix to install an MSX here :)).

Por gdx

Enlighted (6210)

imagem de gdx

14-10-2017, 15:18

NYYRIKKI wrote:

Tip: In this case openMSX is better... If you use "save_msx_screen"-command the sprites will be always in BASIC addresses and you can use "COLOR=RESTORE"-command to restore the palette.

Thank you, it's good to know but the goal was to recover the sprites as is.

Louthrax wrote:

yeah, that's the PSX version for now, just waiting for pixel-perfect fix to install an MSX here Smile.

Big smile

gdx wrote:

PS: You can add a REM before PUTSPRITE of the line 130 120 to better distinguish sprites.

Por NYYRIKKI

Enlighted (6067)

imagem de NYYRIKKI

14-10-2017, 15:58

gdx wrote:
NYYRIKKI wrote:

Tip: In this case openMSX is better... If you use "save_msx_screen"-command the sprites will be always in BASIC addresses and you can use "COLOR=RESTORE"-command to restore the palette.

Thank you, it's good to know but the goal was to recover the sprites as is.

Sprites are not changed in any way. All the numbers, colors & locations are preserved as is. Only thing that can change (not in this case) is the location in VRAM, but it should not affect inspection of the data it self or outlook.

Por KdL

Paragon (1450)

imagem de KdL

14-10-2017, 18:25

Hi gdx, we should start doing a bit of debugging...

Por KdL

Paragon (1450)

imagem de KdL

14-10-2017, 18:25

... and better if anyone wants to help do it. Wink

Por KdL

Paragon (1450)

imagem de KdL

15-10-2017, 23:54

[ BB Debug Report 001 ]

$5616 = $1616 of ROM --> main loop --> 11 cycles to change the main sprite, tail down to up
$555D = $155D of ROM --> jump to $567b when level is clear
$5666 = $1666 of ROM --> game over or take the next level

Magic patch to jump all levels: $1663 --> $00 $00 $00

Por KdL

Paragon (1450)

imagem de KdL

16-10-2017, 00:05

gdx wrote:

I reconstructed the colored sprites with your DRGTEST.PNG.

Errata: this sprite is not enterely displayed --> this sprite has white and black color because the colors index is incorrect

Por gdx

Enlighted (6210)

imagem de gdx

16-10-2017, 05:38

This time dragon animation seems right. KdL please confirm it.

Download: Bubble Bobble-tst.zip

Por KdL

Paragon (1450)

imagem de KdL

16-10-2017, 13:03

I don't see errors in the times and I think the problem is limited to some indexes only.

Página 6/11
1 | 2 | 3 | 4 | 5 | | 7 | 8 | 9 | 10 | 11