diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 10:06:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 10:06:21 -0600 |
commit | ccc5d27fcb8647225656b06a60a7d79ad0fa299f (patch) | |
tree | e27f82eb3379f76720675dff72e1d89f63458799 /include/battle_dome.h | |
parent | 9adbb5d8719db5e60f0051b5a854deec09ae5860 (diff) | |
parent | 258ec3162f981932a83d08e404f1944a12b3f952 (diff) |
Merge pull request #376 from DizzyEggg/battle_frontier_2
Decompile part of battle_frontier_2
Diffstat (limited to 'include/battle_dome.h')
-rw-r--r-- | include/battle_dome.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_dome.h b/include/battle_dome.h index d05b08689..2265f14ce 100644 --- a/include/battle_dome.h +++ b/include/battle_dome.h @@ -3,7 +3,7 @@ extern u32 gUnknown_0203CD70; -s32 GetTrainerMonCountInBits(u16 tournamentTrainerId); +s32 GetDomeTrainerMonCountInBits(u16 tournamentTrainerId); s32 TrainerIdToDomeTournamentId(u16 trainerId); #endif // GUARD_BATTLE_DOME_H |