mm/diff_settings.py
Rozelette ec912054da
Update tools (#16)
* Clean up .gitignore

* Set exec bit on all python and shell scripts

* Delete unused files

* Add decomp-permuter repo

* Update submodules
2020-09-13 21:09:13 -04:00

8 lines
215 B
Python
Executable File

#!/usr/bin/env python3
def apply(config, args):
config['baseimg'] = 'baserom.z64'
config['myimg'] = 'rom.z64'
config['mapfile'] = 'build/mm.map'
config['source_directories'] = ['./src','./include']