From c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 14:52:24 -0400 Subject: 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). --- data/maps/the_butterfly/doors.txtpb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/the_butterfly') diff --git a/data/maps/the_butterfly/doors.txtpb b/data/maps/the_butterfly/doors.txtpb index 1994d2f..987c269 100644 --- a/data/maps/the_butterfly/doors.txtpb +++ b/data/maps/the_butterfly/doors.txtpb @@ -4,7 +4,7 @@ doors { type: EVENT panels { room: "Main Area" name: "SPECIES" } panels { room: "Main Area" name: "PERSONALITY" } - panels { room: "Main Area" name: "CONSTITUION" } + panels { room: "Main Area" name: "CONSTITUTION" } panels { room: "Main Area" name: "GAME" } panels { room: "Main Area" name: "SCIENCE" } panels { room: "Main Area" name: "SCHOOL" } -- cgit 1.4.1