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/variables.h | |
parent | d824a2b4266e6cfa885ef08b23c43e38dbbafcd7 (diff) |
finish decompiling titlescreen.s
Diffstat (limited to 'include/variables.h')
-rw-r--r-- | include/variables.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/variables.h b/include/variables.h index 6a74cb7..d8efc57 100644 --- a/include/variables.h +++ b/include/variables.h @@ -163,5 +163,9 @@ extern const u16 gTitlescreenSprites_Pals[]; //extern ? gMonPortraitsGroup11_Pals; //extern ? gMonPortraitsGroup12_Pals; //extern ? gMonPortraitsGroup13_Pals; +extern struct Coord16 gUnknown_086A9684[]; +extern struct Coord16 gUnknown_086A9694[]; +extern struct Coord16 gUnknown_086A96AC[]; +extern struct Coord16 gUnknown_086A96C0[]; #endif // GUARD_VARIABLES_H
\ No newline at end of file |