/********************************************************************************
					-------------------------
				 	 Ultra 64 MARIO Brothers
					-------------------------

					File		: wpathdata.s
					Description	: 
					Date		: 1995.1.8
					Author		: 

 ********************************************************************************/

#define ASSEMBLER

#ifdef 	IWAWAKI
#include "headers.h"
#else
#include "../headers.h"
#endif

/********************************************************************************/
/*		Start AsmCode															*/
/********************************************************************************/

	.data
	.align	2
	.align	0

/********************************************************************************/
/*		Enemy Files																*/
/********************************************************************************/

#include "wenemyfiles.c"

/*==============================================================================*/
/*			End																	*/
/*==============================================================================*/


