mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
12 lines
212 B
C
12 lines
212 B
C
|
#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
|