diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-28 23:56:42 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-03-29 08:52:40 -0400 |
commit | 357c5439f5170ec1ebb1fe52c00d8d934b65c6bc (patch) | |
tree | 3481dfde0ddaf1194b2f0d50349931fb6078a41f /include/credits.h | |
parent | c86cc8b371efa875446796fb44c7e285c4b26f70 (diff) |
Document some credits
Diffstat (limited to 'include/credits.h')
-rw-r--r-- | include/credits.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/credits.h b/include/credits.h index f7dfa9997..2e8c7e0c3 100644 --- a/include/credits.h +++ b/include/credits.h @@ -1,12 +1,8 @@ #ifndef GUARD_CREDITS_H #define GUARD_CREDITS_H -// Exported type declarations - -// Exported RAM declarations extern EWRAM_DATA bool8 gHasHallOfFameRecords; -// Exported ROM declarations void CB2_StartCreditsSequence(void); #endif // GUARD_CREDITS_H |