mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
23 lines
423 B
C
23 lines
423 B
C
#ifndef POKEPLATINUM_STRUCT_OV22_022597BC_H
|
|
#define POKEPLATINUM_STRUCT_OV22_022597BC_H
|
|
|
|
#include "constants/narc.h"
|
|
|
|
#include "bg_window.h"
|
|
|
|
typedef struct {
|
|
BgConfig *unk_00;
|
|
enum NarcID narcID;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
int unk_28;
|
|
} UnkStruct_ov22_022597BC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV22_022597BC_H
|