mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 13:54:59 -05:00
34 lines
699 B
C
34 lines
699 B
C
#ifndef POKEHEARTGOLD_UNK_020183F0_H
|
|
#define POKEHEARTGOLD_UNK_020183F0_H
|
|
|
|
#include "heap.h"
|
|
#include "list_menu_items.h"
|
|
#include "window.h"
|
|
|
|
typedef struct Ov122_021E9282 {
|
|
u16 unk0;
|
|
u16 unk2;
|
|
u16 unk4;
|
|
u16 unk6;
|
|
u16 unk8;
|
|
u16 unkA;
|
|
} Ov122_021E9282;
|
|
|
|
typedef struct Ov122_021E7488 {
|
|
Ov122_021E9282 unk0;
|
|
LISTMENUITEM *unkC;
|
|
BGCONFIG *unk10;
|
|
u8 unk14;
|
|
u8 unk15[0x3];
|
|
} Ov122_021E7488;
|
|
|
|
void *sub_02018424(HeapID, int);
|
|
void sub_02018474(void *);
|
|
void *sub_020185FC(void *, Ov122_021E7488 *, s32, u8, u8, u8, u8);
|
|
int sub_020186A4(void *);
|
|
u8 sub_02018674(void *);
|
|
void sub_02018680(void *);
|
|
int sub_020183F0(int);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020183F0_H
|