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/code_8057824.c | |
parent | 3bbb6035e746cdb83b128b1d6153436756cb3be0 (diff) |
Decomped HasType()
Diffstat (limited to 'src/code_8057824.c')
-rw-r--r-- | src/code_8057824.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8057824.c b/src/code_8057824.c index 172f949..d763925 100644 --- a/src/code_8057824.c +++ b/src/code_8057824.c @@ -2,6 +2,7 @@ #include "dungeon_global_data.h" #include "dungeon_entity.h" #include "constants/move.h" +#include "moves.h" extern u32 gUnknown_80FCF74; extern u32 gUnknown_80FCF80; @@ -30,7 +31,6 @@ extern void sub_806F370(struct DungeonEntity *r0, struct DungeonEntity *r1, u32, extern u32 gUnknown_80FD018; extern s16 sub_8057600(void*, u32); -extern u32 GetMoveType(void*); bool32 sub_8057824(struct DungeonEntity *param_1, struct DungeonEntity *param_2) { |