Results 4 issues of authorblues

Creating this issue to document bootleg/unofficial games I have found information about and provide a roadmap to completion for the task. No guarantee that most/any of these will happen, but...

enhancement
plugin

With the amount of bitset values I deal with, it would be nice to be able to write binary literals the way that some other languages like Python support. A...

I feel like there might be a good reason why this doesn't exist, either not possible or produces undesirable results. Given a function like this: ``` function paused() => dword_be(0x16F08C)...

Currently not guaranteed to produce the same rom. This is most likely an issue with the Array.sort() routine handing boolean/int values in different ways. Might be appropriate to just ensure...