2023-09-01 06:02:08 +00:00
|
|
|
#ifndef GUARD_POKEMON_MID_H
|
|
|
|
#define GUARD_POKEMON_MID_H
|
|
|
|
|
2023-09-07 04:13:17 +00:00
|
|
|
#include "pokemon.h"
|
|
|
|
|
2023-09-19 00:54:51 +00:00
|
|
|
bool8 ComparePokemonNames(s16, s16);
|
2023-09-09 23:53:10 +00:00
|
|
|
void PrintPokeNameToBuffer(u8 *buffer, PokemonStruct1 *pokemon);
|
2023-11-20 06:13:51 +00:00
|
|
|
void GetPokemonLevelData(LevelData* a1, s16 _id, s32 level);
|
|
|
|
const u8* DecompressMoveID(const u8* a1, u16* moveID);
|
2023-09-07 04:13:17 +00:00
|
|
|
|
2023-09-01 06:02:08 +00:00
|
|
|
bool8 sub_808DA44(s32, u32);
|
|
|
|
|
2023-11-20 06:13:51 +00:00
|
|
|
#endif // GUARD_POKEMON_MID_H
|