summaryrefslogtreecommitdiff
path: root/src/overworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overworld.c')
-rw-r--r--src/overworld.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/overworld.c b/src/overworld.c
index a85cde128..47e23ad35 100644
--- a/src/overworld.c
+++ b/src/overworld.c
@@ -1124,8 +1124,8 @@ void CB2_InitTestMenu(void)
ResetSpriteData();
ResetTasks();
ScanlineEffect_Stop();
- Text_LoadWindowTemplate(&gWindowTemplate_81E6CE4);
- InitMenuWindow(&gWindowTemplate_81E6CE4);
+ Text_LoadWindowTemplate(&gMenuTextWindowTemplate);
+ InitMenuWindow(&gMenuTextWindowTemplate);
debug_sub_8076B68();
BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB(0, 0, 0));
REG_IE |= 1;
@@ -1550,7 +1550,7 @@ bool32 sub_805483C(u8 *a1)
sub_8054814();
sub_8054C54();
Text_LoadWindowTemplate(&gWindowTemplate_81E6C3C);
- InitMenuWindow(&gWindowTemplate_81E6CE4);
+ InitMenuWindow(&gMenuTextWindowTemplate);
(*a1)++;
break;
case 5:
@@ -1616,7 +1616,7 @@ bool32 sub_805493C(u8 *a1, u32 a2)
sub_8054814();
sub_8054C54();
Text_LoadWindowTemplate(&gWindowTemplate_81E6C3C);
- InitMenuWindow(&gWindowTemplate_81E6CE4);
+ InitMenuWindow(&gMenuTextWindowTemplate);
(*a1)++;
break;
case 5:
@@ -1706,7 +1706,7 @@ bool32 sub_8054A9C(u8 *a1)
sub_8054814();
sub_8054C54();
Text_LoadWindowTemplate(&gWindowTemplate_81E6C3C);
- InitMenuWindow(&gWindowTemplate_81E6CE4);
+ InitMenuWindow(&gMenuTextWindowTemplate);
(*a1)++;
break;
case 4:
@@ -1772,7 +1772,7 @@ void sub_8054C2C(void)
sub_8054814();
sub_8054C54();
Text_LoadWindowTemplate(&gWindowTemplate_81E6C3C);
- InitMenuWindow(&gWindowTemplate_81E6CE4);
+ InitMenuWindow(&gMenuTextWindowTemplate);
mapdata_load_assets_to_gpu_and_full_redraw();
}