ReC98/th03/hiscore/regist[bss].asm

9 lines
109 B
NASM

PLACE_NONE = (-1)
public _entered_place
if (GAME ge 4)
_entered_place db ?
else
_entered_place dw ?
endif