diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 17:54:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:54:25 -0400 |
commit | 7ada56f0395ca6d4d6810c6f3762f8e03dc60cb7 (patch) | |
tree | acdd4137cef25d027789bc67ab972d49aeb81b50 /src/naming_screen.c | |
parent | c6b27013cc42161636ae345c913a2bd26c5854fd (diff) | |
parent | e06de33cbdab8ca853bcdd1b4c8909a61aabfcef (diff) |
Merge pull request #1085 from GriffinRichards/doc-overworld
Document field effects / misc overworld
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r-- | src/naming_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c index 84b540e99..ab38db745 100644 --- a/src/naming_screen.c +++ b/src/naming_screen.c @@ -346,7 +346,7 @@ static void NamingScreen_InitBGs(void) ChangeBgY(3, 0, 0); InitStandardTextBoxWindows(); - sub_8197200(); + InitTextBoxGfxAndPrinters(); for (i = 0; i < 5; i++) gNamingScreenData->windows[i] = AddWindow(&gUnknown_0858BE10[i]); |