diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-21 23:20:13 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-21 23:20:13 -0500 |
commit | d4e8c20f840996049f269ffcd22d7e3feb489696 (patch) | |
tree | 48b8deab17118064ae33bf8924569c834416cb96 /src/diploma.c | |
parent | d35cf06854be09a6bcf5ceb63cdb54cefd6d48a2 (diff) | |
parent | f57340b729d741acae17213c9c748738fcc1dcb3 (diff) |
Merge branch 'master' into link
Diffstat (limited to 'src/diploma.c')
-rw-r--r--[-rwxr-xr-x] | src/diploma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diploma.c b/src/diploma.c index d4a269757..fedc10bd0 100755..100644 --- 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(); |