diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 05:31:17 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 05:31:17 +0800 |
commit | 1caed4e6320570e9815ef43a4f0ebd14cc52c066 (patch) | |
tree | 0461d66291d97b28b2f6e994a35d01538b5af299 /include/pokemon_3.h | |
parent | 0985206a2998d69c984c6bb4494dec442209c4ca (diff) |
updated headers
Diffstat (limited to 'include/pokemon_3.h')
-rw-r--r-- | include/pokemon_3.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/pokemon_3.h b/include/pokemon_3.h deleted file mode 100644 index 9a32d4771..000000000 --- a/include/pokemon_3.h +++ /dev/null @@ -1,12 +0,0 @@ -#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 |