mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 02:14:22 -05: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
|