diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:37:26 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:37:26 -0600 |
commit | cf7ffa568a2a09c761bae6aa4c70b8d8913c3e81 (patch) | |
tree | 01939942a71410760ea71e6c0294b55908c51beb /src/easy_chat_2.c | |
parent | 0be27e16d2bea0fb4a9145849706779501ae3450 (diff) |
rename unknown_task to scanline_effect
Diffstat (limited to 'src/easy_chat_2.c')
-rw-r--r-- | src/easy_chat_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat_2.c b/src/easy_chat_2.c index 66af7fc04..48e005cab 100644 --- a/src/easy_chat_2.c +++ b/src/easy_chat_2.c @@ -17,7 +17,7 @@ #include "strings.h" #include "strings2.h" #include "trig.h" -#include "unknown_task.h" +#include "scanline_effect.h" extern void sub_8095C8C(); extern void sub_809D104(void *, u16, u16, const void *, u16, u16, u16, u16); |