;*********************************************************************
;*								*
;*	------------------------				*
;*		STARFOX2 					*
;*	------------------------				*
;*								*
;*	File 		: clear.asm				*
;* 	Description	: Game Clear 				*
;*	Date		: 1994.9.1				*
;*	Author		: H.Yajima				*
;*								*
;*********************************************************************
;
;
;
;
;---------------------------------------------------------------------
	INCPUB	clear
;---------------------------------------------------------------------
;
;
;
;*********************************************************************
;	------------------
;	bitmap demoprogram
;	------------------
;*********************************************************************

bitmapdemo_table
	Mgamemode_liststart
	Mgamemode_list	kmode_title,bitmapdemo_title
	Mgamemode_list	kmode_missionexplain,bitmapdemo_explain
	Mgamemode_listend	bitmapdemo_total

;----------------------------------------------------------------------

main_gameclear_l
	php
	ai16

	ldx	#bitmapdemo_table&WM
	ldy	#bitmapdemo_total
	jsr	Lgamemode_idxjmp

.exit	plp
	rtl

;*********************************************************************
;		*************************************************
; demo Battle	*************************************************
;		*************************************************
;*********************************************************************

bitmapdemo_explain

	a8
	poll_mario
	ramnastyoff
	a16
	lda.l	barnoize_counter	; memory copy	
	sta.l	m_barnoize_counter
	lda.l	videonoize_counter
	sta.l	m_videonoize_counter
	a8
	call_mario	noize_test
	unpoll_mario
	a16

	rts
;*********************************************************************
;		*************************************************
; demo TITLE		*************************************************
;		*************************************************
;*********************************************************************

bitmapdemo_title

	yjcall_mario	testface

	rts

;*********************************************************************
;		*************************************************
; demo Battle	*************************************************
;		*************************************************
;*********************************************************************
;*********************************************************************
;		*************************************************
; demo 1p-GAME	*************************************************
;		*************************************************
;*********************************************************************
;
;
;
;
;
;
;
;
;
;
;
;
;
;====================================================================
;====================================================================
;END END END END END END END END END END END END END END END END END 
;====================================================================
;====================================================================

