mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
14 lines
346 B
C
14 lines
346 B
C
#ifndef POKEPLATINUM_UNK_020997B8_H
|
|
#define POKEPLATINUM_UNK_020997B8_H
|
|
|
|
#include "struct_defs/struct_020997B8.h"
|
|
|
|
#include "pokemon.h"
|
|
|
|
UnkStruct_020997B8 *sub_020997B8(u32 heapID);
|
|
void sub_020997D0(UnkStruct_020997B8 *param0);
|
|
u16 *sub_020997D8(Pokemon *mon, u32 heapID);
|
|
BOOL sub_020998D8(u16 *param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_020997B8_H
|