diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 19:30:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 19:30:01 +0100 |
commit | f53a39e7a25dd8c7240d4d6c2fd81932927f812e (patch) | |
tree | 5d9929a043f362b53328355114b53aed563a286e /src/evolution_scene.c | |
parent | 0bc7fb92db8658c461f81ef57bc9bc4f3ee80c7b (diff) | |
parent | 0db23bc215000bbad41968ba5a650e55f86ceb71 (diff) |
mystery event labels
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r-- | src/evolution_scene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c index 4b59147ff..5dfc36cb2 100644 --- a/src/evolution_scene.c +++ b/src/evolution_scene.c @@ -269,7 +269,7 @@ void EvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, bool8 canStopEvo, sub_80356D0(); LoadBattleTextboxAndBackground(); ResetSpriteData(); - remove_some_task(); + ScanlineEffect_Stop(); ResetTasks(); FreeAllSpritePalettes(); |