mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-21 11:25:53 -05:00
10 lines
312 B
C
10 lines
312 B
C
#ifndef POKEHEARTGOLD_UNK_0208E600_H
|
|
#define POKEHEARTGOLD_UNK_0208E600_H
|
|
|
|
#include "pokemon_types_def.h"
|
|
|
|
void MonSetTrainerMemo(POKEMON *pokemon, PLAYERPROFILE *profile, int strat, int mapsec, HeapID heapId);
|
|
BOOL sub_0208E9E0(u8 eventNo, POKEMON *pokemon, BOOL isMine);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0208E600_H
|