gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > Draw sprite in Mode 4

#111321 - QuantumDoja - Tue Dec 05, 2006 6:11 pm

Hi, heres what I want to do, load an image onto the screen in mode 4 and then display a sprite over the top, I can gte the image to display and the sprites to appear in memory but not show on the screen....please help.
_________________
Chris Davis

#111334 - gmiller - Tue Dec 05, 2006 6:41 pm

Did you turn on the sprites in the display controller register?
Code:

bit C (12) @ 0x4000000


and load the sprite palette data? How did you look to see if the data was in memory (emulator view)?

A small code sample or more information would help.