Skip to content

Commit

Permalink
update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
KabanFriends committed Jan 1, 2023
1 parent 125ffb1 commit 8ffe322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8ffe322

Please sign in to comment.