mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
17 lines
360 B
C
17 lines
360 B
C
#ifndef GUARD_INTRO_H
|
|
#define GUARD_INTRO_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void CB2_InitCopyrightScreenAfterBootup(void);
|
|
void CB2_InitCopyrightScreenAfterTitleScreen(void);
|
|
void PanFadeAndZoomScreen(u16, u16, u16, u16);
|
|
void MainCB2_Intro(void);
|
|
void Task_Scene1_Load(u8);
|
|
|
|
|
|
#endif // GUARD_INTRO_H
|