diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-21 21:58:35 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-21 21:58:35 +0100 |
commit | c7ca38ccf3a93c8f2880f1d0370d20aea46bd6be (patch) | |
tree | 058b846de2b950ea7dae06fb6cec16b9ac964a9c /src/dewford_trend.c | |
parent | 3c77ce5b5b1938665bf7ba3e2624e5df27cd871d (diff) |
Match DecompressGlyphTile
Diffstat (limited to 'src/dewford_trend.c')
-rw-r--r-- | src/dewford_trend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dewford_trend.c b/src/dewford_trend.c index 44b42c123..3050ebecf 100644 --- a/src/dewford_trend.c +++ b/src/dewford_trend.c @@ -1,13 +1,14 @@ #include "global.h" #include "dewford_trend.h" #include "easy_chat.h" -#include "constants/easy_chat.h" #include "event_data.h" #include "link.h" #include "malloc.h" #include "random.h" #include "text.h" #include "tv.h" +#include "string_util.h" +#include "constants/easy_chat.h" // static functions static void sub_8122804(struct EasyChatPair *s, u16 b, u8 c); |