mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-25 16:28:25 -05:00
10 lines
225 B
C
10 lines
225 B
C
#ifndef GUARD_BATTLE_DOME_H
|
|
#define GUARD_BATTLE_DOME_H
|
|
|
|
extern u32 gPlayerPartyLostHP;
|
|
|
|
int GetDomeTrainerSelectedMons(u16 tournamentTrainerId);
|
|
int TrainerIdToDomeTournamentId(u16 trainerId);
|
|
|
|
#endif // GUARD_BATTLE_DOME_H
|