mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
16 lines
311 B
C
16 lines
311 B
C
#ifndef POKEPLATINUM_STRUCT_OV22_0225AF8C_H
|
|
#define POKEPLATINUM_STRUCT_OV22_0225AF8C_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
#include "bg_window.h"
|
|
|
|
typedef struct {
|
|
BgConfig *unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
enum HeapID heapID;
|
|
} UnkStruct_ov22_0225AF8C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV22_0225AF8C_H
|