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/ereader_helpers.c | |
parent | aba5264260d023686a08f406651256de324cdf4d (diff) |
Move pokemon and easy chat constants to global, misc clean-up
Diffstat (limited to 'src/ereader_helpers.c')
-rwxr-xr-x | src/ereader_helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ereader_helpers.c b/src/ereader_helpers.c index 0de87602e..c3f17f234 100755 --- a/src/ereader_helpers.c +++ b/src/ereader_helpers.c @@ -10,7 +10,6 @@ #include "task.h" #include "util.h" #include "trainer_hill.h" -#include "constants/easy_chat.h" #include "constants/trainers.h" #include "constants/moves.h" #include "constants/items.h" |