summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.fieldmap.h2
-rw-r--r--include/map_obj_80688E4.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 801606d50..a14905cc2 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -331,7 +331,7 @@ struct Camera
};
extern struct MapObject gMapObjects[NUM_FIELD_OBJECTS];
-extern u8 gSelectedMapObject;
+extern u8 gSelectedEventObject;
extern struct MapHeader gMapHeader;
extern struct PlayerAvatar gPlayerAvatar;
extern struct Camera gCamera;
diff --git a/include/map_obj_80688E4.h b/include/map_obj_80688E4.h
index de871fd64..bfac00378 100644
--- a/include/map_obj_80688E4.h
+++ b/include/map_obj_80688E4.h
@@ -5,5 +5,6 @@
void player_bitmagic(void);
void FreezeMapObject(struct MapObject *);
+void FreezeMapObjectsExceptOne(u8 mapObjectId);
#endif //GUARD_MAP_OBJ_80688E4_H