Fix Link Face
Update ROM
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -19,7 +19,7 @@ from EntranceShuffle import door_addresses
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'b25a9618a3109bbc516a8043e89ff80e'
|
||||
RANDOMIZERBASEHASH = 'ef317b669a76dd25cb6642004dd41b22'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
2
Text.py
2
Text.py
@@ -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
Reference in New Issue
Block a user