mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
9 lines
150 B
C
9 lines
150 B
C
#ifndef GUARD_CREDITS_H
|
|
#define GUARD_CREDITS_H
|
|
|
|
extern bool8 gHasHallOfFameRecords;
|
|
|
|
void CB2_StartCreditsSequence(void);
|
|
|
|
#endif // GUARD_CREDITS_H
|