diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-24 11:17:11 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-24 11:17:11 -0700 |
commit | d3ea25ee7f40c3334a7acdefec8afd65ed7ec56c (patch) | |
tree | 92e702bcf1380708eecf76d57f3e81ef81936a42 /src/diploma.c | |
parent | 8e7abad720481b46da460d1072ca5a84671fd3a3 (diff) |
Synchronize with pokefirered pokedex.c.
Diffstat (limited to 'src/diploma.c')
-rw-r--r-- | src/diploma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diploma.c b/src/diploma.c index 92c7df703..8e0901fa8 100644 --- a/src/diploma.c +++ b/src/diploma.c @@ -127,7 +127,7 @@ static void Task_DiplomaFadeOut(u8 taskId) static void DisplayDiplomaText(void) { - if (sub_80C0944()) + if (HasAllMons()) { SetGpuReg(REG_OFFSET_BG1HOFS, DISPCNT_BG0_ON); StringCopy(gStringVar1, gText_DexNational); |