diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
commit | f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (patch) | |
tree | 3ac5b9f61650299f96095e3d3c09ad771793be08 /src/pokemon_mid.c | |
parent | e806b05526bfcc540cb2c1f3165a96e76f6c235d (diff) |
more splitting and labeling with some decomp
Diffstat (limited to 'src/pokemon_mid.c')
-rw-r--r-- | src/pokemon_mid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pokemon_mid.c b/src/pokemon_mid.c index 9653217..d5ae74a 100644 --- a/src/pokemon_mid.c +++ b/src/pokemon_mid.c @@ -1,6 +1,5 @@ #include "global.h" #include "pokemon.h" -#include "constants/species.h" extern struct gPokemon *gMonsterParameters; extern const char gUnknown_8107600[]; |