mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
28 lines
594 B
C
28 lines
594 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223C344_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223C344_H
|
|
|
|
#include "overlay082/struct_ov82_0223B164.h"
|
|
|
|
#include "bag.h"
|
|
#include "overlay_manager.h"
|
|
|
|
typedef struct {
|
|
enum HeapID heapID;
|
|
u16 unk_04;
|
|
u16 unk_06_0 : 8;
|
|
u16 unk_06_8 : 4;
|
|
u16 unk_06_12 : 4;
|
|
int unk_08; // Item?
|
|
BagCursor *unk_0C;
|
|
UnkStruct_ov82_0223B164 *unk_10;
|
|
int unk_14;
|
|
void *unk_18;
|
|
ApplicationManager *appMan;
|
|
BOOL unk_20;
|
|
s16 unk_24;
|
|
u8 unk_26;
|
|
u8 unk_27;
|
|
} UnkStruct_ov83_0223C344;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223C344_H
|