Sprite displayed as a dot

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

Post Reply
family_programmer
Posts: 20
Joined: Mon Apr 11, 2005 6:04 am
Location: Kiev, Ukraine
Contact:

Sprite displayed as a dot

Post by family_programmer »

I was writing a simple test with sprites that uses NMI. Well in FCEU and Nintendulator the sprites are displayed as a single dot of color 0 at x and y position in OAM.
"Wearing of this garment does not enable you to fly."
-- On a child sized Superman costume.
User avatar
Bregalad
Posts: 8056
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Post by Bregalad »

You're probably doing something wrong with $2000.3 that setups the sprite pattern table, or with the sprite tile index.
Useless, lumbering half-wits don't scare us.
family_programmer
Posts: 20
Joined: Mon Apr 11, 2005 6:04 am
Location: Kiev, Ukraine
Contact:

Post by family_programmer »

Sorry, that was color 1, not 0.
"Wearing of this garment does not enable you to fly."
-- On a child sized Superman costume.
family_programmer
Posts: 20
Joined: Mon Apr 11, 2005 6:04 am
Location: Kiev, Ukraine
Contact:

Post by family_programmer »

That can't be, cuz I used only one pattern table.
"Wearing of this garment does not enable you to fly."
-- On a child sized Superman costume.
Post Reply