mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
17 lines
306 B
C
17 lines
306 B
C
#ifndef POKEPLATINUM_STRUCT_02015958_H
|
|
#define POKEPLATINUM_STRUCT_02015958_H
|
|
|
|
#include "bg_window.h"
|
|
|
|
typedef struct {
|
|
BgConfig *unk_00;
|
|
u32 unk_04;
|
|
u32 unk_08;
|
|
u32 unk_0C;
|
|
u8 unk_10;
|
|
u8 unk_11;
|
|
u8 padding_12[2];
|
|
} UnkStruct_02015958;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02015958_H
|