mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01: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
|