ReC98/th01/hiscore/regist_name[data].asm

16 lines
440 B
NASM
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

public _REGIST_NAME_BLANK, _REGIST_NAME_SPACES, _SCOREDAT_MAGIC
_REGIST_NAME_BLANK db '________',0
if BINARY eq 'M'
public _regist_jump_to_enter
_regist_jump_to_enter db 0
endif
_REGIST_NAME_SPACES db '        ',0
_SCOREDAT_MAGIC db 'HISCORE',0
public _REGIST_TITLE_RANKS
_REGIST_TITLE_RANKS label dword
dd _REGIST_TITLE_RANK_EASY
dd _REGIST_TITLE_RANK_NORMAL
dd _REGIST_TITLE_RANK_HARD
dd _REGIST_TITLE_RANK_LUNATIC