summaryrefslogtreecommitdiff
path: root/src/diploma.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-08-25 23:56:09 -0500
committerGitHub <noreply@github.com>2019-08-25 23:56:09 -0500
commitad941680d85d1b280786f5c4a7a246f4d87dd5e9 (patch)
tree92e702bcf1380708eecf76d57f3e81ef81936a42 /src/diploma.c
parent8e7abad720481b46da460d1072ca5a84671fd3a3 (diff)
parentd3ea25ee7f40c3334a7acdefec8afd65ed7ec56c (diff)
Merge pull request #788 from ultima-soul/documentation
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);