From 37cafc95c49ae610d5cebc0674d0dfc0925ce8bd Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sun, 27 Mar 2022 11:06:36 +1100 Subject: [PATCH] Fix wrong Ch.9 save point name in Japanese mode - Same problem as ebbf579698f45403067346bc58e66a450fe9f395 --- Update/flow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/flow.txt b/Update/flow.txt index 1c5fec8..0ab97f8 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -421,7 +421,7 @@ void Game() StoreValueToLocalWork(NewTipsCount, 0); StoreValueToLocalWork( ChapterNumber, 18 ); - SavePoint("Ch.8 終わり", "End of Chapter 9"); + SavePoint("Ch.9 終わり", "End of Chapter 9"); CallSection("ViewTips");