summaryrefslogtreecommitdiff
path: root/src/diploma.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-01-21 06:59:13 -0600
committerGitHub <noreply@github.com>2018-01-21 06:59:13 -0600
commit0db23bc215000bbad41968ba5a650e55f86ceb71 (patch)
tree2d42133425d9f4bd20b04b80d506668318ee9283 /src/diploma.c
parent8a60952fc01ada92e029be488481a29da32f47eb (diff)
parente0fbd5daad0646c77d1f587d2763bc707df5d417 (diff)
Merge pull request #164 from DizzyEggg/decompile_option_menu
Decompile option menu
Diffstat (limited to 'src/diploma.c')
-rwxr-xr-xsrc/diploma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diploma.c b/src/diploma.c
index d4a269757..fedc10bd0 100755
--- a/src/diploma.c
+++ b/src/diploma.c
@@ -72,7 +72,7 @@ void CB2_ShowDiploma(void)
DmaFill16(3, 0, VRAM, VRAM_SIZE);
DmaFill32(3, 0, OAM, OAM_SIZE);
DmaFill16(3, 0, PLTT, PLTT_SIZE);
- remove_some_task();
+ ScanlineEffect_Stop();
ResetTasks();
ResetSpriteData();
ResetPaletteFade();