summaryrefslogtreecommitdiff
path: root/src/debug/sound_check_menu.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-09 00:16:15 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-09 00:16:15 -0600
commit8869cbc98e2f8e761e9ff89182933643992e2bd7 (patch)
tree451264077e87b691daf35d7fc4ae022544788dd5 /src/debug/sound_check_menu.c
parente57ffa0c5e3096ef8e856bbc1f2c95787c5dd0e2 (diff)
s/gWindowConfig/gWindowTemplate/g
Diffstat (limited to 'src/debug/sound_check_menu.c')
-rw-r--r--src/debug/sound_check_menu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/debug/sound_check_menu.c b/src/debug/sound_check_menu.c
index 4f4a7bd06..411ff6f54 100644
--- a/src/debug/sound_check_menu.c
+++ b/src/debug/sound_check_menu.c
@@ -132,8 +132,8 @@ void CB2_StartSoundCheckMenu(void)
ResetPaletteFade();
ResetTasks();
ResetSpriteData();
- SetUpWindowConfig(&gWindowConfig_81E6C3C);
- InitMenuWindow(&gWindowConfig_81E6CE4);
+ SetUpWindowConfig(&gWindowTemplate_81E6C3C);
+ InitMenuWindow(&gWindowTemplate_81E6CE4);
BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, 0);
REG_WIN0H = WIN_RANGE(0, 0);
REG_WIN0V = WIN_RANGE(0, 0);
@@ -1217,8 +1217,8 @@ void Task_InitCryTest(u8 taskId)
struct CryRelatedStruct cryStruct, cryStruct2;
u8 zero;
- SetUpWindowConfig(&gWindowConfig_81E6C3C);
- InitMenuWindow(&gWindowConfig_81E6CE4);
+ SetUpWindowConfig(&gWindowTemplate_81E6C3C);
+ InitMenuWindow(&gWindowTemplate_81E6CE4);
gSoundTestCryNum = 1;
ResetSpriteData();
FreeAllSpritePalettes();