sylvie
sylvie
"`error: type mismatch in , expected [] but got []`" and "`error: type mismatch in implicit return, expected [] but got []`" dont make it clear that the stack has...
according to some research i have done, with some help from @leinacc, there is no "jump packet", instead it seems to just be a termination code. to actually jump somewhere...
rewrite `MBCs` to make it not rely on the reader having read the more confusing `MBC1` page when most people will use the less confusing `MBC3` and `MBC5` if possible,...
while the scramble flag does serve its purpose of showing when you forget to bankswitch, it introduces two new issues: 1. it hides alignment mistakes, as sections generally get placed...
some registers have alternative, more "user friendly" names (`rKEY1`, `rNRxx`, CGB palette registers, CGB banking registers) but since `rHDMAx` registers dont have alternative names and (according to hardware.inc and pandocs)...
- change or better document the example code * https://github.com/zlago/violence-gbc/blob/11cfdb6ee8a35e042fa9712484d814e0961cea7c/src/sub.sm83#L413-L463 * https://github.com/zlago/snek-gbc/blob/baef0369f57d2b0d58316cb1c28c6cc22475a6c9/code/init.sm83#L208-L230 - the guide confusingly states that .mltOff is for 2 players and that if you wish to return...
in the [dillo](https://dillo.org/) web browser, code blocks (`` only, `` looks fine) are unreadable (black border, white inside, white text, and selecting it doesnt help)
creating a window with width and height set to `0` makes the process hang (?) doing that and also setting mode to AUTO causes an X error to appear expected...
**Describe the bug** erase terrain does not switch the tool to the terrain tool **To Reproduce** Steps to reproduce the behavior: 1. select stamp tool 2. click on erase terrain...