mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
16 lines
309 B
C
16 lines
309 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021DE5D0_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021DE5D0_H
|
|
|
|
#include "constants/narc.h"
|
|
|
|
typedef struct {
|
|
enum NarcID narcID;
|
|
int unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
} UnkStruct_ov5_021DE5D0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021DE5D0_H
|