Noo, it didn't offend me. I was just asking. :)

But yes, today I finally implemented hotkeys! I just need to transfer it over to my computer, and take some screenshots.
ListCompress: 100%
I, also, started, and finished my list compressor and decompressor today! I figured it would be good to compress RPG save data that is held in lists. So now you can hold even more.
Currently it has limitations due to the way it compresses. All numbers in the lists are required to be non-negative integers that do not exceed 999.
Benchmark: List with 999 elements with numbers 1-999
* Compress: ~9 seconds
* Decompress: ~11 seconds
* Starting size: 9003 bytes
* Ending size: 3009 bytes
So basically in only 9 seconds you can get a 67% compression ratio! :w00t:

I will be uploading this also, after I take the screenshots.