diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-08 03:07:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 03:07:50 -0500 |
commit | 9140594b233b08d05d0832b62d3e64d50528a460 (patch) | |
tree | 1175aa70b24f9c07b8089e23b2e8e7fdcba1b524 /src/evolution_scene.c | |
parent | e19b9c9d467aa51c1ca550d2d9af4e3e9e5fd11e (diff) | |
parent | 030784dece994daf90ac1cb06a44912245b519ea (diff) |
Merge branch 'master' into doc-littleroot
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r-- | src/evolution_scene.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c index 929539d30..019d48416 100644 --- a/src/evolution_scene.c +++ b/src/evolution_scene.c @@ -235,7 +235,7 @@ void EvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, bool8 canStopEvo, gBattleTerrain = BATTLE_TERRAIN_PLAIN; - sub_80356D0(); + InitBattleBgsVideo(); LoadBattleTextboxAndBackground(); ResetSpriteData(); ScanlineEffect_Stop(); @@ -341,7 +341,7 @@ static void CB2_EvolutionSceneLoadGraphics(void) gBattleTerrain = BATTLE_TERRAIN_PLAIN; - sub_80356D0(); + InitBattleBgsVideo(); LoadBattleTextboxAndBackground(); ResetSpriteData(); FreeAllSpritePalettes(); |