summaryrefslogtreecommitdiff
path: root/src/scene/egg_hatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene/egg_hatch.c')
-rw-r--r--src/scene/egg_hatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scene/egg_hatch.c b/src/scene/egg_hatch.c
index 8d961ad1f..e76f5b47c 100644
--- a/src/scene/egg_hatch.c
+++ b/src/scene/egg_hatch.c
@@ -471,8 +471,8 @@ static void CB2_EggHatch_0(void)
gSpecialVar_0x8005 = GetCurrentMapMusic();
break;
case 1:
- SetUpWindowConfig(&gWindowConfig_81E6F84);
- Text_InitWindowWithTemplate(&gEggHatchData->window, &gWindowConfig_81E6F84);
+ SetUpWindowConfig(&gWindowTemplate_81E6F84);
+ Text_InitWindowWithTemplate(&gEggHatchData->window, &gWindowTemplate_81E6F84);
gEggHatchData->tileDataStartOffset = TextWindow_SetBaseTileNum(20);
TextWindow_LoadStdFrameGraphics(&gEggHatchData->window);
gMain.state++;