From a4045e8e9b58650805ce454ab73fe483fc9d6f93 Mon Sep 17 00:00:00 2001 From: William JCM Date: Thu, 20 Jan 2022 11:39:36 +0100 Subject: [PATCH] Add a few IDs to maps. --- src/Maps/LastMissionId.h | 1 + src/Maps/StoryProgress.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/Maps/LastMissionId.h b/src/Maps/LastMissionId.h index 34dbdc0..a6b6621 100644 --- a/src/Maps/LastMissionId.h +++ b/src/Maps/LastMissionId.h @@ -33,6 +33,7 @@ static const std::map mission_id_map {{ {0x006E, "Mission 11 - Tempestuous Sector"}, {0x006F, "Mission 12 - Clashes of Metal"}, {0x0070, "Mission 13 - The Sandstorm Glutton"}, + {0x0071, "Mission 14 - An Icy Investigation"}, // Hunting grounds {0x00C8, "Hunt 1 - Desert Pathway Safety"}, diff --git a/src/Maps/StoryProgress.h b/src/Maps/StoryProgress.h index 054fbbf..37101a0 100644 --- a/src/Maps/StoryProgress.h +++ b/src/Maps/StoryProgress.h @@ -88,5 +88,7 @@ static const Corrade::Containers::Array story_progress {0x0579, "Chapter 2", "Returned to hangar", "After mission 13"}, {0x057A, "Chapter 2", "Talked with Reina in development section", "After mission 13"}, {0x057B, "Chapter 2", "Got briefing for challenges 1, 2, and 3", "After mission 13"}, + {0x057C, "Chapter 2", "Talked with Reina about device", "After mission 13"}, + {0x057D, "Chapter 2", "Got mission 14 briefing", "After mission 13"}, } };