mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-09 14:06:54 +00:00
6 lines
243 B
Python
6 lines
243 B
Python
def apply(config, args):
|
|
config['mapfile'] = 'build/z64.map'
|
|
config['myimg'] = 'zelda_ocarina_mq_dbg.z64'
|
|
config['baseimg'] = 'baserom.z64'
|
|
config['makeflags'] = []
|
|
config['source_directories'] = ['src', 'include', 'spec']
|