summaryrefslogtreecommitdiff
path: root/src/dungeon_ai_attack.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-13 23:13:47 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-13 23:15:33 -0500
commit2a2a0805b481b8425b4d1047d868fb1159993e6c (patch)
treeaacd438bd14b32c816c54a564785fd9716e70fae /src/dungeon_ai_attack.c
parent3bbb6035e746cdb83b128b1d6153436756cb3be0 (diff)
Decomped HasType()
Diffstat (limited to 'src/dungeon_ai_attack.c')
-rw-r--r--src/dungeon_ai_attack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dungeon_ai_attack.c b/src/dungeon_ai_attack.c
index f0362ed..6e202b5 100644
--- a/src/dungeon_ai_attack.c
+++ b/src/dungeon_ai_attack.c
@@ -16,7 +16,6 @@
#include "dungeon_global_data.h"
#include "dungeon_map_access.h"
#include "dungeon_pokemon_attributes.h"
-#include "dungeon_pokemon_attributes_1.h"
#include "dungeon_random.h"
#include "dungeon_random_1.h"
#include "dungeon_util.h"