summaryrefslogtreecommitdiff
path: root/src/code_806CD90.c
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 /src/code_806CD90.c
parentb1fc911965c584f5af6522849162527f41461b7c (diff)
Moved gDungeonGlobalData definition to dungeon_global_data.h
Diffstat (limited to 'src/code_806CD90.c')
-rw-r--r--src/code_806CD90.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code_806CD90.c b/src/code_806CD90.c
index e11f253..d3267a9 100644
--- a/src/code_806CD90.c
+++ b/src/code_806CD90.c
@@ -4,8 +4,6 @@
#include "dungeon_global_data.h"
#include "dungeon_util.h"
-extern struct DungeonGlobalData *gDungeonGlobalData;
-
extern u8 sub_806CEBC(struct DungeonEntity *);
extern void sub_806CCB4(struct DungeonEntity *, u8);