Fix corrupted text

This commit is contained in:
Kevin Cathcart
2018-03-23 18:27:01 -04:00
parent 713aaf1e1f
commit e91e706ea4
+1 -1
View File
@@ -1083,7 +1083,7 @@ class RawMBTextMapper(CharTextMapper):
"服": 0xFD,
"月": 0xFE,
"姫": 0xFF}
alpha_offset = 0x69
alpha_offset = 0x49
number_offset = 0x70
@classmethod