Add support for the very first progress state.

This commit is contained in:
Guillaume Jacquemin 2021-05-10 20:33:44 +02:00
parent bb283b0603
commit 5256b11a46

View file

@ -21,7 +21,8 @@
#include <map>
static const std::map<std::int32_t, const char*> 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"},