1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 01:43:35 +01:00
2021-03-28 23:13:56 -04:00

9 lines
169 B
C

#ifndef GUARD_TITLE_SCREEN_H
#define GUARD_TITLE_SCREEN_H
extern const u16 gTitleScreenAlphaBlend[64];
void CB2_InitTitleScreen(void);
#endif // GUARD_TITLE_SCREEN_H