diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-12 17:10:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 17:10:52 -0400 |
commit | ad274b9561d16589d8099a3671617e2255c1e9c5 (patch) | |
tree | eac97aaca6a507e754fa15124c89b14e495060bd /include | |
parent | 39d68ebd445be5657a916dec1b4872717e9c40d3 (diff) | |
parent | 185cd074035c41d4550a150139b1eeb34541ace8 (diff) |
Merge pull request #79 from gwimm/master
decompile: diploma.s
Diffstat (limited to 'include')
-rw-r--r-- | include/overworld.h | 1 | ||||
-rw-r--r-- | include/pokedex.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 60fa566f7..799389353 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -104,6 +104,7 @@ extern bool8 (* gFieldCallback2)(void); void SetLastHealLocationWarp(u8 healLocaionId); void sub_8055864(u8 mapGroup, u8 mapNum); +void CB2_Overworld(void); void CB2_NewGame(void); bool8 Overworld_MapTypeAllowsTeleportAndFly(u8 mapType); void Overworld_ResetStateAfterTeleport(void); diff --git a/include/pokedex.h b/include/pokedex.h index b389bf821..c4ec27e0b 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -7,7 +7,8 @@ void ResetPokedex(void); void CopyMonCategoryText(u16 species, u8 *dst); u16 GetPokedexHeightWeight(u16 dexNum, u8 data); u16 GetNationalPokedexCount(u8); -u16 GetHoennPokedexCount(u8); +u16 GetKantoPokedexCount(u8); +bool16 HasAllKantoMons(void); u8 CreateDexDisplayMonDataTask(u16 dexNum, u32 trainerId, u32 personality); enum |