From a6e0483749782133d78058c25300f2036cc3a1cc Mon Sep 17 00:00:00 2001 From: Cameron Hall Date: Sun, 4 Aug 2019 22:40:08 -0500 Subject: finish decompiling titlescreen.s --- include/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/types.h') 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 -- cgit v1.2.3