mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
18 lines
419 B
C
18 lines
419 B
C
#ifndef POKEHEARTGOLD_UNK_020215A0_H
|
|
#define POKEHEARTGOLD_UNK_020215A0_H
|
|
|
|
#include "heap.h"
|
|
|
|
typedef struct UnkStruct_020215A0 {
|
|
u32 filler_00[3];
|
|
HeapID heapId;
|
|
} UnkStruct_020215A0;
|
|
|
|
void sub_020216F4(u32, u32, u32);
|
|
void sub_020215C0(UnkStruct_020215A0 *a0, int a1, int a2);
|
|
void sub_0202168C(void);
|
|
void sub_020216C8(void);
|
|
void sub_020215A0(UnkStruct_020215A0 *a0);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020215A0_H
|