sm64/shape/keep/OLD/etc/ballooneye.hms
2022-12-04 22:27:02 -05:00

47 lines
1.4 KiB
Plaintext

/********************************************************************************
RCP_HmsBalloonEye
[ Oct 13, 1995 ]
********************************************************************************/
extern Gfx RCP_ballooneye1[];
extern Gfx RCP_ballooneye2[];
extern Gfx RCP_ballooneye3[];
extern Gfx RCP_ballooneye4[];
/********************************************************************************/
/* Hierarchy map data. */
/********************************************************************************/
Hierarchy RCP_HmsBalloonEye[] = {
hmsGroup()
hmsBegin()
hmsSelect(20, ControlShapeAnime)
hmsBegin()
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye2)
hmsGfx(RM_SPRITE, RCP_ballooneye3)
hmsGfx(RM_SPRITE, RCP_ballooneye4)
hmsGfx(RM_SPRITE, RCP_ballooneye3)
hmsGfx(RM_SPRITE, RCP_ballooneye2)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye2)
hmsGfx(RM_SPRITE, RCP_ballooneye3)
hmsGfx(RM_SPRITE, RCP_ballooneye4)
hmsGfx(RM_SPRITE, RCP_ballooneye3)
hmsGfx(RM_SPRITE, RCP_ballooneye2)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsGfx(RM_SPRITE, RCP_ballooneye1)
hmsEnd()
hmsEnd()
hmsExit()
};