ReC98/th04/player/shots_add[bss].asm

7 lines
160 B
NASM
Raw Normal View History

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 ?