mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
10 lines
258 B
C
10 lines
258 B
C
#ifndef POKEHEARTGOLD_POKEMON_MOOD_H
|
|
#define POKEHEARTGOLD_POKEMON_MOOD_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
void ApplyItemEffectOnMonMood(POKEMON *pokemon, u16 itemId);
|
|
void ApplyMonMoodModifier(POKEMON *pokemon, int modifierId);
|
|
|
|
#endif //POKEHEARTGOLD_POKEMON_MOOD_H
|