diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-23 12:06:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-24 16:15:13 -0400 |
commit | 9684b862198f763e66a4f6348cc1f1cdef075ec0 (patch) | |
tree | f79db558d7fba501c4c935bb41c7dc371383a5d8 /include | |
parent | 8155a807befd4f55f31a38a4535225221708783d (diff) |
Some more functions related to FMO camera and special anims
Diffstat (limited to 'include')
-rw-r--r-- | include/field_camera.h | 10 | ||||
-rwxr-xr-x | include/field_map_obj.h | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/include/field_camera.h b/include/field_camera.h index 51c370d0a..9021b579e 100644 --- a/include/field_camera.h +++ b/include/field_camera.h @@ -1,6 +1,16 @@ #ifndef GUARD_FIELD_CAMERA_H #define GUARD_FIELD_CAMERA_H +struct CameraSomething +{ + void (*callback)(struct CameraSomething *); + u32 unk4; + s32 unk8; + s32 unkC; + s32 unk10; + s32 unk14; +}; + void move_tilemap_camera_to_upper_left_corner(void); void sub_8057A58(void); void sub_8057B14(u16 *a, u16 *b); diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 3a56ed636..44212ac47 100755 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -79,4 +79,8 @@ extern const u8 gUnknown_0837567B[9]; extern const struct Coords16 gDirectionToVector[]; +extern struct CameraSomething gUnknown_03004880; +extern s16 gUnknown_03004898; +extern s16 gUnknown_0300489C; + #endif // GUARD_FIELD_MAP_OBJ_H |