Remove song instruments output file
This commit is contained in:
@@ -10,7 +10,6 @@ except ImportError:
|
||||
|
||||
from Utils import output_path
|
||||
from Rom import LocalRom, apply_rom_settings
|
||||
from source.classes.SFX import output_song_data
|
||||
from source.tools.BPS import bps_read_vlv
|
||||
|
||||
|
||||
@@ -39,9 +38,6 @@ def adjust(args):
|
||||
output_path.cached_path = args.outputpath
|
||||
rom.write_to_file(output_path('%s.sfc' % outfilebase))
|
||||
|
||||
if args.shuffle_songinstruments:
|
||||
output_song_data(rom, output_path('OR_SPCInstruments.txt'), outfilebase)
|
||||
|
||||
logger.info('Done. Enjoy.')
|
||||
logger.debug('Total Time: %s', time.process_time() - start)
|
||||
|
||||
@@ -77,9 +73,6 @@ def patch(args):
|
||||
output_path.cached_path = args.outputpath
|
||||
rom.write_to_file(output_path('%s.sfc' % outfile_base))
|
||||
|
||||
if args.shuffle_songinstruments:
|
||||
output_song_data(rom, output_path('OR_SPCInstruments.txt'), outfile_base)
|
||||
|
||||
logger.info('Done. Enjoy.')
|
||||
logger.debug('Total Time: %s', time.process_time() - start)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user