mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:29:02 -08:00
update text dumping with unused name commands
This commit is contained in:
parent
a6f953c0c0
commit
e59f958d0b
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue