mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
15 lines
313 B
C
15 lines
313 B
C
#ifndef POKEPLATINUM_STRUCT_OV113_02260064_H
|
|
#define POKEPLATINUM_STRUCT_OV113_02260064_H
|
|
|
|
#include "overlay115/camera_angle.h"
|
|
|
|
typedef struct {
|
|
CameraAngle cameraAngle;
|
|
s32 unk_08;
|
|
s16 unk_0C;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
} UnkStruct_ov113_02260064;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV113_02260064_H
|