diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-27 13:34:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 13:34:15 -0600 |
commit | 64e648098870bbae6f28ede1e391d0bacab60ffa (patch) | |
tree | 116e6a90c275191d25b9b892fac3851e3674e580 /src/mail.c | |
parent | 1e4f12e6fa9e3b22d4f1a60ca69313b5dec0ca38 (diff) | |
parent | 237261e193d75addf47fc0736b2d9ed10c8d3195 (diff) |
Merge pull request #116 from DizzyEggg/decompile_berry_blender
Decompile berry blender
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mail.c b/src/mail.c index 1ceb1be1a..dddc06feb 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,14 +1,12 @@ - -// Includes #include "global.h" #include "main.h" #include "overworld.h" #include "task.h" #include "unknown_task.h" #include "palette.h" +#include "text.h" #include "menu.h" #include "menu_helpers.h" -#include "text.h" #include "text_window.h" #include "string_util.h" #include "international_string_util.h" |