;*****************************************************************
;*		map point status data				*
;*****************************************************************
;
		GLB	MPSTATUS
MPSTATUS	EQU	$		;[Map Point No.]
;
;-------------- point no.[00] -----------------------------------
MPSTAT_00	EQU	$		;[00]
		BYTE	0		;	[map type]
		BYTE	07FH		;	[  " parts pointer]
		BYTE	CORS_00_00	;	[course data table pointer]
		BYTE	000H		;	[timer]
		HEX	08,7A		;	[player X,Y_pos]
		BYTE	MPCLR_00_1-$	;	[course clear<1> data pointer]
MPCLR_00_1-$	EQU	$		;<1>
;-------------- point no.[01] -----------------------------------
MPSTAT_01	EQU	$		;[01]
		BYTE	0		;	[map type]
		BYTE	080H		;	[  " parts pointer]
		BYTE	CORS_01_00	;	[course data table pointer]
		BYTE	000H		;	[timer]
		HEX	08,7A		;	[player X,Y_pos]
		BYTE	MPCLR_01_1-$	;	[course clear<1> data pointer]
MPCLR_01_1-$	EQU	$		;<1>
;-------------- point no.[02] -----------------------------------
MPSTAT_02	EQU	$		;[02]
		BYTE	0		;	[map type]
		BYTE	081H		;	[  " parts pointer]
		BYTE	CORS_02_00	;	[course data table pointer]
		BYTE	002H		;	[timer]
		HEX	08,7A		;	[player X,Y_pos]
		BYTE	MPCLR_02_1-$	;	[course clear<1> data pointer]
MPCLR_02_1-$	EQU	$		;<1>
;-------------- point no.[03] -----------------------------------
MPSTAT_03	EQU	$		;[03]
		BYTE	0		;	[map type]
		BYTE	082H		;	[  " parts pointer]
		BYTE	CORS_03_00	;	[course data table pointer]
		BYTE	002H		;	[timer]
		HEX	08,7A		;	[player X,Y_pos]
		BYTE	MPCLR_03_1-$	;	[course clear<1> data pointer]
MPCLR_03_1-$	EQU	$		;<1>
;-------------- point no.[04] -----------------------------------
MPSTAT_04	EQU	$		;[04]
		BYTE	0		;	[map type]
		BYTE	083H		;	[  " parts pointer]
		BYTE	CORS_04_00	;	[course data table pointer]
		BYTE	003H		;	[timer]
		HEX	08,7A		;	[player X,Y_pos]
		BYTE	MPCLR_04_1-$	;	[course clear<1> data pointer]
MPCLR_04_1-$	EQU	$		;<1>
;-------------- point no.[05] -----------------------------------
MPSTAT_05	EQU	$		;[05]
		BYTE	0		;	[map type]
		BYTE	084H		;	[  " parts pointer]
		BYTE	CORS_05_00	;	[course data table pointer]
		BYTE	001H		;	[timer]
		HEX	07,7A		;	[player X,Y_pos]
		BYTE	MPCLR_05_1-$	;	[course clear<1> data pointer]
MPCLR_05_1-$	EQU	$		;<1>
;-------------- point no.[06] -----------------------------------
MPSTAT_06	EQU	$		;[06]
;-------------- point no.[07] -----------------------------------
MPSTAT_07	EQU	$		;[07]
;-------------- point no.[08] -----------------------------------
MPSTAT_08	EQU	$		;[08]
;-------------- point no.[09] -----------------------------------
MPSTAT_09	EQU	$		;[09]
;-------------- point no.[0A] -----------------------------------
MPSTAT_0A	EQU	$		;[0A]
;-------------- point no.[0B] -----------------------------------
MPSTAT_0B	EQU	$		;[0B]
