mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
170 B
C
9 lines
170 B
C
#ifndef GUARD_TITLE_SCREEN_H
|
|
#define GUARD_TITLE_SCREEN_H
|
|
|
|
extern const u16 gIntroWaterDropAlphaBlend[];
|
|
|
|
void CB2_InitTitleScreen(void);
|
|
|
|
#endif // GUARD_TITLE_SCREEN_H
|