mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-23 07:28:11 -05:00
15 lines
313 B
C
15 lines
313 B
C
#ifndef POKEPLATINUM_STRUCT_OV113_0226013C_H
|
|
#define POKEPLATINUM_STRUCT_OV113_0226013C_H
|
|
|
|
#include "overlay115/camera_angle.h"
|
|
|
|
typedef struct {
|
|
CameraAngle cameraAngle;
|
|
s32 unk_08;
|
|
s16 unk_0C;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
} UnkStruct_ov113_0226013C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV113_0226013C_H
|