peasant: skip putting escape in the input buffer

yes I hold it down to long when skipping intro
This commit is contained in:
Vince Weaver 2024-10-08 14:41:06 -04:00
parent ca0c839e6f
commit 6c97b614bd

View File

@ -132,6 +132,11 @@ check_enter:
cmp #13 cmp #13
beq enter_pressed beq enter_pressed
check_escape:
cmp #27 ; can press by accident when skipping intro
beq done_check_keyboard
all_other_keys: all_other_keys:
jsr hgr_input jsr hgr_input