fix some missed bmbp -> apbp spots

This commit is contained in:
Fabian Dill
2021-03-03 02:02:41 +01:00
parent bfa9bde348
commit 1d6aabeea6
4 changed files with 5 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ class LocalRom(object):
Patch.create_patch_file(local_path('basepatch.sfc'))
return
if not os.path.isfile(local_path('data', 'basepatch.bmbp')):
if not os.path.isfile(local_path('data', 'basepatch.apbp')):
raise RuntimeError('Base patch unverified. Unable to continue.')
if os.path.isfile(local_path('data', 'basepatch.apbp')):