diff options
author | camthesaxman <cameronghall@cox.net> | 2018-02-05 17:38:23 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-02-05 17:38:23 -0600 |
commit | 607cba8c2e5253874f378cd6280fd066b0c9fa3d (patch) | |
tree | 8894b0b686adc29286d078500932306fabbc2973 /src/berry_fix_program.c | |
parent | 663ecd00145da49fda7d2509d629d737ea633cd8 (diff) | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
Merge branch 'master' into battle_refactor
Diffstat (limited to 'src/berry_fix_program.c')
-rw-r--r-- | src/berry_fix_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_fix_program.c b/src/berry_fix_program.c index f487489d4..7b968a221 100644 --- a/src/berry_fix_program.c +++ b/src/berry_fix_program.c @@ -6,7 +6,7 @@ #include "main.h" #include "sprite.h" #include "task.h" -#include "unknown_task.h" +#include "scanline_effect.h" #include "window.h" #include "text.h" #include "menu.h" |