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

Loading a sprite from a custom sheet isn't working. Help Please?

Root / Programming Questions / [.]

liknzeldaCreated:
https://youtu.be/Dntd2MNrwOQ tl;dr When I save a spritesheet I have edited and call upon a sprite in the loaded spritesheet, it loads the default sprite of that value.

LODE "GRP4:NAME OF SHEET",0

LODE "GRP4:NAME OF SHEET",0
I've already loaded the sheet in the Direct and at the beginning of the program.

ACLS will reset the sprites and graphics only use it at the very start of your program, BEFORE you load stuff.

ACLS will reset the sprites and graphics only use it at the very start of your program, BEFORE you load stuff.
Thank you so much! Is there a way to advance to another "page" in the program I am working on that erases the graphics on screen, but doesn't unload the spritesheets? I am using loops to go through the pages.

ACLS will reset the sprites and graphics only use it at the very start of your program, BEFORE you load stuff.
Thank you so much! Is there a way to advance to another "page" in the program I am working on that erases the graphics on screen, but doesn't unload the spritesheets? I am using loops to go through the pages.
Use GCLS to erase graphics