Skip to content

Commit

Permalink
Bugfix, add md5 to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabomstew committed Oct 27, 2019
1 parent d9eb74a commit 32558af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ gfx/tilesets/%.2bpp: tools/gfx += --trim-whitespace

%.ini: %.gbc %.sym
$(PYTHON3) genrandoini.py $^ $@
echo "MD5Hash="$(shell md5sum $< | cut -d' ' -f1) >> $@
2 changes: 1 addition & 1 deletion genrandoini.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def set_tm_text(num, key, txt):
setconfig('NonJapanese', str(jap))

setconfig('Type', 'RBSpeedchoice')
setconfig('ExtraTableFile', 'rby_english')
setconfig('ExtraTableFile', 'gsc_english') # font/charmap have been changed to match crystal

# speedchoice-exclusive stuff goes first because wynaut
args.rom.seek(syms["RandomizerVanillaEncounterSlots"])
Expand Down

0 comments on commit 32558af

Please sign in to comment.