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:24:35 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-06 13:24:35 -0500
commit225a6dba793386f36e72b432c8374e1978cee72a (patch)
tree3931f0e4862a66d78963ec4b413aeb5553e70be3 /proto/data.proto
parent3b415b3f5f182238da9ed83e0b2b07fb07044e04 (diff)
downloadlingo2-archipelago-225a6dba793386f36e72b432c8374e1978cee72a.tar.gz
lingo2-archipelago-225a6dba793386f36e72b432c8374e1978cee72a.tar.bz2
lingo2-archipelago-225a6dba793386f36e72b432c8374e1978cee72a.zip
Add RTE AP ID to compiled datafile
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto/data.proto b/proto/data.proto index 6c846a3..3330666 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -287,8 +287,10 @@ 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;
291 optional MapType type = 5; 290 optional MapType type = 5;
291
292 optional uint64 rte_room = 7;
293 optional uint64 rte_ap_id = 8;
292} 294}
293 295
294message Progressive { 296message Progressive {