pokeemerald/include/credits.h

9 lines
150 B
C
Raw Normal View History

2018-02-17 10:55:32 +01:00
#ifndef GUARD_CREDITS_H
#define GUARD_CREDITS_H
2023-08-11 02:11:07 +02:00
extern bool8 gHasHallOfFameRecords;
2018-02-17 10:55:32 +01:00
2019-08-17 18:01:38 +02:00
void CB2_StartCreditsSequence(void);
2018-02-17 10:55:32 +01:00
2018-12-24 00:02:29 +01:00
#endif // GUARD_CREDITS_H