Skip to content

Commit

Permalink
diff fix us (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm authored Oct 21, 2023
1 parent b0eac8f commit 7455914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff_settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

def apply(config, args):
config['baseimg'] = 'baserom.z64'
config['baseimg'] = 'baserom.us.z64'
config['myimg'] = 'build/yoshisstory.us.z64'
config['mapfile'] = 'build/yoshisstory.us.map'
config['source_directories'] = ['./src','./include']
Expand Down

0 comments on commit 7455914

Please sign in to comment.