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/mauville_old_man.c | |
parent | aba5264260d023686a08f406651256de324cdf4d (diff) |
Move pokemon and easy chat constants to global, misc clean-up
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c index 06c3b8288..681a3dadf 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -1,7 +1,6 @@ #include "global.h" #include "main.h" #include "constants/songs.h" -#include "constants/easy_chat.h" #include "constants/event_objects.h" #include "mauville_old_man.h" #include "event_data.h" |