diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-12-17 22:51:40 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-12-17 22:51:40 -0600 |
commit | 6a674e1e83db097d7a31a3786d12e42987f09f70 (patch) | |
tree | 2aaad3869de2a5ec02f71b30cd325e066d944d1f /include/pokemon_icon.h | |
parent | 720bd555bce8141e5e321e082cf80e7f4401d455 (diff) | |
parent | 46fa2557d777096803ff90ba95d5500a9c03d2c5 (diff) |
Merge remote-tracking branch 'Egg/decompile_mail_data'
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r-- | include/pokemon_icon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index b6d21823e..e0a9aa0c5 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -3,6 +3,7 @@ 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_80D2F68(u16 iconId); u8 sub_80D2D78(u16 iconId, void callback(struct Sprite *), u16 x, u16 y, u16 a4, u8 a5); |