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.

Coding > Animated background

#17505 - mikemz - Tue Mar 09, 2004 7:08 pm

I would like to have two frames of animation loop behind a sprite. Could someone explain how to do this?

#17514 - sajiimori - Tue Mar 09, 2004 7:41 pm

If you mean something that follows the sprite around, use another sprite but put it in a higher OAM entry.

If you mean a tile background, you can either change the tile map, or overwrite the relevant tiles themselves.

#17673 - mikemz - Fri Mar 12, 2004 6:35 am

thanks