A83: Re: Does this have any problems


[Prev][Next][Index][Thread]

A83: Re: Does this have any problems




i _think_ these are right....
up equ $01
left equ $02
right equ $03
down equ $04

>Here is a program that I made to change chars, can anyone tell me the
>getKey equiv's for the arrows.  Right now I just added some numbers in,
>and exactly how many characters are in the font table so I can set the
>lower and upper bounds.