diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-29 20:05:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 20:05:01 -0700 |
commit | 13f16b577935635546698aca88b3d1780cbc4991 (patch) | |
tree | 30b1690824dd0486b0e7abe84f56b17aad799b87 /include/field_camera.h | |
parent | cf0bf8a1f2d3cd97e0fe967270188dda24b8fac2 (diff) | |
parent | b3477c99c6d53c02ed38c2a0fcd02fd5c8d5278d (diff) |
Merge pull request #431 from PikalaxALT/field_effect_helpers
Field effect helpers
Diffstat (limited to 'include/field_camera.h')
-rw-r--r-- | include/field_camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_camera.h b/include/field_camera.h index 4ce207541..17126d190 100644 --- a/include/field_camera.h +++ b/include/field_camera.h @@ -11,7 +11,7 @@ struct CameraSomething s32 unk14; }; -extern struct Camera gUnknown_0202E844; +extern struct Camera gCamera; void move_tilemap_camera_to_upper_left_corner(void); void sub_8057A58(void); |