summaryrefslogtreecommitdiff
path: root/src/scene/credits.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/scene/credits.c
parente57ffa0c5e3096ef8e856bbc1f2c95787c5dd0e2 (diff)
s/gWindowConfig/gWindowTemplate/g
Diffstat (limited to 'src/scene/credits.c')
-rw-r--r--src/scene/credits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scene/credits.c b/src/scene/credits.c
index 54b517a91..f113fe965 100644
--- a/src/scene/credits.c
+++ b/src/scene/credits.c
@@ -474,8 +474,8 @@ void sub_81439D0(void)
taskIdC = gTasks[taskIdA].data[TDA_TASK_C_ID];
gTasks[taskIdC].data[TDC_0] = 40;
- SetUpWindowConfig(&gWindowConfig_81E7208);
- InitMenuWindow(&gWindowConfig_81E7208);
+ SetUpWindowConfig(&gWindowTemplate_81E7208);
+ InitMenuWindow(&gWindowTemplate_81E7208);
LoadPalette(&gUnknown_0840B7BC, 0x80, sizeof(gUnknown_0840B7BC));
CpuCopy16(&gUnknown_0840B7FC, (void *)(VRAM + 0xBEE0), sizeof(gUnknown_0840B7FC));