From 28f2adc3d1de49df4ebe5cce7148dce0d024bf51 Mon Sep 17 00:00:00 2001 From: Lucent Date: Wed, 11 Oct 2023 12:31:13 +0200 Subject: [PATCH] h --- Randomizer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Randomizer.py b/Randomizer.py index 7bc70fd..4108a9d 100644 --- a/Randomizer.py +++ b/Randomizer.py @@ -4664,6 +4664,8 @@ def patch_game(): for x in HashValue: FileName = FileName + ' {}'.format(x) 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.replace('.\\data\\MFOR.gba', '.\\seeds\\{}.gba'.format(FileName)) else: