summaryrefslogtreecommitdiff
path: root/include/room.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-12-21 23:40:27 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-12-21 23:40:27 +0100
commitc28018843601b99907ab79ef3fd9e689b078e384 (patch)
tree6314f7b3d36863e0fc9da44e1626fcefc3261848 /include/room.h
parentec0678872fd29522f2b93a73af8a6196dd0fdbe8 (diff)
Fix paths
Diffstat (limited to 'include/room.h')
-rw-r--r--include/room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/room.h b/include/room.h
index 0a1916d9..8158146a 100644
--- a/include/room.h
+++ b/include/room.h
@@ -91,10 +91,10 @@ typedef struct {
u8 area;
u8 room;
u16 unk_02;
- u32 unk_04;
+ u32 flags; /**< Flags that can be set on the tracked rooms. Used e.g. by the door mimic. (TODO probably to start in the discovered state?)*/
} RoomMemory;
-extern RoomMemory* gUnk_020354B0;
+extern RoomMemory* gRoomMemoryPtr;
extern RoomMemory gRoomMemory[];
// Packets used to store which entities to load in a room