Zeda Thomas
Zeda Thomas
Yeah, and the particle commands bug me, too >_> The custom OS font hook that I worked on in Batlib was very hacked together. The OS just doesn't expose enough...
For setting a custom default font, I have not worked on it at all; it is low on my priorities. As for archived fonts, I had started adding in code...
Haha, nope. I'll do that next push
I don't understand the purpose of the "name" element, sorry. A consideration that I'll have to take into account, too, is how to allocate memory for the list or matrix....
Okay, I see. I still don't know that creating or locating the OS var should be this routine's responsibility since there will be many cases where you'll just want to...
As an update, I've started up an experimental module to test ideas. Once it is working the way we want, I can add it into Grammer. So the idea that...
That's not a thing that `Func` should handle :P It is meant to handle subroutines and interrupts; not grayscale or anything. You can use it for grayscale, but there are...
Oh, I know exactly what's wrong, thanks! I bet you can do `For 0+T` and it'll work fine :P Basically, the routine for `For` checks if there is a variable...
> ``` > push bc > ld bc,12 > add hl,bc > pop bc > ld a,(de) > ret > ``` > > I would like to remove the `push...
Yes, it works! Thanks a bunch!