diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-17 04:14:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-17 04:14:13 -0600 |
commit | bc90a4fc1d5b63ad26d5c43722ccfe9df7ed1e07 (patch) | |
tree | 101cf777ea827ff7e68069c5ad45822a629ea75c /include/credits.h | |
parent | e2932a38ded59a6b794d10024498db718c0b0bb9 (diff) | |
parent | ebd88b36060e8958fbf5f3b2028629575c79a243 (diff) |
Merge pull request #215 from Diegoisawesome/intro
Decompile intro and credits
Diffstat (limited to 'include/credits.h')
-rw-r--r-- | include/credits.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/credits.h b/include/credits.h new file mode 100644 index 000000000..faad1058a --- /dev/null +++ b/include/credits.h @@ -0,0 +1,11 @@ +#ifndef GUARD_CREDITS_H +#define GUARD_CREDITS_H + +// Exported type declarations + +// Exported RAM declarations +extern EWRAM_DATA bool8 gHasHallOfFameRecords; + +// Exported ROM declarations + +#endif //GUARD_CREDITS_H |