pokeplatinum/include/main_menu/gba_pokemon.h
2025-08-04 23:47:20 +02:00

12 lines
432 B
C

#ifndef POKEPLATINUM_MAIN_MENU_GBA_POKEMON_H
#define POKEPLATINUM_MAIN_MENU_GBA_POKEMON_H
#include "main_menu/gba_save.h"
u32 GBABoxPokemon_GetData(GBABoxPokemon *gbaBoxMon, int field, u8 *data);
void GBABoxPokemon_SetData(GBABoxPokemon *gbaBoxMon, int field, const u8 *dataArg);
int GBAPokemon_ConvertSpeciesToDS(int species);
u32 GBABoxPokemon_GetLevel(GBABoxPokemon *gbaBoxMon);
#endif // POKEPLATINUM_MAIN_MENU_GBA_POKEMON_H