blob: ce8b82701e4548eb7959db642e941eb688efca8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <libultraship.h>
#include <libultra/gbi.h>
#include <align_asset_macro.h>
static const ALIGN_ASSET(2) char d_course_block_fort_dl[] = "__OTR__block_fort_data/d_course_block_fort_dl";
static const ALIGN_ASSET(2) char d_course_block_fort_item_box_spawns[] = "__OTR__block_fort_data/d_course_block_fort_item_box_spawns";
|