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:
parent
457472080f
commit
e4eefeba06
@ -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
|
||||
|
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user