summaryrefslogtreecommitdiff
path: root/gflib/bg.h
diff options
context:
space:
mode:
authorMCboy <16516292+atasro2@users.noreply.github.com>2022-01-14 13:48:46 +0330
committerGitHub <noreply@github.com>2022-01-14 13:48:46 +0330
commit1a33187badc9e5530f75be99957bfea9daf3f2ff (patch)
tree5fb0ae516408d55021c2173934edb8e4b414cfb0 /gflib/bg.h
parent998900bd1b8394edaeafe7c32debcda62cf06561 (diff)
Move enum to bg.h
Diffstat (limited to 'gflib/bg.h')
-rw-r--r--gflib/bg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gflib/bg.h b/gflib/bg.h
index 3a0bf3bf9..d8b5a5404 100644
--- a/gflib/bg.h
+++ b/gflib/bg.h
@@ -28,6 +28,17 @@ enum {
BG_COORD_SUB,
};
+// Modes for Unused_AdjustBgMosaic
+enum {
+ BG_MOSAIC_SET_HV,
+ BG_MOSAIC_SET_H,
+ BG_MOSAIC_ADD_H,
+ BG_MOSAIC_SUB_H,
+ BG_MOSAIC_SET_V,
+ BG_MOSAIC_ADD_V,
+ BG_MOSAIC_SUB_V,
+};
+
struct BgTemplate
{
u16 bg:2; // 0x1, 0x2 -> 0x3