Skip to content
Snippets Groups Projects
Commit a7f111b9 authored by echicken's avatar echicken
Browse files

On the upload screen, replaced 'Comments go here'

with something a little more useful.
parent b65016a0
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ function MainMenu(parent_frame) {
state.tree.addItem(
'Upload an avatar', function () {
console.clear(WHITE);
console.putmsg('Comments go here');
console.putmsg('Your avatar must be 10 x 6 characters in size and saved in binary format.');
if (upload_avatar()) {
console.putmsg('Your avatar has been updated.');
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment