Merge pull request #63 from DavidSM64/davids-branch

Updated diff.py settings
This commit is contained in:
David Benepe
2020-08-04 15:45:38 -05:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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']
-1
View File
@@ -1 +0,0 @@
0cb115d8716dbbc2922fda38e533b9fe63bb9670 build/dkr.z64
View File