/******************************************************************************** Ultra 64 MARIO Brothers monky hierarchy data list module Copyright 1996 Nintendo co., ltd. All rights reserved. *********************************************************************************/ //#include "monky/monky_texture.h" //#include "monky/monky_head_shape.sou" //#include "monky/monky_body_shape.sou" //#include "monky/monky_Larm1_shape.sou" //#include "monky/monky_Larm2_shape.sou" //#include "monky/monky_Rarm1_shape.sou" //#include "monky/monky_Rarm2_shape.sou" //#include "monky/monky_Lleg1_shape.sou" //#include "monky/monky_Lleg2_shape.sou" //#include "monky/monky_Rleg1_shape.sou" //#include "monky/monky_Rleg2_shape.sou" //#include "monky/cube1_shape.sou" //#include "monky/cube2_shape.sou" //#include "monky/cube3_shape.sou" extern Gfx gfx_monky_head1[]; extern Gfx gfx_monky_head2[]; extern Gfx gfx_monky_body[]; extern Gfx gfx_monky_Larm1[]; extern Gfx gfx_monky_Larm2[]; extern Gfx gfx_monky_Rarm1[]; extern Gfx gfx_monky_Rarm2[]; extern Gfx gfx_monky_Lleg1[]; extern Gfx gfx_monky_Lleg2[]; extern Gfx gfx_monky_Rleg1[]; extern Gfx gfx_monky_Rleg2[]; extern Gfx gfx_cube1[]; extern Gfx gfx_cube2[]; extern Gfx gfx_cube3[]; hmsGfx(RM_SURF, gfx_monky_head1) hmsGfx(RM_SURF, gfx_monky_head2) hmsGfx(RM_SURF, gfx_monky_body) hmsGfx(RM_SURF, gfx_monky_Larm1) hmsGfx(RM_SURF, gfx_monky_Larm2) hmsGfx(RM_SURF, gfx_monky_Rarm1) hmsGfx(RM_SURF, gfx_monky_Rarm2) hmsGfx(RM_SURF, gfx_monky_Lleg1) hmsGfx(RM_SURF, gfx_monky_Lleg2) hmsGfx(RM_SURF, gfx_monky_Rleg1) hmsGfx(RM_SURF, gfx_monky_Rleg2) hmsGfx(RM_SURF, gfx_cube1) hmsGfx(RM_SURF, gfx_cube2) hmsGfx(RM_SURF, gfx_cube3)