mirror of
https://github.com/pret/pokestadium.git
synced 2026-03-22 01:34:25 -05:00
9 lines
289 B
Python
9 lines
289 B
Python
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baseroms/us/baserom.z64'
|
|
config['myimg'] = 'build/pokestadium-us.z64'
|
|
config['mapfile'] = 'build/pokestadium-us.map'
|
|
config['source_directories'] = ['.']
|
|
config["objdump_flags"] = ["-Mreg-names=32"]
|