summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:06:00 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:06:00 -0400
commitb1603bba92dac95fd1621978f21ee9bf107f7b6a (patch)
tree9d86f2a2aed82e2dcbefebe7c5dbdecf3aed607e /include/pokedex.h
parent44dc1a473c8a4ff1c73b776889f2002136c7787d (diff)
parent4767019e4f541a19577a9bfd09851a94b2e3c745 (diff)
Merge remote-tracking branch 'origin/master' into modern_ld
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index aad4849de..12f03e87d 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -48,6 +48,6 @@ bool16 HasAllHoennMons(void);
bool16 HasAllKantoMons(void);
bool16 HasAllMons(void);
-u8 sub_8106B60(u16 species);
+u8 DexScreen_RegisterMonToPokedex(u16 species);
#endif // GUARD_POKEDEX_H