diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-10 11:01:29 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-10 11:09:57 -0500 |
commit | 2e80477ea11c265e69658b852c57097fd8a21492 (patch) | |
tree | 3df0755d3a2468805117b4ff8f34d10f53df3734 /src/overworld.c | |
parent | c5bcb67bb871a445b20bbc0c226bc290dc5ba6bc (diff) |
Label move_tutor_menu.c
Diffstat (limited to 'src/overworld.c')
-rw-r--r-- | src/overworld.c | 12 |
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(); } |