From 5fcc1469c7c514ed4b2e40a4f8128a19b26df9ae Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 28 Mar 2019 21:42:08 -0700 Subject: [PATCH] Encounter -> Story --- include/stratosphere/title_ids.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stratosphere/title_ids.hpp b/include/stratosphere/title_ids.hpp index c5dbe8c2..9be59f01 100644 --- a/include/stratosphere/title_ids.hpp +++ b/include/stratosphere/title_ids.hpp @@ -165,7 +165,7 @@ static constexpr u64 TitleId_AppletDummyShop = 0x010000000000101Bul; static constexpr u64 TitleId_AppletUserMigration = 0x010000000000101Cul; static constexpr u64 TitleId_AppletEncounter = 0x010000000000101Dul; -static constexpr u64 TitleId_AppletEncounter = 0x0100000000001020ul; +static constexpr u64 TitleId_AppletStory = 0x0100000000001020ul; static constexpr u64 TitleId_AppletEnd = 0x0100000000001FFFul;