[A83] Getkey loop


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

[A83] Getkey loop



Did I make a stupid mistake I'm not seeing?

X:
     B_Call _getkey
     cp kY   ;If key = [Y=]
     jp z,StartMenu  ;Jump to StartMenu
     jr X   ;Repeat the loop

StartMenu:

-Calc Freak