diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 15:00:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 15:00:51 -0400 |
commit | 9f78a9adb195635f0e6fd76141cbf51e65114629 (patch) | |
tree | 1e32072eefa9ad5a8dd3116dd3ae6bc783d233dd /include/pokedex.h | |
parent | 45c27a8336f4c87f637104fdcee41abbe29d00c2 (diff) |
Decompile unk_0206BB28
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 11058569..891fddb5 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -2,6 +2,8 @@ #define POKEDIAMOND_POKEDEX_H #include "global.h" +#include "pokemon.h" +#include "save_block_2.h" struct Pokedex { |