mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Merge pull request #63 from DavidSM64/davids-branch
Updated diff.py settings
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ def add_custom_arguments(parser):
|
||||
|
||||
def apply(config, args):
|
||||
lang = args.lang or 'us'
|
||||
config['mapfile'] = f'build/dkr.map'
|
||||
config['myimg'] = f'build/dkr.z64'
|
||||
config['mapfile'] = f'build/us_1.0/dkr.map'
|
||||
config['myimg'] = f'build/us_1.0/dkr.z64'
|
||||
config['baseimg'] = f'baseroms/Diddy Kong Racing (USA 1.0).z64'
|
||||
config['makeflags'] = [f'']
|
||||
config['source_directories'] = ['src']
|
||||
|
||||
Reference in New Issue
Block a user