about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-06 13:03:32 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-06 13:03:32 -0500
commit3b415b3f5f182238da9ed83e0b2b07fb07044e04 (patch)
tree116b996eb7345e1586f01e1e9b5cc8376951c53e /proto/data.proto
parent08e6332cea33d433a2677044a351bc4f0ca5f3ea (diff)
downloadlingo2-archipelago-3b415b3f5f182238da9ed83e0b2b07fb07044e04.tar.gz
lingo2-archipelago-3b415b3f5f182238da9ed83e0b2b07fb07044e04.tar.bz2
lingo2-archipelago-3b415b3f5f182238da9ed83e0b2b07fb07044e04.zip
Annotated RTE rooms for most maps
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index d7538da..6c846a3 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -287,6 +287,7 @@ message Map {
287 optional string display_name = 3; 287 optional string display_name = 3;
288 optional DaedalusOnlyMode daedalus_only_mode = 6; 288 optional DaedalusOnlyMode daedalus_only_mode = 6;
289 optional uint64 worldport_entrance = 4; 289 optional uint64 worldport_entrance = 4;
290 optional uint64 rte_room = 7;
290 optional MapType type = 5; 291 optional MapType type = 5;
291} 292}
292 293