Fix ... issue in credits

This commit is contained in:
codemann8
2023-03-15 21:04:27 -05:00
parent a14ca50a71
commit 7b939a9166

View File

@@ -1309,6 +1309,7 @@ class GoldCreditMapper(CharTextMapper):
class GreenCreditMapper(CharTextMapper): class GreenCreditMapper(CharTextMapper):
char_map = {' ': 0x9F, char_map = {' ': 0x9F,
'.': 0x52,
'·': 0x52} '·': 0x52}
alpha_offset = -0x29 alpha_offset = -0x29
alpha_lower_offset = -0x29 alpha_lower_offset = -0x29