diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-11 13:51:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 13:51:45 -0600 |
commit | 2b56f43fce75871f2be993d43b483ceefd0bfc0f (patch) | |
tree | 6fefa6a95a940c731ce7e551d1bc5c00a2626db0 /src/roulette.c | |
parent | a51b95150ba86a3982f613886471626f742aeacd (diff) | |
parent | e7672a1aeb5e42d6f4e416ede9f6220122d11743 (diff) |
Merge branch 'master' into assert
Diffstat (limited to 'src/roulette.c')
-rw-r--r-- | src/roulette.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roulette.c b/src/roulette.c index e88c36c01..6d79f9d38 100644 --- a/src/roulette.c +++ b/src/roulette.c @@ -23,7 +23,7 @@ #include "task.h" #include "text.h" #include "trig.h" -#include "unknown_task.h" +#include "scanline_effect.h" asm(".include \"constants/gba_constants.inc\""); @@ -578,7 +578,7 @@ void sub_8115384(void) { case 0x0: SetVBlankCallback(NULL); - remove_some_task(); + ScanlineEffect_Stop(); sub_80F9438(); sub_80F9368(); REG_BG2CNT = 0x4686; |