Compare commits

...

1 Commits

Author SHA1 Message Date
CrazyEttin 107c10ef83 Change the quit key in Temple from Q to escape. 2021-07-10 12:16:13 +03:00
1 changed files with 4 additions and 6 deletions

View File

@ -249,9 +249,9 @@ introtxt db "In the Temple", 0xd, 0xa,\
"Arattavesh.",\
0xd, 0xa,\
0xd, 0xa,\
"To choose an option press the corresponding number. ",\
"To quit the game", 0xd, 0xa,\
"press Q.", 0xd, 0xa,\
"Press the corresponding number to choose an option or ",\
"escape to quit the", 0xd, 0xa,\
"game.", 0xd, 0xa,\
0xd, 0xa,\
"Press any key to start.", 0x0
startxt db 0xd, 0xa,\
@ -523,9 +523,7 @@ crlf db 0xd, 0xa, 0x0
readquit:
;Check for keypress Q
cmp al, "Q"
je done
cmp al, "q"
cmp al, 0x1b
je done
;Return