mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-24 15:18:04 -05:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef GUARD_INTRO_FRLG_H
|
|
#define GUARD_INTRO_FRLG_H
|
|
|
|
bool8 SetUpCopyrightScreenFrlg(void);
|
|
void CB2_SetUpIntroFrlg(void);
|
|
|
|
#endif //GUARD_INTRO_H
|