Fix missing ellipsis in credits text

This commit is contained in:
Kaito Sinclaire
2020-10-27 15:26:46 -07:00
parent 5c403086d9
commit b83b98b19c

View File

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