Fix corrupted text

This commit is contained in:
Kevin Cathcart 2018-03-23 01:28:01 -04:00
parent 713aaf1e1f
commit e91e706ea4
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ class RawMBTextMapper(CharTextMapper):
"": 0xFD, "": 0xFD,
"": 0xFE, "": 0xFE,
"": 0xFF} "": 0xFF}
alpha_offset = 0x69 alpha_offset = 0x49
number_offset = 0x70 number_offset = 0x70
@classmethod @classmethod