sm64/shape/enemy1_d/shark/hms_shark.sou
2022-12-04 22:27:02 -05:00

32 lines
939 B
Plaintext

/********************************************************************************
Ultra 64 MARIO Brothers
shark hierarchy data list module
Copyright 1996 Nintendo co., ltd. All rights reserved.
*********************************************************************************/
//#include "shark/shark_texture.h"
//#include "shark/shk_body1_shape.sou"
//#include "shark/shk_body2_shape.sou"
//#include "shark/shk_tail_shape.sou"
//#include "shark/shk_head_shape.sou"
//#include "shark/shk_eye_shape.sou"
//#include "shark/shk_ha_shape.sou"
extern Gfx gfx_shk_body1[];
extern Gfx gfx_shk_body2[];
extern Gfx gfx_shk_tail[];
extern Gfx gfx_shk_head[];
extern Gfx gfx_shk_eye[];
extern Gfx gfx_shk_ha[];
hmsGfx(RM_SURF, gfx_shk_body1)
hmsGfx(RM_SURF, gfx_shk_body2)
hmsGfx(RM_SURF, gfx_shk_tail)
hmsGfx(RM_SURF, gfx_shk_head)
hmsGfx(RM_SPRITE, gfx_shk_eye)
hmsGfx(RM_SPRITE, gfx_shk_ha)