mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
460b3d02f5
* 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
22 lines
849 B
C
22 lines
849 B
C
#ifndef OVERLAYS_OVL_DEMO_SHD_H
|
|
#define OVERLAYS_OVL_DEMO_SHD_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dovl_Demo_ShdTex_000450 "__OTR__overlays/ovl_Demo_Shd/ovl_Demo_ShdTex_000450"
|
|
static const ALIGN_ASSET(2) char ovl_Demo_ShdTex_000450[] = dovl_Demo_ShdTex_000450;
|
|
|
|
#define dovl_Demo_ShdTex_000C50 "__OTR__overlays/ovl_Demo_Shd/ovl_Demo_ShdTex_000C50"
|
|
static const ALIGN_ASSET(2) char ovl_Demo_ShdTex_000C50[] = dovl_Demo_ShdTex_000C50;
|
|
|
|
#define dD_809932D0 "__OTR__overlays/ovl_Demo_Shd/D_809932D0"
|
|
static const ALIGN_ASSET(2) char D_809932D0[] = dD_809932D0;
|
|
|
|
#define dD_80993390 "__OTR__overlays/ovl_Demo_Shd/D_80993390"
|
|
static const ALIGN_ASSET(2) char D_80993390[] = dD_80993390;
|
|
|
|
#define dD_809934B8 "__OTR__overlays/ovl_Demo_Shd/D_809934B8"
|
|
static const ALIGN_ASSET(2) char D_809934B8[] = dD_809934B8;
|
|
|
|
#endif // OVERLAYS_OVL_DEMO_SHD_H
|