pokeemerald-expansion/include/battle_dome.h
Salem 29f83ea5e0
Trainerbattle Type Differentiation (#6424)
Co-authored-by: CallmeEchoo <callmeechoo@github.com>
Co-authored-by: Your Name <you@example.com>
2025-12-01 19:28:09 +01:00

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