mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-07 04:54:55 -04:00
QOL addtions to the readme (#104)
* 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
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def apply(config, args):
|
||||
config['baseimg'] = 'baserom.z64'
|
||||
config['myimg'] = 'rom.z64'
|
||||
config['baseimg'] = 'baserom.mm.us.rev1.z64'
|
||||
config['myimg'] = 'mm.us.rev1.rom.z64'
|
||||
config['mapfile'] = 'build/mm.map'
|
||||
config['source_directories'] = ['./src','./include']
|
||||
|
||||
Reference in New Issue
Block a user