summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dungeon_global_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dungeon_global_data.h b/include/dungeon_global_data.h
index 2e46ef0..d1d57ae 100644
--- a/include/dungeon_global_data.h
+++ b/include/dungeon_global_data.h
@@ -12,6 +12,8 @@
#define DUNGEON_MAX_WILD_POKEMON 16
#define DUNGEON_MAX_POKEMON MAX_TEAM_MEMBERS + DUNGEON_MAX_WILD_POKEMON
+extern struct DungeonGlobalData *gDungeonGlobalData;
+
struct DungeonGlobalData
{
u8 unk0;