peasant: fix WASD steering on lowercase systems

This commit is contained in:
Vince Weaver 2021-10-04 20:39:47 -04:00
parent 2c2ef425fd
commit 2369ed2af9

View File

@ -22,7 +22,7 @@ check_keyboard:
key_was_pressed:
and #$7f ; strip off high bit
and #$5f ; strip off high bit and make uppercase
;==========================
; Left