summaryrefslogtreecommitdiff
path: root/include/pokemon_3.h
blob: 9a32d4771dbb30e4de1dcecf15110ebbd56f0321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GUARD_POKEMON_3_H
#define GUARD_POKEMON_3_H

#include "global.h"

const u8* GetTrainerClassNameFromId(u16 trainerId);
const u8* GetTrainerNameFromId(u16 trainerId);
void * OakSpeechNidoranFSetup(u8, u8);
void OakSpeechNidoranFFreeResources(void);
void * OakSpeechNidoranFGetBuffer(u8 buffId);

#endif // GUARD_POKEMON_3_H