diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-17 23:39:50 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-17 23:39:50 -0500 |
commit | c033aea36e73365c28da1de93af29ec11b3945b2 (patch) | |
tree | 1750c1946434d4ee69772efdc7f1622dcdc775e0 /src/dungeon_ai_items.c | |
parent | b1fc911965c584f5af6522849162527f41461b7c (diff) |
Moved gDungeonGlobalData definition to dungeon_global_data.h
Diffstat (limited to 'src/dungeon_ai_items.c')
-rw-r--r-- | src/dungeon_ai_items.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dungeon_ai_items.c b/src/dungeon_ai_items.c index f48edbd..923384d 100644 --- a/src/dungeon_ai_items.c +++ b/src/dungeon_ai_items.c @@ -42,7 +42,6 @@ extern u32 gPotentialTargetWeights[NUM_DIRECTIONS]; extern u32 gPotentialTargetDirections[NUM_DIRECTIONS]; extern bool8 gTargetAhead[NUM_DIRECTIONS]; extern struct TeamInventory *gTeamInventory_203B460; -extern struct DungeonGlobalData *gDungeonGlobalData; void sub_807360C(struct DungeonEntity *pokemon) { |