From 8c5b719469bc61e33a451d9b3aeb66c7b0a6d68e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 19 Jul 2024 03:51:23 -0400 Subject: Added savedata analyzer --- src/game_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game_data.h') diff --git a/src/game_data.h b/src/game_data.h index 23f7b3a..71bc533 100644 --- a/src/game_data.h +++ b/src/game_data.h @@ -43,6 +43,7 @@ struct Panel { int id; int room; std::string name; + std::string nodepath; std::vector colors; std::vector required_rooms; std::vector required_doors; @@ -113,6 +114,7 @@ struct Location { std::vector panels; int classification = 0; bool hunt = false; + bool panel = false; }; struct MapArea { @@ -124,6 +126,7 @@ struct MapArea { int map_y; int classification = 0; bool hunt = false; + bool panel = false; }; enum class SubwaySunwarpType { -- cgit 1.4.1