summaryrefslogtreecommitdiff
path: root/src/field/diploma.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-09 19:19:22 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-09 19:19:22 -0500
commit68131de6fc09b0d9e6b6e0adc711fe0262aa37ad (patch)
treef439ba44f13fe3e102d654f8b6bbe151b4e88e7d /src/field/diploma.c
parentfc66800520a28a6940cee922b60074da1d624157 (diff)
parent1877ba24ca489827f1093858ed58c38ff00a4576 (diff)
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'src/field/diploma.c')
-rw-r--r--src/field/diploma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/field/diploma.c b/src/field/diploma.c
index 27601404c..7028eec02 100644
--- a/src/field/diploma.c
+++ b/src/field/diploma.c
@@ -68,8 +68,8 @@ void CB2_ShowDiploma(void)
ResetPaletteFade();
FreeAllSpritePalettes();
LoadPalette(gDiplomaPalettes, 0, 64);
- SetUpWindowConfig(&gWindowConfig_81E6C3C);
- InitMenuWindow(&gWindowConfig_81E6CE4);
+ Text_LoadWindowTemplate(&gWindowTemplate_81E6C3C);
+ InitMenuWindow(&gWindowTemplate_81E6CE4);
DisplayDiplomaText();
BeginNormalPaletteFade(-1, 0, 0x10, 0, 0);
@@ -135,5 +135,5 @@ static void DisplayDiplomaText(void)
REG_BG3HOFS = 0;
StringCopy(gStringVar1, gOtherText_HoennDex);
}
- MenuPrint(gOtherText_DiplomaCertificationGameFreak, 6, 2);
+ Menu_PrintText(gOtherText_DiplomaCertificationGameFreak, 6, 2);
} \ No newline at end of file