blob: e7e58415b2fce703c0b8e9dd29337d36a6130a24 (
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 sub_8175620(void);
#endif // GUARD_CREDITS_H
|