diff options
| author | Parker Burnett <burnettparker@gmail.com> | 2021-05-18 18:39:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 18:39:08 -0400 |
| commit | 490924df236a654c8326938bf96c1eaba52e1b4d (patch) | |
| tree | 78a1d612b06b125789267ec47456e8ed45a19b2c /diff_settings.py | |
| parent | c6fb5665d4a311f0291735c547a01b53afb29e6a (diff) | |
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
Diffstat (limited to 'diff_settings.py')
| -rwxr-xr-x | diff_settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/diff_settings.py b/diff_settings.py index 784286ddc..7b3dc3df3 100755 --- a/diff_settings.py +++ b/diff_settings.py @@ -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'] |
