sm64/shape/enemy1_i/book/hms_book.sou
2022-12-04 22:27:02 -05:00

30 lines
977 B
Plaintext

/********************************************************************************
Ultra 64 MARIO Brothers
book hierarchy data list module
Copyright 1996 Nintendo co., ltd. All rights reserved.
*********************************************************************************/
//#include "book/book_texture.h"
//#include "book/book_coverA_shape.sou"
//#include "book/book_coverB_shape.sou"
//#include "book/book_pagesA_shape.sou"
//#include "book/book_pagesB_shape.sou"
//#include "book/book_toothA_shape.sou"
//#include "book/book_toothB_shape.sou"
extern Gfx gfx_book_coverA[];
extern Gfx gfx_book_coverB[];
extern Gfx gfx_book_pagesA[];
extern Gfx gfx_book_pagesB[];
extern Gfx gfx_book_toothA[];
extern Gfx gfx_book_toothB[];
hmsGfx(RM_SURF, gfx_book_coverA)
hmsGfx(RM_SURF, gfx_book_coverB)
hmsGfx(RM_SURF, gfx_book_pagesA)
hmsGfx(RM_SURF, gfx_book_pagesB)
hmsGfx(RM_SURF, gfx_book_toothA)
hmsGfx(RM_SURF, gfx_book_toothB)