mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-23 08:07:57 -05:00
Co-authored-by: CallmeEchoo <callmeechoo@github.com> Co-authored-by: Your Name <you@example.com>
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
|