/********************************************************************************
	RCP_HmsEffectBubble and RCP_HmsEffectSyabon
															[ Nob 19, 1995 ]
 ********************************************************************************/


extern Gfx RCP_bubble[];
extern Gfx RCP_syabon[];


/********************************************************************************/
/*	Hierarchy map data.															*/
/********************************************************************************/

Hierarchy RCP_HmsEffectBubble[] = { 
	hmsSelect(1, ControlShapeAnime)
	hmsBegin()
		hmsGfx(RM_SPRITE, RCP_bubble)
	hmsEnd()
	hmsExit()
};

Hierarchy RCP_HmsEffectSyabon[] = { 
	hmsSelect(1, ControlShapeAnime)
	hmsBegin()
		hmsGfx(RM_SPRITE, RCP_syabon)
	hmsEnd()
	hmsExit()
};
