summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-17 23:39:50 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-17 23:39:50 -0500
commitc033aea36e73365c28da1de93af29ec11b3945b2 (patch)
tree1750c1946434d4ee69772efdc7f1622dcdc775e0 /include
parentb1fc911965c584f5af6522849162527f41461b7c (diff)
Moved gDungeonGlobalData definition to dungeon_global_data.h
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;