summaryrefslogtreecommitdiff
path: root/agbx/source/gfx/getpx.s
AgeCommit message (Collapse)Author
2022-12-18Remove typeof macro; Update makefile styling; Update linker script (place ↵7.0Gabriel Jensen
bss and data correctly, rename to 'script.ld'); Add function for plotting textures (plottex); Use left-to-right numbers; Use variably-sized enumerations; Fix clrscrn;
2022-10-27Use prefix ax instead of agbx (including header folders); Fix version constant;6.0Gabriel Jensen
2022-10-27Add structure for circles; Reimplement setpx1; Add better assembly comments; ↵5.0Gabriel Jensen
Fix incorrect address for vcount in vsync; Fix incorrect size of vcount in vsync; Fix non-looping loop in vsync; Remove nullptr macro (Clang supports it now);
2022-09-17Update readme; Implement getpx in assembly;4.2Gabriel Jensen