mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +00:00
Remove ‾ character from source files (#2371)
This commit is contained in:
parent
c9940faa22
commit
8056312c39
5 changed files with 4 additions and 6 deletions
|
@ -1814,7 +1814,6 @@ class MessageDecoderNES(MessageDecoder):
|
|||
0x1F : ("TIME", "", None),
|
||||
}
|
||||
extraction_charmap = {
|
||||
0x7F : '‾',
|
||||
0x80 : 'À',
|
||||
0x81 : 'î',
|
||||
0x82 : 'Â',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue