was8bit 2025-02-17 23:44
Cooool :D
McPepic 2025-02-18 01:34
Remix! :D
was8bit 2025-02-18 01:47
@McPepic,
Well done :)
Go ahead and post on your name... just add your name in the code :)
Sylveon 2025-02-18 02:08
Cool :3
Sylveon 2025-02-18 02:09
McPepic
I noticed that ROM 0 is “hide secret font”
Sylveon 2025-02-18 02:09
:3
was8bit 2025-02-18 16:41
@Sylveon...
Yes, there is a secret font set that is quietly available when you open up a new blank game... even though you cant see it, it is hidden on the last character page...
My entry for file#0 disables the secret font, freeing up all 4 character pages... but then TEXT wont work as disabled the font... but it is needed if you use all characters to build a drawing page like this...
You can also create one or more sets of your own fonts, just use the FONT command to let lowres know where to find your font set by directing it to where the font starts... you can have 2 or 3 font sets, but each set will use a whole page, and you can only use one set at a time...
was8bit 2025-02-18 16:43
@Pablo, most beautiful...
You have inspired me to figure out how to better save those images... ;)
McPepic 2025-02-18 22:06
How do you attach an image without source code?
was8bit 2025-02-19 04:27
I have a one cell proof of concept for saving the image, but got too tired to work out issues with the full code... will work on it as i can, and am certain that i can get it up and running....
Pablo 2025-02-19 14:16
So, thanks for the toy, i'll try to make fun drawings with it.
Images are added with markdown: 
was8bit 2025-02-19 21:58
:) wait for the version with the SAVE feature ;)
was8bit 2025-02-19 23:58
Version 2.0 has save/load using the DISK file....
... my method works, but i am sure it can be more efficient, convenient... but this is my best effort....