/******************************************************************************** Ultra 64 MARIO Brothers wanwan hierarchy data list module Copyright 1996 Nintendo co., ltd. All rights reserved. *********************************************************************************/ //#include "wanwan/wanwan_texture.h" //#include "wanwan/wan_bodyA_shape.sou" //#include "wanwan/wan_bodyB_shape.sou" //#include "wanwan/wan_eye_shape.sou" //#include "wanwan/wan_toothA_shape.sou" //#include "wanwan/wan_toothB_shape.sou" extern Gfx gfx_wan_bodyA[]; extern Gfx gfx_wan_bodyB[]; extern Gfx gfx_wan_eye[]; extern Gfx gfx_wan_toothA[]; extern Gfx gfx_wan_toothB[]; hmsGfx(RM_SURF, gfx_wan_bodyA) hmsGfx(RM_SURF, gfx_wan_bodyB) hmsGfx(RM_SPRITE, gfx_wan_eye) hmsGfx(RM_SURF, gfx_wan_toothA) hmsGfx(RM_SURF, gfx_wan_toothB)