1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-02-09 06:30:36 +00:00

Small documentation fixes

This commit is contained in:
Karol Stasiak 2019-09-16 22:48:21 +02:00
parent 457472080f
commit e4eefeba06
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ TODO
### `#fatal/#error/#warn/#info`
#error fatal error message
#fatal fatal error message
#error error message
#warn warning message
#info informational message

View File

@ -13,7 +13,7 @@ Horizontal joystick movement. 1 if right, -1 if left, 0 if neither.
#### `sbyte input_dy`
Vertical joystick movement. 1 if right, -1 if left, 0 if neither.
Vertical joystick movement. 1 if down, -1 if up, 0 if neither.
#### `byte input_btn`