mirror of https://github.com/nmlgc/ReC98.git
8 lines
222 B
NASM
8 lines
222 B
NASM
|
; All values are signed. (Yes, allowing you to invert the controls with
|
||
|
; negative values!)
|
||
|
public _playchar_speed_aligned, _playchar_speed_diagonal
|
||
|
_playchar_speed_aligned dw ?
|
||
|
dw ?
|
||
|
_playchar_speed_diagonal dw ?
|
||
|
dw ?
|