LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Graphic Screen Scroll?

Root / Programming Questions / [.]

MinxrodCreated:
Hi all! I was wondering if there is a way to scroll the graphic pages. Because the Smile Tool's editor has something like it, I was wondering if it's a function or if it's just something you have to do yourself with GCOPY or something. Thanks :)

You have to do it yourself unfortunately.

Oh well. I guess I could make a GSCROLL function or something :) Thank you for the help

You can take advantage of the sprite and/or background commands to do a sort of Graphics screen scrolling, resizing and rotating.

I meant GRP0-3, but that might work too. Interesting idea, I like it :D

I meant GRP0-3, but that might work too. Interesting idea, I like it :D
You can use SPPAGE and BGPAGE the make the sprites and BG base off different graphics screens. By the way, BG tile 0 will always be blank, but you can use 1024 to get the first 16x16 tile.