mirror of https://github.com/nmlgc/ReC98.git
7 lines
160 B
NASM
7 lines
160 B
NASM
|
public _shot_ptr, _shot_last_id
|
||
|
; Points to the next free entry in [shots].
|
||
|
_shot_ptr dw ?
|
||
|
; Index of the last valid entry in [shots].
|
||
|
_shot_last_id db ?
|
||
|
db ?
|