Document some credits

This commit is contained in:
GriffinR
2021-03-28 23:56:42 -04:00
parent c86cc8b371
commit 357c5439f5
10 changed files with 1152 additions and 1138 deletions

View File

@@ -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

View File

@@ -3,7 +3,7 @@
// States for gIntroCredits_MovingSceneryState
enum {
INTROCRED_SCENERY_MOVING,
INTROCRED_SCENERY_NORMAL,
INTROCRED_SCENERY_DESTROY,
INTROCRED_SCENERY_FROZEN,
};