diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-09 00:16:15 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-09 00:16:15 -0600 |
commit | 8869cbc98e2f8e761e9ff89182933643992e2bd7 (patch) | |
tree | 451264077e87b691daf35d7fc4ae022544788dd5 /src/easy_chat_1.c | |
parent | e57ffa0c5e3096ef8e856bbc1f2c95787c5dd0e2 (diff) |
s/gWindowConfig/gWindowTemplate/g
Diffstat (limited to 'src/easy_chat_1.c')
-rw-r--r-- | src/easy_chat_1.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/easy_chat_1.c b/src/easy_chat_1.c index 908e4b9d6..8d68adfe9 100644 --- a/src/easy_chat_1.c +++ b/src/easy_chat_1.c @@ -16,8 +16,8 @@ #include "strings.h" #include "unknown_task.h" -extern const struct WindowTemplate gWindowConfig_81E6D54; -extern const struct WindowTemplate gWindowConfig_81E6DA8; +extern const struct WindowTemplate gWindowTemplate_81E6D54; +extern const struct WindowTemplate gWindowTemplate_81E6DA8; extern void sub_80546B8(void); @@ -305,11 +305,11 @@ void sub_80E62F8(void) FreeAllSpritePalettes(); break; case 1: - SetUpWindowConfig(&gWindowConfig_81E6DA8); + SetUpWindowConfig(&gWindowTemplate_81E6DA8); break; case 2: - InitMenuWindow(&gWindowConfig_81E6D54); - InitMenuWindow(&gWindowConfig_81E6DA8); + InitMenuWindow(&gWindowTemplate_81E6D54); + InitMenuWindow(&gWindowTemplate_81E6DA8); Menu_EraseScreen(); break; case 3: |