maxim-zhao / battlemaniacs-restoration

Modifications to Battlemaniacs for Master System to make it more like the SNES original
9 stars 2 forks source link

In-game score and lives digits #23

Closed AlWesker closed 6 years ago

AlWesker commented 6 years ago

These are still using the old font. Shall we use the SNES font to replace them?

maxim-zhao commented 6 years ago

I think they're a different font. Should be easy to replace though.

AlWesker commented 6 years ago

This seems to be the score and live digits font of the SNES version.

imagen

The smaller ones are for the score and the bigger ones are for the lives, because the SNES version actually makes that difference.

imagen

The Master System version doesn't, and I suppose it's too much work to readapt that so I suppose we are fine with the smaller ones for both score and lives.

But shall we use that specific score font or we'd rather use the other font of the intermissions? Something tells me it will be more convenient to use the intermission font, because that score font from the SNES seems to use kind of colored shade and maybe that won't look good on the Master System.

maxim-zhao commented 6 years ago

`So here's the SMS font, using pink for transparency here: image The game uses tiles for the top of the screen during horizontally-scrolling stages, but switches to using sprites during vertical scrolling (due to technical limitations), which requires it to do a nasty alternating effect (only one toad's data at once) and causes terrible flicker much of the time. It uses the sprite palette at all times.

The SNES numbers use shades of blue, but we don't have them available. Here it is with the closest match: image

And with greys: image

In-game: image

image

I think the blue is easier to read.

AlWesker commented 6 years ago

Not only the blue is easier to read but it's also closer to the SNES version, so good choice.

PyronsLair commented 6 years ago

Score points must use character pallete to save colors no?

Em dom, 12 de ago de 2018 21:53, Albert Wesker notifications@github.com escreveu:

Not only the blue is easier to read but it's also closer to the SNES version, so good choice.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maxim-zhao/battlemaniacs-restoration/issues/23#issuecomment-412384071, or mute the thread https://github.com/notifications/unsubscribe-auth/AoBmJ6kaLVWGNy0w5qhoSRJsHxw1BtLXks5uQM3-gaJpZM4V5IXh .

maxim-zhao commented 6 years ago

Correct.