From 7b939a91669984b5169abac2a632f71d9a1daccd Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 15 Mar 2023 21:04:27 -0500 Subject: [PATCH] Fix ... issue in credits --- Text.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Text.py b/Text.py index 5d023818..3df1e679 100644 --- a/Text.py +++ b/Text.py @@ -1309,6 +1309,7 @@ class GoldCreditMapper(CharTextMapper): class GreenCreditMapper(CharTextMapper): char_map = {' ': 0x9F, + '.': 0x52, 'ยท': 0x52} alpha_offset = -0x29 alpha_lower_offset = -0x29