Document Pokedex Screen

This commit is contained in:
PikalaxALT
2021-04-21 09:21:53 -04:00
parent cf553c7006
commit 704dc2f913
95 changed files with 1521 additions and 1718 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ u16 GetPokedexHeightWeight(u16 dexNum, u8 data)
s8 GetSetPokedexFlag(u16 nationalDexNo, u8 caseID)
{
return sub_8104AB0(nationalDexNo, caseID, 0);
return DexScreen_GetSetPokedexFlag(nationalDexNo, caseID, 0);
}
u16 GetNationalPokedexCount(u8 caseID)