diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-10 15:35:21 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-10 15:35:21 -0400 |
commit | 79b19a36b864abb359f7ec2122dea851f8ac5e7b (patch) | |
tree | 899613c967df55c395480740eb6eac949f093cd9 /include/global.fieldmap.h | |
parent | 5bb58867748b91de2c20860d73b1a36896f11dd1 (diff) |
UpdateFieldObjectCoordsForCameraUpdate
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index b0a36aa55..5a7a75ccb 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -379,7 +379,7 @@ struct PlayerAvatar /* 0x202E858 */ struct Camera { - bool8 field_0:1; + bool8 active:1; s32 x; s32 y; }; @@ -388,5 +388,6 @@ extern struct MapObject gMapObjects[NUM_FIELD_OBJECTS]; extern u8 gSelectedMapObject; extern struct MapHeader gMapHeader; extern struct PlayerAvatar gPlayerAvatar; +extern struct Camera gCamera; #endif // GUARD_GLOBAL_FIELDMAP_H |