diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-04 22:40:08 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-04 22:40:08 -0500 |
commit | a6e0483749782133d78058c25300f2036cc3a1cc (patch) | |
tree | ccff0e5219b55124de4e5809158281b814297d17 /include/types.h | |
parent | d824a2b4266e6cfa885ef08b23c43e38dbbafcd7 (diff) |
finish decompiling titlescreen.s
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 6 |
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 |