Document some credits
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// States for gIntroCredits_MovingSceneryState
|
||||
enum {
|
||||
INTROCRED_SCENERY_MOVING,
|
||||
INTROCRED_SCENERY_NORMAL,
|
||||
INTROCRED_SCENERY_DESTROY,
|
||||
INTROCRED_SCENERY_FROZEN,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user