summaryrefslogtreecommitdiff
path: root/soh/assets/objects/object_zg/object_zg.h
blob: 3f7544605efab650d312131d7c4c28c6d19cc438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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