mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
193 B
C
8 lines
193 B
C
#ifndef GUARD_BATTLE_DOME_H
|
|
#define GUARD_BATTLE_DOME_H
|
|
|
|
int GetDomeTrainerSelectedMons(u16 tournamentTrainerId);
|
|
int TrainerIdToDomeTournamentId(u16 trainerId);
|
|
|
|
#endif // GUARD_BATTLE_DOME_H
|