diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-24 13:14:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-24 13:14:50 -0400 |
commit | 74e2a0e123be0ecd0e0df516ce242aea9c348117 (patch) | |
tree | a72251dbaad4ae8770a1895a6a416bf27fea0e50 /src/diploma.c | |
parent | 3edbbb1758727fe7e74dbcba4844a186fdc8897f (diff) | |
parent | d179300de71b214e6d5808b3780457ce41b3c92a (diff) |
Merge pull request #88 from ultima-soul/pokedex_2
Port/Decompile pokedex.c and Dump Pokedex Entries and Text to C
Diffstat (limited to 'src/diploma.c')
-rw-r--r-- | src/diploma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diploma.c b/src/diploma.c index e89bdc7d7..7fa140430 100644 --- a/src/diploma.c +++ b/src/diploma.c @@ -132,7 +132,7 @@ static void Task_DiplomaInit(u8 taskId) CopyToBgTilemapBuffer(1, gUnknown_84154E8, 0, 0); break; case 4: - if (HasAllKantoMons()) + if (HasAllMons()) { SetGpuReg(REG_OFFSET_BG1HOFS, 0x100); } @@ -265,7 +265,7 @@ static void DiplomaPrintText(void) u32 width; DynamicPlaceholderTextUtil_Reset(); DynamicPlaceholderTextUtil_SetPlaceholderPtr(0, gSaveBlock2Ptr->playerName); - if (HasAllKantoMons()) + if (HasAllMons()) { DynamicPlaceholderTextUtil_SetPlaceholderPtr(1, gUnknown_841B68F); } |