mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
10 lines
304 B
C
10 lines
304 B
C
#ifndef POKEHEARTGOLD_UNK_0208E600_H
|
|
#define POKEHEARTGOLD_UNK_0208E600_H
|
|
|
|
#include "pokemon_types_def.h"
|
|
|
|
void MonSetTrainerMemo(Pokemon *mon, PlayerProfile *profile, int strat, int mapsec, HeapID heapId);
|
|
BOOL sub_0208E9E0(u8 eventNo, Pokemon *mon, BOOL isMine);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0208E600_H
|