pokeplatinum/include/overlay113/struct_ov113_02260544.h
Gudf eb70f6bf37
Document field system camera creation/deletion (#547)
Documents `ov5_021D5B40`.
This module contains the functions used to create and delete the field
system's camera, as well as the camera presets (or types) used by the
different maps (see `include/data/map_headers.h`).

Also moves `CameraAngle` from `overlay115/camera_angle.h` to `camera.h`.
2025-06-19 16:01:43 -07:00

15 lines
296 B
C

#ifndef POKEPLATINUM_STRUCT_OV113_02260544_H
#define POKEPLATINUM_STRUCT_OV113_02260544_H
#include "camera.h"
typedef struct {
CameraAngle cameraAngle;
s32 unk_08;
s16 unk_0C;
u8 unk_0E;
u8 unk_0F;
} UnkStruct_ov113_02260544;
#endif // POKEPLATINUM_STRUCT_OV113_02260544_H