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/personality_test.c | |
parent | e806b05526bfcc540cb2c1f3165a96e76f6c235d (diff) |
more splitting and labeling with some decomp
Diffstat (limited to 'src/personality_test.c')
-rw-r--r-- | src/personality_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/personality_test.c b/src/personality_test.c index 1ec55e2..5272c88 100644 --- a/src/personality_test.c +++ b/src/personality_test.c @@ -1,7 +1,6 @@ #include "global.h" #include "personality_test.h" #include "constants/emotions.h" -#include "constants/species.h" #include "random.h" #include "file_system.h" #include "pokemon.h" |