diff options
author | huderlem <huderlem@gmail.com> | 2019-08-05 17:02:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 17:02:39 -0500 |
commit | 08bd3049160f9a6d05aa680a3106854015798f58 (patch) | |
tree | ea3e8d61c7276c9a23697a3c8c1d883575316aa4 /include/variables.h | |
parent | d824a2b4266e6cfa885ef08b23c43e38dbbafcd7 (diff) | |
parent | bcd0c961fa3643240d9f9785e5bf5b037158aa98 (diff) |
Merge pull request #6 from camthesaxman/titlescreen
decompile the rest of titlescreen.s and import agb_sram library and strlen function
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 |