summaryrefslogtreecommitdiff
path: root/include/room.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2024-01-06 18:22:00 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2024-01-06 18:43:02 +0100
commit1ecc23d534d65f918f3fedb690bde4d7b67b0505 (patch)
tree7cdcd98e7302a4acefad7d73d75c1e678f65acd3 /include/room.h
parent560dfa45b16d5da212174423d71c67f638366cce (diff)
Fix format
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 7348a568..09d2b2fb 100644
--- a/include/room.h
+++ b/include/room.h
@@ -89,8 +89,8 @@ typedef struct {
u8 area;
u8 room;
u16 unk_02;
- u32 enemyBits; /**< Flags that can be set on the tracked rooms. Used e.g. by the door mimic. (TODO probably to start in
- the discovered state?)*/
+ u32 enemyBits; /**< 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* gCurrentRoomMemory;