pokeemerald/include/title_screen.h
Phlosioneer 45297797e6 Document the intro movie state machine
Need to study the water droplet animation more closely before they can
be renamed; otherwise, this names every major symbol in this file.
2019-02-09 21:07:07 -05:00

9 lines
164 B
C

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