pokeemerald/include/intro.h

15 lines
324 B
C
Raw Normal View History

2017-11-13 06:01:27 +00:00
#ifndef GUARD_INTRO_H
#define GUARD_INTRO_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void c2_copyright_1(void);
2018-02-04 15:11:00 +00:00
void CB2_InitCopyrightScreenAfterBootup(void);
void CB2_InitCopyrightScreenAfterTitleScreen(void);
void sub_816F2A8(u16, u16, u16, u16);
2017-11-13 06:01:27 +00:00
2018-02-04 15:11:00 +00:00
#endif // GUARD_INTRO_H