sm64/shape/enemy2_h/mucho/hms_mucho.sou
2022-12-04 22:27:02 -05:00

27 lines
831 B
Plaintext

/********************************************************************************
Ultra 64 MARIO Brothers
mucho hierarchy data list module
Copyright 1996 Nintendo co., ltd. All rights reserved.
*********************************************************************************/
//#include "mucho/mucho_texture.h"
//#include "mucho/mu_mask_shape.sou"
//#include "mucho/mu_mouthA_shape.sou"
//#include "mucho/mu_mouthB_shape.sou"
//#include "mucho/mu_body_shape.sou"
//#include "mucho/mu_hand_shape.sou"
extern Gfx gfx_mu_mask[];
extern Gfx gfx_mu_mouthA[];
extern Gfx gfx_mu_mouthB[];
extern Gfx gfx_mu_body[];
extern Gfx gfx_mu_hand[];
hmsGfx(RM_SURF, gfx_mu_mask)
hmsGfx(RM_SURF, gfx_mu_mouthA)
hmsGfx(RM_SURF, gfx_mu_mouthB)
hmsGfx(RM_SPRITE, gfx_mu_body)
hmsGfx(RM_SURF, gfx_mu_hand)