mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-07 09:55:17 -05:00
Apparently some BishiBashi levels use an even older AP2 version.
This commit is contained in:
@@ -1412,7 +1412,7 @@ class SWF(TrackedCoverage, VerboseOutput):
|
||||
raise Exception(f"Unrecognzied magic {magic}!")
|
||||
if length != len(data):
|
||||
raise Exception(f"Unexpected length in AFP header, {length} != {len(data)}!")
|
||||
if ap2_data_version not in [8, 9, 10]:
|
||||
if ap2_data_version not in [7, 8, 9, 10]:
|
||||
raise Exception(f"Unsupported AP2 container version {ap2_data_version}!")
|
||||
if version != 0x200:
|
||||
raise Exception(f"Unsupported AP2 version {version}!")
|
||||
|
||||
Reference in New Issue
Block a user