mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
9 lines
150 B
C
Executable File
9 lines
150 B
C
Executable File
#ifndef GUARD_CREDITS_H
|
|
#define GUARD_CREDITS_H
|
|
|
|
extern bool8 gHasHallOfFameRecords;
|
|
|
|
void CB2_StartCreditsSequence(void);
|
|
|
|
#endif // GUARD_CREDITS_H
|