1
0
Fork 0
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:
cadmic 2024-12-15 09:22:45 -08:00 committed by GitHub
parent c9940faa22
commit 8056312c39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 6 deletions

View file

@ -1814,7 +1814,6 @@ class MessageDecoderNES(MessageDecoder):
0x1F : ("TIME", "", None),
}
extraction_charmap = {
0x7F : '',
0x80 : 'À',
0x81 : 'î',
0x82 : 'Â',