mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
12 lines
371 B
C
12 lines
371 B
C
#ifndef POKEPLATINUM_OV97_02236380_H
|
|
#define POKEPLATINUM_OV97_02236380_H
|
|
|
|
#include "overlay097/box_pokemon_gba.h"
|
|
|
|
u32 GetGBABoxMonData(BoxPokemonGBA *boxMon, int field, u8 *data);
|
|
void SetGBABoxMonData(BoxPokemonGBA *boxMon, int field, const u8 *dataArg);
|
|
int ov97_02236DD0(int param0);
|
|
u32 ov97_02236E00(BoxPokemonGBA *param0);
|
|
|
|
#endif // POKEPLATINUM_OV97_02236380_H
|