From 3b415b3f5f182238da9ed83e0b2b07fb07044e04 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 6 Feb 2026 13:03:32 -0500 Subject: Annotated RTE rooms for most maps --- proto/data.proto | 1 + proto/human.proto | 2 ++ 2 files changed, 3 insertions(+) (limited to 'proto') 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 { optional string display_name = 3; optional DaedalusOnlyMode daedalus_only_mode = 6; optional uint64 worldport_entrance = 4; + optional uint64 rte_room = 7; optional MapType type = 5; } diff --git a/proto/human.proto b/proto/human.proto index 39625d5..484369e 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -238,6 +238,7 @@ message HumanMap { optional DaedalusOnlyMode daedalus_only_mode = 6; optional PortIdentifier worldport_entrance = 3; + optional string rte_room = 7; // These two fields are used by the validator and nothing else. excluded_nodes // are objects in the tscn that are intentionally not mentioned in the txtpb. @@ -286,6 +287,7 @@ message IdMappings { message MapIds { map doors = 1; map rooms = 2; + optional uint64 rte = 3; } map maps = 1; -- cgit 1.4.1