19 lines
575 B
Plaintext
19 lines
575 B
Plaintext
/********************************************************************************
|
|
RCP_HmsYellowBall
|
|
[ Dec 6, 1995 ]
|
|
*********************************************************************************/
|
|
|
|
extern Gfx RCP_yellowball[];
|
|
|
|
|
|
/********************************************************************************/
|
|
/* Hierarchy map data. */
|
|
/********************************************************************************/
|
|
Hierarchy RCP_HmsYellowBall[] = {
|
|
hmsGroup()
|
|
hmsBegin()
|
|
hmsGfx(RM_SPRITE, RCP_yellowball)
|
|
hmsEnd()
|
|
hmsExit()
|
|
};
|