diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-01-23 23:37:45 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-23 23:37:45 -0600 | 
| commit | e5596be256349f957f0543f4aa45fad9d1bb801a (patch) | |
| tree | 74b09008c3abe75f255fbfdc5ec11e63dff5120b /include/pokemon_icon.h | |
| parent | f57340b729d741acae17213c9c748738fcc1dcb3 (diff) | |
| parent | b8b0431477b841162b48b30afb46bb31c11960a0 (diff) | |
Merge pull request #185 from Diegoisawesome/master
Decompile naming_screen
Diffstat (limited to 'include/pokemon_icon.h')
| -rw-r--r-- | include/pokemon_icon.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index e0a9aa0c5..e7fc81ce4 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -5,9 +5,11 @@ const u8 *GetMonIconPtr(u16 speciesId, u32 personality, u32 frameNo);  const u16 *GetValidMonIconPalettePtr(u16 speciesId);  u16 GetUnownLetterByPersonality(u32 personality);  u16 sub_80D2E84(u16 speciesId); +void sub_80D2F04(void);  void sub_80D2F68(u16 iconId);  u8 sub_80D2D78(u16 iconId, void callback(struct Sprite *), u16 x, u16 y, u16 a4, u8 a5);  void sub_80D2FF0(u16 iconId);  void sub_80D2EF8(struct Sprite *sprite); +u8 CreateMonIcon(u16 species, void (*callback)(struct Sprite *), s16 x, s16 y, u8 subpriority, u32 personality, int a7);  #endif // GUARD_POKEMON_ICON_H | 
