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_unknown_waypoints[] = "__OTR__other/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_unknown_waypoints";
8
9static const ALIGN_ASSET(2) char d_course_bowsers_castle_track_waypoints[] = "__OTR__other/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_track_waypoints";
10
11static const ALIGN_ASSET(2) char d_course_bowsers_castle_tree_spawn[] = "__OTR__other/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_tree_spawn";
12
13static const ALIGN_ASSET(2) char d_course_bowsers_castle_item_box_spawns[] = "__OTR__other/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_item_box_spawns";
14
15static const ALIGN_ASSET(2) char d_course_bowsers_castle_addr[] = "__OTR__other/tracks/bowsers_castle/bowsers_castle_data/d_course_bowsers_castle_addr";
16
#define ALIGN_ASSET(x)
Definition align_asset_macro.h:8