diff options
Diffstat (limited to 'gflib/bg.h')
-rw-r--r-- | gflib/bg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gflib/bg.h b/gflib/bg.h index 60327eab3..310790368 100644 --- a/gflib/bg.h +++ b/gflib/bg.h @@ -31,6 +31,12 @@ enum { BG_TYPE_NONE = 0xFFFF }; +enum { + BG_COORD_SET, + BG_COORD_ADD, + BG_COORD_SUB, +}; + struct BgTemplate { u16 bg:2; // 0x1, 0x2 -> 0x3 |