mirror of https://github.com/nmlgc/ReC98.git
13 lines
376 B
NASM
13 lines
376 B
NASM
SCOREDAT_CLEARED = 40
|
|
SCOREDAT_CLEARED_MAKAI = (SCOREDAT_CLEARED + 10)
|
|
SCOREDAT_CLEARED_JIGOKU = (SCOREDAT_CLEARED + 20)
|
|
|
|
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 ?
|