mirror of
https://github.com/pret/pokestadiumgs.git
synced 2026-09-26 05:31:25 -04:00
8 lines
244 B
Python
8 lines
244 B
Python
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baseroms/us/baserom.z64'
|
|
config['myimg'] = 'build/pokestadiumgs-us.z64'
|
|
config['mapfile'] = 'build/pokestadiumgs-us.map'
|
|
config['source_directories'] = ['.']
|