mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
10 lines
229 B
C
10 lines
229 B
C
#ifndef GUARD_BATTLE_DOME_H
|
|
#define GUARD_BATTLE_DOME_H
|
|
|
|
#include "constants/battle_dome.h"
|
|
|
|
int GetDomeTrainerSelectedMons(u16 tournamentTrainerId);
|
|
int TrainerIdToDomeTournamentId(u16 trainerId);
|
|
|
|
#endif // GUARD_BATTLE_DOME_H
|