ReC98/th01/hiscore/hiscore[bss].asm

9 lines
254 B
NASM

public _scoredat_names, _scoredat_routes, _scoredat_stages, _scoredat_score
public _entered_name_left, _entered_name_top
_scoredat_names dd ?
_scoredat_routes dd ?
_scoredat_stages dd ?
_entered_name_left dw ?
_entered_name_top dw ?
_scoredat_score dd ?