mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
16 lines
283 B
C
16 lines
283 B
C
#ifndef POKEDIAMOND_UNK_0206439C_H
|
|
#define POKEDIAMOND_UNK_0206439C_H
|
|
|
|
struct Pokemon;
|
|
struct SaveBlock2;
|
|
|
|
struct UnkStruct_0206439C
|
|
{
|
|
struct Pokemon* pokemon;
|
|
void* unk4;
|
|
};
|
|
|
|
struct UnkStruct_0206439C* FUN_0206439C(u32 heap_id, u8 mon_idx, struct SaveBlock2* sav2);
|
|
|
|
#endif
|