diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-21 15:18:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 15:18:26 -0400 |
commit | dbf3de7755136f434a1fc07496d2a685e752ef08 (patch) | |
tree | f58267820cc9e82724618343f1b7918c1cafc904 /src/pokedex.c | |
parent | cf553c7006f2b7a290a1f000f40e437f102acb71 (diff) | |
parent | 4b0dd3e40622b9f84f4a3c4709674bc2361b9adf (diff) |
Merge pull request #423 from PikalaxALT/doc_pokedex_screen
Document Pokedex Screen
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index c49767ea9..e3e83c3c4 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -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) |