/******************************************************************************** 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)