sm64/shape/enemy1_d/big_shell/hms_shell.sou
2022-12-04 22:27:02 -05:00

18 lines
526 B
Plaintext

/********************************************************************************
Ultra 64 MARIO Brothers
shell hierarchy data list module
Copyright 1996 Nintendo co., ltd. All rights reserved.
*********************************************************************************/
//#include "shell/shell_texture.h"
//#include "shell/shell_A_shape.sou"
//#include "shell/shell_B_shape.sou"
extern Gfx gfx_shell_A[];
extern Gfx gfx_shell_B[];
hmsGfx(RM_SURF, gfx_shell_A)
hmsGfx(RM_SURF, gfx_shell_B)