39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
/********************************************************************************
|
|
Ultra 64 MARIO Brothers
|
|
|
|
spider hierarchy data list module
|
|
|
|
Copyright 1996 Nintendo co., ltd. All rights reserved.
|
|
*********************************************************************************/
|
|
|
|
//#include "spider/spider_texture.h"
|
|
//#include "spider/W_body_shape.sou"
|
|
//#include "spider/W_eyeL_shape.sou"
|
|
//#include "spider/W_eyeR_shape.sou"
|
|
//#include "spider/W_pupilL_shape.sou"
|
|
//#include "spider/W_pupilR_shape.sou"
|
|
//#include "spider/W_eyebrow_shape.sou"
|
|
//#include "spider/W_legA1_shape.sou"
|
|
//#include "spider/W_legA2_shape.sou"
|
|
//#include "spider/W_footA_shape.sou"
|
|
|
|
extern Gfx gfx_W_body[];
|
|
extern Gfx gfx_W_eyeL[];
|
|
extern Gfx gfx_W_eyeR[];
|
|
extern Gfx gfx_W_pupilL[];
|
|
extern Gfx gfx_W_pupilR[];
|
|
extern Gfx gfx_W_eyebrow[];
|
|
extern Gfx gfx_W_legA1[];
|
|
extern Gfx gfx_W_legA2[];
|
|
extern Gfx gfx_W_footA[];
|
|
|
|
hmsGfx(RM_SPRITE, gfx_W_body)
|
|
hmsGfx(RM_SPRITE, gfx_W_eyeL)
|
|
hmsGfx(RM_SPRITE, gfx_W_eyeR)
|
|
hmsGfx(RM_SPRITE, gfx_W_pupilL)
|
|
hmsGfx(RM_SPRITE, gfx_W_pupilR)
|
|
hmsGfx(RM_SURF, gfx_W_eyebrow)
|
|
hmsGfx(RM_SPRITE, gfx_W_legA1)
|
|
hmsGfx(RM_SPRITE, gfx_W_legA2)
|
|
hmsGfx(RM_SURF, gfx_W_footA)
|