mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-09 10:24:57 +00:00
Small documentation fixes
This commit is contained in:
@@ -141,7 +141,7 @@ TODO
|
|||||||
|
|
||||||
### `#fatal/#error/#warn/#info`
|
### `#fatal/#error/#warn/#info`
|
||||||
|
|
||||||
#error fatal error message
|
#fatal fatal error message
|
||||||
#error error message
|
#error error message
|
||||||
#warn warning message
|
#warn warning message
|
||||||
#info informational message
|
#info informational message
|
||||||
|
@@ -13,7 +13,7 @@ Horizontal joystick movement. 1 if right, -1 if left, 0 if neither.
|
|||||||
|
|
||||||
#### `sbyte input_dy`
|
#### `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`
|
#### `byte input_btn`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user