Do any games use tile/sprite overlap for more colors?

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

slobu
Posts: 275
Joined: Tue Jul 12, 2011 10:58 am

Do any games use tile/sprite overlap for more colors?

Post by slobu »

I think I've seen some Genesis games that overlay tiles or overlap sprites in order to fake objects with more than 16 colors.

I don't think I've seen this in NES games. Why not? Or, am I missing the instances where they do?

I could at least see tile/sprite combinations happening as coarse movement was more acceptable back then.
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

Did you ever play Mega Man? It's considered the poster child for this technique.

Contra splits sprites into a top and bottom half.

The title screen of Tetris 2 uses a very coarse tile/sprite combination to make the block edges jagged.
Last edited by tepples on Wed Jun 20, 2012 7:57 am, edited 1 time in total.
User avatar
Disch
Posts: 1848
Joined: Wed Nov 10, 2004 6:47 pm

Post by Disch »

NES can't do it with the background because it only has 1 layer.

But several games do it with sprites. The most well known of which is Megaman, which uses a different colored sprite for megaman's face. The portraits in the stage select screen are also often combinations of sprites and the BG in order to get more color usage.

Just Breed does this for the currently "active" players. When active, your players are a combination of blue and red colored sprites which makes them look very colorful, but when inactive it drops the red sprites and they have an overall blue tint.

EDIT: ninja'd!
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Post by thefox »

Mighty Final Fight, another Capcom game, also uses overlapping sprites for more colors.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
User avatar
Disch
Posts: 1848
Joined: Wed Nov 10, 2004 6:47 pm

Post by Disch »

tepples wrote:Contra splits sprites into a top and bottom half.
Final Fantasy does this too, for the player sprite on the maps.
slobu
Posts: 275
Joined: Tue Jul 12, 2011 10:58 am

Post by slobu »

Thanks guys. I missed alot of those games that had overlayed tiles/sprites. I never got into MegaMan. Contra may have used two seperate sprites but it didn't seem to be overlapping them. I'll have to look harder.
User avatar
Hamtaro126
Posts: 783
Joined: Thu Jan 19, 2006 5:08 pm

Post by Hamtaro126 »

SMB2(USA) had added sprite overlap to create a effect for white eyes.

the USA version of Journey to Silius uses another sprite color for the Player's head just like Megaman!
AKA SmilyMZX/AtariHacker.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Post by tokumaru »

The main character in Gargoyle's Quest II looks too colorful for the NES, so there's probably some sprite layering going on.
snarfblam
Posts: 143
Joined: Fri May 13, 2011 7:36 pm

Post by snarfblam »

Many games use part of the background as a huge "sprite." Blaster Master, Super C, and Crystalis do this, among many others. It's pretty typical for these games to place sprites with additional colors on top of the background sprite.

I just fought a boss in Crystalis that used a green palette, with eye sprites on top that used a red palette. May not technically be layered sprites, but it's the same principle.
User avatar
Gilbert
Posts: 479
Joined: Sun Dec 12, 2010 10:27 pm
Location: Hong Kong
Contact:

Post by Gilbert »

As far as I remember, Double Dragon 2 (possibly 1 as well) uses this technique a lot for its characters too, which IMO opinion is more noticeable than the Rockman games.

SMB2US (but not the original FDS Doki Doki Panic) may have done this with the characters' eyes too.

The disadvantages with this method are that having overlapping sprites could give more flickers to a game as you can only display 8 sprites each of 8-pixel wide on each line, and that the system only has 4 subpalettes for sprites (and 4 for the background layer; this is in some sense worse in the case of the Mega Drive though), so using more than 1 subpalettes for 1 objects would need the other objects to share colours more often.
AWJ
Posts: 433
Joined: Mon Nov 10, 2008 3:09 pm

Re: Do any games use tile/sprite overlap for more colors?

Post by AWJ »

The Dragon Warrior games use this technique extensively for the monster graphics. With the larger monsters in DW3 and DW4, the tile and sprite "layers" noticeably desynchronize when the monsters flash when taking damage.
Denine
Posts: 397
Joined: Wed Feb 17, 2010 5:42 pm

Re: Do any games use tile/sprite overlap for more colors?

Post by Denine »

Battletoads does that for cutscenes(Sprites layered on BG).
Fantastic Dizzy also uses sprite layering. The body ("Egg") is Pal0 while Dizzy's hands and legs are Pal1.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Do any games use tile/sprite overlap for more colors?

Post by tokumaru »

Denine wrote:Battletoads does that for cutscenes(Sprites layered on BG).
The toads obviously use some layering to combine green and yellow parts in game too.
3gengames
Formerly 65024U
Posts: 2281
Joined: Sat Mar 27, 2010 12:57 pm

Re: Do any games use tile/sprite overlap for more colors?

Post by 3gengames »

I'd imagine contra does.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Do any games use tile/sprite overlap for more colors?

Post by tokumaru »

3gengames wrote:I'd imagine contra does.
Contra has been mentioned in the first reply, but apparently it doesn't overlap the sprites, it just uses different palettes for different parts of the sprite.
Post Reply