summaryrefslogtreecommitdiff
path: root/src/diploma.c
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-08-24 11:17:11 -0700
committerultima-soul <akshayjhanji@hotmail.com>2019-08-24 11:17:11 -0700
commitd3ea25ee7f40c3334a7acdefec8afd65ed7ec56c (patch)
tree92e702bcf1380708eecf76d57f3e81ef81936a42 /src/diploma.c
parent8e7abad720481b46da460d1072ca5a84671fd3a3 (diff)
Synchronize with pokefirered pokedex.c.
Diffstat (limited to 'src/diploma.c')
-rw-r--r--src/diploma.c2
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);