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

19 lines
578 B
Plaintext

/********************************************************************************
RCP_HmsGrassPiece
[ Nob 16, 1995 ]
********************************************************************************/
extern Gfx RCP_grass_piece[];
/********************************************************************************/
/* Hierarchy map data. */
/********************************************************************************/
Hierarchy RCP_HmsGrassPiece[] = {
hmsGroup()
hmsBegin()
hmsGfx(RM_SPRITE, RCP_grass_piece)
hmsEnd()
hmsExit()
};