diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 14:52:24 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 14:52:24 -0400 |
| commit | c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 (patch) | |
| tree | c1da4c419d90debafdd7f71347fe5f3194ff13ee /data/maps/the_double_sided | |
| parent | ac600120eb923e99c534f5c405f7f529c1b25bcf (diff) | |
| download | lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.tar.gz lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.tar.bz2 lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.zip | |
Started writing a data validator
Currently, it can check whether identifiers point to non-existent objects, or whether multiple objects share the same identifier. It can also determine whether an identifier is underspecified (e.g. a door doesn't specify a room, or a global connection doesn't specify a map).
Diffstat (limited to 'data/maps/the_double_sided')
| -rw-r--r-- | data/maps/the_double_sided/connections.txtpb | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/data/maps/the_double_sided/connections.txtpb b/data/maps/the_double_sided/connections.txtpb index c21049d..3c404e2 100644 --- a/data/maps/the_double_sided/connections.txtpb +++ b/data/maps/the_double_sided/connections.txtpb | |||
| @@ -94,7 +94,7 @@ connections { | |||
| 94 | door { name: "Obverse Black/Pink Door" } | 94 | door { name: "Obverse Black/Pink Door" } |
| 95 | } | 95 | } |
| 96 | connections { | 96 | connections { |
| 97 | from_room: "Flipped Yellow Area" | 97 | from_room: "Flipped Yellow Front Area" |
| 98 | to_room: "Flipped Black Area" | 98 | to_room: "Flipped Black Area" |
| 99 | door { name: "Flipped Yellow/Black Door" } | 99 | door { name: "Flipped Yellow/Black Door" } |
| 100 | } | 100 | } |
