summaryrefslogtreecommitdiff
path: root/include/bg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bg.h')
-rw-r--r--include/bg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bg.h b/include/bg.h
index f6c307146..ca6264ca8 100644
--- a/include/bg.h
+++ b/include/bg.h
@@ -39,6 +39,13 @@ enum
BG_ATTR_BASETILE = 10
};
+// Modes for ChangeBgX / ChangeBgY
+enum {
+ BG_COORD_SET,
+ BG_COORD_ADD,
+ BG_COORD_SUB,
+};
+
enum AdjustBgMosaicMode
{
BG_MOSAIC_SET,