diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-08-10 12:09:06 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:15:23 -0500 |
commit | 5b8d0f1c33278194d46625b2ea409ceaab04c4b0 (patch) | |
tree | 8942648cab80bb1dab6bed1f09ee697e08d6019d /include | |
parent | f7cf4fa15464e8485e3d07f9ea12d3f12470268b (diff) |
Remove MNUM from oam flip constant names
Diffstat (limited to 'include')
-rw-r--r-- | include/gba/types.h | 4 |
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 |