mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-16 18:26:21 -05:00
13 lines
237 B
C
13 lines
237 B
C
#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
|