master
parent
bf52b51426
commit
28f2adc3d1
|
@ -4664,6 +4664,8 @@ def patch_game():
|
||||||
for x in HashValue:
|
for x in HashValue:
|
||||||
FileName = FileName + ' {}'.format(x)
|
FileName = FileName + ' {}'.format(x)
|
||||||
if Debug:
|
if Debug:
|
||||||
|
# FIXME: whenever Kazuto decides to drop the original ASM reintroduce debug mode
|
||||||
|
# armips is FOSS and further documentation should be provided on how to build it
|
||||||
os.system('.\\armips\\armips.exe "Metroid Fusion Open Randomizer.asm" -root ".\\data\\asm" -sym ".\\temp.sym"')
|
os.system('.\\armips\\armips.exe "Metroid Fusion Open Randomizer.asm" -root ".\\data\\asm" -sym ".\\temp.sym"')
|
||||||
os.replace('.\\data\\MFOR.gba', '.\\seeds\\{}.gba'.format(FileName))
|
os.replace('.\\data\\MFOR.gba', '.\\seeds\\{}.gba'.format(FileName))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue