diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-13 12:18:32 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-13 12:18:32 +0200 |
commit | b229a1c295f9c4a722959ec564a1cb86d1a9eaef (patch) | |
tree | 59bb968ae154c586342dfee05d9cc8b2c1776b4f /include/pokemon.h | |
parent | e382a73e9d706fee763723b5a275b36db3b0fc97 (diff) | |
parent | 428dd0e0a8539b171fccc59ea717fda970a22e91 (diff) |
Merge branch 'master' into decompile_reshow_battle_screen
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 263a37426..c26c28afa 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -642,6 +642,7 @@ void UpdatePartyPokerusTime(u16 days); void PartySpreadPokerus(struct Pokemon *party); s8 GetMonFlavourRelation(struct Pokemon *mon, u8 a2); s8 GetFlavourRelationByPersonality(u32 personality, u8 a2); +u8 GetItemEffectParamOffset(u16 itemId, u8 effectByte, u8 effectBit); #include "sprite.h" |