summaryrefslogtreecommitdiff
path: root/mm/assets/objects/object_zg/object_zg.h
blob: e54937929328284673fcf6c720cb95411dca732d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef OBJECTS_OBJECT_ZG_H
#define OBJECTS_OBJECT_ZG_H 1

#include "align_asset_macro.h"

#define dgTowerCollapseBarMetalTex "__OTR__objects/object_zg/gTowerCollapseBarMetalTex"
static const ALIGN_ASSET(2) char gTowerCollapseBarMetalTex[] = dgTowerCollapseBarMetalTex;

#define dgTowerCollapseBarFlameTex "__OTR__objects/object_zg/gTowerCollapseBarFlameTex"
static const ALIGN_ASSET(2) char gTowerCollapseBarFlameTex[] = dgTowerCollapseBarFlameTex;

#define dgTowerCollapseBarsDL "__OTR__objects/object_zg/gTowerCollapseBarsDL"
static const ALIGN_ASSET(2) char gTowerCollapseBarsDL[] = dgTowerCollapseBarsDL;

#define dgTowerCollapseBarsCol "__OTR__objects/object_zg/gTowerCollapseBarsCol"
static const ALIGN_ASSET(2) char gTowerCollapseBarsCol[] = dgTowerCollapseBarsCol;
#endif // OBJECTS_OBJECT_ZG_H