diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 01:07:53 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 01:07:53 -0500 |
commit | 017fa294b5c88ddd7513cb4976b5c29cad0b94a5 (patch) | |
tree | 3e8f2d420df46c4aae0d997bc8aa39514e678c27 /src/battle_dome.c | |
parent | fb5bea98ce28044917451d83695991693fb0b64a (diff) |
Add battle tent mon/trainer constants
Diffstat (limited to 'src/battle_dome.c')
-rw-r--r-- | src/battle_dome.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_dome.c b/src/battle_dome.c index 25b2d995d..8e4d078fe 100644 --- a/src/battle_dome.c +++ b/src/battle_dome.c @@ -6155,7 +6155,6 @@ int TrainerIdToDomeTournamentId(u16 trainerId) return i; } -// TODO: static u8 sub_81953E8(u8 tournamentId, u8 round) { u8 tournamentIds[2]; |