Fix Link Face

Update ROM
This commit is contained in:
cassidoxa
2023-08-25 01:56:01 -04:00
parent ad59be106a
commit 21a6f3634b
3 changed files with 3 additions and 3 deletions

2
Rom.py
View File

@@ -19,7 +19,7 @@ from EntranceShuffle import door_addresses
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'b25a9618a3109bbc516a8043e89ff80e'
RANDOMIZERBASEHASH = 'ef317b669a76dd25cb6642004dd41b22'
class JsonRom(object):

View File

@@ -840,7 +840,7 @@ class RawMBTextMapper(CharTextMapper):
'': 0xCE,
':': 0xEA,
'@': [0x6A], # Links name (only works if compressed)
'>': [0x00, 0xD2, 0x00, 0xD3], # Link's face
'>': [0x00, 0x9B, 0x00, 0x9C], # Link's face
"'": 0x9D,
'': 0xD8,
'¼': [0x00, 0xE5, 0x00, 0xE7], # ¼ heart

File diff suppressed because one or more lines are too long