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

19 lines
605 B
Plaintext

/********************************************************************************
RCP_HmsEndoor [ Special edition for slider goal ].
[ Nob 17, 1995 ]
*********************************************************************************/
extern Gfx RCP_endoor[];
/********************************************************************************/
/* Hierarchy map data of Endoor. */
/********************************************************************************/
Hierarchy RCP_HmsEndoor[] = {
hmsHeader(8000)
hmsBegin()
hmsGfx(RM_SURF, RCP_endoor)
hmsEnd()
hmsExit()
};