From ebbf579698f45403067346bc58e66a450fe9f395 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sun, 28 Nov 2021 12:49:18 +1100 Subject: [PATCH] Fix wrong Ch.5 save point name in Japanese mode --- Update/flow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/flow.txt b/Update/flow.txt index 15ed807..1c5fec8 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -331,7 +331,7 @@ void Game() StoreValueToLocalWork(NewTipsCount, 1); StoreValueToLocalWork( ChapterNumber, 10 ); - SavePoint("Ch.4 終わり", "End of Chapter 5"); + SavePoint("Ch.5 終わり", "End of Chapter 5"); CallSection("ViewTips");