aboutsummaryrefslogtreecommitdiff
path: root/timed_getch.s
AgeCommit message (Expand)Author
2021-05-27cash_dirty, change random seeding, now 9006 bytesB. Watson
2021-05-14Fix brain damage in _yngetc, update NOTES.txt for new featuresB. Watson
2021-05-13Uppercase Y/N, costs 2 bytes (now 8836)B. Watson
2021-05-13Show default at y/n prompts (costs 7 bytes, now 8838)B. Watson
2021-04-26Initial POC of in-game helpB. Watson
2021-04-19Allow pressing Enter to abort buy/sell (costs 15 bytes)B. Watson
2021-04-04Inline some array code, 8128 bytes freeB. Watson
2016-02-28add procsizes target, rewrite get_item in asm, combine some functions, 7808 b...B. Watson
2016-02-19save a byte in timed_getch, add conio docB. Watson
2016-02-17make the cursor behave *much* better, via custom conio functionB. Watson
2016-02-16shrink code, 5599 bytes free, move some code so it runs straight from bank 3 ...B. Watson
2016-02-15shave off some code size, spend some of it on better randomness. 5461 bytes f...B. Watson
2016-01-27timed_getch now uses hardcoded 300 jiffies, all prompts are 5 secB. Watson
2016-01-27merge timed_getch.s and jsleep.s, preparing to change timed_getch() APIB. Watson
2016-01-20fix and simplify cprintfancy, allow Delete key and K/M for 1000/1M when enter...B. Watson
2016-01-18fix big_negate, allow lowercase z in firm name, tighten up bigfloat.sB. Watson
2016-01-08WIP, trying to make battle screen updates smootherB. Watson
2016-01-07first pass at soundsB. Watson
2016-01-03cursor visibility fixesB. Watson
2016-01-02leave title screen showing while loading (not quite right yet)B. Watson
2015-12-29initial commitB. Watson