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