18 lines
526 B
Plaintext
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)
|