mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
17 lines
356 B
C
17 lines
356 B
C
#ifndef POKEHEARTGOLD_UNK_020215A0_H
|
|
#define POKEHEARTGOLD_UNK_020215A0_H
|
|
|
|
#include "heap.h"
|
|
|
|
struct UnkStruct_020215A0 {
|
|
u32 filler_00[3];
|
|
HeapID heapId;
|
|
};
|
|
|
|
void sub_020216F4(u32, u32, u32);
|
|
void sub_020215C0(struct UnkStruct_020215A0 *a0, int a1, int a2);
|
|
void sub_0202168C(void);
|
|
void sub_020216C8(void);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020215A0_H
|