18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
/********************************************************************************
|
|
Ultra 64 MARIO Brothers
|
|
|
|
buku hierarchy data list module
|
|
|
|
Copyright 1996 Nintendo co., ltd. All rights reserved.
|
|
*********************************************************************************/
|
|
|
|
//#include "buku/buku_texture.h"
|
|
//#include "buku/buku_A_shape.sou"
|
|
//#include "buku/buku_B_shape.sou"
|
|
|
|
extern Gfx gfx_buku_A[];
|
|
extern Gfx gfx_buku_B[];
|
|
|
|
hmsGfx(RM_SURF, gfx_buku_A)
|
|
hmsGfx(RM_SURF, gfx_buku_B)
|