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

30 lines
780 B
Plaintext

/********************************************************************************
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()
};