mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix tools/unnamed.py for new rgbds object format
This commit is contained in:
parent
65a780994f
commit
18013b468a
@ -81,7 +81,7 @@ for objfile in objects:
|
||||
elif magic == b'RGB9':
|
||||
obj_ver = 10 + unpack_file("<I", f)[0]
|
||||
|
||||
if obj_ver not in [6, 10]:
|
||||
if obj_ver not in [6, 10, 11]:
|
||||
print("Error: File '%s' is of an unknown format." % objfile, file=stderr)
|
||||
exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user