diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-21 20:08:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 20:08:36 +0100 |
commit | 23b396dd3fa539c79f000e7c33468ed916821cfc (patch) | |
tree | 64a1504256557737366efc863e4c8edd53379fa1 /src/trainer_hill.c | |
parent | f84b22fca4a10af909e5212dec2a6029afd0548e (diff) | |
parent | 261955b6ed39fd40f9f70d8e2055db60415054e4 (diff) |
Merge pull request #59 from garakmon/trhill
trainer hill easy chat constants
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r-- | src/trainer_hill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c index a5b5486be..e0a236286 100644 --- a/src/trainer_hill.c +++ b/src/trainer_hill.c @@ -28,6 +28,7 @@ #include "constants/maps.h" #include "constants/species.h" #include "constants/trainers.h" +#include "constants/easy_chat.h" extern bool32 sub_81D3B34(void); |