mirror of https://github.com/nmlgc/ReC98.git
12 lines
150 B
NASM
12 lines
150 B
NASM
|
.8086
|
||
|
.model use16 large
|
||
|
|
||
|
include th03/arg_bx.inc
|
||
|
include libs/master.lib/macros.inc
|
||
|
include th04/math/motion.inc
|
||
|
|
||
|
.code
|
||
|
MOTION_UPDATE_DEF 3
|
||
|
|
||
|
end
|