From e91e706ea4f9f6ab5c4425f75fdf67121382369b Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Fri, 23 Mar 2018 01:28:01 -0400 Subject: [PATCH] Fix corrupted text --- Text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text.py b/Text.py index 1a6ae7fc..c0b508a6 100644 --- a/Text.py +++ b/Text.py @@ -1083,7 +1083,7 @@ class RawMBTextMapper(CharTextMapper): "服": 0xFD, "月": 0xFE, "姫": 0xFF} - alpha_offset = 0x69 + alpha_offset = 0x49 number_offset = 0x70 @classmethod