From 2a2a0805b481b8425b4d1047d868fb1159993e6c Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sun, 13 Feb 2022 23:13:47 -0500 Subject: Decomped HasType() --- src/dungeon_ai_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon_ai_1.c') diff --git a/src/dungeon_ai_1.c b/src/dungeon_ai_1.c index 4550c83..78c899f 100644 --- a/src/dungeon_ai_1.c +++ b/src/dungeon_ai_1.c @@ -3,7 +3,7 @@ #include "constants/status.h" #include "constants/targeting.h" -#include "dungeon_pokemon_attributes_1.h" +#include "dungeon_pokemon_attributes.h" const u8 gTargetingData[3][2][2][2] = { { -- cgit v1.2.3