1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef OBJECT_TOL_CRACKER_1_H #define OBJECT_TOL_CRACKER_1_H #include "gbi.h" /** * @file tol_cracker_1 * クラッカー Party Popper */ extern Vtx tol_cracker_1_v[]; extern Gfx tol_cracker_1T_model[]; extern u16 tol_cracker_1_pal[]; extern u8 tol_cracker_1_tex[]; #endif