mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
490924df23
* adding changes to the README * adding in progress shield adding in the shield icon to show percentage complete * updating the files, added gitignore for ctx.c * fixing the typos * fixing things to hopefully build now
8 lines
237 B
Python
Executable File
8 lines
237 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom.mm.us.rev1.z64'
|
|
config['myimg'] = 'mm.us.rev1.rom.z64'
|
|
config['mapfile'] = 'build/mm.map'
|
|
config['source_directories'] = ['./src','./include']
|