/********************************************************************************
						Ultra 64 MARIO Brothers

					furafura hierarchy data list module

			Copyright 1996 Nintendo co., ltd.  All rights reserved.
*********************************************************************************/

//#include "furafura/furafura_texture.h"
//#include "furafura/fura_head_shape.sou"
//#include "furafura/fura_eye_shape.sou"
//#include "furafura/fura_mouth_shape.sou"
//#include "furafura/fura_Lleaf_shape.sou"
//#include "furafura/fura_Rleaf_shape.sou"
//#include "furafura/fura_bira1_shape.sou"

extern Gfx gfx_fura_head[];
extern Gfx gfx_fura_eye[];
extern Gfx gfx_fura_mouth[];
extern Gfx gfx_fura_Lleaf[];
extern Gfx gfx_fura_Rleaf[];
extern Gfx gfx_fura_bira1[];

					hmsGfx(RM_SOFT_SPRITE, gfx_fura_head)
					hmsGfx(RM_SOFT_SPRITE, gfx_fura_eye)
					hmsGfx(RM_SOFT_SPRITE, gfx_fura_mouth)
					hmsGfx(RM_SPRITE, gfx_fura_Lleaf)
					hmsGfx(RM_SPRITE, gfx_fura_Rleaf)
					hmsGfx(RM_SPRITE, gfx_fura_bira1)
