mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-21 06:37:29 -05:00
9 lines
161 B
C
9 lines
161 B
C
#ifndef GUARD_CREDITS_H
|
|
#define GUARD_CREDITS_H
|
|
|
|
extern EWRAM_DATA bool8 gHasHallOfFameRecords;
|
|
|
|
void CB2_StartCreditsSequence(void);
|
|
|
|
#endif // GUARD_CREDITS_H
|