sylvie

Results 6 issues of 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,...

enhancement

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...

enhancement
rgblink

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...