diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-12-28 18:07:41 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-12-28 18:07:41 -0500 |
commit | aadab8b0167f1f74a28d4234509faffd8dca7bc2 (patch) | |
tree | 878fb05106e02de42183eb29e5688cfe5077f87d /src/apprentice.c | |
parent | aba5264260d023686a08f406651256de324cdf4d (diff) |
Move pokemon and easy chat constants to global, misc clean-up
Diffstat (limited to 'src/apprentice.c')
-rw-r--r-- | src/apprentice.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/apprentice.c b/src/apprentice.c index 2ab2f0e5a..591ab79e4 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -23,9 +23,7 @@ #include "task.h" #include "text.h" #include "constants/battle_frontier.h" -#include "constants/easy_chat.h" #include "constants/items.h" -#include "constants/pokemon.h" #include "constants/songs.h" #include "constants/trainers.h" #include "constants/moves.h" |