Homescreen character movement in BASIC

This is a very basic template that BASIC programmers can use to move a
character around the homescreen, at ONLY 180 bytes!

This works on an 8x16 grid, and DOES have error checking, to prevent you
from moving outside of the screen area.

Its ONLY an outline for movement, no collission detection, or anything
else in this version.

This is almost perfect for BASIC RPG designers.  More will come later.

Keys:


Direction   |   BASIC getkey code
------------+----------------------
UP          |   25
DOWN        |   34
LEFT        |   24
RIGHT       |   26


You wanted a very basic template, THERE YOU GO!  Enjoy!

comments and feedback can be directed to chevycam94@gmail.com