sm64/shape/enemy1_k/buku/buku.shape
2022-12-04 22:27:02 -05:00

31 lines
400 B
Plaintext

#ifdef HMS_SHAPE
extern Gfx gfx_buku_A[];
extern Gfx gfx_buku_B[];
Hierarchy RCP_buku[] = {
hmsGroup()
hmsBegin()
hmsSelect(2, ControlShapeAnime)
hmsBegin()
hmsGfx(RM_SURF, gfx_buku_A)
hmsGfx(RM_SURF, gfx_buku_B)
hmsEnd()
hmsEnd()
hmsExit()
};
#else
static long long buku_dmmy = 0;
#include "buku_texture.h"
#include "buku_A_shape.sou"
#include "buku_B_shape.sou"
#endif