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/pokemon/pokedex.c | |
parent | 0be27e16d2bea0fb4a9145849706779501ae3450 (diff) |
rename unknown_task to scanline_effect
Diffstat (limited to 'src/pokemon/pokedex.c')
-rw-r--r-- | src/pokemon/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon/pokedex.c b/src/pokemon/pokedex.c index 48ce26bb8..306cac3c9 100644 --- a/src/pokemon/pokedex.c +++ b/src/pokemon/pokedex.c @@ -23,7 +23,7 @@ #include "strings.h" #include "task.h" #include "trig.h" -#include "unknown_task.h" +#include "scanline_effect.h" #include "ewram.h" #define NATIONAL_DEX_COUNT 386 |