sm64/shape/Player/Effect/star_flash.hms
2022-12-04 22:27:02 -05:00

33 lines
1.1 KiB
Plaintext

/********************************************************************************
RCP_HmsStarFlash
[ Jun 12, 1996 ]
********************************************************************************/
extern Gfx RCP_star_flash_01[];
extern Gfx RCP_star_flash_02[];
extern Gfx RCP_star_flash_03[];
extern Gfx RCP_star_flash_04[];
extern Gfx RCP_star_flash_05[];
/*********************************************************************************
: Hierarchy map data of StarFlash.
**********************************************************************************/
Hierarchy RCP_HmsStarFlash[] = {
hmsSelect(9, ControlShapeAnime)
hmsBegin()
hmsGfx(RM_XSURF, RCP_star_flash_01)
hmsGfx(RM_XSURF, RCP_star_flash_02)
hmsGfx(RM_XSURF, RCP_star_flash_03)
hmsGfx(RM_XSURF, RCP_star_flash_04)
hmsGfx(RM_XSURF, RCP_star_flash_05)
hmsGfx(RM_XSURF, RCP_star_flash_04)
hmsGfx(RM_XSURF, RCP_star_flash_03)
hmsGfx(RM_XSURF, RCP_star_flash_02)
hmsGfx(RM_XSURF, RCP_star_flash_01)
hmsEnd()
hmsExit()
};