Any code that you want to share? :)
I have sprites working in my game, and all it took was some working with the
code over at the PERN project tutorial.
I doesn't sound like a priority issue -- since you're using the default
priority, sprites always have priority over backgrounds with the same
priority. You could try turning the background off to see if the sprites
suddenly show up.
Did you set the sprite palette? Did you copy over your OAM data copy to the
real location? Check the basics first, and then see what happens.
Good Luck!
dennis
-----Original Message-----
From: iapetus_98 [mailto:Adrian.Jackson@...]
Sent: Saturday, February 02, 2002 2:16 PM
To: gbadev@yahoogroups.com
Subject: [gbadev] Invisible sprites...
Has anyone else run into this sort of problem, and are there any
suggestions for what might be causing the problems? First guess is
that it might be some sort of priorities issue.