Dominic Szablewski
Results
12
issues of
Dominic Szablewski
The x/y parameters of [vi_move_output()](https://github.com/DragonMinded/libdragon/blob/preview/src/vi.c#L613) are never used. I belive the function should be something like this: ```c void vi_move_output(int x, int y) { int x0, y0, x1, y1; __get_output(&x0,...
This adds an optional switch to mksprite to mitigate halos around sprites with transparency. The idea is to "radiate" the sprite outwards. These newly filled pixels will have the r,g,b...