diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 23:13:47 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 23:15:33 -0500 |
commit | 2a2a0805b481b8425b4d1047d868fb1159993e6c (patch) | |
tree | aacd438bd14b32c816c54a564785fd9716e70fae /src/dungeon_ai_1.c | |
parent | 3bbb6035e746cdb83b128b1d6153436756cb3be0 (diff) |
Decomped HasType()
Diffstat (limited to 'src/dungeon_ai_1.c')
-rw-r--r-- | src/dungeon_ai_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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] = { { |