mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
27 lines
692 B
C
27 lines
692 B
C
#ifndef POKEDIAMOND_UNK_0208890C_H
|
|
#define POKEDIAMOND_UNK_0208890C_H
|
|
|
|
#include "player_data.h"
|
|
#include "script.h"
|
|
|
|
struct Bag;
|
|
struct Options;
|
|
struct SaveData;
|
|
|
|
typedef struct PoffinCaseAppData {
|
|
u8 padding[0x4];
|
|
u32 unk4;
|
|
SavePoffinData *savePoffinData;
|
|
struct SaveData *save;
|
|
PlayerProfile *player;
|
|
struct Bag *bag;
|
|
struct Options *options;
|
|
u32 *unk1C;
|
|
} PoffinCaseAppData;
|
|
|
|
struct PoffinCaseAppData *sub_0208890C(u32, struct SaveData *save, enum HeapID heapID, u32 *);
|
|
void sub_02088950(struct FieldSystem *fieldSystem, struct PoffinCaseAppData *);
|
|
struct PoffinCaseAppData *sub_02088960(struct FieldSystem *fieldSystem, u32, enum HeapID heapID);
|
|
|
|
#endif
|