From 8ffe322b31c49b13a12516284aeb726283d561f0 Mon Sep 17 00:00:00 2001 From: KabanFriends Date: Sun, 1 Jan 2023 15:25:53 +0900 Subject: [PATCH] update patch version --- patch_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch_all.py b/patch_all.py index 7806e125..42f1448e 100644 --- a/patch_all.py +++ b/patch_all.py @@ -18,7 +18,7 @@ data = overlay.patch.main(args.lang, data, "overlay") data = arm9.patch.main(args.lang, data, "arm9") -text = "eCDP English Translation Patch v1.0.0 - https://github.com/eCDP-English/translation" +text = "eCDP English Translation Patch v1.1.0 - https://github.com/eCDP-English/translation" for b in text.encode("SHIFT-JIS"): data.append(b)