caymran wrote: > > do this after displaying > > key: > call _getkey > cp enter > jp z,next thats just wasted code if 'next' is right after it > jp nz,key > > next: > (code for game goes here)