about summary refs log tree commit diff stats
path: root/tools/datapacker
diff options
context:
space:
mode:
Diffstat (limited to 'tools/datapacker')
-rw-r--r--tools/datapacker/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 4b26141..92ff151 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp
@@ -408,6 +408,11 @@ class DataPacker {
408 } 408 }
409 } 409 }
410 } 410 }
411
412 auto& specials = *container_.all_objects().mutable_special_ids();
413 for (const auto& [tag, id] : ids.special()) {
414 specials[tag] = id;
415 }
411 } 416 }
412 417
413 std::string mapdir_; 418 std::string mapdir_;
com> 2025-08-18 18:50:04 -0400 Added the_repetitive' href='/lingo2-archipelago/commit/data/maps/the_repetitive/rooms/Dot%20Area.txtpb?h=loc-refactor&id=c9139577e690baff59da1b1edf13ef209c00ee40'>c913957 ^
9cf74c6 ^
c913957 ^





9cf74c6 ^

c913957 ^





9cf74c6 ^
c913957 ^





9cf74c6 ^
c913957 ^





9cf74c6 ^
c913957 ^





9cf74c6 ^
c913957 ^





9cf74c6 ^
4c791aa ^
c913957 ^






9cf74c6 ^

c913957 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108