Shipwright/soh/assets/objects/object_mamenoki/object_mamenoki.h
2023-03-02 15:37:47 +01:00

36 lines
1.9 KiB
C

#pragma once
#include "align_asset_macro.h"
#define dgMagicBeanSeedlingDL "__OTR__objects/object_mamenoki/gMagicBeanSeedlingDL"
static const ALIGN_ASSET(2) char gMagicBeanSeedlingDL[] = dgMagicBeanSeedlingDL;
#define dgMagicBeanStemDL "__OTR__objects/object_mamenoki/gMagicBeanStemDL"
static const ALIGN_ASSET(2) char gMagicBeanStemDL[] = dgMagicBeanStemDL;
#define dgMagicBeanPlatformDL "__OTR__objects/object_mamenoki/gMagicBeanPlatformDL"
static const ALIGN_ASSET(2) char gMagicBeanPlatformDL[] = dgMagicBeanPlatformDL;
#define dgMagicBeanSoftSoilDL "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilDL"
static const ALIGN_ASSET(2) char gMagicBeanSoftSoilDL[] = dgMagicBeanSoftSoilDL;
#define dgMagicBeanSoftSoilTex "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilTex"
static const ALIGN_ASSET(2) char gMagicBeanSoftSoilTex[] = dgMagicBeanSoftSoilTex;
#define dgMagicBeanSeedlingTex "__OTR__objects/object_mamenoki/gMagicBeanSeedlingTex"
static const ALIGN_ASSET(2) char gMagicBeanSeedlingTex[] = dgMagicBeanSeedlingTex;
#define dgMagicBeanPlatformTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformTex[] = dgMagicBeanPlatformTex;
#define dgMagicBeanPlatformStemTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformStemTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformStemTex[] = dgMagicBeanPlatformStemTex;
#define dgMagicBeanPlatformRootsTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformRootsTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformRootsTex[] = dgMagicBeanPlatformRootsTex;
#define dgMagicBeanStemTex "__OTR__objects/object_mamenoki/gMagicBeanStemTex"
static const ALIGN_ASSET(2) char gMagicBeanStemTex[] = dgMagicBeanStemTex;
#define dgMagicBeanPlatformCol "__OTR__objects/object_mamenoki/gMagicBeanPlatformCol"
static const ALIGN_ASSET(2) char gMagicBeanPlatformCol[] = dgMagicBeanPlatformCol;