18 lines
529 B
Plaintext
18 lines
529 B
Plaintext
/********************************************************************************
|
|
Ultra 64 MARIO Brothers
|
|
|
|
piano hierarchy data list module
|
|
|
|
Copyright 1996 Nintendo co., ltd. All rights reserved.
|
|
*********************************************************************************/
|
|
|
|
//#include "piano_texture.h"
|
|
//#include "piano_tooth_shape.sou"
|
|
//#include "piano_body_shape.sou"
|
|
|
|
extern Gfx gfx_piano_tooth[];
|
|
extern Gfx gfx_piano_body[];
|
|
|
|
hmsGfx(RM_SURF, gfx_piano_tooth)
|
|
hmsGfx(RM_SURF, gfx_piano_body)
|