From 5256b11a46509b118a8bccf10500d214802c9906 Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 10 May 2021 20:33:44 +0200 Subject: [PATCH] Add support for the very first progress state. --- Maps/StoryProgress.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maps/StoryProgress.h b/Maps/StoryProgress.h index 97aeb46..208fd62 100644 --- a/Maps/StoryProgress.h +++ b/Maps/StoryProgress.h @@ -21,7 +21,8 @@ #include static const std::map story_progress_map {{ - {0x64, "Chapter 1 start"}, + {0x00, "Chapter 1 start - Company isn't named yet"}, + {0x64, "Chapter 1 - First time in the hangar"}, {0x65, "Chapter 1 - After 1st meeting with Quin in mission section"}, {0x66, "Chapter 1 - After training, talking with Reina and Quin in hangar"},