diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 13:22:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 13:22:56 -0500 |
commit | d2cf86bff9792db39ca4f1288dc083ca8018a62e (patch) | |
tree | 2d3bcca1392e757a54d7ec9b56b054e2cac03940 /include/strings.h | |
parent | 35a96cb0c007545ecc87732f8dc8b2eb93e3ecc2 (diff) | |
parent | 7bc152e2ed84d5c50db1f5c916f02911ce09be1e (diff) |
Merge pull request #82 from PikalaxALT/mail
Decompile functions for reading mail
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/include/strings.h b/include/strings.h index 5d1a9bba0..e45f3c87d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,6 +1,13 @@ -#ifndef GUARD_strings_H -#define GUARD_strings_H +#ifndef GUARD_STRINGS_H +#define GUARD_STRINGS_H +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +extern const u8 gText_FromSpace[]; extern const u8 gText_Lv50[]; extern const u8 gText_OpenLevel[]; extern const u8 gText_Mom[]; @@ -30,4 +37,4 @@ extern const u8 gText_First[]; extern const u8 gText_Second[]; extern const u8 gText_Third[]; -#endif //GUARD_strings_H +#endif //GUARD_STRINGS_H |