mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix special text symbols
Two of the symbols were accidentally reversed.
This commit is contained in:
4
Text.py
4
Text.py
@@ -625,8 +625,8 @@ char_map = {' ': 0xFF,
|
||||
'.': 0xCD,
|
||||
'~': 0xCE,
|
||||
'~': 0xCE,
|
||||
'>': [0x6A], # Links name (only works if compressed)
|
||||
'@': [0x00, 0xD2, 0x00, 0xD3], # Link's face
|
||||
'@': [0x6A], # Links name (only works if compressed)
|
||||
'>': [0x00, 0xD2, 0x00, 0xD3], # Link's face
|
||||
"'": 0xD8,
|
||||
'’': 0xD8,
|
||||
'%': 0xDD, # Hylian Bird
|
||||
|
Reference in New Issue
Block a user