aboutsummaryrefslogtreecommitdiff
path: root/loading.asm
AgeCommit message (Collapse)Author
2026-04-14The Great Migration: move all the screen memory to the $4000-$7FFF bank ↵B. Watson
window, move code to $8000, move data/rodata/bss to $2000, move rx_buf and tx_buf, etc etc.
2026-04-10Stop overwriting the users colors in loading2.xex.B. Watson
2026-03-30Cosmetic: make the loading screen colors match the default config colors.B. Watson
2026-03-15Loading screen s/FujiNet/FujiNetChat/, use green for "loading config" too.B. Watson
2026-03-15Loading screens for config and client.B. Watson