mirror of https://github.com/nmlgc/ReC98.git
17 lines
347 B
NASM
17 lines
347 B
NASM
|
public _items_spawned
|
||
|
_items_spawned dw 0
|
||
|
|
||
|
public _items_collected
|
||
|
_items_collected dw 0
|
||
|
|
||
|
if GAME eq 5
|
||
|
public _extend_point_items_collected
|
||
|
_extend_point_items_collected dw 0
|
||
|
endif
|
||
|
|
||
|
public _total_point_items_collected
|
||
|
_total_point_items_collected dw 0
|
||
|
|
||
|
public _total_max_valued_point_items_collected
|
||
|
_total_max_valued_point_items_collected dw 0
|