James Dunn
James Dunn
 `one_item_per_dungeon` (last item in line 599) needs to be removed for this to properly exclude the setting from being selected when `randomize_settings` is enabled. This dict is used to...
> Can we reset the trigger for the text box when Link steps off the log and back on? That seems like a solution that wouldn't feel as out of...
Can confirm this fixes the issue
I have no idea *why* it works since I don't have any experience with makefiles but I did test the effect of the change in a clean enviornment and it...
After some research, it currently fails because `$(RESOURCES)` are being built first, which depend on `OBJDIR` (indicated in line 20). At this point, `$(OBJECTS): | $(OBJDIR)` hasn't been built, which...