diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-01 21:31:10 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-01 21:31:10 +0100 |
commit | 0bb51037d7d3e257a84b1488016441aafd34b020 (patch) | |
tree | 80be30e68eb7b53be9cc85c5e4b55c09140b546d /include/battle_dome.h | |
parent | 37d742cbd86eab628e0d84d5957a805c407b0948 (diff) |
Finish frontier util
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 |