summaryrefslogtreecommitdiff
path: root/include/gba/types.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-04 12:55:48 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-04 13:06:17 -0400
commit1f6f5f369bcb2ab28d0fb73b358d075fdc195ba5 (patch)
treef078166dcc52476d07161970cd013d3c322278fa /include/gba/types.h
parent0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (diff)
wild_pokemon_area and pokedex_area_markers
Diffstat (limited to 'include/gba/types.h')
-rw-r--r--include/gba/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gba/types.h b/include/gba/types.h
index 9f2594703..7163f925f 100644
--- a/include/gba/types.h
+++ b/include/gba/types.h
@@ -68,6 +68,10 @@ struct OamData
/*0x06*/ u16 affineParam;
};
+#define ST_OAM_HFLIP 0x08
+#define ST_OAM_VFLIP 0x10
+#define ST_OAM_MNUM_FLIP_MASK 0x18
+
#define ST_OAM_OBJ_NORMAL 0
#define ST_OAM_OBJ_BLEND 1
#define ST_OAM_OBJ_WINDOW 2