mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
apply local items in no_logic
This commit is contained in:
3
Rom.py
3
Rom.py
@@ -76,8 +76,7 @@ class LocalRom(object):
|
||||
if not os.path.exists(local_path(os.path.join('data', 'basepatch.bmbp'))):
|
||||
create_patch_file(local_path('basepatch.sfc'))
|
||||
return
|
||||
logging.info(local_path(os.path.join('data', 'basepatch.bmbp')))
|
||||
logging.info(os.path.isfile(local_path(os.path.join('data', 'basepatch.bmbp'))))
|
||||
|
||||
if os.path.isfile(local_path(os.path.join('data', 'basepatch.bmbp'))):
|
||||
_, target, buffer = create_rom_bytes(local_path(os.path.join('data', 'basepatch.bmbp')))
|
||||
if self.verify(buffer):
|
||||
|
Reference in New Issue
Block a user