summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gba/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gba/types.h b/include/gba/types.h
index 07e5d4c26..7163f925f 100644
--- a/include/gba/types.h
+++ b/include/gba/types.h
@@ -68,8 +68,8 @@ struct OamData
/*0x06*/ u16 affineParam;
};
-#define ST_OAM_MNUM_HFLIP 0x08
-#define ST_OAM_MNUM_VFLIP 0x10
+#define ST_OAM_HFLIP 0x08
+#define ST_OAM_VFLIP 0x10
#define ST_OAM_MNUM_FLIP_MASK 0x18
#define ST_OAM_OBJ_NORMAL 0