Alessio

Results 4 issues of Alessio

This PR adds a small change to the docs to add 2 tables that have the association ID->name->small description for both errors and warnings. I found myself needing this more...

Currently when opening a rom in shex, shex will keep the QFile object open. This, on Windows, causes the rom to be impossible to open in certain other programs (e.g....

**Describe the bug** googletest relies on CMake setting the `/MD` compiler flag as a default https://github.com/google/googletest/blob/9c332145b71c36a5bad9688312c79184f98601ff/googletest/cmake/internal_utils.cmake#L40 However, if [CMP0091](https://cmake.org/cmake/help/latest/policy/CMP0091.html) is set to `NEW` this doesn't happen anymore. Because of this,...

bug

As title says, $01AB88 is hijacked twice, once at https://github.com/VitorVilela7/SMW-SA1-Pack/blob/a520d82f46a358899bc8731752f608968ad24a91/asm/more_sprites/dp_nontrivial_remap.asm#L418 and at https://github.com/VitorVilela7/SMW-SA1-Pack/blob/a520d82f46a358899bc8731752f608968ad24a91/asm/more_sprites/more_sprites.asm#L326 Once inserting an LDA ($EE) and the other time inserting a JML. The JML is what ultimately...