Results 147 comments of Vincent Cunningham

etc on the Discord reminded me that [using mutable values as default arguments](https://web.archive.org/web/20200221224620id_/http://effbot.org/zone/default-values.htm) causes this kind of weirdness. I'll have to handle this in my tests I guess and leave...

I feel like this is in a good enough position for merging now. I plan to deal with some of the more rigid tests fairly quickly, but would prefer to...

Adding this because we've recently found a correlation between a lot of reports like this. The first instance I can find so far is [Cubsrule21 on January 29, 2020 version...

> * `ZOOTDEC.z64` is no longer generated in the root of the repository. The randomizer caches the uncompressed ROM in `ASM/roms/base.z64`, which also conveniently removes the need to copy it...

`lb t0, OVERWORLD_SHUFFLED` sets t0 to either 0 for no overworld shuffle or 1 for overworld shuffle `beqz t0, @@return` compares t0 to 0, and branches _to_ `@@return` if t0...

This also does depend on what you want the minimum required Linux kernel version for the emulator to be. `statx` was introduced in the 4.11 Linux kernel, which is now...

I sort of agree with r0bd0g. But, I feel like there should be a certain restrictions to try to keep the unequiping vanillaish. 1. You should be able to select...

Perhaps this is an opportunity to only use [the wiki](https://wiki.ootrandomizer.com/index.php?title=Changelog) for released changes and only keep dev changes documented in the repo? It would probably also be nice to have...

You can always link to headings of wiki pages with as an anchor point. https://wiki.ootrandomizer.com/index.php?title=Readme#Generation_Options

I recommend adding the desired way to use these folders to `ASM/README.md`.