diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-18 10:00:07 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-18 10:00:07 -0500 |
commit | d62f89b20cb0f503f7063a4cd81459b9dac7166d (patch) | |
tree | bf16f5bc5e3045ea9fad560e5745794c4b56521a /include | |
parent | 02c1fbd733da15e82687ec2d346b8151ca00ccf8 (diff) |
Minor window/bg cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/gba/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/defines.h b/include/gba/defines.h index 2df9a3feb..78c688593 100644 --- a/include/gba/defines.h +++ b/include/gba/defines.h @@ -50,6 +50,8 @@ #define BG_TILE_H_FLIP(n) (0x400 + (n)) #define BG_TILE_V_FLIP(n) (0x800 + (n)) +#define NUM_BACKGROUNDS 4 + // text-mode BG #define OBJ_VRAM0 (VRAM + 0x10000) #define OBJ_VRAM0_SIZE 0x8000 |