mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
234 B
C
8 lines
234 B
C
#ifndef GUARD_MINIGAME_COUNTDOWN_H
|
|
#define GUARD_MINIGAME_COUNTDOWN_H
|
|
|
|
void StartMinigameCountdown(u16 tilesTag, u16 palTag, s16 x, s16 y, u8 subpriority);
|
|
bool32 IsMinigameCountdownRunning(void);
|
|
|
|
#endif //GUARD_MINIGAME_COUNTDOWN_H
|