diff --git a/Update/flow.txt b/Update/flow.txt index e55f7509..e9428241 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -141,7 +141,7 @@ void Day1() GetAchievement("HIGURASHI_STORY_EP03_01"); - StoreValueToLocalWork( ChapterNumber, 1 ); + StoreValueToLocalWork( ChapterNumber, 2 ); SavePoint("Ch.1 終わり", "End of Chapter 1"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -155,7 +155,7 @@ void Day2() GetAchievement("HIGURASHI_STORY_EP03_02"); - StoreValueToLocalWork( ChapterNumber, 2 ); + StoreValueToLocalWork( ChapterNumber, 3 ); SavePoint("Ch.2 終わり", "End of Chapter 2"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -169,7 +169,7 @@ void Day3() GetAchievement("HIGURASHI_STORY_EP03_03"); - StoreValueToLocalWork( ChapterNumber, 3 ); + StoreValueToLocalWork( ChapterNumber, 4 ); SavePoint("Ch.3 終わり", "End of Chapter 3"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -183,7 +183,7 @@ void Day4() GetAchievement("HIGURASHI_STORY_EP03_04"); - StoreValueToLocalWork( ChapterNumber, 4 ); + StoreValueToLocalWork( ChapterNumber, 5 ); SavePoint("Ch.4 終わり", "End of Chapter 4"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -197,7 +197,7 @@ void Day5() GetAchievement("HIGURASHI_STORY_EP03_05"); - StoreValueToLocalWork( ChapterNumber, 5 ); + StoreValueToLocalWork( ChapterNumber, 6 ); SavePoint("Ch.5 終わり", "End of Chapter 5"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -211,7 +211,7 @@ void Day8() GetAchievement("HIGURASHI_STORY_EP03_06"); - StoreValueToLocalWork( ChapterNumber, 6 ); + StoreValueToLocalWork( ChapterNumber, 7 ); SavePoint("Ch.6 終わり", "End of Chapter 6"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -224,7 +224,7 @@ void Day8_2() { CallScript( "tata_008_02" ); - StoreValueToLocalWork( ChapterNumber, 7 ); + StoreValueToLocalWork( ChapterNumber, 8 ); JumpSection("Day9"); } @@ -235,7 +235,7 @@ void Day9() GetAchievement("HIGURASHI_STORY_EP03_07"); - StoreValueToLocalWork( ChapterNumber, 8 ); + StoreValueToLocalWork( ChapterNumber, 9 ); SavePoint("Ch.7 終わり", "End of Chapter 7"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -248,7 +248,7 @@ void Day9_2() { CallScript( "tata_009_02" ); - StoreValueToLocalWork( ChapterNumber, 9 ); + StoreValueToLocalWork( ChapterNumber, 10 ); JumpSection("Day10"); } @@ -257,7 +257,7 @@ void Day10() { CallScript( "tata_010" ); - StoreValueToLocalWork( ChapterNumber, 10 ); + StoreValueToLocalWork( ChapterNumber, 11 ); JumpSection("Day10_2"); } @@ -268,7 +268,7 @@ void Day10_2() GetAchievement("HIGURASHI_STORY_EP03_08"); - StoreValueToLocalWork( ChapterNumber, 11 ); + StoreValueToLocalWork( ChapterNumber, 12 ); SavePoint("Ch.8 終わり", "End of Chapter 8"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -280,7 +280,8 @@ void Day10_3() { CallScript( "tata_010_03" ); - StoreValueToLocalWork( ChapterNumber, 12 ); + StoreValueToLocalWork( ChapterNumber, 13 ); + CallSection( "SetDay" ); JumpSection("Day10_4"); } @@ -291,7 +292,7 @@ void Day10_4() GetAchievement("HIGURASHI_STORY_EP03_09"); - StoreValueToLocalWork( ChapterNumber, 13 ); + StoreValueToLocalWork( ChapterNumber, 14 ); SavePoint("Ch.9 終わり", "End of Chapter 9"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -303,7 +304,8 @@ void Day11() { CallScript( "tata_011" ); - StoreValueToLocalWork( ChapterNumber, 14 ); + StoreValueToLocalWork( ChapterNumber, 15 ); + CallSection( "SetDay" ); JumpSection("Day11_2"); } @@ -312,7 +314,8 @@ void Day11_2() { CallScript( "tata_011_02" ); - StoreValueToLocalWork( ChapterNumber, 15 ); + StoreValueToLocalWork( ChapterNumber, 16 ); + CallSection( "SetDay" ); JumpSection("Day11_3"); } @@ -323,7 +326,7 @@ void Day11_3() GetAchievement("HIGURASHI_STORY_EP03_10"); - StoreValueToLocalWork( ChapterNumber, 16 ); + StoreValueToLocalWork( ChapterNumber, 17 ); SavePoint("Ch.10 終わり", "End of Chapter 10"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -337,7 +340,7 @@ void Day12() GetAchievement("HIGURASHI_STORY_EP03_11"); - StoreValueToLocalWork( ChapterNumber, 17 ); + StoreValueToLocalWork( ChapterNumber, 18 ); SavePoint("Ch.11 終わり", "End of Chapter 11"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -349,7 +352,8 @@ void Day13() { CallScript( "tata_013" ); - StoreValueToLocalWork( ChapterNumber, 18 ); + StoreValueToLocalWork( ChapterNumber, 19 ); + CallSection( "SetDay" ); JumpSection("Day13_2"); } @@ -360,7 +364,7 @@ void Day13_2() GetAchievement("HIGURASHI_STORY_EP03_12"); - StoreValueToLocalWork( ChapterNumber, 19 ); + StoreValueToLocalWork( ChapterNumber, 20 ); SavePoint("Ch.12 終わり", "End of Chapter 12"); CallSection( "SetDay" ); CallSection( "ViewTips" ); @@ -374,7 +378,8 @@ void Day14() GetAchievement("HIGURASHI_STORY_EP03_13"); - StoreValueToLocalWork( ChapterNumber, 20 ); + StoreValueToLocalWork( ChapterNumber, 21 ); + CallSection( "SetDay" ); JumpSection("Epilogue_01"); } @@ -384,7 +389,8 @@ void Epilogue_01() { CallScript( "tata_ep01" ); - StoreValueToLocalWork( ChapterNumber, 21 ); + StoreValueToLocalWork( ChapterNumber, 22 ); + CallSection( "SetDay" ); JumpSection("Epilogue_02"); }