summaryrefslogtreecommitdiff
path: root/include/room.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-12-11 12:07:48 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-12-11 12:07:48 +0100
commit1d741c182dec03c6c7a6ea337f351eedf7d6eb65 (patch)
tree7a1fc484cc98a123a562ed5bb2e03e85b6f28e95 /include/room.h
parent017eb5a65efe06ab338f7d6a3bdd1188fcca6c3e (diff)
Extract dungeon maps
Diffstat (limited to 'include/room.h')
-rw-r--r--include/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/room.h b/include/room.h
index 0da81c3e..0a1916d9 100644
--- a/include/room.h
+++ b/include/room.h
@@ -24,7 +24,7 @@ enum RoomReloadType {
};
typedef struct {
- /*0x00*/ u16 reload_flags;
+ /*0x00*/ u16 reload_flags; // anything except for 0x1 prevents the screen from reloading when tiles are changed.
/*0x02*/ u8 scrollAction;
/*0x03*/ u8 scrollSubAction;
/*0x04*/ u8 area;