SpaghettiKart
Loading...
Searching...
No Matches
moo_moo_farm_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_moo_moo_farm_mole_tlut[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/d_course_moo_moo_farm_mole_tlut";
8
9static const ALIGN_ASSET(2) char gTextureMole1[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole1";
10
11static const ALIGN_ASSET(2) char gTextureMole2[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole2";
12
13static const ALIGN_ASSET(2) char gTextureMole3[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole3";
14
15static const ALIGN_ASSET(2) char gTextureMole4[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole4";
16
17static const ALIGN_ASSET(2) char gTextureMole5[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole5";
18
19static const ALIGN_ASSET(2) char gTextureMole6[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole6";
20
21static const ALIGN_ASSET(2) char gTextureMole7[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/gTextureMole7";
22
23static const ALIGN_ASSET(2) char d_course_moo_moo_farm_mole_dirt[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/d_course_moo_moo_farm_mole_dirt";
24
25static const char* d_course_moo_moo_farm_mole_frames[] = {
26 gTextureMole1,
27 gTextureMole2,
28 gTextureMole3,
29 gTextureMole4,
30 gTextureMole5,
31 gTextureMole6,
32 gTextureMole7,
33 d_course_moo_moo_farm_mole_dirt,
34};
35
36static const ALIGN_ASSET(2) char d_course_moo_moo_farm_cow_tlut[] = "__OTR__textures/tracks/moo_moo_farm/moo_moo_farm_data/d_course_moo_moo_farm_cow_tlut";
37
#define ALIGN_ASSET(x)
Definition align_asset_macro.h:8
static const char * d_course_moo_moo_farm_mole_frames[]
Definition moo_moo_farm_data.h:25