The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
#include "SoImage.h"#include "SoTileSet.h"#include "SoBkg.h"Defines | |
| #define | SO_BKG_DATA |
| this is BKG Video Ram where the ram tiles are stored for display | |
Functions | |
| void | SoImageBkgLoad (const SoImage *a_This, u32 a_CharBase, u32 a_BaseIdx) |
| Loads image data into background VRAM. | |
|
|
this is BKG Video Ram where the ram tiles are stored for display
For internal use only.
|