Skip to content

Commit

Permalink
Changed inputstr for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
QFSW committed Jul 11, 2019
1 parent 59c1e1f commit fc3b1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/pinput.asm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MOVE_RIGHT EQU 2
MOVE_DOWN EQU 3

.data
inputstr db "Please input a move: ", 0
inputstr db "Please enter a move: ", 0
invlstr db "Invalid move, please enter a move: ", 0

.code
Expand Down

0 comments on commit fc3b1a8

Please sign in to comment.