2018-02-17 09:55:32 +00:00
|
|
|
#ifndef GUARD_CREDITS_H
|
|
|
|
#define GUARD_CREDITS_H
|
|
|
|
|
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
extern EWRAM_DATA bool8 gHasHallOfFameRecords;
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
2018-12-23 23:02:29 +00:00
|
|
|
void sub_8175620(void);
|
2018-02-17 09:55:32 +00:00
|
|
|
|
2018-12-23 23:02:29 +00:00
|
|
|
#endif // GUARD_CREDITS_H
|