summaryrefslogtreecommitdiff
path: root/src/evolution_scene.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-12 16:53:04 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-12 16:53:04 -0500
commita185f8a26dc5e5a04908c272ab54bede7af8a10c (patch)
tree9e427bbb6c06e6e6693bd5dfeed04140acb5554e /src/evolution_scene.c
parent3b3d1596526ad0b19f7042d5176d92eac4738451 (diff)
lots more relabeling
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r--src/evolution_scene.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c
index eeeb04f56..d0bd219cd 100644
--- a/src/evolution_scene.c
+++ b/src/evolution_scene.c
@@ -212,7 +212,7 @@ void EvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, bool8 canStopEvo,
gUnknown_030041B8 = 0;
InitWindowFromConfig(&gUnknown_03004210, &gWindowConfig_81E6C58);
- gBattleTerrain = 9;
+ gBattleTerrain = BATTLE_TERRAIN_PLAIN;
sub_800D6D4();
sub_800DAB8();
@@ -320,7 +320,7 @@ static void CB2_EvolutionSceneLoadGraphics(void)
gUnknown_030041B8 = 0;
InitWindowFromConfig(&gUnknown_03004210, &gWindowConfig_81E6C58);
- gBattleTerrain = 9;
+ gBattleTerrain = BATTLE_TERRAIN_PLAIN;
sub_800D6D4();
sub_800DAB8();