summaryrefslogtreecommitdiff
path: root/include/battle_dome.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-25 19:59:47 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-25 19:59:47 +0200
commitedcf04b665a9fa13d086dd486c4fe7b1649a7bbf (patch)
tree6db4c00f307e8b083535c4f6ad3bdb4406576165 /include/battle_dome.h
parent62a645abafdd17b737562b4ab6b40739d13722c2 (diff)
Document battle dome.
Diffstat (limited to 'include/battle_dome.h')
-rw-r--r--include/battle_dome.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/battle_dome.h b/include/battle_dome.h
new file mode 100644
index 000000000..d05b08689
--- /dev/null
+++ b/include/battle_dome.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_BATTLE_DOME_H
+#define GUARD_BATTLE_DOME_H
+
+extern u32 gUnknown_0203CD70;
+
+s32 GetTrainerMonCountInBits(u16 tournamentTrainerId);
+s32 TrainerIdToDomeTournamentId(u16 trainerId);
+
+#endif // GUARD_BATTLE_DOME_H