summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2019-08-04 22:40:08 -0500
committerCameron Hall <cameronghall@cox.net>2019-08-04 22:40:08 -0500
commita6e0483749782133d78058c25300f2036cc3a1cc (patch)
treeccff0e5219b55124de4e5809158281b814297d17 /include/types.h
parentd824a2b4266e6cfa885ef08b23c43e38dbbafcd7 (diff)
finish decompiling titlescreen.s
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index af7a749..e43b6dc 100644
--- a/include/types.h
+++ b/include/types.h
@@ -34,4 +34,10 @@ struct SpriteGroup
};
// size: 0xB8
+struct Coord16
+{
+ u16 x;
+ u16 y;
+};
+
#endif // GUARD_TYPES_H