SpaghettiKart
Loading...
Searching...
No Matches
yoshi_valley_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_yoshi_valley_yoshi_flag[] = "__OTR__textures/tracks/yoshi_valley/yoshi_valley_data/d_course_yoshi_valley_yoshi_flag";
8
9static const ALIGN_ASSET(2) char d_course_yoshi_valley_hedgehog_tlut[] = "__OTR__textures/tracks/yoshi_valley/yoshi_valley_data/d_course_yoshi_valley_hedgehog_tlut";
10
11static const ALIGN_ASSET(2) char d_course_yoshi_valley_hedgehog[] = "__OTR__textures/tracks/yoshi_valley/yoshi_valley_data/d_course_yoshi_valley_hedgehog";
12
13static const ALIGN_ASSET(2) char d_course_yoshi_valley_egg_spot[] = "__OTR__textures/tracks/yoshi_valley/yoshi_valley_data/d_course_yoshi_valley_egg_spot";
14
15static const ALIGN_ASSET(2) char d_course_yoshi_valley_egg[] = "__OTR__textures/tracks/yoshi_valley/yoshi_valley_data/d_course_yoshi_valley_egg";
16
#define ALIGN_ASSET(x)
Definition align_asset_macro.h:8