mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
25 lines
478 B
C
25 lines
478 B
C
#ifndef POKEHEARTGOLD_UNK_0201660C_H
|
|
#define POKEHEARTGOLD_UNK_0201660C_H
|
|
|
|
#include "heap.h"
|
|
#include "window.h"
|
|
|
|
typedef struct Unk122_021E6900 {
|
|
BGCONFIG *unk0;
|
|
int unk4;
|
|
int unk8;
|
|
int unkC;
|
|
u8 unk10;
|
|
u8 unk11;
|
|
u8 unk12;
|
|
u8 unk13;
|
|
} Unk122_021E6900;
|
|
|
|
void sub_020166FC(void *, Unk122_021E6900 *);
|
|
int sub_020168F4(void *);
|
|
void sub_020169CC(void *);
|
|
void *sub_0201660C(HeapID);
|
|
void sub_02016624(void *);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0201660C_H
|