diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-17 23:25:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 23:25:11 -0500 |
commit | 2f1285e4393deef290790e04cbb8d50b9fd007f5 (patch) | |
tree | fa9008354f56ecb3ff48c266dc0474a1c621f6c9 /src/easy_chat.c | |
parent | ebd3a1371757839c260256e2d8101fc6448b2915 (diff) | |
parent | da93247ea805fa5ade9fe2316dee827553d09e43 (diff) |
Merge pull request #174 from garakmon/object_event
Dissassemble Event Object Data
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index be617133b..1d2873fc2 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -25,7 +25,7 @@ #include "text_window.h" #include "window.h" #include "constants/easy_chat.h" -#include "constants/map_objects.h" +#include "constants/object_events.h" #include "constants/flags.h" #include "constants/songs.h" #include "constants/species.h" |