1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-04-26 05:13:23 -07:00

update text dumping with unused name commands

This commit is contained in:
Connor Olding 2016-11-27 15:57:01 -08:00
parent a6f953c0c0
commit e59f958d0b

View File

@ -200,6 +200,12 @@ def parse_jp_text(f):
bs += b'[deku highscore]'
elif x == 0x030C:
bs += b'[deku highscore]'
elif x == 0x030D:
bs += b'[unused name 1]'
elif x == 0x030E:
bs += b'[unused name 2]'
elif x == 0x030F:
bs += b'[unused name 3]'
elif x == 0x0310:
bs += b'[highscore? 0310]'
elif x == 0x037E: