mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-22 23:17:44 -05:00
10 lines
191 B
C
10 lines
191 B
C
#ifndef GUARD_POKEMON_MID_H
|
|
#define GUARD_POKEMON_MID_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
void PrintPokeNameToBuffer(u8 *, PokemonStruct1 *);
|
|
|
|
bool8 sub_808DA44(s32, u32);
|
|
|
|
#endif // GUARD_POKEMON_MID_H
|