SpaghettiKart
Loading...
Searching...
No Matches
bowsers_castle_data.h
Go to the documentation of this file.
1#pragma once
2
3#include <libultraship.h>
4#include <libultra/gbi.h>
5#include <align_asset_macro.h>
6
7static const ALIGN_ASSET(2) char d_course_bowsers_castle_thwomp_side[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_thwomp_side";
8
9static const ALIGN_ASSET(2) char d_course_bowsers_castle_thwomp_tlut[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_thwomp_tlut";
10
11static const ALIGN_ASSET(2) char gTextureThwompFace1[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/gTextureThwompFace1";
12
13static const ALIGN_ASSET(2) char gTextureThwompFace2[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/gTextureThwompFace2";
14
15static const ALIGN_ASSET(2) char gTextureThwompFace3[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/gTextureThwompFace3";
16
17static const ALIGN_ASSET(2) char gTextureThwompFace4[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/gTextureThwompFace4";
18
19static const ALIGN_ASSET(2) char gTextureThwompFace5[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/gTextureThwompFace5";
20
21static const ALIGN_ASSET(2) char gTextureThwompFace6[] = "__OTR__textures/tracks/bowsers_castle/bowsers_castle_data/gTextureThwompFace6";
22
24 gTextureThwompFace1,
25 gTextureThwompFace2,
26 gTextureThwompFace3,
27 gTextureThwompFace4,
28 gTextureThwompFace5,
29 gTextureThwompFace6,
30};
31
#define ALIGN_ASSET(x)
Definition align_asset_macro.h:8
static const char * d_course_bowsers_castle_thwomp_faces[]
Definition bowsers_castle_data.h:23