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