diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-04 23:40:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-04 23:40:09 -0400 |
commit | 008a0504b5fd6a5e633e1be3bbe1f10e28bbe9d3 (patch) | |
tree | 2dd04031f0d98c46db80de5c1bf7718c91b01514 /include | |
parent | 1de75f32304d880d96f38778cd4b711ec5bc760b (diff) |
Make static labels static
Diffstat (limited to 'include')
-rw-r--r-- | include/pokeball.h | 1 | ||||
-rw-r--r-- | include/pokemon_summary_screen.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/pokeball.h b/include/pokeball.h index 19f813415..0a709c869 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -7,5 +7,6 @@ void CreatePokeballSprite(u8 r0, u8 r1, u8 r2, u8 r3, u8 s1, u8 s2, u8 s3, u32 s void sub_804777C(u8); void sub_80478DC(u8); void sub_804794C(u8); +u8 sub_8047580(u8, u8, u8, u8, u8, u8, u8, u32); #endif // GUARD_POKEBALL_H diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index c1b99c367..845e39990 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -13,5 +13,6 @@ u8 *sub_80A1E9C(u8 *dest, const u8 *src, u8); u8 *PokemonSummaryScreen_CopyPokemonLevel(u8 *dest, u8 level); u8 PokemonSummaryScreen_CheckOT(struct Pokemon *pokemon); bool8 CheckPartyPokerus(struct Pokemon *, u8); +bool8 sub_8040A3C(u16); #endif // GUARD_POKEMON_SUMMARY_SCREEN_H |