diff --git a/Text.py b/Text.py index feaf2be8..ba665065 100644 --- a/Text.py +++ b/Text.py @@ -1230,7 +1230,8 @@ class GoldCreditMapper(CharTextMapper): class GreenCreditMapper(CharTextMapper): char_map = {' ': 0x9F, - '·': 0x52} + '·': 0x52, + '.': 0x52} alpha_offset = -0x29 class RedCreditMapper(CharTextMapper):