diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-30 20:23:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-30 20:23:43 -0400 |
commit | 3adc93018bf3deabde775905169c2b87d0560bd9 (patch) | |
tree | b8c7ad379c2e7bdbec6d9c7e4f9021f73243f302 /arm9/src/pokemon.c | |
parent | 73aecdbbbff398c27734f8ed793bb495a5391a4b (diff) |
Decompile mail_message.c
Diffstat (limited to 'arm9/src/pokemon.c')
-rw-r--r-- | arm9/src/pokemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/src/pokemon.c b/arm9/src/pokemon.c index 1f48d0fc..fb1ad894 100644 --- a/arm9/src/pokemon.c +++ b/arm9/src/pokemon.c @@ -12,6 +12,7 @@ #include "string_util.h" #include "text.h" #include "msgdata.h" +#include "itemtool.h" #include "constants/abilities.h" #include "constants/items.h" #include "constants/moves.h" |