diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 451c7d1b..d2166c22 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -504,7 +504,8 @@ void SetMonDataInternal(struct Pokemon * pokemon, int attr, void * ptr); void SetMonData(struct Pokemon * pokemon, int attr, void * ptr); void SetBoxMonDataInternal(struct BoxPokemon * pokemon, int attr, void * ptr); void SetBoxMonData(struct BoxPokemon * pokemon, int attr, void * ptr); -void AddMonData(struct Pokemon * pokemon, int attr, u32 amount); -void AddBoxMonData(struct Pokemon * pokemon, int attr, u32 amount); +void AddMonData(struct Pokemon * pokemon, int attr, int amount); +void AddMonDataInternal(struct Pokemon * pokemon, int attr, int amount); +void AddBoxMonData(struct BoxPokemon * pokemon, int attr, int amount); #endif //POKEDIAMOND_POKEMON_H |