pokeheartgold/include/use_item_on_mon.h
2022-03-15 08:19:04 -04:00

9 lines
185 B
C

#ifndef POKEHEARTGOLD_USE_ITEM_ON_MON_H
#define POKEHEARTGOLD_USE_ITEM_ON_MON_H
#include "pokemon_types_def.h"
void HealParty(PARTY *party);
#endif //POKEHEARTGOLD_USE_ITEM_ON_MON_H