mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
10 lines
205 B
C
10 lines
205 B
C
#ifndef GUARD_TITLE_SCREEN_H
|
|
#define GUARD_TITLE_SCREEN_H
|
|
|
|
extern const u16 gTitleScreenAlphaBlend[64];
|
|
|
|
void CB2_InitTitleScreen(void);
|
|
void CB2_InitTitleScreenFrlg(void);
|
|
|
|
#endif // GUARD_TITLE_SCREEN_H
|