mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-09 04:25:29 -05:00
13 lines
250 B
C
13 lines
250 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 CB2_StartCreditsSequence(void);
|
|
|
|
#endif // GUARD_CREDITS_H
|