Fixed issues with customitemarray (#140)

* Fixed issues with customitemarray

* Fixed Triforce in custom item pool
This commit is contained in:
Louis-David Perron
2020-09-16 18:18:17 -04:00
committed by GitHub
parent f040e96bef
commit c40196e07c
2 changed files with 9 additions and 7 deletions

4
Gui.py
View File

@@ -557,8 +557,8 @@ def guiMain(args=None):
int(rupee20Var.get()), int(rupee50Var.get()), int(rupee100Var.get()),
int(rupee300Var.get()), int(rupoorVar.get()), int(blueclockVar.get()),
int(greenclockVar.get()), int(redclockVar.get()), int(progbowVar.get()),
int(bomb10Var.get()), int(triforceVar.get()),
int(rupoorcostVar.get()), int(universalkeyVar.get())]
int(bomb10Var.get()), int(universalkeyVar.get()),
int(rupoorcostVar.get()), int(triforceVar.get())]
guiargs.rom = romVar.get()
guiargs.create_diff = patchesVar.get()
guiargs.sprite = sprite