/******************************************************************************** ------------------------- Ultra 64 MARIO Brothers ------------------------- File : pathdata.s Description : player&enemy strategy pathdata Date : 1995.7.31 Author : H.yajima ********************************************************************************/ #define ASSEMBLER #ifdef yajima #include "headers.h" #include "pathmacs.h" #include "mario/include/playerstat.h" #include "yvars.h" #else #include "../headers.h" #include "../include/pathmacs.h" #include "../include/playerstat.h" #include "../include/yvars.h" #endif /********************************************************************************/ /* Start AsmCode */ /********************************************************************************/ .data .align 2 .align 0 /********************************************************************************/ /* Global path */ /********************************************************************************/ #ifdef yajima #include "glb/pathdata.glb" #else #include "../glb/pathdata.glb" #endif /********************************************************************************/ /* Path Strategys */ /********************************************************************************/ #include "pathfile.s" /*------------------------------------------------------------------------------*/ /* End End End End End */ /*------------------------------------------------------------------------------*/