mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
9 lines
212 B
C
9 lines
212 B
C
#ifndef GUARD_TEACHY_TV_H
|
|
#define GUARD_TEACHY_TV_H
|
|
|
|
void InitTeachyTvController(u8 mode, void (*cb)());
|
|
void CB2_ReturnToTeachyTV(void);
|
|
void SetTeachyTvControllerModeToResume(void);
|
|
|
|
#endif //GUARD_TEACHY_TV_H
|