blob: c17ca4978497f8771453df189c00143598fe8ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#ifndef OBJECT_TOL_HATA_01_H
#define OBJECT_TOL_HATA_01_H
#include "gbi.h"
#include "evw_anime.h"
/**
* @file tol_hata_01
* 旗 Flag used in the Sports Fair
*/
extern Vtx tol_hata_01_v[];
extern Gfx tol_hata_e_model[];
extern Gfx tol_hata_hataT_model[];
extern unsigned short tol_hata_e_pal[];
extern unsigned char tol_hata_e_tex[];
extern unsigned char tol_hata_hata_tex_inta_ia8[];
extern void* tol_hata_01_evw_anime_1_tex_table;
extern u8 tol_hata_01_evw_anime_1_anime_ptn[];
extern EvwAnimeTexAnime tol_hata_01_evw_anime_1;
extern EvwAnimeScroll tol_hata_01_evw_anime_2[];
extern EvwAnimeData tol_hata_01_evw_anime[];
#endif
|