blob: f7dfa99970456ed8a02b1dd5c85b1df1819c687d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|