From 76de8c0bee36ec6e092505cba17c1ae8a16d73f9 Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 10 May 2021 18:11:25 +0200 Subject: [PATCH] Finish mapping StoryProgress. --- Maps/StoryProgress.h | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Maps/StoryProgress.h b/Maps/StoryProgress.h index 1188ce1..cf8f419 100644 --- a/Maps/StoryProgress.h +++ b/Maps/StoryProgress.h @@ -69,5 +69,27 @@ static const std::map story_progress_map {{ {231168, "Chapter 1 - After mission 8, talked with Reina, Nier, and Quin in development section"}, {231424, "Chapter 2 start"}, - {231680, "Chapter 2 - got mission 9 briefing"}, + {231680, "Chapter 2 - Got mission 9 briefing"}, + + {256000, "Chapter 2 - After mission 9, talking with Reina in hangar"}, + {256256, "Chapter 2 - After mission 9, returned to hangar"}, + {256512, "Chapter 2 - After mission 9, talked with crew in armour section"}, + {256768, "Chapter 2 - After mission 9, got mission 10 briefing"}, + + {281600, "Chapter 2 - After mission 10, talking with Reina in hangar"}, + {281856, "Chapter 2 - After mission 10, returned to hangar"}, + {282112, "Chapter 2 - After mission 10, got mission 11 briefing"}, + + {307200, "Chapter 2 - After mission 11, talking with Reina and Nier in hangar"}, + {307456, "Chapter 2 - After mission 11, returned to hangar"}, + {307712, "Chapter 2 - After mission 11, got mission 12 briefing"}, + + {332800, "Chapter 2 - After mission 12, talking with Reina and Waltz in hangar"}, + {333056, "Chapter 2 - After mission 12, returned to hangar"}, + {333312, "Chapter 2 - After mission 12, got hunt 4 and mission 13 briefing"}, + + {358400, "Chapter 2 - After mission 13, talking with Reina in hangar"}, + {358656, "Chapter 2 - After mission 13, returned to hangar"}, + {358912, "Chapter 2 - After mission 13, talked with Reina in development section"}, + {359168, "Chapter 2 - After mission 13, got briefing for challenges 1, 2, and 3"}, }};