/********************************************************************************
					-------------------------
				 	 Ultra 64 MARIO Brothers
					-------------------------

					File		: pathextobj.s
					Description	: 
					Date		: 1995.
					Author		: H.yajima

 ********************************************************************************/


/*################*/
#ifdef ASSEMBLER
/*################*/

e_extobj:
	p_initialize(option)
	p_setbit(flag,stf_moveON )
	p_while
		p_program(s_extobj)
	p_loop

/*################*/
#else
/*################*/
/********************************************************************************
		C Program (extobj)
 ********************************************************************************/
extern void s_extobj(void)
{

}

/*################*/
#endif
/*################*/
/*===============================================================================
		end end end end end end end end 
===============================================================================*/



