1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-01-19 01:44:20 +01:00

9 lines
161 B
C
Raw Normal View History

2018-02-17 03:55:32 -06:00
#ifndef GUARD_CREDITS_H
#define GUARD_CREDITS_H
extern EWRAM_DATA bool8 gHasHallOfFameRecords;
2019-08-17 12:01:38 -04:00
void CB2_StartCreditsSequence(void);
2018-02-17 03:55:32 -06:00
2018-12-24 00:02:29 +01:00
#endif // GUARD_CREDITS_H