From ed6d66acd97d4a9460a0487af5b026eff82eadc4 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Mon, 5 Mar 2018 13:11:32 -0500 Subject: [PATCH] Fix special text symbols Two of the symbols were accidentally reversed. --- Text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Text.py b/Text.py index fee88625..fbaafd2f 100644 --- a/Text.py +++ b/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