Shipwright/soh/assets/overlays/ovl_Boss_Sst/ovl_Boss_Sst.h
Adam Bird 460b3d02f5
[OTR Archive] Move shared scenes out of nonmq/mq folders (#3191)
* share common scenes between mq and nonmq

* move shared scenes under shared folder and bring back thieves hideout mq handling

* update headers for shared scenes

* bump submodules

* remove mq handling for mirror world song patch

* only have unique dungeons be nomq/mq variants

* bump submodules
2023-11-06 16:44:49 -06:00

25 lines
1.0 KiB
C

#ifndef OVERLAYS_OVL_BOSS_SST_H
#define OVERLAYS_OVL_BOSS_SST_H 1
#include "align_asset_macro.h"
#define dovl_Boss_SstTex_00A438 "__OTR__overlays/ovl_Boss_Sst/ovl_Boss_SstTex_00A438"
static const ALIGN_ASSET(2) char ovl_Boss_SstTex_00A438[] = dovl_Boss_SstTex_00A438;
#define dovl_Boss_SstTex_00A8F0 "__OTR__overlays/ovl_Boss_Sst/ovl_Boss_SstTex_00A8F0"
static const ALIGN_ASSET(2) char ovl_Boss_SstTex_00A8F0[] = dovl_Boss_SstTex_00A8F0;
#define dsBodyStaticDList "__OTR__overlays/ovl_Boss_Sst/sBodyStaticDList"
static const ALIGN_ASSET(2) char sBodyStaticDList[] = dsBodyStaticDList;
#define dsHandTrailDList "__OTR__overlays/ovl_Boss_Sst/sHandTrailDList"
static const ALIGN_ASSET(2) char sHandTrailDList[] = dsHandTrailDList;
#define dsIntroVanishDList "__OTR__overlays/ovl_Boss_Sst/sIntroVanishDList"
static const ALIGN_ASSET(2) char sIntroVanishDList[] = dsIntroVanishDList;
#define dsShadowDList "__OTR__overlays/ovl_Boss_Sst/sShadowDList"
static const ALIGN_ASSET(2) char sShadowDList[] = dsShadowDList;
#endif // OVERLAYS_OVL_BOSS_SST_H