summaryrefslogtreecommitdiff
path: root/include/gba/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gba/types.h')
-rw-r--r--include/gba/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/gba/types.h b/include/gba/types.h
index 1274d4f0d..740c72d92 100644
--- a/include/gba/types.h
+++ b/include/gba/types.h
@@ -26,6 +26,14 @@ typedef u8 bool8;
typedef u16 bool16;
typedef u32 bool32;
+struct PlttData
+{
+ u16 r:5; // red
+ u16 g:5; // green
+ u16 b:5; // blue
+ u16 unused_15:1;
+};
+
struct OamData
{
u32 y:8;