diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-10 14:31:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 14:31:53 -0400 |
commit | a9bc506b32a13381ce60ad616cec532b82fcf660 (patch) | |
tree | 7b9baa6d26e1cd6ea99b4aa266de6b0cf914978c /src/easy_chat_3.c | |
parent | c40d7241ff2d2c0220550339b27a2725aac856fe (diff) | |
parent | 7209db3397451f4b1424e01fb8950d4d74f8f4fa (diff) |
Merge pull request #295 from PikalaxALT/naming_screen
Naming screen
Diffstat (limited to 'src/easy_chat_3.c')
-rw-r--r-- | src/easy_chat_3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat_3.c b/src/easy_chat_3.c index 3d9d6c9f7..1501762bc 100644 --- a/src/easy_chat_3.c +++ b/src/easy_chat_3.c @@ -1,6 +1,6 @@ #include "global.h" #include "gflib.h" -#include "data_8479668.h" +#include "keyboard_text.h" #include "decompress.h" #include "easy_chat.h" #include "graphics.h" |