Generate assets with MQ present (#2485)

This commit is contained in:
David Chavez 2023-02-16 19:32:01 +01:00 committed by GitHub
commit 6cd7066706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
208 changed files with 7785 additions and 7127 deletions

View file

@ -34,11 +34,4 @@ static const __declspec(align(2)) char sCircleWipeVtx[] = dsCircleWipeVtx;
static const char sCircleWipeVtx[] __attribute__((aligned (2))) = dsCircleWipeVtx;
#endif
#define dsCircleDList "__OTR__code/z_fbdemo_circle/sCircleDList"
#ifdef _WIN32
static const __declspec(align(2)) char sCircleDList[] = dsCircleDList;
#else
static const char sCircleDList[] __attribute__((aligned (2))) = dsCircleDList;
#endif

View file

@ -4822,6 +4822,13 @@ static const __declspec(align(2)) char gEffBubbleDL[] = dgEffBubbleDL;
static const char gEffBubbleDL[] __attribute__((aligned (2))) = dgEffBubbleDL;
#endif
#define dgGameplayKeepVtx_01A120 "__OTR__objects/gameplay_keep/gGameplayKeepVtx_01A120"
#ifdef _WIN32
static const __declspec(align(2)) char gGameplayKeepVtx_01A120[] = dgGameplayKeepVtx_01A120;
#else
static const char gGameplayKeepVtx_01A120[] __attribute__((aligned (2))) = dgGameplayKeepVtx_01A120;
#endif
#define dgEffFireFootprint1Tex "__OTR__objects/gameplay_keep/gEffFireFootprint1Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gEffFireFootprint1Tex[] = dgEffFireFootprint1Tex;

View file

@ -27,11 +27,11 @@ static const __declspec(align(2)) char gTitleCopyright19982003Tex[] = dgTitleCop
static const char gTitleCopyright19982003Tex[] __attribute__((aligned (2))) = dgTitleCopyright19982003Tex;
#endif
#define dgTitleDiskTex "__OTR__objects/object_mag/gTitleDiskTex"
#define dgTitleMasterQuestSubtitleTex "__OTR__objects/object_mag/gTitleMasterQuestSubtitleTex"
#ifdef _WIN32
static const __declspec(align(2)) char gTitleDiskTex[] = dgTitleDiskTex;
static const __declspec(align(2)) char gTitleMasterQuestSubtitleTex[] = dgTitleMasterQuestSubtitleTex;
#else
static const char gTitleDiskTex[] __attribute__((aligned (2))) = dgTitleDiskTex;
static const char gTitleMasterQuestSubtitleTex[] __attribute__((aligned (2))) = dgTitleMasterQuestSubtitleTex;
#endif
#define dgTitleEffectMask00Tex "__OTR__objects/object_mag/gTitleEffectMask00Tex"
@ -118,6 +118,20 @@ static const __declspec(align(2)) char gTitleOcarinaOfTimeTMTextTex[] = dgTitleO
static const char gTitleOcarinaOfTimeTMTextTex[] __attribute__((aligned (2))) = dgTitleOcarinaOfTimeTMTextTex;
#endif
#define dgTitleUraLogoTex "__OTR__objects/object_mag/gTitleUraLogoTex"
#ifdef _WIN32
static const __declspec(align(2)) char gTitleUraLogoTex[] = dgTitleUraLogoTex;
#else
static const char gTitleUraLogoTex[] __attribute__((aligned (2))) = dgTitleUraLogoTex;
#endif
#define dgTitleDiskTex "__OTR__objects/object_mag/gTitleDiskTex"
#ifdef _WIN32
static const __declspec(align(2)) char gTitleDiskTex[] = dgTitleDiskTex;
#else
static const char gTitleDiskTex[] __attribute__((aligned (2))) = dgTitleDiskTex;
#endif
#define dgTitleTitleJPNTex "__OTR__objects/object_mag/gTitleTitleJPNTex"
#ifdef _WIN32
static const __declspec(align(2)) char gTitleTitleJPNTex[] = dgTitleTitleJPNTex;

View file

@ -6,13 +6,6 @@ static const __declspec(align(2)) char gMorphaTitleCardTex[] = dgMorphaTitleCard
static const char gMorphaTitleCardTex[] __attribute__((aligned (2))) = dgMorphaTitleCardTex;
#endif
#define dgMorphaWaterTex "__OTR__objects/object_mo/gMorphaWaterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaWaterTex[] = dgMorphaWaterTex;
#else
static const char gMorphaWaterTex[] __attribute__((aligned (2))) = dgMorphaWaterTex;
#endif
#define dgMorphaCoreMembraneDL "__OTR__objects/object_mo/gMorphaCoreMembraneDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaCoreMembraneDL[] = dgMorphaCoreMembraneDL;
@ -321,6 +314,13 @@ static const __declspec(align(2)) char gMorphaTentaclePart40DL[] = dgMorphaTenta
static const char gMorphaTentaclePart40DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart40DL;
#endif
#define dgMorphaWaterTex "__OTR__objects/object_mo/gMorphaWaterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaWaterTex[] = dgMorphaWaterTex;
#else
static const char gMorphaWaterTex[] __attribute__((aligned (2))) = dgMorphaWaterTex;
#endif
#define dgMorphaBubbleDL "__OTR__objects/object_mo/gMorphaBubbleDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaBubbleDL[] = dgMorphaBubbleDL;

View file

@ -188,6 +188,20 @@ static const __declspec(align(2)) char gOwlPerchingSkel[] = dgOwlPerchingSkel;
static const char gOwlPerchingSkel[] __attribute__((aligned (2))) = dgOwlPerchingSkel;
#endif
#define dobject_owl_TLUT_006DA8 "__OTR__objects/object_owl/object_owl_TLUT_006DA8"
#ifdef _WIN32
static const __declspec(align(2)) char object_owl_TLUT_006DA8[] = dobject_owl_TLUT_006DA8;
#else
static const char object_owl_TLUT_006DA8[] __attribute__((aligned (2))) = dobject_owl_TLUT_006DA8;
#endif
#define dobject_owl_TLUT_006FA8 "__OTR__objects/object_owl/object_owl_TLUT_006FA8"
#ifdef _WIN32
static const __declspec(align(2)) char object_owl_TLUT_006FA8[] = dobject_owl_TLUT_006FA8;
#else
static const char object_owl_TLUT_006FA8[] __attribute__((aligned (2))) = dobject_owl_TLUT_006FA8;
#endif
#define dgObjOwlEyeOpenTex "__OTR__objects/object_owl/gObjOwlEyeOpenTex"
#ifdef _WIN32
static const __declspec(align(2)) char gObjOwlEyeOpenTex[] = dgObjOwlEyeOpenTex;
@ -237,13 +251,6 @@ static const __declspec(align(2)) char object_owlTex_0081A8[] = dobject_owlTex_0
static const char object_owlTex_0081A8[] __attribute__((aligned (2))) = dobject_owlTex_0081A8;
#endif
#define dobject_owlTLUT_006FA8 "__OTR__objects/object_owl/object_owlTLUT_006FA8"
#ifdef _WIN32
static const __declspec(align(2)) char object_owlTLUT_006FA8[] = dobject_owlTLUT_006FA8;
#else
static const char object_owlTLUT_006FA8[] __attribute__((aligned (2))) = dobject_owlTLUT_006FA8;
#endif
#define dobject_owlTex_0095A8 "__OTR__objects/object_owl/object_owlTex_0095A8"
#ifdef _WIN32
static const __declspec(align(2)) char object_owlTex_0095A8[] = dobject_owlTex_0095A8;
@ -370,11 +377,4 @@ static const __declspec(align(2)) char gOwlPerchingSkelLimbsLimb_010068DL_00F030
static const char gOwlPerchingSkelLimbsLimb_010068DL_00F030[] __attribute__((aligned (2))) = dgOwlPerchingSkelLimbsLimb_010068DL_00F030;
#endif
#define dobject_owlTLUT_006DA8 "__OTR__objects/object_owl/object_owlTLUT_006DA8"
#ifdef _WIN32
static const __declspec(align(2)) char object_owlTLUT_006DA8[] = dobject_owlTLUT_006DA8;
#else
static const char object_owlTLUT_006DA8[] __attribute__((aligned (2))) = dobject_owlTLUT_006DA8;
#endif

View file

@ -97,6 +97,13 @@ static const __declspec(align(2)) char gDampeSkel[] = dgDampeSkel;
static const char gDampeSkel[] __attribute__((aligned (2))) = dgDampeSkel;
#endif
#define dobject_tkTLUT_003780 "__OTR__objects/object_tk/object_tkTLUT_003780"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTLUT_003780[] = dobject_tkTLUT_003780;
#else
static const char object_tkTLUT_003780[] __attribute__((aligned (2))) = dobject_tkTLUT_003780;
#endif
#define dobject_tkTex_009CC0 "__OTR__objects/object_tk/object_tkTex_009CC0"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTex_009CC0[] = dobject_tkTex_009CC0;
@ -258,13 +265,6 @@ static const __declspec(align(2)) char gDampeSkelLimbsLimb_00BDF0DL_008958[] = d
static const char gDampeSkelLimbsLimb_00BDF0DL_008958[] __attribute__((aligned (2))) = dgDampeSkelLimbsLimb_00BDF0DL_008958;
#endif
#define dobject_tkTLUT_003780 "__OTR__objects/object_tk/object_tkTLUT_003780"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTLUT_003780[] = dobject_tkTLUT_003780;
#else
static const char object_tkTLUT_003780[] __attribute__((aligned (2))) = dobject_tkTLUT_003780;
#endif
#define dobject_tkTex_005440 "__OTR__objects/object_tk/object_tkTex_005440"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTex_005440[] = dobject_tkTex_005440;

View file

@ -55,6 +55,13 @@ static const __declspec(align(2)) char gSheikIdleAnim[] = dgSheikIdleAnim;
static const char gSheikIdleAnim[] __attribute__((aligned (2))) = dgSheikIdleAnim;
#endif
#define dobject_xc_TLUT_004A40 "__OTR__objects/object_xc/object_xc_TLUT_004A40"
#ifdef _WIN32
static const __declspec(align(2)) char object_xc_TLUT_004A40[] = dobject_xc_TLUT_004A40;
#else
static const char object_xc_TLUT_004A40[] __attribute__((aligned (2))) = dobject_xc_TLUT_004A40;
#endif
#define dgSheikWalkingAnim "__OTR__objects/object_xc/gSheikWalkingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gSheikWalkingAnim[] = dgSheikWalkingAnim;
@ -454,13 +461,6 @@ static const __declspec(align(2)) char object_xcTex_0064C0[] = dobject_xcTex_006
static const char object_xcTex_0064C0[] __attribute__((aligned (2))) = dobject_xcTex_0064C0;
#endif
#define dobject_xcTLUT_004A40 "__OTR__objects/object_xc/object_xcTLUT_004A40"
#ifdef _WIN32
static const __declspec(align(2)) char object_xcTLUT_004A40[] = dobject_xcTLUT_004A40;
#else
static const char object_xcTLUT_004A40[] __attribute__((aligned (2))) = dobject_xcTLUT_004A40;
#endif
#define dobject_xcTex_006E80 "__OTR__objects/object_xc/object_xcTex_006E80"
#ifdef _WIN32
static const __declspec(align(2)) char object_xcTex_006E80[] = dobject_xcTex_006E80;

View file

@ -1,114 +1,114 @@
#pragma once
#define dBmori1_room_0DL_005C98 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0DL_005C98"
#define dBmori1_room_0DL_005CC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0DL_005CC8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0DL_005C98[] = dBmori1_room_0DL_005C98;
static const __declspec(align(2)) char Bmori1_room_0DL_005CC8[] = dBmori1_room_0DL_005CC8;
#else
static const char Bmori1_room_0DL_005C98[] __attribute__((aligned (2))) = dBmori1_room_0DL_005C98;
static const char Bmori1_room_0DL_005CC8[] __attribute__((aligned (2))) = dBmori1_room_0DL_005CC8;
#endif
#define dBmori1_room_0Tex_00B0C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00B0C8"
#define dBmori1_room_0Tex_00B0F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00B0F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00B0C8[] = dBmori1_room_0Tex_00B0C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_00B0F8[] = dBmori1_room_0Tex_00B0F8;
#else
static const char Bmori1_room_0Tex_00B0C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00B0C8;
static const char Bmori1_room_0Tex_00B0F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00B0F8;
#endif
#define dBmori1_room_0Tex_00C2C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00C2C8"
#define dBmori1_room_0Tex_00C2F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00C2F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00C2C8[] = dBmori1_room_0Tex_00C2C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_00C2F8[] = dBmori1_room_0Tex_00C2F8;
#else
static const char Bmori1_room_0Tex_00C2C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00C2C8;
static const char Bmori1_room_0Tex_00C2F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00C2F8;
#endif
#define dBmori1_room_0Tex_00C0C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00C0C8"
#define dBmori1_room_0Tex_00C0F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00C0F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00C0C8[] = dBmori1_room_0Tex_00C0C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_00C0F8[] = dBmori1_room_0Tex_00C0F8;
#else
static const char Bmori1_room_0Tex_00C0C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00C0C8;
static const char Bmori1_room_0Tex_00C0F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00C0F8;
#endif
#define dBmori1_room_0Tex_00B8C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00B8C8"
#define dBmori1_room_0Tex_00B8F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00B8F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00B8C8[] = dBmori1_room_0Tex_00B8C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_00B8F8[] = dBmori1_room_0Tex_00B8F8;
#else
static const char Bmori1_room_0Tex_00B8C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00B8C8;
static const char Bmori1_room_0Tex_00B8F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00B8F8;
#endif
#define dBmori1_room_0Tex_0084C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0084C8"
#define dBmori1_room_0Tex_0084F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0084F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_0084C8[] = dBmori1_room_0Tex_0084C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_0084F8[] = dBmori1_room_0Tex_0084F8;
#else
static const char Bmori1_room_0Tex_0084C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0084C8;
static const char Bmori1_room_0Tex_0084F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0084F8;
#endif
#define dBmori1_room_0Tex_005CC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_005CC8"
#define dBmori1_room_0Tex_005CF8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_005CF8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_005CC8[] = dBmori1_room_0Tex_005CC8;
static const __declspec(align(2)) char Bmori1_room_0Tex_005CF8[] = dBmori1_room_0Tex_005CF8;
#else
static const char Bmori1_room_0Tex_005CC8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_005CC8;
static const char Bmori1_room_0Tex_005CF8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_005CF8;
#endif
#define dBmori1_room_0Tex_00A0C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00A0C8"
#define dBmori1_room_0Tex_00A0F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00A0F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00A0C8[] = dBmori1_room_0Tex_00A0C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_00A0F8[] = dBmori1_room_0Tex_00A0F8;
#else
static const char Bmori1_room_0Tex_00A0C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00A0C8;
static const char Bmori1_room_0Tex_00A0F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00A0F8;
#endif
#define dBmori1_room_0Tex_0088C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0088C8"
#define dBmori1_room_0Tex_0088F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0088F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_0088C8[] = dBmori1_room_0Tex_0088C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_0088F8[] = dBmori1_room_0Tex_0088F8;
#else
static const char Bmori1_room_0Tex_0088C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0088C8;
static const char Bmori1_room_0Tex_0088F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0088F8;
#endif
#define dBmori1_room_0Tex_0098C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0098C8"
#define dBmori1_room_0Tex_0098F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0098F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_0098C8[] = dBmori1_room_0Tex_0098C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_0098F8[] = dBmori1_room_0Tex_0098F8;
#else
static const char Bmori1_room_0Tex_0098C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0098C8;
static const char Bmori1_room_0Tex_0098F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0098F8;
#endif
#define dBmori1_room_0Tex_00B4C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00B4C8"
#define dBmori1_room_0Tex_00B4F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00B4F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00B4C8[] = dBmori1_room_0Tex_00B4C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_00B4F8[] = dBmori1_room_0Tex_00B4F8;
#else
static const char Bmori1_room_0Tex_00B4C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00B4C8;
static const char Bmori1_room_0Tex_00B4F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00B4F8;
#endif
#define dBmori1_room_0Tex_007CC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_007CC8"
#define dBmori1_room_0Tex_007CF8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_007CF8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_007CC8[] = dBmori1_room_0Tex_007CC8;
static const __declspec(align(2)) char Bmori1_room_0Tex_007CF8[] = dBmori1_room_0Tex_007CF8;
#else
static const char Bmori1_room_0Tex_007CC8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_007CC8;
static const char Bmori1_room_0Tex_007CF8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_007CF8;
#endif
#define dBmori1_room_0Tex_0074C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0074C8"
#define dBmori1_room_0Tex_0074F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0074F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_0074C8[] = dBmori1_room_0Tex_0074C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_0074F8[] = dBmori1_room_0Tex_0074F8;
#else
static const char Bmori1_room_0Tex_0074C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0074C8;
static const char Bmori1_room_0Tex_0074F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0074F8;
#endif
#define dBmori1_room_0Tex_0064C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0064C8"
#define dBmori1_room_0Tex_0064F8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_0064F8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_0064C8[] = dBmori1_room_0Tex_0064C8;
static const __declspec(align(2)) char Bmori1_room_0Tex_0064F8[] = dBmori1_room_0Tex_0064F8;
#else
static const char Bmori1_room_0Tex_0064C8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0064C8;
static const char Bmori1_room_0Tex_0064F8[] __attribute__((aligned (2))) = dBmori1_room_0Tex_0064F8;
#endif
#define dBmori1_room_0DL_00CB40 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0DL_00CB40"
#define dBmori1_room_0DL_00CB70 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0DL_00CB70"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0DL_00CB40[] = dBmori1_room_0DL_00CB40;
static const __declspec(align(2)) char Bmori1_room_0DL_00CB70[] = dBmori1_room_0DL_00CB70;
#else
static const char Bmori1_room_0DL_00CB40[] __attribute__((aligned (2))) = dBmori1_room_0DL_00CB40;
static const char Bmori1_room_0DL_00CB70[] __attribute__((aligned (2))) = dBmori1_room_0DL_00CB70;
#endif
#define dBmori1_room_0Tex_00CB58 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00CB58"
#define dBmori1_room_0Tex_00CB88 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_0Tex_00CB88"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_0Tex_00CB58[] = dBmori1_room_0Tex_00CB58;
static const __declspec(align(2)) char Bmori1_room_0Tex_00CB88[] = dBmori1_room_0Tex_00CB88;
#else
static const char Bmori1_room_0Tex_00CB58[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00CB58;
static const char Bmori1_room_0Tex_00CB88[] __attribute__((aligned (2))) = dBmori1_room_0Tex_00CB88;
#endif

View file

@ -1,37 +1,37 @@
#pragma once
#define dBmori1_room_1DL_003330 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1DL_003330"
#define dBmori1_room_1DL_003350 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1DL_003350"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_1DL_003330[] = dBmori1_room_1DL_003330;
static const __declspec(align(2)) char Bmori1_room_1DL_003350[] = dBmori1_room_1DL_003350;
#else
static const char Bmori1_room_1DL_003330[] __attribute__((aligned (2))) = dBmori1_room_1DL_003330;
static const char Bmori1_room_1DL_003350[] __attribute__((aligned (2))) = dBmori1_room_1DL_003350;
#endif
#define dBmori1_room_1Tex_003B48 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_003B48"
#define dBmori1_room_1Tex_003B68 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_003B68"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_1Tex_003B48[] = dBmori1_room_1Tex_003B48;
static const __declspec(align(2)) char Bmori1_room_1Tex_003B68[] = dBmori1_room_1Tex_003B68;
#else
static const char Bmori1_room_1Tex_003B48[] __attribute__((aligned (2))) = dBmori1_room_1Tex_003B48;
static const char Bmori1_room_1Tex_003B68[] __attribute__((aligned (2))) = dBmori1_room_1Tex_003B68;
#endif
#define dBmori1_room_1Tex_003348 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_003348"
#define dBmori1_room_1Tex_003368 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_003368"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_1Tex_003348[] = dBmori1_room_1Tex_003348;
static const __declspec(align(2)) char Bmori1_room_1Tex_003368[] = dBmori1_room_1Tex_003368;
#else
static const char Bmori1_room_1Tex_003348[] __attribute__((aligned (2))) = dBmori1_room_1Tex_003348;
static const char Bmori1_room_1Tex_003368[] __attribute__((aligned (2))) = dBmori1_room_1Tex_003368;
#endif
#define dBmori1_room_1Tex_005348 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_005348"
#define dBmori1_room_1Tex_005368 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_005368"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_1Tex_005348[] = dBmori1_room_1Tex_005348;
static const __declspec(align(2)) char Bmori1_room_1Tex_005368[] = dBmori1_room_1Tex_005368;
#else
static const char Bmori1_room_1Tex_005348[] __attribute__((aligned (2))) = dBmori1_room_1Tex_005348;
static const char Bmori1_room_1Tex_005368[] __attribute__((aligned (2))) = dBmori1_room_1Tex_005368;
#endif
#define dBmori1_room_1Tex_004348 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_004348"
#define dBmori1_room_1Tex_004368 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_1Tex_004368"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_1Tex_004348[] = dBmori1_room_1Tex_004348;
static const __declspec(align(2)) char Bmori1_room_1Tex_004368[] = dBmori1_room_1Tex_004368;
#else
static const char Bmori1_room_1Tex_004348[] __attribute__((aligned (2))) = dBmori1_room_1Tex_004348;
static const char Bmori1_room_1Tex_004368[] __attribute__((aligned (2))) = dBmori1_room_1Tex_004368;
#endif

View file

@ -1,58 +1,58 @@
#pragma once
#define dBmori1_room_10DL_001238 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10DL_001238"
#define dBmori1_room_10DL_001248 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10DL_001248"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10DL_001238[] = dBmori1_room_10DL_001238;
static const __declspec(align(2)) char Bmori1_room_10DL_001248[] = dBmori1_room_10DL_001248;
#else
static const char Bmori1_room_10DL_001238[] __attribute__((aligned (2))) = dBmori1_room_10DL_001238;
static const char Bmori1_room_10DL_001248[] __attribute__((aligned (2))) = dBmori1_room_10DL_001248;
#endif
#define dBmori1_room_10Tex_002250 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_002250"
#define dBmori1_room_10Tex_002260 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_002260"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10Tex_002250[] = dBmori1_room_10Tex_002250;
static const __declspec(align(2)) char Bmori1_room_10Tex_002260[] = dBmori1_room_10Tex_002260;
#else
static const char Bmori1_room_10Tex_002250[] __attribute__((aligned (2))) = dBmori1_room_10Tex_002250;
static const char Bmori1_room_10Tex_002260[] __attribute__((aligned (2))) = dBmori1_room_10Tex_002260;
#endif
#define dBmori1_room_10Tex_001A50 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_001A50"
#define dBmori1_room_10Tex_001A60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_001A60"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10Tex_001A50[] = dBmori1_room_10Tex_001A50;
static const __declspec(align(2)) char Bmori1_room_10Tex_001A60[] = dBmori1_room_10Tex_001A60;
#else
static const char Bmori1_room_10Tex_001A50[] __attribute__((aligned (2))) = dBmori1_room_10Tex_001A50;
static const char Bmori1_room_10Tex_001A60[] __attribute__((aligned (2))) = dBmori1_room_10Tex_001A60;
#endif
#define dBmori1_room_10Tex_001250 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_001250"
#define dBmori1_room_10Tex_001260 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_001260"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10Tex_001250[] = dBmori1_room_10Tex_001250;
static const __declspec(align(2)) char Bmori1_room_10Tex_001260[] = dBmori1_room_10Tex_001260;
#else
static const char Bmori1_room_10Tex_001250[] __attribute__((aligned (2))) = dBmori1_room_10Tex_001250;
static const char Bmori1_room_10Tex_001260[] __attribute__((aligned (2))) = dBmori1_room_10Tex_001260;
#endif
#define dBmori1_room_10Tex_002A50 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_002A50"
#define dBmori1_room_10Tex_002A60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_002A60"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10Tex_002A50[] = dBmori1_room_10Tex_002A50;
static const __declspec(align(2)) char Bmori1_room_10Tex_002A60[] = dBmori1_room_10Tex_002A60;
#else
static const char Bmori1_room_10Tex_002A50[] __attribute__((aligned (2))) = dBmori1_room_10Tex_002A50;
static const char Bmori1_room_10Tex_002A60[] __attribute__((aligned (2))) = dBmori1_room_10Tex_002A60;
#endif
#define dBmori1_room_10Tex_003A50 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_003A50"
#define dBmori1_room_10Tex_003A60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_003A60"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10Tex_003A50[] = dBmori1_room_10Tex_003A50;
static const __declspec(align(2)) char Bmori1_room_10Tex_003A60[] = dBmori1_room_10Tex_003A60;
#else
static const char Bmori1_room_10Tex_003A50[] __attribute__((aligned (2))) = dBmori1_room_10Tex_003A50;
static const char Bmori1_room_10Tex_003A60[] __attribute__((aligned (2))) = dBmori1_room_10Tex_003A60;
#endif
#define dBmori1_room_10DL_004BB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10DL_004BB8"
#define dBmori1_room_10DL_004BC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10DL_004BC8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10DL_004BB8[] = dBmori1_room_10DL_004BB8;
static const __declspec(align(2)) char Bmori1_room_10DL_004BC8[] = dBmori1_room_10DL_004BC8;
#else
static const char Bmori1_room_10DL_004BB8[] __attribute__((aligned (2))) = dBmori1_room_10DL_004BB8;
static const char Bmori1_room_10DL_004BC8[] __attribute__((aligned (2))) = dBmori1_room_10DL_004BC8;
#endif
#define dBmori1_room_10Tex_004BC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_004BC8"
#define dBmori1_room_10Tex_004BD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_10Tex_004BD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_10Tex_004BC8[] = dBmori1_room_10Tex_004BC8;
static const __declspec(align(2)) char Bmori1_room_10Tex_004BD8[] = dBmori1_room_10Tex_004BD8;
#else
static const char Bmori1_room_10Tex_004BC8[] __attribute__((aligned (2))) = dBmori1_room_10Tex_004BC8;
static const char Bmori1_room_10Tex_004BD8[] __attribute__((aligned (2))) = dBmori1_room_10Tex_004BD8;
#endif

View file

@ -1,51 +1,51 @@
#pragma once
#define dBmori1_room_11DL_0080D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11DL_0080D8"
#define dBmori1_room_11DL_008158 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11DL_008158"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11DL_0080D8[] = dBmori1_room_11DL_0080D8;
static const __declspec(align(2)) char Bmori1_room_11DL_008158[] = dBmori1_room_11DL_008158;
#else
static const char Bmori1_room_11DL_0080D8[] __attribute__((aligned (2))) = dBmori1_room_11DL_0080D8;
static const char Bmori1_room_11DL_008158[] __attribute__((aligned (2))) = dBmori1_room_11DL_008158;
#endif
#define dBmori1_room_11Tex_00A518 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_00A518"
#define dBmori1_room_11Tex_00A598 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_00A598"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11Tex_00A518[] = dBmori1_room_11Tex_00A518;
static const __declspec(align(2)) char Bmori1_room_11Tex_00A598[] = dBmori1_room_11Tex_00A598;
#else
static const char Bmori1_room_11Tex_00A518[] __attribute__((aligned (2))) = dBmori1_room_11Tex_00A518;
static const char Bmori1_room_11Tex_00A598[] __attribute__((aligned (2))) = dBmori1_room_11Tex_00A598;
#endif
#define dBmori1_room_11Tex_009518 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_009518"
#define dBmori1_room_11Tex_009598 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_009598"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11Tex_009518[] = dBmori1_room_11Tex_009518;
static const __declspec(align(2)) char Bmori1_room_11Tex_009598[] = dBmori1_room_11Tex_009598;
#else
static const char Bmori1_room_11Tex_009518[] __attribute__((aligned (2))) = dBmori1_room_11Tex_009518;
static const char Bmori1_room_11Tex_009598[] __attribute__((aligned (2))) = dBmori1_room_11Tex_009598;
#endif
#define dBmori1_room_11Tex_009D18 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_009D18"
#define dBmori1_room_11Tex_009D98 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_009D98"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11Tex_009D18[] = dBmori1_room_11Tex_009D18;
static const __declspec(align(2)) char Bmori1_room_11Tex_009D98[] = dBmori1_room_11Tex_009D98;
#else
static const char Bmori1_room_11Tex_009D18[] __attribute__((aligned (2))) = dBmori1_room_11Tex_009D18;
static const char Bmori1_room_11Tex_009D98[] __attribute__((aligned (2))) = dBmori1_room_11Tex_009D98;
#endif
#define dBmori1_room_11Tex_009118 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_009118"
#define dBmori1_room_11Tex_009198 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_009198"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11Tex_009118[] = dBmori1_room_11Tex_009118;
static const __declspec(align(2)) char Bmori1_room_11Tex_009198[] = dBmori1_room_11Tex_009198;
#else
static const char Bmori1_room_11Tex_009118[] __attribute__((aligned (2))) = dBmori1_room_11Tex_009118;
static const char Bmori1_room_11Tex_009198[] __attribute__((aligned (2))) = dBmori1_room_11Tex_009198;
#endif
#define dBmori1_room_11Tex_008118 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_008118"
#define dBmori1_room_11Tex_008198 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11Tex_008198"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11Tex_008118[] = dBmori1_room_11Tex_008118;
static const __declspec(align(2)) char Bmori1_room_11Tex_008198[] = dBmori1_room_11Tex_008198;
#else
static const char Bmori1_room_11Tex_008118[] __attribute__((aligned (2))) = dBmori1_room_11Tex_008118;
static const char Bmori1_room_11Tex_008198[] __attribute__((aligned (2))) = dBmori1_room_11Tex_008198;
#endif
#define dBmori1_room_11DL_00AB50 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11DL_00AB50"
#define dBmori1_room_11DL_00ABD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_11DL_00ABD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_11DL_00AB50[] = dBmori1_room_11DL_00AB50;
static const __declspec(align(2)) char Bmori1_room_11DL_00ABD0[] = dBmori1_room_11DL_00ABD0;
#else
static const char Bmori1_room_11DL_00AB50[] __attribute__((aligned (2))) = dBmori1_room_11DL_00AB50;
static const char Bmori1_room_11DL_00ABD0[] __attribute__((aligned (2))) = dBmori1_room_11DL_00ABD0;
#endif

View file

@ -1,72 +1,72 @@
#pragma once
#define dBmori1_room_12DL_0049D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12DL_0049D8"
#define dBmori1_room_12DL_0049E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12DL_0049E8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12DL_0049D8[] = dBmori1_room_12DL_0049D8;
static const __declspec(align(2)) char Bmori1_room_12DL_0049E8[] = dBmori1_room_12DL_0049E8;
#else
static const char Bmori1_room_12DL_0049D8[] __attribute__((aligned (2))) = dBmori1_room_12DL_0049D8;
static const char Bmori1_room_12DL_0049E8[] __attribute__((aligned (2))) = dBmori1_room_12DL_0049E8;
#endif
#define dBmori1_room_12Tex_0065F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_0065F0"
#define dBmori1_room_12Tex_006600 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_006600"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_0065F0[] = dBmori1_room_12Tex_0065F0;
static const __declspec(align(2)) char Bmori1_room_12Tex_006600[] = dBmori1_room_12Tex_006600;
#else
static const char Bmori1_room_12Tex_0065F0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_0065F0;
static const char Bmori1_room_12Tex_006600[] __attribute__((aligned (2))) = dBmori1_room_12Tex_006600;
#endif
#define dBmori1_room_12Tex_005DF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_005DF0"
#define dBmori1_room_12Tex_005E00 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_005E00"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_005DF0[] = dBmori1_room_12Tex_005DF0;
static const __declspec(align(2)) char Bmori1_room_12Tex_005E00[] = dBmori1_room_12Tex_005E00;
#else
static const char Bmori1_room_12Tex_005DF0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_005DF0;
static const char Bmori1_room_12Tex_005E00[] __attribute__((aligned (2))) = dBmori1_room_12Tex_005E00;
#endif
#define dBmori1_room_12Tex_0055F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_0055F0"
#define dBmori1_room_12Tex_005600 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_005600"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_0055F0[] = dBmori1_room_12Tex_0055F0;
static const __declspec(align(2)) char Bmori1_room_12Tex_005600[] = dBmori1_room_12Tex_005600;
#else
static const char Bmori1_room_12Tex_0055F0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_0055F0;
static const char Bmori1_room_12Tex_005600[] __attribute__((aligned (2))) = dBmori1_room_12Tex_005600;
#endif
#define dBmori1_room_12Tex_006DF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_006DF0"
#define dBmori1_room_12Tex_006E00 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_006E00"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_006DF0[] = dBmori1_room_12Tex_006DF0;
static const __declspec(align(2)) char Bmori1_room_12Tex_006E00[] = dBmori1_room_12Tex_006E00;
#else
static const char Bmori1_room_12Tex_006DF0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_006DF0;
static const char Bmori1_room_12Tex_006E00[] __attribute__((aligned (2))) = dBmori1_room_12Tex_006E00;
#endif
#define dBmori1_room_12Tex_004DF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_004DF0"
#define dBmori1_room_12Tex_004E00 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_004E00"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_004DF0[] = dBmori1_room_12Tex_004DF0;
static const __declspec(align(2)) char Bmori1_room_12Tex_004E00[] = dBmori1_room_12Tex_004E00;
#else
static const char Bmori1_room_12Tex_004DF0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_004DF0;
static const char Bmori1_room_12Tex_004E00[] __attribute__((aligned (2))) = dBmori1_room_12Tex_004E00;
#endif
#define dBmori1_room_12Tex_0049F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_0049F0"
#define dBmori1_room_12Tex_004A00 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_004A00"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_0049F0[] = dBmori1_room_12Tex_0049F0;
static const __declspec(align(2)) char Bmori1_room_12Tex_004A00[] = dBmori1_room_12Tex_004A00;
#else
static const char Bmori1_room_12Tex_0049F0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_0049F0;
static const char Bmori1_room_12Tex_004A00[] __attribute__((aligned (2))) = dBmori1_room_12Tex_004A00;
#endif
#define dBmori1_room_12Tex_0071F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_0071F0"
#define dBmori1_room_12Tex_007200 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_007200"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_0071F0[] = dBmori1_room_12Tex_0071F0;
static const __declspec(align(2)) char Bmori1_room_12Tex_007200[] = dBmori1_room_12Tex_007200;
#else
static const char Bmori1_room_12Tex_0071F0[] __attribute__((aligned (2))) = dBmori1_room_12Tex_0071F0;
static const char Bmori1_room_12Tex_007200[] __attribute__((aligned (2))) = dBmori1_room_12Tex_007200;
#endif
#define dBmori1_room_12DL_007BB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12DL_007BB8"
#define dBmori1_room_12DL_007BC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12DL_007BC8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12DL_007BB8[] = dBmori1_room_12DL_007BB8;
static const __declspec(align(2)) char Bmori1_room_12DL_007BC8[] = dBmori1_room_12DL_007BC8;
#else
static const char Bmori1_room_12DL_007BB8[] __attribute__((aligned (2))) = dBmori1_room_12DL_007BB8;
static const char Bmori1_room_12DL_007BC8[] __attribute__((aligned (2))) = dBmori1_room_12DL_007BC8;
#endif
#define dBmori1_room_12Tex_007BC8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_007BC8"
#define dBmori1_room_12Tex_007BD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_12Tex_007BD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_12Tex_007BC8[] = dBmori1_room_12Tex_007BC8;
static const __declspec(align(2)) char Bmori1_room_12Tex_007BD8[] = dBmori1_room_12Tex_007BD8;
#else
static const char Bmori1_room_12Tex_007BC8[] __attribute__((aligned (2))) = dBmori1_room_12Tex_007BC8;
static const char Bmori1_room_12Tex_007BD8[] __attribute__((aligned (2))) = dBmori1_room_12Tex_007BD8;
#endif

View file

@ -1,72 +1,72 @@
#pragma once
#define dBmori1_room_13DL_004CA8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13DL_004CA8"
#define dBmori1_room_13DL_004CB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13DL_004CB8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13DL_004CA8[] = dBmori1_room_13DL_004CA8;
static const __declspec(align(2)) char Bmori1_room_13DL_004CB8[] = dBmori1_room_13DL_004CB8;
#else
static const char Bmori1_room_13DL_004CA8[] __attribute__((aligned (2))) = dBmori1_room_13DL_004CA8;
static const char Bmori1_room_13DL_004CB8[] __attribute__((aligned (2))) = dBmori1_room_13DL_004CB8;
#endif
#define dBmori1_room_13Tex_006CC0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_006CC0"
#define dBmori1_room_13Tex_006CD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_006CD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_006CC0[] = dBmori1_room_13Tex_006CC0;
static const __declspec(align(2)) char Bmori1_room_13Tex_006CD0[] = dBmori1_room_13Tex_006CD0;
#else
static const char Bmori1_room_13Tex_006CC0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_006CC0;
static const char Bmori1_room_13Tex_006CD0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_006CD0;
#endif
#define dBmori1_room_13Tex_0064C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0064C0"
#define dBmori1_room_13Tex_0064D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0064D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_0064C0[] = dBmori1_room_13Tex_0064C0;
static const __declspec(align(2)) char Bmori1_room_13Tex_0064D0[] = dBmori1_room_13Tex_0064D0;
#else
static const char Bmori1_room_13Tex_0064C0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0064C0;
static const char Bmori1_room_13Tex_0064D0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0064D0;
#endif
#define dBmori1_room_13Tex_005CC0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_005CC0"
#define dBmori1_room_13Tex_005CD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_005CD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_005CC0[] = dBmori1_room_13Tex_005CC0;
static const __declspec(align(2)) char Bmori1_room_13Tex_005CD0[] = dBmori1_room_13Tex_005CD0;
#else
static const char Bmori1_room_13Tex_005CC0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_005CC0;
static const char Bmori1_room_13Tex_005CD0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_005CD0;
#endif
#define dBmori1_room_13Tex_0054C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0054C0"
#define dBmori1_room_13Tex_0054D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0054D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_0054C0[] = dBmori1_room_13Tex_0054C0;
static const __declspec(align(2)) char Bmori1_room_13Tex_0054D0[] = dBmori1_room_13Tex_0054D0;
#else
static const char Bmori1_room_13Tex_0054C0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0054C0;
static const char Bmori1_room_13Tex_0054D0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0054D0;
#endif
#define dBmori1_room_13Tex_0074C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0074C0"
#define dBmori1_room_13Tex_0074D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0074D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_0074C0[] = dBmori1_room_13Tex_0074C0;
static const __declspec(align(2)) char Bmori1_room_13Tex_0074D0[] = dBmori1_room_13Tex_0074D0;
#else
static const char Bmori1_room_13Tex_0074C0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0074C0;
static const char Bmori1_room_13Tex_0074D0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0074D0;
#endif
#define dBmori1_room_13Tex_004CC0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_004CC0"
#define dBmori1_room_13Tex_004CD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_004CD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_004CC0[] = dBmori1_room_13Tex_004CC0;
static const __declspec(align(2)) char Bmori1_room_13Tex_004CD0[] = dBmori1_room_13Tex_004CD0;
#else
static const char Bmori1_room_13Tex_004CC0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_004CC0;
static const char Bmori1_room_13Tex_004CD0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_004CD0;
#endif
#define dBmori1_room_13Tex_0078C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0078C0"
#define dBmori1_room_13Tex_0078D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0078D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_0078C0[] = dBmori1_room_13Tex_0078C0;
static const __declspec(align(2)) char Bmori1_room_13Tex_0078D0[] = dBmori1_room_13Tex_0078D0;
#else
static const char Bmori1_room_13Tex_0078C0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0078C0;
static const char Bmori1_room_13Tex_0078D0[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0078D0;
#endif
#define dBmori1_room_13DL_008288 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13DL_008288"
#define dBmori1_room_13DL_008298 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13DL_008298"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13DL_008288[] = dBmori1_room_13DL_008288;
static const __declspec(align(2)) char Bmori1_room_13DL_008298[] = dBmori1_room_13DL_008298;
#else
static const char Bmori1_room_13DL_008288[] __attribute__((aligned (2))) = dBmori1_room_13DL_008288;
static const char Bmori1_room_13DL_008298[] __attribute__((aligned (2))) = dBmori1_room_13DL_008298;
#endif
#define dBmori1_room_13Tex_008298 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_008298"
#define dBmori1_room_13Tex_0082A8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_13Tex_0082A8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_13Tex_008298[] = dBmori1_room_13Tex_008298;
static const __declspec(align(2)) char Bmori1_room_13Tex_0082A8[] = dBmori1_room_13Tex_0082A8;
#else
static const char Bmori1_room_13Tex_008298[] __attribute__((aligned (2))) = dBmori1_room_13Tex_008298;
static const char Bmori1_room_13Tex_0082A8[] __attribute__((aligned (2))) = dBmori1_room_13Tex_0082A8;
#endif

View file

@ -1,58 +1,58 @@
#pragma once
#define dBmori1_room_14DL_0034F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14DL_0034F0"
#define dBmori1_room_14DL_003520 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14DL_003520"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14DL_0034F0[] = dBmori1_room_14DL_0034F0;
static const __declspec(align(2)) char Bmori1_room_14DL_003520[] = dBmori1_room_14DL_003520;
#else
static const char Bmori1_room_14DL_0034F0[] __attribute__((aligned (2))) = dBmori1_room_14DL_0034F0;
static const char Bmori1_room_14DL_003520[] __attribute__((aligned (2))) = dBmori1_room_14DL_003520;
#endif
#define dBmori1_room_14Tex_003530 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_003530"
#define dBmori1_room_14Tex_003560 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_003560"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14Tex_003530[] = dBmori1_room_14Tex_003530;
static const __declspec(align(2)) char Bmori1_room_14Tex_003560[] = dBmori1_room_14Tex_003560;
#else
static const char Bmori1_room_14Tex_003530[] __attribute__((aligned (2))) = dBmori1_room_14Tex_003530;
static const char Bmori1_room_14Tex_003560[] __attribute__((aligned (2))) = dBmori1_room_14Tex_003560;
#endif
#define dBmori1_room_14Tex_004D30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_004D30"
#define dBmori1_room_14Tex_004D60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_004D60"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14Tex_004D30[] = dBmori1_room_14Tex_004D30;
static const __declspec(align(2)) char Bmori1_room_14Tex_004D60[] = dBmori1_room_14Tex_004D60;
#else
static const char Bmori1_room_14Tex_004D30[] __attribute__((aligned (2))) = dBmori1_room_14Tex_004D30;
static const char Bmori1_room_14Tex_004D60[] __attribute__((aligned (2))) = dBmori1_room_14Tex_004D60;
#endif
#define dBmori1_room_14Tex_004930 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_004930"
#define dBmori1_room_14Tex_004960 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_004960"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14Tex_004930[] = dBmori1_room_14Tex_004930;
static const __declspec(align(2)) char Bmori1_room_14Tex_004960[] = dBmori1_room_14Tex_004960;
#else
static const char Bmori1_room_14Tex_004930[] __attribute__((aligned (2))) = dBmori1_room_14Tex_004930;
static const char Bmori1_room_14Tex_004960[] __attribute__((aligned (2))) = dBmori1_room_14Tex_004960;
#endif
#define dBmori1_room_14Tex_004130 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_004130"
#define dBmori1_room_14Tex_004160 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_004160"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14Tex_004130[] = dBmori1_room_14Tex_004130;
static const __declspec(align(2)) char Bmori1_room_14Tex_004160[] = dBmori1_room_14Tex_004160;
#else
static const char Bmori1_room_14Tex_004130[] __attribute__((aligned (2))) = dBmori1_room_14Tex_004130;
static const char Bmori1_room_14Tex_004160[] __attribute__((aligned (2))) = dBmori1_room_14Tex_004160;
#endif
#define dBmori1_room_14Tex_003930 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_003930"
#define dBmori1_room_14Tex_003960 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_003960"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14Tex_003930[] = dBmori1_room_14Tex_003930;
static const __declspec(align(2)) char Bmori1_room_14Tex_003960[] = dBmori1_room_14Tex_003960;
#else
static const char Bmori1_room_14Tex_003930[] __attribute__((aligned (2))) = dBmori1_room_14Tex_003930;
static const char Bmori1_room_14Tex_003960[] __attribute__((aligned (2))) = dBmori1_room_14Tex_003960;
#endif
#define dBmori1_room_14DL_005730 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14DL_005730"
#define dBmori1_room_14DL_005760 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14DL_005760"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14DL_005730[] = dBmori1_room_14DL_005730;
static const __declspec(align(2)) char Bmori1_room_14DL_005760[] = dBmori1_room_14DL_005760;
#else
static const char Bmori1_room_14DL_005730[] __attribute__((aligned (2))) = dBmori1_room_14DL_005730;
static const char Bmori1_room_14DL_005760[] __attribute__((aligned (2))) = dBmori1_room_14DL_005760;
#endif
#define dBmori1_room_14Tex_005740 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_005740"
#define dBmori1_room_14Tex_005770 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_14Tex_005770"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_14Tex_005740[] = dBmori1_room_14Tex_005740;
static const __declspec(align(2)) char Bmori1_room_14Tex_005770[] = dBmori1_room_14Tex_005770;
#else
static const char Bmori1_room_14Tex_005740[] __attribute__((aligned (2))) = dBmori1_room_14Tex_005740;
static const char Bmori1_room_14Tex_005770[] __attribute__((aligned (2))) = dBmori1_room_14Tex_005770;
#endif

View file

@ -1,30 +1,30 @@
#pragma once
#define dBmori1_room_15DL_001280 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15DL_001280"
#define dBmori1_room_15DL_0012D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15DL_0012D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_15DL_001280[] = dBmori1_room_15DL_001280;
static const __declspec(align(2)) char Bmori1_room_15DL_0012D0[] = dBmori1_room_15DL_0012D0;
#else
static const char Bmori1_room_15DL_001280[] __attribute__((aligned (2))) = dBmori1_room_15DL_001280;
static const char Bmori1_room_15DL_0012D0[] __attribute__((aligned (2))) = dBmori1_room_15DL_0012D0;
#endif
#define dBmori1_room_15Tex_001290 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15Tex_001290"
#define dBmori1_room_15Tex_0012E0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15Tex_0012E0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_15Tex_001290[] = dBmori1_room_15Tex_001290;
static const __declspec(align(2)) char Bmori1_room_15Tex_0012E0[] = dBmori1_room_15Tex_0012E0;
#else
static const char Bmori1_room_15Tex_001290[] __attribute__((aligned (2))) = dBmori1_room_15Tex_001290;
static const char Bmori1_room_15Tex_0012E0[] __attribute__((aligned (2))) = dBmori1_room_15Tex_0012E0;
#endif
#define dBmori1_room_15Tex_001A90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15Tex_001A90"
#define dBmori1_room_15Tex_001AE0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15Tex_001AE0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_15Tex_001A90[] = dBmori1_room_15Tex_001A90;
static const __declspec(align(2)) char Bmori1_room_15Tex_001AE0[] = dBmori1_room_15Tex_001AE0;
#else
static const char Bmori1_room_15Tex_001A90[] __attribute__((aligned (2))) = dBmori1_room_15Tex_001A90;
static const char Bmori1_room_15Tex_001AE0[] __attribute__((aligned (2))) = dBmori1_room_15Tex_001AE0;
#endif
#define dBmori1_room_15Tex_001E90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15Tex_001E90"
#define dBmori1_room_15Tex_001EE0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_15Tex_001EE0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_15Tex_001E90[] = dBmori1_room_15Tex_001E90;
static const __declspec(align(2)) char Bmori1_room_15Tex_001EE0[] = dBmori1_room_15Tex_001EE0;
#else
static const char Bmori1_room_15Tex_001E90[] __attribute__((aligned (2))) = dBmori1_room_15Tex_001E90;
static const char Bmori1_room_15Tex_001EE0[] __attribute__((aligned (2))) = dBmori1_room_15Tex_001EE0;
#endif

View file

@ -1,58 +1,58 @@
#pragma once
#define dBmori1_room_17DL_006460 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17DL_006460"
#define dBmori1_room_17DL_006490 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17DL_006490"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17DL_006460[] = dBmori1_room_17DL_006460;
static const __declspec(align(2)) char Bmori1_room_17DL_006490[] = dBmori1_room_17DL_006490;
#else
static const char Bmori1_room_17DL_006460[] __attribute__((aligned (2))) = dBmori1_room_17DL_006460;
static const char Bmori1_room_17DL_006490[] __attribute__((aligned (2))) = dBmori1_room_17DL_006490;
#endif
#define dBmori1_room_17Tex_007CB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_007CB8"
#define dBmori1_room_17Tex_007CE8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_007CE8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_007CB8[] = dBmori1_room_17Tex_007CB8;
static const __declspec(align(2)) char Bmori1_room_17Tex_007CE8[] = dBmori1_room_17Tex_007CE8;
#else
static const char Bmori1_room_17Tex_007CB8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_007CB8;
static const char Bmori1_room_17Tex_007CE8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_007CE8;
#endif
#define dBmori1_room_17Tex_0080B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0080B8"
#define dBmori1_room_17Tex_0080E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0080E8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_0080B8[] = dBmori1_room_17Tex_0080B8;
static const __declspec(align(2)) char Bmori1_room_17Tex_0080E8[] = dBmori1_room_17Tex_0080E8;
#else
static const char Bmori1_room_17Tex_0080B8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0080B8;
static const char Bmori1_room_17Tex_0080E8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0080E8;
#endif
#define dBmori1_room_17Tex_0088B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0088B8"
#define dBmori1_room_17Tex_0088E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0088E8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_0088B8[] = dBmori1_room_17Tex_0088B8;
static const __declspec(align(2)) char Bmori1_room_17Tex_0088E8[] = dBmori1_room_17Tex_0088E8;
#else
static const char Bmori1_room_17Tex_0088B8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0088B8;
static const char Bmori1_room_17Tex_0088E8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0088E8;
#endif
#define dBmori1_room_17Tex_0064B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0064B8"
#define dBmori1_room_17Tex_0064E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0064E8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_0064B8[] = dBmori1_room_17Tex_0064B8;
static const __declspec(align(2)) char Bmori1_room_17Tex_0064E8[] = dBmori1_room_17Tex_0064E8;
#else
static const char Bmori1_room_17Tex_0064B8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0064B8;
static const char Bmori1_room_17Tex_0064E8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0064E8;
#endif
#define dBmori1_room_17Tex_006CB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_006CB8"
#define dBmori1_room_17Tex_006CE8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_006CE8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_006CB8[] = dBmori1_room_17Tex_006CB8;
static const __declspec(align(2)) char Bmori1_room_17Tex_006CE8[] = dBmori1_room_17Tex_006CE8;
#else
static const char Bmori1_room_17Tex_006CB8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_006CB8;
static const char Bmori1_room_17Tex_006CE8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_006CE8;
#endif
#define dBmori1_room_17Tex_0074B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0074B8"
#define dBmori1_room_17Tex_0074E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0074E8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_0074B8[] = dBmori1_room_17Tex_0074B8;
static const __declspec(align(2)) char Bmori1_room_17Tex_0074E8[] = dBmori1_room_17Tex_0074E8;
#else
static const char Bmori1_room_17Tex_0074B8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0074B8;
static const char Bmori1_room_17Tex_0074E8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0074E8;
#endif
#define dBmori1_room_17Tex_0078B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0078B8"
#define dBmori1_room_17Tex_0078E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_17Tex_0078E8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_17Tex_0078B8[] = dBmori1_room_17Tex_0078B8;
static const __declspec(align(2)) char Bmori1_room_17Tex_0078E8[] = dBmori1_room_17Tex_0078E8;
#else
static const char Bmori1_room_17Tex_0078B8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0078B8;
static const char Bmori1_room_17Tex_0078E8[] __attribute__((aligned (2))) = dBmori1_room_17Tex_0078E8;
#endif

View file

@ -1,16 +1,16 @@
#pragma once
#define dBmori1_room_18DL_000B30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_18DL_000B30"
#define dBmori1_room_18DL_000B20 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_18DL_000B20"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_18DL_000B30[] = dBmori1_room_18DL_000B30;
static const __declspec(align(2)) char Bmori1_room_18DL_000B20[] = dBmori1_room_18DL_000B20;
#else
static const char Bmori1_room_18DL_000B30[] __attribute__((aligned (2))) = dBmori1_room_18DL_000B30;
static const char Bmori1_room_18DL_000B20[] __attribute__((aligned (2))) = dBmori1_room_18DL_000B20;
#endif
#define dBmori1_room_18Tex_000B40 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_18Tex_000B40"
#define dBmori1_room_18Tex_000B30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_18Tex_000B30"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_18Tex_000B40[] = dBmori1_room_18Tex_000B40;
static const __declspec(align(2)) char Bmori1_room_18Tex_000B30[] = dBmori1_room_18Tex_000B30;
#else
static const char Bmori1_room_18Tex_000B40[] __attribute__((aligned (2))) = dBmori1_room_18Tex_000B40;
static const char Bmori1_room_18Tex_000B30[] __attribute__((aligned (2))) = dBmori1_room_18Tex_000B30;
#endif

View file

@ -1,9 +1,9 @@
#pragma once
#define dBmori1_room_19DL_000500 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_19DL_000500"
#define dBmori1_room_19DL_0004F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_19DL_0004F0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_19DL_000500[] = dBmori1_room_19DL_000500;
static const __declspec(align(2)) char Bmori1_room_19DL_0004F0[] = dBmori1_room_19DL_0004F0;
#else
static const char Bmori1_room_19DL_000500[] __attribute__((aligned (2))) = dBmori1_room_19DL_000500;
static const char Bmori1_room_19DL_0004F0[] __attribute__((aligned (2))) = dBmori1_room_19DL_0004F0;
#endif

View file

@ -1,86 +1,86 @@
#pragma once
#define dBmori1_room_2DL_00A348 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2DL_00A348"
#define dBmori1_room_2DL_00A328 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2DL_00A328"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2DL_00A348[] = dBmori1_room_2DL_00A348;
static const __declspec(align(2)) char Bmori1_room_2DL_00A328[] = dBmori1_room_2DL_00A328;
#else
static const char Bmori1_room_2DL_00A348[] __attribute__((aligned (2))) = dBmori1_room_2DL_00A348;
static const char Bmori1_room_2DL_00A328[] __attribute__((aligned (2))) = dBmori1_room_2DL_00A328;
#endif
#define dBmori1_room_2Tex_00A3A0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00A3A0"
#define dBmori1_room_2Tex_00A380 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00A380"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00A3A0[] = dBmori1_room_2Tex_00A3A0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00A380[] = dBmori1_room_2Tex_00A380;
#else
static const char Bmori1_room_2Tex_00A3A0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00A3A0;
static const char Bmori1_room_2Tex_00A380[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00A380;
#endif
#define dBmori1_room_2Tex_00F1A0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00F1A0"
#define dBmori1_room_2Tex_00F180 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00F180"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00F1A0[] = dBmori1_room_2Tex_00F1A0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00F180[] = dBmori1_room_2Tex_00F180;
#else
static const char Bmori1_room_2Tex_00F1A0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00F1A0;
static const char Bmori1_room_2Tex_00F180[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00F180;
#endif
#define dBmori1_room_2Tex_00DDA0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00DDA0"
#define dBmori1_room_2Tex_00DD80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00DD80"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00DDA0[] = dBmori1_room_2Tex_00DDA0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00DD80[] = dBmori1_room_2Tex_00DD80;
#else
static const char Bmori1_room_2Tex_00DDA0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00DDA0;
static const char Bmori1_room_2Tex_00DD80[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00DD80;
#endif
#define dBmori1_room_2Tex_00ABA0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00ABA0"
#define dBmori1_room_2Tex_00AB80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00AB80"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00ABA0[] = dBmori1_room_2Tex_00ABA0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00AB80[] = dBmori1_room_2Tex_00AB80;
#else
static const char Bmori1_room_2Tex_00ABA0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00ABA0;
static const char Bmori1_room_2Tex_00AB80[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00AB80;
#endif
#define dBmori1_room_2Tex_00DBA0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00DBA0"
#define dBmori1_room_2Tex_00DB80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00DB80"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00DBA0[] = dBmori1_room_2Tex_00DBA0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00DB80[] = dBmori1_room_2Tex_00DB80;
#else
static const char Bmori1_room_2Tex_00DBA0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00DBA0;
static const char Bmori1_room_2Tex_00DB80[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00DB80;
#endif
#define dBmori1_room_2Tex_00E5A0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00E5A0"
#define dBmori1_room_2Tex_00E580 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00E580"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00E5A0[] = dBmori1_room_2Tex_00E5A0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00E580[] = dBmori1_room_2Tex_00E580;
#else
static const char Bmori1_room_2Tex_00E5A0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00E5A0;
static const char Bmori1_room_2Tex_00E580[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00E580;
#endif
#define dBmori1_room_2Tex_00D3A0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00D3A0"
#define dBmori1_room_2Tex_00D380 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00D380"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00D3A0[] = dBmori1_room_2Tex_00D3A0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00D380[] = dBmori1_room_2Tex_00D380;
#else
static const char Bmori1_room_2Tex_00D3A0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00D3A0;
static const char Bmori1_room_2Tex_00D380[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00D380;
#endif
#define dBmori1_room_2Tex_00CFA0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00CFA0"
#define dBmori1_room_2Tex_00CF80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00CF80"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00CFA0[] = dBmori1_room_2Tex_00CFA0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00CF80[] = dBmori1_room_2Tex_00CF80;
#else
static const char Bmori1_room_2Tex_00CFA0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00CFA0;
static const char Bmori1_room_2Tex_00CF80[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00CF80;
#endif
#define dBmori1_room_2Tex_00BFA0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00BFA0"
#define dBmori1_room_2Tex_00BF80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00BF80"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00BFA0[] = dBmori1_room_2Tex_00BFA0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00BF80[] = dBmori1_room_2Tex_00BF80;
#else
static const char Bmori1_room_2Tex_00BFA0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00BFA0;
static const char Bmori1_room_2Tex_00BF80[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00BF80;
#endif
#define dBmori1_room_2Tex_00AFA0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00AFA0"
#define dBmori1_room_2Tex_00AF80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00AF80"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00AFA0[] = dBmori1_room_2Tex_00AFA0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00AF80[] = dBmori1_room_2Tex_00AF80;
#else
static const char Bmori1_room_2Tex_00AFA0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00AFA0;
static const char Bmori1_room_2Tex_00AF80[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00AF80;
#endif
#define dBmori1_room_2Tex_00E9A0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00E9A0"
#define dBmori1_room_2Tex_00E980 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_2Tex_00E980"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_2Tex_00E9A0[] = dBmori1_room_2Tex_00E9A0;
static const __declspec(align(2)) char Bmori1_room_2Tex_00E980[] = dBmori1_room_2Tex_00E980;
#else
static const char Bmori1_room_2Tex_00E9A0[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00E9A0;
static const char Bmori1_room_2Tex_00E980[] __attribute__((aligned (2))) = dBmori1_room_2Tex_00E980;
#endif

View file

@ -1,16 +1,16 @@
#pragma once
#define dBmori1_room_21DL_000F70 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_21DL_000F70"
#define dBmori1_room_21DL_000F60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_21DL_000F60"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_21DL_000F70[] = dBmori1_room_21DL_000F70;
static const __declspec(align(2)) char Bmori1_room_21DL_000F60[] = dBmori1_room_21DL_000F60;
#else
static const char Bmori1_room_21DL_000F70[] __attribute__((aligned (2))) = dBmori1_room_21DL_000F70;
static const char Bmori1_room_21DL_000F60[] __attribute__((aligned (2))) = dBmori1_room_21DL_000F60;
#endif
#define dBmori1_room_21Tex_000F80 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_21Tex_000F80"
#define dBmori1_room_21Tex_000F70 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_21Tex_000F70"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_21Tex_000F80[] = dBmori1_room_21Tex_000F80;
static const __declspec(align(2)) char Bmori1_room_21Tex_000F70[] = dBmori1_room_21Tex_000F70;
#else
static const char Bmori1_room_21Tex_000F80[] __attribute__((aligned (2))) = dBmori1_room_21Tex_000F80;
static const char Bmori1_room_21Tex_000F70[] __attribute__((aligned (2))) = dBmori1_room_21Tex_000F70;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dBmori1_room_3DL_0023C8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3DL_0023C8"
#define dBmori1_room_3DL_0023B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3DL_0023B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_3DL_0023C8[] = dBmori1_room_3DL_0023C8;
static const __declspec(align(2)) char Bmori1_room_3DL_0023B8[] = dBmori1_room_3DL_0023B8;
#else
static const char Bmori1_room_3DL_0023C8[] __attribute__((aligned (2))) = dBmori1_room_3DL_0023C8;
static const char Bmori1_room_3DL_0023B8[] __attribute__((aligned (2))) = dBmori1_room_3DL_0023B8;
#endif
#define dBmori1_room_3Tex_0033E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0033E8"
#define dBmori1_room_3Tex_0033D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0033D8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_3Tex_0033E8[] = dBmori1_room_3Tex_0033E8;
static const __declspec(align(2)) char Bmori1_room_3Tex_0033D8[] = dBmori1_room_3Tex_0033D8;
#else
static const char Bmori1_room_3Tex_0033E8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0033E8;
static const char Bmori1_room_3Tex_0033D8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0033D8;
#endif
#define dBmori1_room_3Tex_0023E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0023E8"
#define dBmori1_room_3Tex_0023D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0023D8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_3Tex_0023E8[] = dBmori1_room_3Tex_0023E8;
static const __declspec(align(2)) char Bmori1_room_3Tex_0023D8[] = dBmori1_room_3Tex_0023D8;
#else
static const char Bmori1_room_3Tex_0023E8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0023E8;
static const char Bmori1_room_3Tex_0023D8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0023D8;
#endif
#define dBmori1_room_3Tex_002BE8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_002BE8"
#define dBmori1_room_3Tex_002BD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_002BD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_3Tex_002BE8[] = dBmori1_room_3Tex_002BE8;
static const __declspec(align(2)) char Bmori1_room_3Tex_002BD8[] = dBmori1_room_3Tex_002BD8;
#else
static const char Bmori1_room_3Tex_002BE8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_002BE8;
static const char Bmori1_room_3Tex_002BD8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_002BD8;
#endif
#define dBmori1_room_3Tex_0037E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0037E8"
#define dBmori1_room_3Tex_0037D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0037D8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_3Tex_0037E8[] = dBmori1_room_3Tex_0037E8;
static const __declspec(align(2)) char Bmori1_room_3Tex_0037D8[] = dBmori1_room_3Tex_0037D8;
#else
static const char Bmori1_room_3Tex_0037E8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0037E8;
static const char Bmori1_room_3Tex_0037D8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0037D8;
#endif
#define dBmori1_room_3Tex_0038E8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0038E8"
#define dBmori1_room_3Tex_0038D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_3Tex_0038D8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_3Tex_0038E8[] = dBmori1_room_3Tex_0038E8;
static const __declspec(align(2)) char Bmori1_room_3Tex_0038D8[] = dBmori1_room_3Tex_0038D8;
#else
static const char Bmori1_room_3Tex_0038E8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0038E8;
static const char Bmori1_room_3Tex_0038D8[] __attribute__((aligned (2))) = dBmori1_room_3Tex_0038D8;
#endif

View file

@ -1,23 +1,23 @@
#pragma once
#define dBmori1_room_4DL_002298 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_4DL_002298"
#define dBmori1_room_4DL_0022A8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_4DL_0022A8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_4DL_002298[] = dBmori1_room_4DL_002298;
static const __declspec(align(2)) char Bmori1_room_4DL_0022A8[] = dBmori1_room_4DL_0022A8;
#else
static const char Bmori1_room_4DL_002298[] __attribute__((aligned (2))) = dBmori1_room_4DL_002298;
static const char Bmori1_room_4DL_0022A8[] __attribute__((aligned (2))) = dBmori1_room_4DL_0022A8;
#endif
#define dBmori1_room_4Tex_002AA8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_4Tex_002AA8"
#define dBmori1_room_4Tex_002AB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_4Tex_002AB8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_4Tex_002AA8[] = dBmori1_room_4Tex_002AA8;
static const __declspec(align(2)) char Bmori1_room_4Tex_002AB8[] = dBmori1_room_4Tex_002AB8;
#else
static const char Bmori1_room_4Tex_002AA8[] __attribute__((aligned (2))) = dBmori1_room_4Tex_002AA8;
static const char Bmori1_room_4Tex_002AB8[] __attribute__((aligned (2))) = dBmori1_room_4Tex_002AB8;
#endif
#define dBmori1_room_4Tex_0022A8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_4Tex_0022A8"
#define dBmori1_room_4Tex_0022B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_4Tex_0022B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_4Tex_0022A8[] = dBmori1_room_4Tex_0022A8;
static const __declspec(align(2)) char Bmori1_room_4Tex_0022B8[] = dBmori1_room_4Tex_0022B8;
#else
static const char Bmori1_room_4Tex_0022A8[] __attribute__((aligned (2))) = dBmori1_room_4Tex_0022A8;
static const char Bmori1_room_4Tex_0022B8[] __attribute__((aligned (2))) = dBmori1_room_4Tex_0022B8;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dBmori1_room_5DL_0023A0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5DL_0023A0"
#define dBmori1_room_5DL_0023B0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5DL_0023B0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_5DL_0023A0[] = dBmori1_room_5DL_0023A0;
static const __declspec(align(2)) char Bmori1_room_5DL_0023B0[] = dBmori1_room_5DL_0023B0;
#else
static const char Bmori1_room_5DL_0023A0[] __attribute__((aligned (2))) = dBmori1_room_5DL_0023A0;
static const char Bmori1_room_5DL_0023B0[] __attribute__((aligned (2))) = dBmori1_room_5DL_0023B0;
#endif
#define dBmori1_room_5Tex_002FC0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_002FC0"
#define dBmori1_room_5Tex_002FD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_002FD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_5Tex_002FC0[] = dBmori1_room_5Tex_002FC0;
static const __declspec(align(2)) char Bmori1_room_5Tex_002FD0[] = dBmori1_room_5Tex_002FD0;
#else
static const char Bmori1_room_5Tex_002FC0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_002FC0;
static const char Bmori1_room_5Tex_002FD0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_002FD0;
#endif
#define dBmori1_room_5Tex_0023C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0023C0"
#define dBmori1_room_5Tex_0023D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0023D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_5Tex_0023C0[] = dBmori1_room_5Tex_0023C0;
static const __declspec(align(2)) char Bmori1_room_5Tex_0023D0[] = dBmori1_room_5Tex_0023D0;
#else
static const char Bmori1_room_5Tex_0023C0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0023C0;
static const char Bmori1_room_5Tex_0023D0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0023D0;
#endif
#define dBmori1_room_5Tex_0027C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0027C0"
#define dBmori1_room_5Tex_0027D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0027D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_5Tex_0027C0[] = dBmori1_room_5Tex_0027C0;
static const __declspec(align(2)) char Bmori1_room_5Tex_0027D0[] = dBmori1_room_5Tex_0027D0;
#else
static const char Bmori1_room_5Tex_0027C0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0027C0;
static const char Bmori1_room_5Tex_0027D0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0027D0;
#endif
#define dBmori1_room_5Tex_0034C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0034C0"
#define dBmori1_room_5Tex_0034D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0034D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_5Tex_0034C0[] = dBmori1_room_5Tex_0034C0;
static const __declspec(align(2)) char Bmori1_room_5Tex_0034D0[] = dBmori1_room_5Tex_0034D0;
#else
static const char Bmori1_room_5Tex_0034C0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0034C0;
static const char Bmori1_room_5Tex_0034D0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0034D0;
#endif
#define dBmori1_room_5Tex_0033C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0033C0"
#define dBmori1_room_5Tex_0033D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_5Tex_0033D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_5Tex_0033C0[] = dBmori1_room_5Tex_0033C0;
static const __declspec(align(2)) char Bmori1_room_5Tex_0033D0[] = dBmori1_room_5Tex_0033D0;
#else
static const char Bmori1_room_5Tex_0033C0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0033C0;
static const char Bmori1_room_5Tex_0033D0[] __attribute__((aligned (2))) = dBmori1_room_5Tex_0033D0;
#endif

View file

@ -1,58 +1,58 @@
#pragma once
#define dBmori1_room_6DL_0065C0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6DL_0065C0"
#define dBmori1_room_6DL_0065D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6DL_0065D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6DL_0065C0[] = dBmori1_room_6DL_0065C0;
static const __declspec(align(2)) char Bmori1_room_6DL_0065D0[] = dBmori1_room_6DL_0065D0;
#else
static const char Bmori1_room_6DL_0065C0[] __attribute__((aligned (2))) = dBmori1_room_6DL_0065C0;
static const char Bmori1_room_6DL_0065D0[] __attribute__((aligned (2))) = dBmori1_room_6DL_0065D0;
#endif
#define dBmori1_room_6Tex_006E20 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_006E20"
#define dBmori1_room_6Tex_006E30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_006E30"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_006E20[] = dBmori1_room_6Tex_006E20;
static const __declspec(align(2)) char Bmori1_room_6Tex_006E30[] = dBmori1_room_6Tex_006E30;
#else
static const char Bmori1_room_6Tex_006E20[] __attribute__((aligned (2))) = dBmori1_room_6Tex_006E20;
static const char Bmori1_room_6Tex_006E30[] __attribute__((aligned (2))) = dBmori1_room_6Tex_006E30;
#endif
#define dBmori1_room_6Tex_008220 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_008220"
#define dBmori1_room_6Tex_008230 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_008230"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_008220[] = dBmori1_room_6Tex_008220;
static const __declspec(align(2)) char Bmori1_room_6Tex_008230[] = dBmori1_room_6Tex_008230;
#else
static const char Bmori1_room_6Tex_008220[] __attribute__((aligned (2))) = dBmori1_room_6Tex_008220;
static const char Bmori1_room_6Tex_008230[] __attribute__((aligned (2))) = dBmori1_room_6Tex_008230;
#endif
#define dBmori1_room_6Tex_008A20 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_008A20"
#define dBmori1_room_6Tex_008A30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_008A30"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_008A20[] = dBmori1_room_6Tex_008A20;
static const __declspec(align(2)) char Bmori1_room_6Tex_008A30[] = dBmori1_room_6Tex_008A30;
#else
static const char Bmori1_room_6Tex_008A20[] __attribute__((aligned (2))) = dBmori1_room_6Tex_008A20;
static const char Bmori1_room_6Tex_008A30[] __attribute__((aligned (2))) = dBmori1_room_6Tex_008A30;
#endif
#define dBmori1_room_6Tex_007A20 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_007A20"
#define dBmori1_room_6Tex_007A30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_007A30"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_007A20[] = dBmori1_room_6Tex_007A20;
static const __declspec(align(2)) char Bmori1_room_6Tex_007A30[] = dBmori1_room_6Tex_007A30;
#else
static const char Bmori1_room_6Tex_007A20[] __attribute__((aligned (2))) = dBmori1_room_6Tex_007A20;
static const char Bmori1_room_6Tex_007A30[] __attribute__((aligned (2))) = dBmori1_room_6Tex_007A30;
#endif
#define dBmori1_room_6Tex_008C20 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_008C20"
#define dBmori1_room_6Tex_008C30 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_008C30"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_008C20[] = dBmori1_room_6Tex_008C20;
static const __declspec(align(2)) char Bmori1_room_6Tex_008C30[] = dBmori1_room_6Tex_008C30;
#else
static const char Bmori1_room_6Tex_008C20[] __attribute__((aligned (2))) = dBmori1_room_6Tex_008C20;
static const char Bmori1_room_6Tex_008C30[] __attribute__((aligned (2))) = dBmori1_room_6Tex_008C30;
#endif
#define dBmori1_room_6Tex_006620 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_006620"
#define dBmori1_room_6Tex_006630 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_006630"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_006620[] = dBmori1_room_6Tex_006620;
static const __declspec(align(2)) char Bmori1_room_6Tex_006630[] = dBmori1_room_6Tex_006630;
#else
static const char Bmori1_room_6Tex_006620[] __attribute__((aligned (2))) = dBmori1_room_6Tex_006620;
static const char Bmori1_room_6Tex_006630[] __attribute__((aligned (2))) = dBmori1_room_6Tex_006630;
#endif
#define dBmori1_room_6Tex_007620 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_007620"
#define dBmori1_room_6Tex_007630 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_6Tex_007630"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_6Tex_007620[] = dBmori1_room_6Tex_007620;
static const __declspec(align(2)) char Bmori1_room_6Tex_007630[] = dBmori1_room_6Tex_007630;
#else
static const char Bmori1_room_6Tex_007620[] __attribute__((aligned (2))) = dBmori1_room_6Tex_007620;
static const char Bmori1_room_6Tex_007630[] __attribute__((aligned (2))) = dBmori1_room_6Tex_007630;
#endif

View file

@ -1,135 +1,135 @@
#pragma once
#define dBmori1_room_7DL_007D18 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7DL_007D18"
#define dBmori1_room_7DL_007D88 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7DL_007D88"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7DL_007D18[] = dBmori1_room_7DL_007D18;
static const __declspec(align(2)) char Bmori1_room_7DL_007D88[] = dBmori1_room_7DL_007D88;
#else
static const char Bmori1_room_7DL_007D18[] __attribute__((aligned (2))) = dBmori1_room_7DL_007D18;
static const char Bmori1_room_7DL_007D88[] __attribute__((aligned (2))) = dBmori1_room_7DL_007D88;
#endif
#define dBmori1_room_7Tex_009D60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_009D60"
#define dBmori1_room_7Tex_009DD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_009DD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_009D60[] = dBmori1_room_7Tex_009D60;
static const __declspec(align(2)) char Bmori1_room_7Tex_009DD0[] = dBmori1_room_7Tex_009DD0;
#else
static const char Bmori1_room_7Tex_009D60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_009D60;
static const char Bmori1_room_7Tex_009DD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_009DD0;
#endif
#define dBmori1_room_7Tex_00CD60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00CD60"
#define dBmori1_room_7Tex_00CDD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00CDD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00CD60[] = dBmori1_room_7Tex_00CD60;
static const __declspec(align(2)) char Bmori1_room_7Tex_00CDD0[] = dBmori1_room_7Tex_00CDD0;
#else
static const char Bmori1_room_7Tex_00CD60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00CD60;
static const char Bmori1_room_7Tex_00CDD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00CDD0;
#endif
#define dBmori1_room_7Tex_00AD60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00AD60"
#define dBmori1_room_7Tex_00ADD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00ADD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00AD60[] = dBmori1_room_7Tex_00AD60;
static const __declspec(align(2)) char Bmori1_room_7Tex_00ADD0[] = dBmori1_room_7Tex_00ADD0;
#else
static const char Bmori1_room_7Tex_00AD60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00AD60;
static const char Bmori1_room_7Tex_00ADD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00ADD0;
#endif
#define dBmori1_room_7Tex_00A560 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00A560"
#define dBmori1_room_7Tex_00A5D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00A5D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00A560[] = dBmori1_room_7Tex_00A560;
static const __declspec(align(2)) char Bmori1_room_7Tex_00A5D0[] = dBmori1_room_7Tex_00A5D0;
#else
static const char Bmori1_room_7Tex_00A560[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00A560;
static const char Bmori1_room_7Tex_00A5D0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00A5D0;
#endif
#define dBmori1_room_7Tex_00B560 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00B560"
#define dBmori1_room_7Tex_00B5D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00B5D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00B560[] = dBmori1_room_7Tex_00B560;
static const __declspec(align(2)) char Bmori1_room_7Tex_00B5D0[] = dBmori1_room_7Tex_00B5D0;
#else
static const char Bmori1_room_7Tex_00B560[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00B560;
static const char Bmori1_room_7Tex_00B5D0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00B5D0;
#endif
#define dBmori1_room_7Tex_008D60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_008D60"
#define dBmori1_room_7Tex_008DD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_008DD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_008D60[] = dBmori1_room_7Tex_008D60;
static const __declspec(align(2)) char Bmori1_room_7Tex_008DD0[] = dBmori1_room_7Tex_008DD0;
#else
static const char Bmori1_room_7Tex_008D60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_008D60;
static const char Bmori1_room_7Tex_008DD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_008DD0;
#endif
#define dBmori1_room_7Tex_009160 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_009160"
#define dBmori1_room_7Tex_0091D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_0091D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_009160[] = dBmori1_room_7Tex_009160;
static const __declspec(align(2)) char Bmori1_room_7Tex_0091D0[] = dBmori1_room_7Tex_0091D0;
#else
static const char Bmori1_room_7Tex_009160[] __attribute__((aligned (2))) = dBmori1_room_7Tex_009160;
static const char Bmori1_room_7Tex_0091D0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_0091D0;
#endif
#define dBmori1_room_7Tex_009560 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_009560"
#define dBmori1_room_7Tex_0095D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_0095D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_009560[] = dBmori1_room_7Tex_009560;
static const __declspec(align(2)) char Bmori1_room_7Tex_0095D0[] = dBmori1_room_7Tex_0095D0;
#else
static const char Bmori1_room_7Tex_009560[] __attribute__((aligned (2))) = dBmori1_room_7Tex_009560;
static const char Bmori1_room_7Tex_0095D0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_0095D0;
#endif
#define dBmori1_room_7Tex_008560 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_008560"
#define dBmori1_room_7Tex_0085D0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_0085D0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_008560[] = dBmori1_room_7Tex_008560;
static const __declspec(align(2)) char Bmori1_room_7Tex_0085D0[] = dBmori1_room_7Tex_0085D0;
#else
static const char Bmori1_room_7Tex_008560[] __attribute__((aligned (2))) = dBmori1_room_7Tex_008560;
static const char Bmori1_room_7Tex_0085D0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_0085D0;
#endif
#define dBmori1_room_7Tex_00BD60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00BD60"
#define dBmori1_room_7Tex_00BDD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00BDD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00BD60[] = dBmori1_room_7Tex_00BD60;
static const __declspec(align(2)) char Bmori1_room_7Tex_00BDD0[] = dBmori1_room_7Tex_00BDD0;
#else
static const char Bmori1_room_7Tex_00BD60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00BD60;
static const char Bmori1_room_7Tex_00BDD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00BDD0;
#endif
#define dBmori1_room_7Tex_007D60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_007D60"
#define dBmori1_room_7Tex_007DD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_007DD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_007D60[] = dBmori1_room_7Tex_007D60;
static const __declspec(align(2)) char Bmori1_room_7Tex_007DD0[] = dBmori1_room_7Tex_007DD0;
#else
static const char Bmori1_room_7Tex_007D60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_007D60;
static const char Bmori1_room_7Tex_007DD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_007DD0;
#endif
#define dBmori1_room_7Tex_00DD60 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00DD60"
#define dBmori1_room_7Tex_00DDD0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00DDD0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00DD60[] = dBmori1_room_7Tex_00DD60;
static const __declspec(align(2)) char Bmori1_room_7Tex_00DDD0[] = dBmori1_room_7Tex_00DDD0;
#else
static const char Bmori1_room_7Tex_00DD60[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00DD60;
static const char Bmori1_room_7Tex_00DDD0[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00DDD0;
#endif
#define dBmori1_room_7DL_00EF38 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7DL_00EF38"
#define dBmori1_room_7DL_00EFA8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7DL_00EFA8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7DL_00EF38[] = dBmori1_room_7DL_00EF38;
static const __declspec(align(2)) char Bmori1_room_7DL_00EFA8[] = dBmori1_room_7DL_00EFA8;
#else
static const char Bmori1_room_7DL_00EF38[] __attribute__((aligned (2))) = dBmori1_room_7DL_00EF38;
static const char Bmori1_room_7DL_00EFA8[] __attribute__((aligned (2))) = dBmori1_room_7DL_00EFA8;
#endif
#define dBmori1_room_7Tex_011768 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_011768"
#define dBmori1_room_7Tex_0117D8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_0117D8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_011768[] = dBmori1_room_7Tex_011768;
static const __declspec(align(2)) char Bmori1_room_7Tex_0117D8[] = dBmori1_room_7Tex_0117D8;
#else
static const char Bmori1_room_7Tex_011768[] __attribute__((aligned (2))) = dBmori1_room_7Tex_011768;
static const char Bmori1_room_7Tex_0117D8[] __attribute__((aligned (2))) = dBmori1_room_7Tex_0117D8;
#endif
#define dBmori1_room_7Tex_00FF68 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00FF68"
#define dBmori1_room_7Tex_00FFD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00FFD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00FF68[] = dBmori1_room_7Tex_00FF68;
static const __declspec(align(2)) char Bmori1_room_7Tex_00FFD8[] = dBmori1_room_7Tex_00FFD8;
#else
static const char Bmori1_room_7Tex_00FF68[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00FF68;
static const char Bmori1_room_7Tex_00FFD8[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00FFD8;
#endif
#define dBmori1_room_7Tex_011F68 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_011F68"
#define dBmori1_room_7Tex_011FD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_011FD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_011F68[] = dBmori1_room_7Tex_011F68;
static const __declspec(align(2)) char Bmori1_room_7Tex_011FD8[] = dBmori1_room_7Tex_011FD8;
#else
static const char Bmori1_room_7Tex_011F68[] __attribute__((aligned (2))) = dBmori1_room_7Tex_011F68;
static const char Bmori1_room_7Tex_011FD8[] __attribute__((aligned (2))) = dBmori1_room_7Tex_011FD8;
#endif
#define dBmori1_room_7Tex_00EF68 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00EF68"
#define dBmori1_room_7Tex_00EFD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_00EFD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_00EF68[] = dBmori1_room_7Tex_00EF68;
static const __declspec(align(2)) char Bmori1_room_7Tex_00EFD8[] = dBmori1_room_7Tex_00EFD8;
#else
static const char Bmori1_room_7Tex_00EF68[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00EF68;
static const char Bmori1_room_7Tex_00EFD8[] __attribute__((aligned (2))) = dBmori1_room_7Tex_00EFD8;
#endif
#define dBmori1_room_7Tex_010F68 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_010F68"
#define dBmori1_room_7Tex_010FD8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_7Tex_010FD8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_7Tex_010F68[] = dBmori1_room_7Tex_010F68;
static const __declspec(align(2)) char Bmori1_room_7Tex_010FD8[] = dBmori1_room_7Tex_010FD8;
#else
static const char Bmori1_room_7Tex_010F68[] __attribute__((aligned (2))) = dBmori1_room_7Tex_010F68;
static const char Bmori1_room_7Tex_010FD8[] __attribute__((aligned (2))) = dBmori1_room_7Tex_010FD8;
#endif

View file

@ -1,156 +1,156 @@
#pragma once
#define dBmori1_room_8DL_00AB90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8DL_00AB90"
#define dBmori1_room_8DL_00ABB0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8DL_00ABB0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8DL_00AB90[] = dBmori1_room_8DL_00AB90;
static const __declspec(align(2)) char Bmori1_room_8DL_00ABB0[] = dBmori1_room_8DL_00ABB0;
#else
static const char Bmori1_room_8DL_00AB90[] __attribute__((aligned (2))) = dBmori1_room_8DL_00AB90;
static const char Bmori1_room_8DL_00ABB0[] __attribute__((aligned (2))) = dBmori1_room_8DL_00ABB0;
#endif
#define dBmori1_room_8Tex_00ABF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00ABF0"
#define dBmori1_room_8Tex_00AC10 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00AC10"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00ABF0[] = dBmori1_room_8Tex_00ABF0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00AC10[] = dBmori1_room_8Tex_00AC10;
#else
static const char Bmori1_room_8Tex_00ABF0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00ABF0;
static const char Bmori1_room_8Tex_00AC10[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00AC10;
#endif
#define dBmori1_room_8Tex_0107F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_0107F0"
#define dBmori1_room_8Tex_010810 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_010810"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_0107F0[] = dBmori1_room_8Tex_0107F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_010810[] = dBmori1_room_8Tex_010810;
#else
static const char Bmori1_room_8Tex_0107F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_0107F0;
static const char Bmori1_room_8Tex_010810[] __attribute__((aligned (2))) = dBmori1_room_8Tex_010810;
#endif
#define dBmori1_room_8Tex_00DFF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00DFF0"
#define dBmori1_room_8Tex_00E010 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00E010"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00DFF0[] = dBmori1_room_8Tex_00DFF0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00E010[] = dBmori1_room_8Tex_00E010;
#else
static const char Bmori1_room_8Tex_00DFF0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00DFF0;
static const char Bmori1_room_8Tex_00E010[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00E010;
#endif
#define dBmori1_room_8Tex_00EFF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00EFF0"
#define dBmori1_room_8Tex_00F010 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00F010"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00EFF0[] = dBmori1_room_8Tex_00EFF0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00F010[] = dBmori1_room_8Tex_00F010;
#else
static const char Bmori1_room_8Tex_00EFF0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00EFF0;
static const char Bmori1_room_8Tex_00F010[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00F010;
#endif
#define dBmori1_room_8Tex_00CBF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00CBF0"
#define dBmori1_room_8Tex_00CC10 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00CC10"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00CBF0[] = dBmori1_room_8Tex_00CBF0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00CC10[] = dBmori1_room_8Tex_00CC10;
#else
static const char Bmori1_room_8Tex_00CBF0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00CBF0;
static const char Bmori1_room_8Tex_00CC10[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00CC10;
#endif
#define dBmori1_room_8Tex_00E7F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00E7F0"
#define dBmori1_room_8Tex_00E810 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00E810"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00E7F0[] = dBmori1_room_8Tex_00E7F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00E810[] = dBmori1_room_8Tex_00E810;
#else
static const char Bmori1_room_8Tex_00E7F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00E7F0;
static const char Bmori1_room_8Tex_00E810[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00E810;
#endif
#define dBmori1_room_8Tex_00D3F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00D3F0"
#define dBmori1_room_8Tex_00D410 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00D410"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00D3F0[] = dBmori1_room_8Tex_00D3F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00D410[] = dBmori1_room_8Tex_00D410;
#else
static const char Bmori1_room_8Tex_00D3F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00D3F0;
static const char Bmori1_room_8Tex_00D410[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00D410;
#endif
#define dBmori1_room_8Tex_00D7F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00D7F0"
#define dBmori1_room_8Tex_00D810 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00D810"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00D7F0[] = dBmori1_room_8Tex_00D7F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00D810[] = dBmori1_room_8Tex_00D810;
#else
static const char Bmori1_room_8Tex_00D7F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00D7F0;
static const char Bmori1_room_8Tex_00D810[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00D810;
#endif
#define dBmori1_room_8Tex_00F7F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00F7F0"
#define dBmori1_room_8Tex_00F810 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00F810"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00F7F0[] = dBmori1_room_8Tex_00F7F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00F810[] = dBmori1_room_8Tex_00F810;
#else
static const char Bmori1_room_8Tex_00F7F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00F7F0;
static const char Bmori1_room_8Tex_00F810[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00F810;
#endif
#define dBmori1_room_8Tex_00B3F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00B3F0"
#define dBmori1_room_8Tex_00B410 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00B410"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00B3F0[] = dBmori1_room_8Tex_00B3F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00B410[] = dBmori1_room_8Tex_00B410;
#else
static const char Bmori1_room_8Tex_00B3F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00B3F0;
static const char Bmori1_room_8Tex_00B410[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00B410;
#endif
#define dBmori1_room_8Tex_00C3F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00C3F0"
#define dBmori1_room_8Tex_00C410 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00C410"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00C3F0[] = dBmori1_room_8Tex_00C3F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00C410[] = dBmori1_room_8Tex_00C410;
#else
static const char Bmori1_room_8Tex_00C3F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00C3F0;
static const char Bmori1_room_8Tex_00C410[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00C410;
#endif
#define dBmori1_room_8Tex_0123F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_0123F0"
#define dBmori1_room_8Tex_012410 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_012410"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_0123F0[] = dBmori1_room_8Tex_0123F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_012410[] = dBmori1_room_8Tex_012410;
#else
static const char Bmori1_room_8Tex_0123F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_0123F0;
static const char Bmori1_room_8Tex_012410[] __attribute__((aligned (2))) = dBmori1_room_8Tex_012410;
#endif
#define dBmori1_room_8Tex_011BF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_011BF0"
#define dBmori1_room_8Tex_011C10 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_011C10"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_011BF0[] = dBmori1_room_8Tex_011BF0;
static const __declspec(align(2)) char Bmori1_room_8Tex_011C10[] = dBmori1_room_8Tex_011C10;
#else
static const char Bmori1_room_8Tex_011BF0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_011BF0;
static const char Bmori1_room_8Tex_011C10[] __attribute__((aligned (2))) = dBmori1_room_8Tex_011C10;
#endif
#define dBmori1_room_8Tex_00CFF0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00CFF0"
#define dBmori1_room_8Tex_00D010 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_00D010"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_00CFF0[] = dBmori1_room_8Tex_00CFF0;
static const __declspec(align(2)) char Bmori1_room_8Tex_00D010[] = dBmori1_room_8Tex_00D010;
#else
static const char Bmori1_room_8Tex_00CFF0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00CFF0;
static const char Bmori1_room_8Tex_00D010[] __attribute__((aligned (2))) = dBmori1_room_8Tex_00D010;
#endif
#define dBmori1_room_8Tex_0117F0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_0117F0"
#define dBmori1_room_8Tex_011810 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_011810"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_0117F0[] = dBmori1_room_8Tex_0117F0;
static const __declspec(align(2)) char Bmori1_room_8Tex_011810[] = dBmori1_room_8Tex_011810;
#else
static const char Bmori1_room_8Tex_0117F0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_0117F0;
static const char Bmori1_room_8Tex_011810[] __attribute__((aligned (2))) = dBmori1_room_8Tex_011810;
#endif
#define dBmori1_room_8DL_013A48 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8DL_013A48"
#define dBmori1_room_8DL_013A68 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8DL_013A68"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8DL_013A48[] = dBmori1_room_8DL_013A48;
static const __declspec(align(2)) char Bmori1_room_8DL_013A68[] = dBmori1_room_8DL_013A68;
#else
static const char Bmori1_room_8DL_013A48[] __attribute__((aligned (2))) = dBmori1_room_8DL_013A48;
static const char Bmori1_room_8DL_013A68[] __attribute__((aligned (2))) = dBmori1_room_8DL_013A68;
#endif
#define dBmori1_room_8Tex_016A90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_016A90"
#define dBmori1_room_8Tex_016AB0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_016AB0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_016A90[] = dBmori1_room_8Tex_016A90;
static const __declspec(align(2)) char Bmori1_room_8Tex_016AB0[] = dBmori1_room_8Tex_016AB0;
#else
static const char Bmori1_room_8Tex_016A90[] __attribute__((aligned (2))) = dBmori1_room_8Tex_016A90;
static const char Bmori1_room_8Tex_016AB0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_016AB0;
#endif
#define dBmori1_room_8Tex_013A90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_013A90"
#define dBmori1_room_8Tex_013AB0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_013AB0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_013A90[] = dBmori1_room_8Tex_013A90;
static const __declspec(align(2)) char Bmori1_room_8Tex_013AB0[] = dBmori1_room_8Tex_013AB0;
#else
static const char Bmori1_room_8Tex_013A90[] __attribute__((aligned (2))) = dBmori1_room_8Tex_013A90;
static const char Bmori1_room_8Tex_013AB0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_013AB0;
#endif
#define dBmori1_room_8Tex_014A90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_014A90"
#define dBmori1_room_8Tex_014AB0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_014AB0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_014A90[] = dBmori1_room_8Tex_014A90;
static const __declspec(align(2)) char Bmori1_room_8Tex_014AB0[] = dBmori1_room_8Tex_014AB0;
#else
static const char Bmori1_room_8Tex_014A90[] __attribute__((aligned (2))) = dBmori1_room_8Tex_014A90;
static const char Bmori1_room_8Tex_014AB0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_014AB0;
#endif
#define dBmori1_room_8Tex_015290 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_015290"
#define dBmori1_room_8Tex_0152B0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_0152B0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_015290[] = dBmori1_room_8Tex_015290;
static const __declspec(align(2)) char Bmori1_room_8Tex_0152B0[] = dBmori1_room_8Tex_0152B0;
#else
static const char Bmori1_room_8Tex_015290[] __attribute__((aligned (2))) = dBmori1_room_8Tex_015290;
static const char Bmori1_room_8Tex_0152B0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_0152B0;
#endif
#define dBmori1_room_8Tex_015A90 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_015A90"
#define dBmori1_room_8Tex_015AB0 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_8Tex_015AB0"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_8Tex_015A90[] = dBmori1_room_8Tex_015A90;
static const __declspec(align(2)) char Bmori1_room_8Tex_015AB0[] = dBmori1_room_8Tex_015AB0;
#else
static const char Bmori1_room_8Tex_015A90[] __attribute__((aligned (2))) = dBmori1_room_8Tex_015A90;
static const char Bmori1_room_8Tex_015AB0[] __attribute__((aligned (2))) = dBmori1_room_8Tex_015AB0;
#endif

View file

@ -1,79 +1,79 @@
#pragma once
#define dBmori1_room_9DL_004850 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9DL_004850"
#define dBmori1_room_9DL_004880 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9DL_004880"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9DL_004850[] = dBmori1_room_9DL_004850;
static const __declspec(align(2)) char Bmori1_room_9DL_004880[] = dBmori1_room_9DL_004880;
#else
static const char Bmori1_room_9DL_004850[] __attribute__((aligned (2))) = dBmori1_room_9DL_004850;
static const char Bmori1_room_9DL_004880[] __attribute__((aligned (2))) = dBmori1_room_9DL_004880;
#endif
#define dBmori1_room_9Tex_007488 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_007488"
#define dBmori1_room_9Tex_0074B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_0074B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_007488[] = dBmori1_room_9Tex_007488;
static const __declspec(align(2)) char Bmori1_room_9Tex_0074B8[] = dBmori1_room_9Tex_0074B8;
#else
static const char Bmori1_room_9Tex_007488[] __attribute__((aligned (2))) = dBmori1_room_9Tex_007488;
static const char Bmori1_room_9Tex_0074B8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_0074B8;
#endif
#define dBmori1_room_9Tex_005488 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_005488"
#define dBmori1_room_9Tex_0054B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_0054B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_005488[] = dBmori1_room_9Tex_005488;
static const __declspec(align(2)) char Bmori1_room_9Tex_0054B8[] = dBmori1_room_9Tex_0054B8;
#else
static const char Bmori1_room_9Tex_005488[] __attribute__((aligned (2))) = dBmori1_room_9Tex_005488;
static const char Bmori1_room_9Tex_0054B8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_0054B8;
#endif
#define dBmori1_room_9Tex_006488 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_006488"
#define dBmori1_room_9Tex_0064B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_0064B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_006488[] = dBmori1_room_9Tex_006488;
static const __declspec(align(2)) char Bmori1_room_9Tex_0064B8[] = dBmori1_room_9Tex_0064B8;
#else
static const char Bmori1_room_9Tex_006488[] __attribute__((aligned (2))) = dBmori1_room_9Tex_006488;
static const char Bmori1_room_9Tex_0064B8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_0064B8;
#endif
#define dBmori1_room_9Tex_005C88 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_005C88"
#define dBmori1_room_9Tex_005CB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_005CB8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_005C88[] = dBmori1_room_9Tex_005C88;
static const __declspec(align(2)) char Bmori1_room_9Tex_005CB8[] = dBmori1_room_9Tex_005CB8;
#else
static const char Bmori1_room_9Tex_005C88[] __attribute__((aligned (2))) = dBmori1_room_9Tex_005C88;
static const char Bmori1_room_9Tex_005CB8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_005CB8;
#endif
#define dBmori1_room_9Tex_006C88 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_006C88"
#define dBmori1_room_9Tex_006CB8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_006CB8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_006C88[] = dBmori1_room_9Tex_006C88;
static const __declspec(align(2)) char Bmori1_room_9Tex_006CB8[] = dBmori1_room_9Tex_006CB8;
#else
static const char Bmori1_room_9Tex_006C88[] __attribute__((aligned (2))) = dBmori1_room_9Tex_006C88;
static const char Bmori1_room_9Tex_006CB8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_006CB8;
#endif
#define dBmori1_room_9Tex_004888 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_004888"
#define dBmori1_room_9Tex_0048B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_0048B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_004888[] = dBmori1_room_9Tex_004888;
static const __declspec(align(2)) char Bmori1_room_9Tex_0048B8[] = dBmori1_room_9Tex_0048B8;
#else
static const char Bmori1_room_9Tex_004888[] __attribute__((aligned (2))) = dBmori1_room_9Tex_004888;
static const char Bmori1_room_9Tex_0048B8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_0048B8;
#endif
#define dBmori1_room_9Tex_005088 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_005088"
#define dBmori1_room_9Tex_0050B8 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_0050B8"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_005088[] = dBmori1_room_9Tex_005088;
static const __declspec(align(2)) char Bmori1_room_9Tex_0050B8[] = dBmori1_room_9Tex_0050B8;
#else
static const char Bmori1_room_9Tex_005088[] __attribute__((aligned (2))) = dBmori1_room_9Tex_005088;
static const char Bmori1_room_9Tex_0050B8[] __attribute__((aligned (2))) = dBmori1_room_9Tex_0050B8;
#endif
#define dBmori1_room_9DL_008910 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9DL_008910"
#define dBmori1_room_9DL_008940 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9DL_008940"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9DL_008910[] = dBmori1_room_9DL_008910;
static const __declspec(align(2)) char Bmori1_room_9DL_008940[] = dBmori1_room_9DL_008940;
#else
static const char Bmori1_room_9DL_008910[] __attribute__((aligned (2))) = dBmori1_room_9DL_008910;
static const char Bmori1_room_9DL_008940[] __attribute__((aligned (2))) = dBmori1_room_9DL_008940;
#endif
#define dBmori1_room_9Tex_008928 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_008928"
#define dBmori1_room_9Tex_008958 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_008958"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_008928[] = dBmori1_room_9Tex_008928;
static const __declspec(align(2)) char Bmori1_room_9Tex_008958[] = dBmori1_room_9Tex_008958;
#else
static const char Bmori1_room_9Tex_008928[] __attribute__((aligned (2))) = dBmori1_room_9Tex_008928;
static const char Bmori1_room_9Tex_008958[] __attribute__((aligned (2))) = dBmori1_room_9Tex_008958;
#endif
#define dBmori1_room_9Tex_009128 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_009128"
#define dBmori1_room_9Tex_009158 "__OTR__scenes/nonmq/Bmori1_scene/Bmori1_room_9Tex_009158"
#ifdef _WIN32
static const __declspec(align(2)) char Bmori1_room_9Tex_009128[] = dBmori1_room_9Tex_009128;
static const __declspec(align(2)) char Bmori1_room_9Tex_009158[] = dBmori1_room_9Tex_009158;
#else
static const char Bmori1_room_9Tex_009128[] __attribute__((aligned (2))) = dBmori1_room_9Tex_009128;
static const char Bmori1_room_9Tex_009158[] __attribute__((aligned (2))) = dBmori1_room_9Tex_009158;
#endif

View file

@ -1,44 +1,72 @@
#pragma once
#define dHAKAdan_room_0DL_008170 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_008170"
#define dHAKAdan_room_0DL_002768 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_002768"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0DL_008170[] = dHAKAdan_room_0DL_008170;
static const __declspec(align(2)) char HAKAdan_room_0DL_002768[] = dHAKAdan_room_0DL_002768;
#else
static const char HAKAdan_room_0DL_008170[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_008170;
static const char HAKAdan_room_0DL_002768[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_002768;
#endif
#define dHAKAdan_room_0Tex_00A1A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_00A1A0"
#define dHAKAdan_room_0Tex_009230 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_009230"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0Tex_00A1A0[] = dHAKAdan_room_0Tex_00A1A0;
static const __declspec(align(2)) char HAKAdan_room_0Tex_009230[] = dHAKAdan_room_0Tex_009230;
#else
static const char HAKAdan_room_0Tex_00A1A0[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_00A1A0;
static const char HAKAdan_room_0Tex_009230[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_009230;
#endif
#define dHAKAdan_room_0Tex_0091A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_0091A0"
#define dHAKAdan_room_0Tex_008230 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_008230"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0Tex_0091A0[] = dHAKAdan_room_0Tex_0091A0;
static const __declspec(align(2)) char HAKAdan_room_0Tex_008230[] = dHAKAdan_room_0Tex_008230;
#else
static const char HAKAdan_room_0Tex_0091A0[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_0091A0;
static const char HAKAdan_room_0Tex_008230[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_008230;
#endif
#define dHAKAdan_room_0Tex_0081A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_0081A0"
#define dHAKAdan_room_0DL_005FF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_005FF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0Tex_0081A0[] = dHAKAdan_room_0Tex_0081A0;
static const __declspec(align(2)) char HAKAdan_room_0DL_005FF0[] = dHAKAdan_room_0DL_005FF0;
#else
static const char HAKAdan_room_0Tex_0081A0[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_0081A0;
static const char HAKAdan_room_0DL_005FF0[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_005FF0;
#endif
#define dHAKAdan_room_0DL_00ACA8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_00ACA8"
#define dHAKAdan_room_0DL_000D00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_000D00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0DL_00ACA8[] = dHAKAdan_room_0DL_00ACA8;
static const __declspec(align(2)) char HAKAdan_room_0DL_000D00[] = dHAKAdan_room_0DL_000D00;
#else
static const char HAKAdan_room_0DL_00ACA8[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_00ACA8;
static const char HAKAdan_room_0DL_000D00[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_000D00;
#endif
#define dHAKAdan_room_0Tex_00ACB8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_00ACB8"
#define dHAKAdan_room_0Tex_00A230 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_00A230"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0Tex_00ACB8[] = dHAKAdan_room_0Tex_00ACB8;
static const __declspec(align(2)) char HAKAdan_room_0Tex_00A230[] = dHAKAdan_room_0Tex_00A230;
#else
static const char HAKAdan_room_0Tex_00ACB8[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_00ACB8;
static const char HAKAdan_room_0Tex_00A230[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_00A230;
#endif
#define dHAKAdan_room_0DL_007EC8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_007EC8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0DL_007EC8[] = dHAKAdan_room_0DL_007EC8;
#else
static const char HAKAdan_room_0DL_007EC8[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_007EC8;
#endif
#define dHAKAdan_room_0DL_0045C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_0045C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0DL_0045C0[] = dHAKAdan_room_0DL_0045C0;
#else
static const char HAKAdan_room_0DL_0045C0[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_0045C0;
#endif
#define dHAKAdan_room_0DL_00AC40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0DL_00AC40"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0DL_00AC40[] = dHAKAdan_room_0DL_00AC40;
#else
static const char HAKAdan_room_0DL_00AC40[] __attribute__((aligned (2))) = dHAKAdan_room_0DL_00AC40;
#endif
#define dHAKAdan_room_0Tex_00AD48 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_0Tex_00AD48"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_0Tex_00AD48[] = dHAKAdan_room_0Tex_00AD48;
#else
static const char HAKAdan_room_0Tex_00AD48[] __attribute__((aligned (2))) = dHAKAdan_room_0Tex_00AD48;
#endif

View file

@ -1,16 +1,30 @@
#pragma once
#define dHAKAdan_room_1DL_001298 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_001298"
#define dHAKAdan_room_1DL_001110 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_001110"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1DL_001298[] = dHAKAdan_room_1DL_001298;
static const __declspec(align(2)) char HAKAdan_room_1DL_001110[] = dHAKAdan_room_1DL_001110;
#else
static const char HAKAdan_room_1DL_001298[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_001298;
static const char HAKAdan_room_1DL_001110[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_001110;
#endif
#define dHAKAdan_room_1Tex_0012B8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1Tex_0012B8"
#define dHAKAdan_room_1Tex_0012E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1Tex_0012E8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1Tex_0012B8[] = dHAKAdan_room_1Tex_0012B8;
static const __declspec(align(2)) char HAKAdan_room_1Tex_0012E8[] = dHAKAdan_room_1Tex_0012E8;
#else
static const char HAKAdan_room_1Tex_0012B8[] __attribute__((aligned (2))) = dHAKAdan_room_1Tex_0012B8;
static const char HAKAdan_room_1Tex_0012E8[] __attribute__((aligned (2))) = dHAKAdan_room_1Tex_0012E8;
#endif
#define dHAKAdan_room_1DL_000270 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_000270"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1DL_000270[] = dHAKAdan_room_1DL_000270;
#else
static const char HAKAdan_room_1DL_000270[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_000270;
#endif
#define dHAKAdan_room_1DL_0008F8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_0008F8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1DL_0008F8[] = dHAKAdan_room_1DL_0008F8;
#else
static const char HAKAdan_room_1DL_0008F8[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_0008F8;
#endif

View file

@ -1,65 +1,107 @@
#pragma once
#define dHAKAdan_room_10DL_003960 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_003960"
#define dHAKAdan_room_10DL_0019C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_0019C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10DL_003960[] = dHAKAdan_room_10DL_003960;
static const __declspec(align(2)) char HAKAdan_room_10DL_0019C0[] = dHAKAdan_room_10DL_0019C0;
#else
static const char HAKAdan_room_10DL_003960[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_003960;
static const char HAKAdan_room_10DL_0019C0[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_0019C0;
#endif
#define dHAKAdan_room_10Tex_005FA0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_005FA0"
#define dHAKAdan_room_10Tex_004FF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_004FF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_005FA0[] = dHAKAdan_room_10Tex_005FA0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_004FF0[] = dHAKAdan_room_10Tex_004FF0;
#else
static const char HAKAdan_room_10Tex_005FA0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_005FA0;
static const char HAKAdan_room_10Tex_004FF0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_004FF0;
#endif
#define dHAKAdan_room_10Tex_004FA0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_004FA0"
#define dHAKAdan_room_10DL_002B70 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_002B70"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_004FA0[] = dHAKAdan_room_10Tex_004FA0;
static const __declspec(align(2)) char HAKAdan_room_10DL_002B70[] = dHAKAdan_room_10DL_002B70;
#else
static const char HAKAdan_room_10Tex_004FA0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_004FA0;
static const char HAKAdan_room_10DL_002B70[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_002B70;
#endif
#define dHAKAdan_room_10Tex_006BA0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_006BA0"
#define dHAKAdan_room_10Tex_006BF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_006BF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_006BA0[] = dHAKAdan_room_10Tex_006BA0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_006BF0[] = dHAKAdan_room_10Tex_006BF0;
#else
static const char HAKAdan_room_10Tex_006BA0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_006BA0;
static const char HAKAdan_room_10Tex_006BF0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_006BF0;
#endif
#define dHAKAdan_room_10Tex_003FA0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_003FA0"
#define dHAKAdan_room_10Tex_003FF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_003FF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_003FA0[] = dHAKAdan_room_10Tex_003FA0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_003FF0[] = dHAKAdan_room_10Tex_003FF0;
#else
static const char HAKAdan_room_10Tex_003FA0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_003FA0;
static const char HAKAdan_room_10Tex_003FF0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_003FF0;
#endif
#define dHAKAdan_room_10Tex_003DA0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_003DA0"
#define dHAKAdan_room_10Tex_003DF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_003DF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_003DA0[] = dHAKAdan_room_10Tex_003DA0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_003DF0[] = dHAKAdan_room_10Tex_003DF0;
#else
static const char HAKAdan_room_10Tex_003DA0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_003DA0;
static const char HAKAdan_room_10Tex_003DF0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_003DF0;
#endif
#define dHAKAdan_room_10Tex_0073A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_0073A0"
#define dHAKAdan_room_10Tex_0073F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_0073F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_0073A0[] = dHAKAdan_room_10Tex_0073A0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_0073F0[] = dHAKAdan_room_10Tex_0073F0;
#else
static const char HAKAdan_room_10Tex_0073A0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_0073A0;
static const char HAKAdan_room_10Tex_0073F0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_0073F0;
#endif
#define dHAKAdan_room_10Tex_0067A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_0067A0"
#define dHAKAdan_room_10Tex_0067F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_0067F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_0067A0[] = dHAKAdan_room_10Tex_0067A0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_0067F0[] = dHAKAdan_room_10Tex_0067F0;
#else
static const char HAKAdan_room_10Tex_0067A0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_0067A0;
static const char HAKAdan_room_10Tex_0067F0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_0067F0;
#endif
#define dHAKAdan_room_10Tex_0039A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_0039A0"
#define dHAKAdan_room_10Tex_0039F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_0039F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_0039A0[] = dHAKAdan_room_10Tex_0039A0;
static const __declspec(align(2)) char HAKAdan_room_10Tex_0039F0[] = dHAKAdan_room_10Tex_0039F0;
#else
static const char HAKAdan_room_10Tex_0039A0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_0039A0;
static const char HAKAdan_room_10Tex_0039F0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_0039F0;
#endif
#define dHAKAdan_room_10DL_003430 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_003430"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10DL_003430[] = dHAKAdan_room_10DL_003430;
#else
static const char HAKAdan_room_10DL_003430[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_003430;
#endif
#define dHAKAdan_room_10DL_0016B8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_0016B8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10DL_0016B8[] = dHAKAdan_room_10DL_0016B8;
#else
static const char HAKAdan_room_10DL_0016B8[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_0016B8;
#endif
#define dHAKAdan_room_10DL_001440 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_001440"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10DL_001440[] = dHAKAdan_room_10DL_001440;
#else
static const char HAKAdan_room_10DL_001440[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_001440;
#endif
#define dHAKAdan_room_10Tex_005FF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10Tex_005FF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10Tex_005FF0[] = dHAKAdan_room_10Tex_005FF0;
#else
static const char HAKAdan_room_10Tex_005FF0[] __attribute__((aligned (2))) = dHAKAdan_room_10Tex_005FF0;
#endif
#define dHAKAdan_room_10DL_003858 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_003858"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10DL_003858[] = dHAKAdan_room_10DL_003858;
#else
static const char HAKAdan_room_10DL_003858[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_003858;
#endif
#define dHAKAdan_room_10DL_001010 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_10DL_001010"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_10DL_001010[] = dHAKAdan_room_10DL_001010;
#else
static const char HAKAdan_room_10DL_001010[] __attribute__((aligned (2))) = dHAKAdan_room_10DL_001010;
#endif

View file

@ -1,51 +1,86 @@
#pragma once
#define dHAKAdan_room_11DL_001D08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_001D08"
#define dHAKAdan_room_11DL_0008B0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_0008B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11DL_001D08[] = dHAKAdan_room_11DL_001D08;
static const __declspec(align(2)) char HAKAdan_room_11DL_0008B0[] = dHAKAdan_room_11DL_0008B0;
#else
static const char HAKAdan_room_11DL_001D08[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_001D08;
static const char HAKAdan_room_11DL_0008B0[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_0008B0;
#endif
#define dHAKAdan_room_11Tex_002940 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_002940"
#define dHAKAdan_room_11Tex_002A60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_002A60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_002940[] = dHAKAdan_room_11Tex_002940;
static const __declspec(align(2)) char HAKAdan_room_11Tex_002A60[] = dHAKAdan_room_11Tex_002A60;
#else
static const char HAKAdan_room_11Tex_002940[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_002940;
static const char HAKAdan_room_11Tex_002A60[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_002A60;
#endif
#define dHAKAdan_room_11Tex_002540 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_002540"
#define dHAKAdan_room_11Tex_002660 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_002660"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_002540[] = dHAKAdan_room_11Tex_002540;
static const __declspec(align(2)) char HAKAdan_room_11Tex_002660[] = dHAKAdan_room_11Tex_002660;
#else
static const char HAKAdan_room_11Tex_002540[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_002540;
static const char HAKAdan_room_11Tex_002660[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_002660;
#endif
#define dHAKAdan_room_11Tex_003340 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_003340"
#define dHAKAdan_room_11DL_001928 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_001928"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_003340[] = dHAKAdan_room_11Tex_003340;
static const __declspec(align(2)) char HAKAdan_room_11DL_001928[] = dHAKAdan_room_11DL_001928;
#else
static const char HAKAdan_room_11Tex_003340[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_003340;
static const char HAKAdan_room_11DL_001928[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_001928;
#endif
#define dHAKAdan_room_11Tex_002B40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_002B40"
#define dHAKAdan_room_11Tex_001E60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_001E60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_002B40[] = dHAKAdan_room_11Tex_002B40;
static const __declspec(align(2)) char HAKAdan_room_11Tex_001E60[] = dHAKAdan_room_11Tex_001E60;
#else
static const char HAKAdan_room_11Tex_002B40[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_002B40;
static const char HAKAdan_room_11Tex_001E60[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_001E60;
#endif
#define dHAKAdan_room_11Tex_001D40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_001D40"
#define dHAKAdan_room_11Tex_003C60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_003C60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_001D40[] = dHAKAdan_room_11Tex_001D40;
static const __declspec(align(2)) char HAKAdan_room_11Tex_003C60[] = dHAKAdan_room_11Tex_003C60;
#else
static const char HAKAdan_room_11Tex_001D40[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_001D40;
static const char HAKAdan_room_11Tex_003C60[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_003C60;
#endif
#define dHAKAdan_room_11Tex_003B40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_003B40"
#define dHAKAdan_room_11DL_0013D0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_0013D0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_003B40[] = dHAKAdan_room_11Tex_003B40;
static const __declspec(align(2)) char HAKAdan_room_11DL_0013D0[] = dHAKAdan_room_11DL_0013D0;
#else
static const char HAKAdan_room_11Tex_003B40[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_003B40;
static const char HAKAdan_room_11DL_0013D0[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_0013D0;
#endif
#define dHAKAdan_room_11Tex_002C60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_002C60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_002C60[] = dHAKAdan_room_11Tex_002C60;
#else
static const char HAKAdan_room_11Tex_002C60[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_002C60;
#endif
#define dHAKAdan_room_11DL_001B78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_001B78"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11DL_001B78[] = dHAKAdan_room_11DL_001B78;
#else
static const char HAKAdan_room_11DL_001B78[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_001B78;
#endif
#define dHAKAdan_room_11DL_000F30 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_000F30"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11DL_000F30[] = dHAKAdan_room_11DL_000F30;
#else
static const char HAKAdan_room_11DL_000F30[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_000F30;
#endif
#define dHAKAdan_room_11Tex_003460 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11Tex_003460"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11Tex_003460[] = dHAKAdan_room_11Tex_003460;
#else
static const char HAKAdan_room_11Tex_003460[] __attribute__((aligned (2))) = dHAKAdan_room_11Tex_003460;
#endif
#define dHAKAdan_room_11DL_001D58 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_11DL_001D58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_11DL_001D58[] = dHAKAdan_room_11DL_001D58;
#else
static const char HAKAdan_room_11DL_001D58[] __attribute__((aligned (2))) = dHAKAdan_room_11DL_001D58;
#endif

View file

@ -1,58 +1,79 @@
#pragma once
#define dHAKAdan_room_12DL_0032F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12DL_0032F0"
#define dHAKAdan_room_12DL_002A88 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12DL_002A88"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12DL_0032F0[] = dHAKAdan_room_12DL_0032F0;
static const __declspec(align(2)) char HAKAdan_room_12DL_002A88[] = dHAKAdan_room_12DL_002A88;
#else
static const char HAKAdan_room_12DL_0032F0[] __attribute__((aligned (2))) = dHAKAdan_room_12DL_0032F0;
static const char HAKAdan_room_12DL_002A88[] __attribute__((aligned (2))) = dHAKAdan_room_12DL_002A88;
#endif
#define dHAKAdan_room_12Tex_005518 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_005518"
#define dHAKAdan_room_12Tex_003B48 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003B48"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_005518[] = dHAKAdan_room_12Tex_005518;
static const __declspec(align(2)) char HAKAdan_room_12Tex_003B48[] = dHAKAdan_room_12Tex_003B48;
#else
static const char HAKAdan_room_12Tex_005518[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_005518;
static const char HAKAdan_room_12Tex_003B48[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003B48;
#endif
#define dHAKAdan_room_12Tex_003318 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003318"
#define dHAKAdan_room_12Tex_003748 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003748"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003318[] = dHAKAdan_room_12Tex_003318;
static const __declspec(align(2)) char HAKAdan_room_12Tex_003748[] = dHAKAdan_room_12Tex_003748;
#else
static const char HAKAdan_room_12Tex_003318[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003318;
static const char HAKAdan_room_12Tex_003748[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003748;
#endif
#define dHAKAdan_room_12Tex_003518 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003518"
#define dHAKAdan_room_12Tex_003D48 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003D48"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003518[] = dHAKAdan_room_12Tex_003518;
static const __declspec(align(2)) char HAKAdan_room_12Tex_003D48[] = dHAKAdan_room_12Tex_003D48;
#else
static const char HAKAdan_room_12Tex_003518[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003518;
static const char HAKAdan_room_12Tex_003D48[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003D48;
#endif
#define dHAKAdan_room_12Tex_004D18 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_004D18"
#define dHAKAdan_room_12DL_0014F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12DL_0014F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_004D18[] = dHAKAdan_room_12Tex_004D18;
static const __declspec(align(2)) char HAKAdan_room_12DL_0014F0[] = dHAKAdan_room_12DL_0014F0;
#else
static const char HAKAdan_room_12Tex_004D18[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_004D18;
static const char HAKAdan_room_12DL_0014F0[] __attribute__((aligned (2))) = dHAKAdan_room_12DL_0014F0;
#endif
#define dHAKAdan_room_12Tex_003B18 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003B18"
#define dHAKAdan_room_12DL_001C60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12DL_001C60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003B18[] = dHAKAdan_room_12Tex_003B18;
static const __declspec(align(2)) char HAKAdan_room_12DL_001C60[] = dHAKAdan_room_12DL_001C60;
#else
static const char HAKAdan_room_12Tex_003B18[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003B18;
static const char HAKAdan_room_12DL_001C60[] __attribute__((aligned (2))) = dHAKAdan_room_12DL_001C60;
#endif
#define dHAKAdan_room_12Tex_003718 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003718"
#define dHAKAdan_room_12Tex_004D48 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_004D48"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003718[] = dHAKAdan_room_12Tex_003718;
static const __declspec(align(2)) char HAKAdan_room_12Tex_004D48[] = dHAKAdan_room_12Tex_004D48;
#else
static const char HAKAdan_room_12Tex_003718[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003718;
static const char HAKAdan_room_12Tex_004D48[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_004D48;
#endif
#define dHAKAdan_room_12Tex_003D18 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003D18"
#define dHAKAdan_room_12DL_000CF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12DL_000CF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003D18[] = dHAKAdan_room_12Tex_003D18;
static const __declspec(align(2)) char HAKAdan_room_12DL_000CF0[] = dHAKAdan_room_12DL_000CF0;
#else
static const char HAKAdan_room_12Tex_003D18[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003D18;
static const char HAKAdan_room_12DL_000CF0[] __attribute__((aligned (2))) = dHAKAdan_room_12DL_000CF0;
#endif
#define dHAKAdan_room_12Tex_005548 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_005548"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_005548[] = dHAKAdan_room_12Tex_005548;
#else
static const char HAKAdan_room_12Tex_005548[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_005548;
#endif
#define dHAKAdan_room_12Tex_003348 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003348"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003348[] = dHAKAdan_room_12Tex_003348;
#else
static const char HAKAdan_room_12Tex_003348[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003348;
#endif
#define dHAKAdan_room_12Tex_003548 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_12Tex_003548"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_12Tex_003548[] = dHAKAdan_room_12Tex_003548;
#else
static const char HAKAdan_room_12Tex_003548[] __attribute__((aligned (2))) = dHAKAdan_room_12Tex_003548;
#endif

View file

@ -1,16 +1,23 @@
#pragma once
#define dHAKAdan_room_13DL_000790 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_000790"
#define dHAKAdan_room_13DL_0006E0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_0006E0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_13DL_000790[] = dHAKAdan_room_13DL_000790;
static const __declspec(align(2)) char HAKAdan_room_13DL_0006E0[] = dHAKAdan_room_13DL_0006E0;
#else
static const char HAKAdan_room_13DL_000790[] __attribute__((aligned (2))) = dHAKAdan_room_13DL_000790;
static const char HAKAdan_room_13DL_0006E0[] __attribute__((aligned (2))) = dHAKAdan_room_13DL_0006E0;
#endif
#define dHAKAdan_room_13Tex_0007A8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13Tex_0007A8"
#define dHAKAdan_room_13Tex_000818 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13Tex_000818"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_13Tex_0007A8[] = dHAKAdan_room_13Tex_0007A8;
static const __declspec(align(2)) char HAKAdan_room_13Tex_000818[] = dHAKAdan_room_13Tex_000818;
#else
static const char HAKAdan_room_13Tex_0007A8[] __attribute__((aligned (2))) = dHAKAdan_room_13Tex_0007A8;
static const char HAKAdan_room_13Tex_000818[] __attribute__((aligned (2))) = dHAKAdan_room_13Tex_000818;
#endif
#define dHAKAdan_room_13DL_000450 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_000450"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_13DL_000450[] = dHAKAdan_room_13DL_000450;
#else
static const char HAKAdan_room_13DL_000450[] __attribute__((aligned (2))) = dHAKAdan_room_13DL_000450;
#endif

View file

@ -1,58 +1,79 @@
#pragma once
#define dHAKAdan_room_14DL_003518 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14DL_003518"
#define dHAKAdan_room_14DL_002D08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14DL_002D08"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14DL_003518[] = dHAKAdan_room_14DL_003518;
static const __declspec(align(2)) char HAKAdan_room_14DL_002D08[] = dHAKAdan_room_14DL_002D08;
#else
static const char HAKAdan_room_14DL_003518[] __attribute__((aligned (2))) = dHAKAdan_room_14DL_003518;
static const char HAKAdan_room_14DL_002D08[] __attribute__((aligned (2))) = dHAKAdan_room_14DL_002D08;
#endif
#define dHAKAdan_room_14Tex_004F40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_004F40"
#define dHAKAdan_room_14Tex_003D00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003D00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_004F40[] = dHAKAdan_room_14Tex_004F40;
static const __declspec(align(2)) char HAKAdan_room_14Tex_003D00[] = dHAKAdan_room_14Tex_003D00;
#else
static const char HAKAdan_room_14Tex_004F40[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_004F40;
static const char HAKAdan_room_14Tex_003D00[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003D00;
#endif
#define dHAKAdan_room_14Tex_003540 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003540"
#define dHAKAdan_room_14Tex_003900 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003900"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_003540[] = dHAKAdan_room_14Tex_003540;
static const __declspec(align(2)) char HAKAdan_room_14Tex_003900[] = dHAKAdan_room_14Tex_003900;
#else
static const char HAKAdan_room_14Tex_003540[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003540;
static const char HAKAdan_room_14Tex_003900[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003900;
#endif
#define dHAKAdan_room_14Tex_003740 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003740"
#define dHAKAdan_room_14Tex_003F00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003F00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_003740[] = dHAKAdan_room_14Tex_003740;
static const __declspec(align(2)) char HAKAdan_room_14Tex_003F00[] = dHAKAdan_room_14Tex_003F00;
#else
static const char HAKAdan_room_14Tex_003740[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003740;
static const char HAKAdan_room_14Tex_003F00[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003F00;
#endif
#define dHAKAdan_room_14Tex_005740 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_005740"
#define dHAKAdan_room_14DL_000470 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14DL_000470"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_005740[] = dHAKAdan_room_14Tex_005740;
static const __declspec(align(2)) char HAKAdan_room_14DL_000470[] = dHAKAdan_room_14DL_000470;
#else
static const char HAKAdan_room_14Tex_005740[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_005740;
static const char HAKAdan_room_14DL_000470[] __attribute__((aligned (2))) = dHAKAdan_room_14DL_000470;
#endif
#define dHAKAdan_room_14Tex_003D40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003D40"
#define dHAKAdan_room_14DL_001AE8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14DL_001AE8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_003D40[] = dHAKAdan_room_14Tex_003D40;
static const __declspec(align(2)) char HAKAdan_room_14DL_001AE8[] = dHAKAdan_room_14DL_001AE8;
#else
static const char HAKAdan_room_14Tex_003D40[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003D40;
static const char HAKAdan_room_14DL_001AE8[] __attribute__((aligned (2))) = dHAKAdan_room_14DL_001AE8;
#endif
#define dHAKAdan_room_14Tex_003940 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003940"
#define dHAKAdan_room_14Tex_003500 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003500"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_003940[] = dHAKAdan_room_14Tex_003940;
static const __declspec(align(2)) char HAKAdan_room_14Tex_003500[] = dHAKAdan_room_14Tex_003500;
#else
static const char HAKAdan_room_14Tex_003940[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003940;
static const char HAKAdan_room_14Tex_003500[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003500;
#endif
#define dHAKAdan_room_14Tex_003F40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003F40"
#define dHAKAdan_room_14Tex_003700 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_003700"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_003F40[] = dHAKAdan_room_14Tex_003F40;
static const __declspec(align(2)) char HAKAdan_room_14Tex_003700[] = dHAKAdan_room_14Tex_003700;
#else
static const char HAKAdan_room_14Tex_003F40[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003F40;
static const char HAKAdan_room_14Tex_003700[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_003700;
#endif
#define dHAKAdan_room_14Tex_005700 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_005700"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_005700[] = dHAKAdan_room_14Tex_005700;
#else
static const char HAKAdan_room_14Tex_005700[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_005700;
#endif
#define dHAKAdan_room_14DL_000DC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14DL_000DC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14DL_000DC0[] = dHAKAdan_room_14DL_000DC0;
#else
static const char HAKAdan_room_14DL_000DC0[] __attribute__((aligned (2))) = dHAKAdan_room_14DL_000DC0;
#endif
#define dHAKAdan_room_14Tex_004F00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_14Tex_004F00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_14Tex_004F00[] = dHAKAdan_room_14Tex_004F00;
#else
static const char HAKAdan_room_14Tex_004F00[] __attribute__((aligned (2))) = dHAKAdan_room_14Tex_004F00;
#endif

View file

@ -1,58 +1,79 @@
#pragma once
#define dHAKAdan_room_15DL_005648 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15DL_005648"
#define dHAKAdan_room_15DL_003340 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15DL_003340"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15DL_005648[] = dHAKAdan_room_15DL_005648;
static const __declspec(align(2)) char HAKAdan_room_15DL_003340[] = dHAKAdan_room_15DL_003340;
#else
static const char HAKAdan_room_15DL_005648[] __attribute__((aligned (2))) = dHAKAdan_room_15DL_005648;
static const char HAKAdan_room_15DL_003340[] __attribute__((aligned (2))) = dHAKAdan_room_15DL_003340;
#endif
#define dHAKAdan_room_15Tex_007070 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_007070"
#define dHAKAdan_room_15Tex_005EC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_005EC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_007070[] = dHAKAdan_room_15Tex_007070;
static const __declspec(align(2)) char HAKAdan_room_15Tex_005EC0[] = dHAKAdan_room_15Tex_005EC0;
#else
static const char HAKAdan_room_15Tex_007070[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_007070;
static const char HAKAdan_room_15Tex_005EC0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_005EC0;
#endif
#define dHAKAdan_room_15Tex_005670 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_005670"
#define dHAKAdan_room_15Tex_005AC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_005AC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_005670[] = dHAKAdan_room_15Tex_005670;
static const __declspec(align(2)) char HAKAdan_room_15Tex_005AC0[] = dHAKAdan_room_15Tex_005AC0;
#else
static const char HAKAdan_room_15Tex_005670[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_005670;
static const char HAKAdan_room_15Tex_005AC0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_005AC0;
#endif
#define dHAKAdan_room_15Tex_005870 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_005870"
#define dHAKAdan_room_15DL_004428 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15DL_004428"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_005870[] = dHAKAdan_room_15Tex_005870;
static const __declspec(align(2)) char HAKAdan_room_15DL_004428[] = dHAKAdan_room_15DL_004428;
#else
static const char HAKAdan_room_15Tex_005870[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_005870;
static const char HAKAdan_room_15DL_004428[] __attribute__((aligned (2))) = dHAKAdan_room_15DL_004428;
#endif
#define dHAKAdan_room_15Tex_005E70 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_005E70"
#define dHAKAdan_room_15DL_001350 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15DL_001350"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_005E70[] = dHAKAdan_room_15Tex_005E70;
static const __declspec(align(2)) char HAKAdan_room_15DL_001350[] = dHAKAdan_room_15DL_001350;
#else
static const char HAKAdan_room_15Tex_005E70[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_005E70;
static const char HAKAdan_room_15DL_001350[] __attribute__((aligned (2))) = dHAKAdan_room_15DL_001350;
#endif
#define dHAKAdan_room_15Tex_005A70 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_005A70"
#define dHAKAdan_room_15Tex_0070C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_0070C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_005A70[] = dHAKAdan_room_15Tex_005A70;
static const __declspec(align(2)) char HAKAdan_room_15Tex_0070C0[] = dHAKAdan_room_15Tex_0070C0;
#else
static const char HAKAdan_room_15Tex_005A70[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_005A70;
static const char HAKAdan_room_15Tex_0070C0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_0070C0;
#endif
#define dHAKAdan_room_15Tex_006870 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_006870"
#define dHAKAdan_room_15Tex_0056C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_0056C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_006870[] = dHAKAdan_room_15Tex_006870;
static const __declspec(align(2)) char HAKAdan_room_15Tex_0056C0[] = dHAKAdan_room_15Tex_0056C0;
#else
static const char HAKAdan_room_15Tex_006870[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_006870;
static const char HAKAdan_room_15Tex_0056C0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_0056C0;
#endif
#define dHAKAdan_room_15Tex_006070 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_006070"
#define dHAKAdan_room_15Tex_0058C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_0058C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_006070[] = dHAKAdan_room_15Tex_006070;
static const __declspec(align(2)) char HAKAdan_room_15Tex_0058C0[] = dHAKAdan_room_15Tex_0058C0;
#else
static const char HAKAdan_room_15Tex_006070[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_006070;
static const char HAKAdan_room_15Tex_0058C0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_0058C0;
#endif
#define dHAKAdan_room_15DL_0053B0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15DL_0053B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15DL_0053B0[] = dHAKAdan_room_15DL_0053B0;
#else
static const char HAKAdan_room_15DL_0053B0[] __attribute__((aligned (2))) = dHAKAdan_room_15DL_0053B0;
#endif
#define dHAKAdan_room_15Tex_0068C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_0068C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_0068C0[] = dHAKAdan_room_15Tex_0068C0;
#else
static const char HAKAdan_room_15Tex_0068C0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_0068C0;
#endif
#define dHAKAdan_room_15Tex_0060C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_15Tex_0060C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_15Tex_0060C0[] = dHAKAdan_room_15Tex_0060C0;
#else
static const char HAKAdan_room_15Tex_0060C0[] __attribute__((aligned (2))) = dHAKAdan_room_15Tex_0060C0;
#endif

View file

@ -1,16 +1,23 @@
#pragma once
#define dHAKAdan_room_16DL_001868 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_16DL_001868"
#define dHAKAdan_room_16DL_001858 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_16DL_001858"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_16DL_001868[] = dHAKAdan_room_16DL_001868;
static const __declspec(align(2)) char HAKAdan_room_16DL_001858[] = dHAKAdan_room_16DL_001858;
#else
static const char HAKAdan_room_16DL_001868[] __attribute__((aligned (2))) = dHAKAdan_room_16DL_001868;
static const char HAKAdan_room_16DL_001858[] __attribute__((aligned (2))) = dHAKAdan_room_16DL_001858;
#endif
#define dHAKAdan_room_16Tex_001880 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_16Tex_001880"
#define dHAKAdan_room_16Tex_001930 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_16Tex_001930"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_16Tex_001880[] = dHAKAdan_room_16Tex_001880;
static const __declspec(align(2)) char HAKAdan_room_16Tex_001930[] = dHAKAdan_room_16Tex_001930;
#else
static const char HAKAdan_room_16Tex_001880[] __attribute__((aligned (2))) = dHAKAdan_room_16Tex_001880;
static const char HAKAdan_room_16Tex_001930[] __attribute__((aligned (2))) = dHAKAdan_room_16Tex_001930;
#endif
#define dHAKAdan_room_16DL_001400 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_16DL_001400"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_16DL_001400[] = dHAKAdan_room_16DL_001400;
#else
static const char HAKAdan_room_16DL_001400[] __attribute__((aligned (2))) = dHAKAdan_room_16DL_001400;
#endif

View file

@ -1,51 +1,72 @@
#pragma once
#define dHAKAdan_room_17DL_001110 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_001110"
#define dHAKAdan_room_17DL_000D28 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_000D28"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17DL_001110[] = dHAKAdan_room_17DL_001110;
static const __declspec(align(2)) char HAKAdan_room_17DL_000D28[] = dHAKAdan_room_17DL_000D28;
#else
static const char HAKAdan_room_17DL_001110[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_001110;
static const char HAKAdan_room_17DL_000D28[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_000D28;
#endif
#define dHAKAdan_room_17Tex_001338 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001338"
#define dHAKAdan_room_17Tex_001248 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001248"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17Tex_001338[] = dHAKAdan_room_17Tex_001338;
static const __declspec(align(2)) char HAKAdan_room_17Tex_001248[] = dHAKAdan_room_17Tex_001248;
#else
static const char HAKAdan_room_17Tex_001338[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001338;
static const char HAKAdan_room_17Tex_001248[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001248;
#endif
#define dHAKAdan_room_17Tex_001138 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001138"
#define dHAKAdan_room_17Tex_002048 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_002048"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17Tex_001138[] = dHAKAdan_room_17Tex_001138;
static const __declspec(align(2)) char HAKAdan_room_17Tex_002048[] = dHAKAdan_room_17Tex_002048;
#else
static const char HAKAdan_room_17Tex_001138[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001138;
static const char HAKAdan_room_17Tex_002048[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_002048;
#endif
#define dHAKAdan_room_17Tex_001F38 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001F38"
#define dHAKAdan_room_17Tex_001C48 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001C48"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17Tex_001F38[] = dHAKAdan_room_17Tex_001F38;
static const __declspec(align(2)) char HAKAdan_room_17Tex_001C48[] = dHAKAdan_room_17Tex_001C48;
#else
static const char HAKAdan_room_17Tex_001F38[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001F38;
static const char HAKAdan_room_17Tex_001C48[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001C48;
#endif
#define dHAKAdan_room_17Tex_001B38 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001B38"
#define dHAKAdan_room_17DL_000610 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_000610"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17Tex_001B38[] = dHAKAdan_room_17Tex_001B38;
static const __declspec(align(2)) char HAKAdan_room_17DL_000610[] = dHAKAdan_room_17DL_000610;
#else
static const char HAKAdan_room_17Tex_001B38[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001B38;
static const char HAKAdan_room_17DL_000610[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_000610;
#endif
#define dHAKAdan_room_17DL_0024B8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_0024B8"
#define dHAKAdan_room_17Tex_001448 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_001448"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17DL_0024B8[] = dHAKAdan_room_17DL_0024B8;
static const __declspec(align(2)) char HAKAdan_room_17Tex_001448[] = dHAKAdan_room_17Tex_001448;
#else
static const char HAKAdan_room_17DL_0024B8[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_0024B8;
static const char HAKAdan_room_17Tex_001448[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_001448;
#endif
#define dHAKAdan_room_17Tex_0024C8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_0024C8"
#define dHAKAdan_room_17DL_001128 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_001128"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17Tex_0024C8[] = dHAKAdan_room_17Tex_0024C8;
static const __declspec(align(2)) char HAKAdan_room_17DL_001128[] = dHAKAdan_room_17DL_001128;
#else
static const char HAKAdan_room_17Tex_0024C8[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_0024C8;
static const char HAKAdan_room_17DL_001128[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_001128;
#endif
#define dHAKAdan_room_17DL_000400 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_000400"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17DL_000400[] = dHAKAdan_room_17DL_000400;
#else
static const char HAKAdan_room_17DL_000400[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_000400;
#endif
#define dHAKAdan_room_17DL_002510 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17DL_002510"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17DL_002510[] = dHAKAdan_room_17DL_002510;
#else
static const char HAKAdan_room_17DL_002510[] __attribute__((aligned (2))) = dHAKAdan_room_17DL_002510;
#endif
#define dHAKAdan_room_17Tex_0025D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_17Tex_0025D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_17Tex_0025D8[] = dHAKAdan_room_17Tex_0025D8;
#else
static const char HAKAdan_room_17Tex_0025D8[] __attribute__((aligned (2))) = dHAKAdan_room_17Tex_0025D8;
#endif

View file

@ -1,65 +1,135 @@
#pragma once
#define dHAKAdan_room_18DL_00B818 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_00B818"
#define dHAKAdan_room_18DL_0032A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_0032A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_00B818[] = dHAKAdan_room_18DL_00B818;
static const __declspec(align(2)) char HAKAdan_room_18DL_0032A0[] = dHAKAdan_room_18DL_0032A0;
#else
static const char HAKAdan_room_18DL_00B818[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_00B818;
static const char HAKAdan_room_18DL_0032A0[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_0032A0;
#endif
#define dHAKAdan_room_18Tex_00CA78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00CA78"
#define dHAKAdan_room_18Tex_00C708 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00C708"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00CA78[] = dHAKAdan_room_18Tex_00CA78;
static const __declspec(align(2)) char HAKAdan_room_18Tex_00C708[] = dHAKAdan_room_18Tex_00C708;
#else
static const char HAKAdan_room_18Tex_00CA78[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00CA78;
static const char HAKAdan_room_18Tex_00C708[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00C708;
#endif
#define dHAKAdan_room_18Tex_00CC78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00CC78"
#define dHAKAdan_room_18Tex_00BB08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00BB08"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00CC78[] = dHAKAdan_room_18Tex_00CC78;
static const __declspec(align(2)) char HAKAdan_room_18Tex_00BB08[] = dHAKAdan_room_18Tex_00BB08;
#else
static const char HAKAdan_room_18Tex_00CC78[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00CC78;
static const char HAKAdan_room_18Tex_00BB08[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00BB08;
#endif
#define dHAKAdan_room_18Tex_00C878 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00C878"
#define dHAKAdan_room_18Tex_00CF08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00CF08"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00C878[] = dHAKAdan_room_18Tex_00C878;
static const __declspec(align(2)) char HAKAdan_room_18Tex_00CF08[] = dHAKAdan_room_18Tex_00CF08;
#else
static const char HAKAdan_room_18Tex_00C878[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00C878;
static const char HAKAdan_room_18Tex_00CF08[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00CF08;
#endif
#define dHAKAdan_room_18Tex_00B878 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00B878"
#define dHAKAdan_room_18DL_000560 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_000560"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00B878[] = dHAKAdan_room_18Tex_00B878;
static const __declspec(align(2)) char HAKAdan_room_18DL_000560[] = dHAKAdan_room_18DL_000560;
#else
static const char HAKAdan_room_18Tex_00B878[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00B878;
static const char HAKAdan_room_18DL_000560[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_000560;
#endif
#define dHAKAdan_room_18Tex_00BE78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00BE78"
#define dHAKAdan_room_18DL_001298 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_001298"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00BE78[] = dHAKAdan_room_18Tex_00BE78;
static const __declspec(align(2)) char HAKAdan_room_18DL_001298[] = dHAKAdan_room_18DL_001298;
#else
static const char HAKAdan_room_18Tex_00BE78[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00BE78;
static const char HAKAdan_room_18DL_001298[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_001298;
#endif
#define dHAKAdan_room_18Tex_00C678 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00C678"
#define dHAKAdan_room_18Tex_00CB08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00CB08"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00C678[] = dHAKAdan_room_18Tex_00C678;
static const __declspec(align(2)) char HAKAdan_room_18Tex_00CB08[] = dHAKAdan_room_18Tex_00CB08;
#else
static const char HAKAdan_room_18Tex_00C678[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00C678;
static const char HAKAdan_room_18Tex_00CB08[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00CB08;
#endif
#define dHAKAdan_room_18Tex_00BA78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00BA78"
#define dHAKAdan_room_18Tex_00CD08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00CD08"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00BA78[] = dHAKAdan_room_18Tex_00BA78;
static const __declspec(align(2)) char HAKAdan_room_18Tex_00CD08[] = dHAKAdan_room_18Tex_00CD08;
#else
static const char HAKAdan_room_18Tex_00BA78[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00BA78;
static const char HAKAdan_room_18Tex_00CD08[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00CD08;
#endif
#define dHAKAdan_room_18Tex_00CE78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00CE78"
#define dHAKAdan_room_18Tex_00C908 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00C908"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00CE78[] = dHAKAdan_room_18Tex_00CE78;
static const __declspec(align(2)) char HAKAdan_room_18Tex_00C908[] = dHAKAdan_room_18Tex_00C908;
#else
static const char HAKAdan_room_18Tex_00CE78[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00CE78;
static const char HAKAdan_room_18Tex_00C908[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00C908;
#endif
#define dHAKAdan_room_18Tex_00B908 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00B908"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00B908[] = dHAKAdan_room_18Tex_00B908;
#else
static const char HAKAdan_room_18Tex_00B908[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00B908;
#endif
#define dHAKAdan_room_18DL_004928 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_004928"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_004928[] = dHAKAdan_room_18DL_004928;
#else
static const char HAKAdan_room_18DL_004928[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_004928;
#endif
#define dHAKAdan_room_18DL_005E28 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_005E28"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_005E28[] = dHAKAdan_room_18DL_005E28;
#else
static const char HAKAdan_room_18DL_005E28[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_005E28;
#endif
#define dHAKAdan_room_18DL_007328 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_007328"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_007328[] = dHAKAdan_room_18DL_007328;
#else
static const char HAKAdan_room_18DL_007328[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_007328;
#endif
#define dHAKAdan_room_18DL_008828 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_008828"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_008828[] = dHAKAdan_room_18DL_008828;
#else
static const char HAKAdan_room_18DL_008828[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_008828;
#endif
#define dHAKAdan_room_18DL_009D28 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_009D28"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_009D28[] = dHAKAdan_room_18DL_009D28;
#else
static const char HAKAdan_room_18DL_009D28[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_009D28;
#endif
#define dHAKAdan_room_18DL_003BD0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_003BD0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_003BD0[] = dHAKAdan_room_18DL_003BD0;
#else
static const char HAKAdan_room_18DL_003BD0[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_003BD0;
#endif
#define dHAKAdan_room_18Tex_00BF08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18Tex_00BF08"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18Tex_00BF08[] = dHAKAdan_room_18Tex_00BF08;
#else
static const char HAKAdan_room_18Tex_00BF08[] __attribute__((aligned (2))) = dHAKAdan_room_18Tex_00BF08;
#endif
#define dHAKAdan_room_18DL_002708 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_002708"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_002708[] = dHAKAdan_room_18DL_002708;
#else
static const char HAKAdan_room_18DL_002708[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_002708;
#endif
#define dHAKAdan_room_18DL_00B518 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_18DL_00B518"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_18DL_00B518[] = dHAKAdan_room_18DL_00B518;
#else
static const char HAKAdan_room_18DL_00B518[] __attribute__((aligned (2))) = dHAKAdan_room_18DL_00B518;
#endif

View file

@ -1,23 +1,44 @@
#pragma once
#define dHAKAdan_room_19DL_0014F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_0014F0"
#define dHAKAdan_room_19DL_0011E0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_0011E0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_0014F0[] = dHAKAdan_room_19DL_0014F0;
static const __declspec(align(2)) char HAKAdan_room_19DL_0011E0[] = dHAKAdan_room_19DL_0011E0;
#else
static const char HAKAdan_room_19DL_0014F0[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_0014F0;
static const char HAKAdan_room_19DL_0011E0[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_0011E0;
#endif
#define dHAKAdan_room_19Tex_002518 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_002518"
#define dHAKAdan_room_19Tex_002578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_002578"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19Tex_002518[] = dHAKAdan_room_19Tex_002518;
static const __declspec(align(2)) char HAKAdan_room_19Tex_002578[] = dHAKAdan_room_19Tex_002578;
#else
static const char HAKAdan_room_19Tex_002518[] __attribute__((aligned (2))) = dHAKAdan_room_19Tex_002518;
static const char HAKAdan_room_19Tex_002578[] __attribute__((aligned (2))) = dHAKAdan_room_19Tex_002578;
#endif
#define dHAKAdan_room_19Tex_001518 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_001518"
#define dHAKAdan_room_19DL_001490 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_001490"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19Tex_001518[] = dHAKAdan_room_19Tex_001518;
static const __declspec(align(2)) char HAKAdan_room_19DL_001490[] = dHAKAdan_room_19DL_001490;
#else
static const char HAKAdan_room_19Tex_001518[] __attribute__((aligned (2))) = dHAKAdan_room_19Tex_001518;
static const char HAKAdan_room_19DL_001490[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_001490;
#endif
#define dHAKAdan_room_19Tex_001578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_001578"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19Tex_001578[] = dHAKAdan_room_19Tex_001578;
#else
static const char HAKAdan_room_19Tex_001578[] __attribute__((aligned (2))) = dHAKAdan_room_19Tex_001578;
#endif
#define dHAKAdan_room_19DL_000290 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_000290"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_000290[] = dHAKAdan_room_19DL_000290;
#else
static const char HAKAdan_room_19DL_000290[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_000290;
#endif
#define dHAKAdan_room_19DL_000938 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_000938"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_000938[] = dHAKAdan_room_19DL_000938;
#else
static const char HAKAdan_room_19DL_000938[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_000938;
#endif

View file

@ -1,86 +1,142 @@
#pragma once
#define dHAKAdan_room_2DL_006AB8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_006AB8"
#define dHAKAdan_room_2DL_004960 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_004960"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2DL_006AB8[] = dHAKAdan_room_2DL_006AB8;
static const __declspec(align(2)) char HAKAdan_room_2DL_004960[] = dHAKAdan_room_2DL_004960;
#else
static const char HAKAdan_room_2DL_006AB8[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_006AB8;
static const char HAKAdan_room_2DL_004960[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_004960;
#endif
#define dHAKAdan_room_2Tex_009B08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_009B08"
#define dHAKAdan_room_2Tex_0081D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_0081D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_009B08[] = dHAKAdan_room_2Tex_009B08;
static const __declspec(align(2)) char HAKAdan_room_2Tex_0081D8[] = dHAKAdan_room_2Tex_0081D8;
#else
static const char HAKAdan_room_2Tex_009B08[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_009B08;
static const char HAKAdan_room_2Tex_0081D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_0081D8;
#endif
#define dHAKAdan_room_2Tex_009108 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_009108"
#define dHAKAdan_room_2Tex_007FD8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_007FD8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_009108[] = dHAKAdan_room_2Tex_009108;
static const __declspec(align(2)) char HAKAdan_room_2Tex_007FD8[] = dHAKAdan_room_2Tex_007FD8;
#else
static const char HAKAdan_room_2Tex_009108[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_009108;
static const char HAKAdan_room_2Tex_007FD8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_007FD8;
#endif
#define dHAKAdan_room_2Tex_00A308 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_00A308"
#define dHAKAdan_room_2Tex_0073D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_0073D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_00A308[] = dHAKAdan_room_2Tex_00A308;
static const __declspec(align(2)) char HAKAdan_room_2Tex_0073D8[] = dHAKAdan_room_2Tex_0073D8;
#else
static const char HAKAdan_room_2Tex_00A308[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_00A308;
static const char HAKAdan_room_2Tex_0073D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_0073D8;
#endif
#define dHAKAdan_room_2Tex_00A708 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_00A708"
#define dHAKAdan_room_2DL_006828 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_006828"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_00A708[] = dHAKAdan_room_2Tex_00A708;
static const __declspec(align(2)) char HAKAdan_room_2DL_006828[] = dHAKAdan_room_2DL_006828;
#else
static const char HAKAdan_room_2Tex_00A708[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_00A708;
static const char HAKAdan_room_2DL_006828[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_006828;
#endif
#define dHAKAdan_room_2Tex_00A508 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_00A508"
#define dHAKAdan_room_2DL_005260 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_005260"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_00A508[] = dHAKAdan_room_2Tex_00A508;
static const __declspec(align(2)) char HAKAdan_room_2DL_005260[] = dHAKAdan_room_2DL_005260;
#else
static const char HAKAdan_room_2Tex_00A508[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_00A508;
static const char HAKAdan_room_2DL_005260[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_005260;
#endif
#define dHAKAdan_room_2Tex_009908 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_009908"
#define dHAKAdan_room_2DL_006A90 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_006A90"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_009908[] = dHAKAdan_room_2Tex_009908;
static const __declspec(align(2)) char HAKAdan_room_2DL_006A90[] = dHAKAdan_room_2DL_006A90;
#else
static const char HAKAdan_room_2Tex_009908[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_009908;
static const char HAKAdan_room_2DL_006A90[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_006A90;
#endif
#define dHAKAdan_room_2Tex_006B08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_006B08"
#define dHAKAdan_room_2Tex_0077D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_0077D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_006B08[] = dHAKAdan_room_2Tex_006B08;
static const __declspec(align(2)) char HAKAdan_room_2Tex_0077D8[] = dHAKAdan_room_2Tex_0077D8;
#else
static const char HAKAdan_room_2Tex_006B08[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_006B08;
static const char HAKAdan_room_2Tex_0077D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_0077D8;
#endif
#define dHAKAdan_room_2Tex_008108 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_008108"
#define dHAKAdan_room_2DL_002248 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_002248"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_008108[] = dHAKAdan_room_2Tex_008108;
static const __declspec(align(2)) char HAKAdan_room_2DL_002248[] = dHAKAdan_room_2DL_002248;
#else
static const char HAKAdan_room_2Tex_008108[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_008108;
static const char HAKAdan_room_2DL_002248[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_002248;
#endif
#define dHAKAdan_room_2Tex_007F08 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_007F08"
#define dHAKAdan_room_2Tex_0091D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_0091D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_007F08[] = dHAKAdan_room_2Tex_007F08;
static const __declspec(align(2)) char HAKAdan_room_2Tex_0091D8[] = dHAKAdan_room_2Tex_0091D8;
#else
static const char HAKAdan_room_2Tex_007F08[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_007F08;
static const char HAKAdan_room_2Tex_0091D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_0091D8;
#endif
#define dHAKAdan_room_2Tex_007308 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_007308"
#define dHAKAdan_room_2DL_003570 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_003570"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_007308[] = dHAKAdan_room_2Tex_007308;
static const __declspec(align(2)) char HAKAdan_room_2DL_003570[] = dHAKAdan_room_2DL_003570;
#else
static const char HAKAdan_room_2Tex_007308[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_007308;
static const char HAKAdan_room_2DL_003570[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_003570;
#endif
#define dHAKAdan_room_2Tex_007708 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_007708"
#define dHAKAdan_room_2Tex_00A3D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_00A3D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_007708[] = dHAKAdan_room_2Tex_007708;
static const __declspec(align(2)) char HAKAdan_room_2Tex_00A3D8[] = dHAKAdan_room_2Tex_00A3D8;
#else
static const char HAKAdan_room_2Tex_007708[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_007708;
static const char HAKAdan_room_2Tex_00A3D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_00A3D8;
#endif
#define dHAKAdan_room_2Tex_00A7D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_00A7D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_00A7D8[] = dHAKAdan_room_2Tex_00A7D8;
#else
static const char HAKAdan_room_2Tex_00A7D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_00A7D8;
#endif
#define dHAKAdan_room_2Tex_00A5D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_00A5D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_00A5D8[] = dHAKAdan_room_2Tex_00A5D8;
#else
static const char HAKAdan_room_2Tex_00A5D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_00A5D8;
#endif
#define dHAKAdan_room_2Tex_0099D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_0099D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_0099D8[] = dHAKAdan_room_2Tex_0099D8;
#else
static const char HAKAdan_room_2Tex_0099D8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_0099D8;
#endif
#define dHAKAdan_room_2Tex_006BD8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_006BD8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_006BD8[] = dHAKAdan_room_2Tex_006BD8;
#else
static const char HAKAdan_room_2Tex_006BD8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_006BD8;
#endif
#define dHAKAdan_room_2DL_005B28 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_005B28"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2DL_005B28[] = dHAKAdan_room_2DL_005B28;
#else
static const char HAKAdan_room_2DL_005B28[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_005B28;
#endif
#define dHAKAdan_room_2Tex_009BD8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2Tex_009BD8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2Tex_009BD8[] = dHAKAdan_room_2Tex_009BD8;
#else
static const char HAKAdan_room_2Tex_009BD8[] __attribute__((aligned (2))) = dHAKAdan_room_2Tex_009BD8;
#endif
#define dHAKAdan_room_2DL_006158 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_006158"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2DL_006158[] = dHAKAdan_room_2DL_006158;
#else
static const char HAKAdan_room_2DL_006158[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_006158;
#endif
#define dHAKAdan_room_2DL_000A50 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_2DL_000A50"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_2DL_000A50[] = dHAKAdan_room_2DL_000A50;
#else
static const char HAKAdan_room_2DL_000A50[] __attribute__((aligned (2))) = dHAKAdan_room_2DL_000A50;
#endif

View file

@ -1,16 +1,30 @@
#pragma once
#define dHAKAdan_room_20DL_001600 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_20DL_001600"
#define dHAKAdan_room_20DL_0013D0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_20DL_0013D0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_20DL_001600[] = dHAKAdan_room_20DL_001600;
static const __declspec(align(2)) char HAKAdan_room_20DL_0013D0[] = dHAKAdan_room_20DL_0013D0;
#else
static const char HAKAdan_room_20DL_001600[] __attribute__((aligned (2))) = dHAKAdan_room_20DL_001600;
static const char HAKAdan_room_20DL_0013D0[] __attribute__((aligned (2))) = dHAKAdan_room_20DL_0013D0;
#endif
#define dHAKAdan_room_20Tex_001620 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_20Tex_001620"
#define dHAKAdan_room_20Tex_001640 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_20Tex_001640"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_20Tex_001620[] = dHAKAdan_room_20Tex_001620;
static const __declspec(align(2)) char HAKAdan_room_20Tex_001640[] = dHAKAdan_room_20Tex_001640;
#else
static const char HAKAdan_room_20Tex_001620[] __attribute__((aligned (2))) = dHAKAdan_room_20Tex_001620;
static const char HAKAdan_room_20Tex_001640[] __attribute__((aligned (2))) = dHAKAdan_room_20Tex_001640;
#endif
#define dHAKAdan_room_20DL_0002B0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_20DL_0002B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_20DL_0002B0[] = dHAKAdan_room_20DL_0002B0;
#else
static const char HAKAdan_room_20DL_0002B0[] __attribute__((aligned (2))) = dHAKAdan_room_20DL_0002B0;
#endif
#define dHAKAdan_room_20DL_000818 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_20DL_000818"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_20DL_000818[] = dHAKAdan_room_20DL_000818;
#else
static const char HAKAdan_room_20DL_000818[] __attribute__((aligned (2))) = dHAKAdan_room_20DL_000818;
#endif

View file

@ -1,86 +1,156 @@
#pragma once
#define dHAKAdan_room_21DL_006CA0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_006CA0"
#define dHAKAdan_room_21DL_006690 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_006690"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_006CA0[] = dHAKAdan_room_21DL_006CA0;
static const __declspec(align(2)) char HAKAdan_room_21DL_006690[] = dHAKAdan_room_21DL_006690;
#else
static const char HAKAdan_room_21DL_006CA0[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_006CA0;
static const char HAKAdan_room_21DL_006690[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_006690;
#endif
#define dHAKAdan_room_21Tex_009F00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_009F00"
#define dHAKAdan_room_21Tex_007800 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_007800"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_009F00[] = dHAKAdan_room_21Tex_009F00;
static const __declspec(align(2)) char HAKAdan_room_21Tex_007800[] = dHAKAdan_room_21Tex_007800;
#else
static const char HAKAdan_room_21Tex_009F00[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_009F00;
static const char HAKAdan_room_21Tex_007800[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_007800;
#endif
#define dHAKAdan_room_21Tex_00A700 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00A700"
#define dHAKAdan_room_21Tex_007600 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_007600"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_00A700[] = dHAKAdan_room_21Tex_00A700;
static const __declspec(align(2)) char HAKAdan_room_21Tex_007600[] = dHAKAdan_room_21Tex_007600;
#else
static const char HAKAdan_room_21Tex_00A700[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00A700;
static const char HAKAdan_room_21Tex_007600[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_007600;
#endif
#define dHAKAdan_room_21Tex_006D00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_006D00"
#define dHAKAdan_room_21Tex_009800 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_009800"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_006D00[] = dHAKAdan_room_21Tex_006D00;
static const __declspec(align(2)) char HAKAdan_room_21Tex_009800[] = dHAKAdan_room_21Tex_009800;
#else
static const char HAKAdan_room_21Tex_006D00[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_006D00;
static const char HAKAdan_room_21Tex_009800[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_009800;
#endif
#define dHAKAdan_room_21Tex_00A900 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00A900"
#define dHAKAdan_room_21Tex_008800 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_008800"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_00A900[] = dHAKAdan_room_21Tex_00A900;
static const __declspec(align(2)) char HAKAdan_room_21Tex_008800[] = dHAKAdan_room_21Tex_008800;
#else
static const char HAKAdan_room_21Tex_00A900[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00A900;
static const char HAKAdan_room_21Tex_008800[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_008800;
#endif
#define dHAKAdan_room_21Tex_007500 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_007500"
#define dHAKAdan_room_21Tex_009000 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_009000"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_007500[] = dHAKAdan_room_21Tex_007500;
static const __declspec(align(2)) char HAKAdan_room_21Tex_009000[] = dHAKAdan_room_21Tex_009000;
#else
static const char HAKAdan_room_21Tex_007500[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_007500;
static const char HAKAdan_room_21Tex_009000[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_009000;
#endif
#define dHAKAdan_room_21Tex_007700 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_007700"
#define dHAKAdan_room_21DL_001A60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_001A60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_007700[] = dHAKAdan_room_21Tex_007700;
static const __declspec(align(2)) char HAKAdan_room_21DL_001A60[] = dHAKAdan_room_21DL_001A60;
#else
static const char HAKAdan_room_21Tex_007700[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_007700;
static const char HAKAdan_room_21DL_001A60[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_001A60;
#endif
#define dHAKAdan_room_21Tex_009700 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_009700"
#define dHAKAdan_room_21Tex_00A800 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00A800"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_009700[] = dHAKAdan_room_21Tex_009700;
static const __declspec(align(2)) char HAKAdan_room_21Tex_00A800[] = dHAKAdan_room_21Tex_00A800;
#else
static const char HAKAdan_room_21Tex_009700[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_009700;
static const char HAKAdan_room_21Tex_00A800[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00A800;
#endif
#define dHAKAdan_room_21Tex_008700 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_008700"
#define dHAKAdan_room_21DL_005110 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_005110"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_008700[] = dHAKAdan_room_21Tex_008700;
static const __declspec(align(2)) char HAKAdan_room_21DL_005110[] = dHAKAdan_room_21DL_005110;
#else
static const char HAKAdan_room_21Tex_008700[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_008700;
static const char HAKAdan_room_21DL_005110[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_005110;
#endif
#define dHAKAdan_room_21Tex_008F00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_008F00"
#define dHAKAdan_room_21DL_003DB8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_003DB8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_008F00[] = dHAKAdan_room_21Tex_008F00;
static const __declspec(align(2)) char HAKAdan_room_21DL_003DB8[] = dHAKAdan_room_21DL_003DB8;
#else
static const char HAKAdan_room_21Tex_008F00[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_008F00;
static const char HAKAdan_room_21DL_003DB8[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_003DB8;
#endif
#define dHAKAdan_room_21DL_00AC98 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_00AC98"
#define dHAKAdan_room_21Tex_00AA00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00AA00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_00AC98[] = dHAKAdan_room_21DL_00AC98;
static const __declspec(align(2)) char HAKAdan_room_21Tex_00AA00[] = dHAKAdan_room_21Tex_00AA00;
#else
static const char HAKAdan_room_21DL_00AC98[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_00AC98;
static const char HAKAdan_room_21Tex_00AA00[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00AA00;
#endif
#define dHAKAdan_room_21Tex_00ACA8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00ACA8"
#define dHAKAdan_room_21DL_000AA8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_000AA8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_00ACA8[] = dHAKAdan_room_21Tex_00ACA8;
static const __declspec(align(2)) char HAKAdan_room_21DL_000AA8[] = dHAKAdan_room_21DL_000AA8;
#else
static const char HAKAdan_room_21Tex_00ACA8[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00ACA8;
static const char HAKAdan_room_21DL_000AA8[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_000AA8;
#endif
#define dHAKAdan_room_21DL_005768 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_005768"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_005768[] = dHAKAdan_room_21DL_005768;
#else
static const char HAKAdan_room_21DL_005768[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_005768;
#endif
#define dHAKAdan_room_21DL_000710 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_000710"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_000710[] = dHAKAdan_room_21DL_000710;
#else
static const char HAKAdan_room_21DL_000710[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_000710;
#endif
#define dHAKAdan_room_21DL_00ACC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_00ACC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_00ACC0[] = dHAKAdan_room_21DL_00ACC0;
#else
static const char HAKAdan_room_21DL_00ACC0[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_00ACC0;
#endif
#define dHAKAdan_room_21Tex_00ADA8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00ADA8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_00ADA8[] = dHAKAdan_room_21Tex_00ADA8;
#else
static const char HAKAdan_room_21Tex_00ADA8[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00ADA8;
#endif
#define dHAKAdan_room_21DL_005500 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_005500"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_005500[] = dHAKAdan_room_21DL_005500;
#else
static const char HAKAdan_room_21DL_005500[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_005500;
#endif
#define dHAKAdan_room_21Tex_006E00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_006E00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_006E00[] = dHAKAdan_room_21Tex_006E00;
#else
static const char HAKAdan_room_21Tex_006E00[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_006E00;
#endif
#define dHAKAdan_room_21DL_002CE8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_002CE8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_002CE8[] = dHAKAdan_room_21DL_002CE8;
#else
static const char HAKAdan_room_21DL_002CE8[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_002CE8;
#endif
#define dHAKAdan_room_21DL_0010D0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_0010D0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_0010D0[] = dHAKAdan_room_21DL_0010D0;
#else
static const char HAKAdan_room_21DL_0010D0[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_0010D0;
#endif
#define dHAKAdan_room_21Tex_00A000 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21Tex_00A000"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21Tex_00A000[] = dHAKAdan_room_21Tex_00A000;
#else
static const char HAKAdan_room_21Tex_00A000[] __attribute__((aligned (2))) = dHAKAdan_room_21Tex_00A000;
#endif
#define dHAKAdan_room_21DL_0047A0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_21DL_0047A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_21DL_0047A0[] = dHAKAdan_room_21DL_0047A0;
#else
static const char HAKAdan_room_21DL_0047A0[] __attribute__((aligned (2))) = dHAKAdan_room_21DL_0047A0;
#endif

View file

@ -1,30 +1,30 @@
#pragma once
#define dHAKAdan_room_22DL_000F88 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22DL_000F88"
#define dHAKAdan_room_22DL_000B00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22DL_000B00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_22DL_000F88[] = dHAKAdan_room_22DL_000F88;
static const __declspec(align(2)) char HAKAdan_room_22DL_000B00[] = dHAKAdan_room_22DL_000B00;
#else
static const char HAKAdan_room_22DL_000F88[] __attribute__((aligned (2))) = dHAKAdan_room_22DL_000F88;
static const char HAKAdan_room_22DL_000B00[] __attribute__((aligned (2))) = dHAKAdan_room_22DL_000B00;
#endif
#define dHAKAdan_room_22Tex_001198 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22Tex_001198"
#define dHAKAdan_room_22Tex_0011A8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22Tex_0011A8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_22Tex_001198[] = dHAKAdan_room_22Tex_001198;
static const __declspec(align(2)) char HAKAdan_room_22Tex_0011A8[] = dHAKAdan_room_22Tex_0011A8;
#else
static const char HAKAdan_room_22Tex_001198[] __attribute__((aligned (2))) = dHAKAdan_room_22Tex_001198;
static const char HAKAdan_room_22Tex_0011A8[] __attribute__((aligned (2))) = dHAKAdan_room_22Tex_0011A8;
#endif
#define dHAKAdan_room_22Tex_000F98 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22Tex_000F98"
#define dHAKAdan_room_22Tex_000FA8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22Tex_000FA8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_22Tex_000F98[] = dHAKAdan_room_22Tex_000F98;
static const __declspec(align(2)) char HAKAdan_room_22Tex_000FA8[] = dHAKAdan_room_22Tex_000FA8;
#else
static const char HAKAdan_room_22Tex_000F98[] __attribute__((aligned (2))) = dHAKAdan_room_22Tex_000F98;
static const char HAKAdan_room_22Tex_000FA8[] __attribute__((aligned (2))) = dHAKAdan_room_22Tex_000FA8;
#endif
#define dHAKAdan_room_22Tex_002198 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22Tex_002198"
#define dHAKAdan_room_22Tex_0021A8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_22Tex_0021A8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_22Tex_002198[] = dHAKAdan_room_22Tex_002198;
static const __declspec(align(2)) char HAKAdan_room_22Tex_0021A8[] = dHAKAdan_room_22Tex_0021A8;
#else
static const char HAKAdan_room_22Tex_002198[] __attribute__((aligned (2))) = dHAKAdan_room_22Tex_002198;
static const char HAKAdan_room_22Tex_0021A8[] __attribute__((aligned (2))) = dHAKAdan_room_22Tex_0021A8;
#endif

View file

@ -1,37 +1,58 @@
#pragma once
#define dHAKAdan_room_3DL_001510 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3DL_001510"
#define dHAKAdan_room_3DL_000CB0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3DL_000CB0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3DL_001510[] = dHAKAdan_room_3DL_001510;
static const __declspec(align(2)) char HAKAdan_room_3DL_000CB0[] = dHAKAdan_room_3DL_000CB0;
#else
static const char HAKAdan_room_3DL_001510[] __attribute__((aligned (2))) = dHAKAdan_room_3DL_001510;
static const char HAKAdan_room_3DL_000CB0[] __attribute__((aligned (2))) = dHAKAdan_room_3DL_000CB0;
#endif
#define dHAKAdan_room_3Tex_001D38 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_001D38"
#define dHAKAdan_room_3Tex_002578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_002578"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3Tex_001D38[] = dHAKAdan_room_3Tex_001D38;
static const __declspec(align(2)) char HAKAdan_room_3Tex_002578[] = dHAKAdan_room_3Tex_002578;
#else
static const char HAKAdan_room_3Tex_001D38[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_001D38;
static const char HAKAdan_room_3Tex_002578[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_002578;
#endif
#define dHAKAdan_room_3Tex_001538 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_001538"
#define dHAKAdan_room_3Tex_002778 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_002778"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3Tex_001538[] = dHAKAdan_room_3Tex_001538;
static const __declspec(align(2)) char HAKAdan_room_3Tex_002778[] = dHAKAdan_room_3Tex_002778;
#else
static const char HAKAdan_room_3Tex_001538[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_001538;
static const char HAKAdan_room_3Tex_002778[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_002778;
#endif
#define dHAKAdan_room_3Tex_002538 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_002538"
#define dHAKAdan_room_3DL_001420 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3DL_001420"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3Tex_002538[] = dHAKAdan_room_3Tex_002538;
static const __declspec(align(2)) char HAKAdan_room_3DL_001420[] = dHAKAdan_room_3DL_001420;
#else
static const char HAKAdan_room_3Tex_002538[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_002538;
static const char HAKAdan_room_3DL_001420[] __attribute__((aligned (2))) = dHAKAdan_room_3DL_001420;
#endif
#define dHAKAdan_room_3Tex_002738 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_002738"
#define dHAKAdan_room_3DL_000750 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3DL_000750"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3Tex_002738[] = dHAKAdan_room_3Tex_002738;
static const __declspec(align(2)) char HAKAdan_room_3DL_000750[] = dHAKAdan_room_3DL_000750;
#else
static const char HAKAdan_room_3Tex_002738[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_002738;
static const char HAKAdan_room_3DL_000750[] __attribute__((aligned (2))) = dHAKAdan_room_3DL_000750;
#endif
#define dHAKAdan_room_3Tex_001D78 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_001D78"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3Tex_001D78[] = dHAKAdan_room_3Tex_001D78;
#else
static const char HAKAdan_room_3Tex_001D78[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_001D78;
#endif
#define dHAKAdan_room_3Tex_001578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3Tex_001578"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3Tex_001578[] = dHAKAdan_room_3Tex_001578;
#else
static const char HAKAdan_room_3Tex_001578[] __attribute__((aligned (2))) = dHAKAdan_room_3Tex_001578;
#endif
#define dHAKAdan_room_3DL_0011B0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_3DL_0011B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_3DL_0011B0[] = dHAKAdan_room_3DL_0011B0;
#else
static const char HAKAdan_room_3DL_0011B0[] __attribute__((aligned (2))) = dHAKAdan_room_3DL_0011B0;
#endif

View file

@ -1,16 +1,30 @@
#pragma once
#define dHAKAdan_room_4DL_001418 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_4DL_001418"
#define dHAKAdan_room_4DL_001230 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_4DL_001230"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_4DL_001418[] = dHAKAdan_room_4DL_001418;
static const __declspec(align(2)) char HAKAdan_room_4DL_001230[] = dHAKAdan_room_4DL_001230;
#else
static const char HAKAdan_room_4DL_001418[] __attribute__((aligned (2))) = dHAKAdan_room_4DL_001418;
static const char HAKAdan_room_4DL_001230[] __attribute__((aligned (2))) = dHAKAdan_room_4DL_001230;
#endif
#define dHAKAdan_room_4Tex_001438 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_4Tex_001438"
#define dHAKAdan_room_4Tex_001458 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_4Tex_001458"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_4Tex_001438[] = dHAKAdan_room_4Tex_001438;
static const __declspec(align(2)) char HAKAdan_room_4Tex_001458[] = dHAKAdan_room_4Tex_001458;
#else
static const char HAKAdan_room_4Tex_001438[] __attribute__((aligned (2))) = dHAKAdan_room_4Tex_001438;
static const char HAKAdan_room_4Tex_001458[] __attribute__((aligned (2))) = dHAKAdan_room_4Tex_001458;
#endif
#define dHAKAdan_room_4DL_000280 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_4DL_000280"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_4DL_000280[] = dHAKAdan_room_4DL_000280;
#else
static const char HAKAdan_room_4DL_000280[] __attribute__((aligned (2))) = dHAKAdan_room_4DL_000280;
#endif
#define dHAKAdan_room_4DL_000858 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_4DL_000858"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_4DL_000858[] = dHAKAdan_room_4DL_000858;
#else
static const char HAKAdan_room_4DL_000858[] __attribute__((aligned (2))) = dHAKAdan_room_4DL_000858;
#endif

View file

@ -1,44 +1,86 @@
#pragma once
#define dHAKAdan_room_5DL_003C20 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_003C20"
#define dHAKAdan_room_5DL_002E10 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_002E10"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5DL_003C20[] = dHAKAdan_room_5DL_003C20;
static const __declspec(align(2)) char HAKAdan_room_5DL_002E10[] = dHAKAdan_room_5DL_002E10;
#else
static const char HAKAdan_room_5DL_003C20[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_003C20;
static const char HAKAdan_room_5DL_002E10[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_002E10;
#endif
#define dHAKAdan_room_5Tex_004060 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_004060"
#define dHAKAdan_room_5Tex_0048C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_0048C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_004060[] = dHAKAdan_room_5Tex_004060;
static const __declspec(align(2)) char HAKAdan_room_5Tex_0048C0[] = dHAKAdan_room_5Tex_0048C0;
#else
static const char HAKAdan_room_5Tex_004060[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_004060;
static const char HAKAdan_room_5Tex_0048C0[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_0048C0;
#endif
#define dHAKAdan_room_5Tex_005260 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_005260"
#define dHAKAdan_room_5Tex_003CC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_003CC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_005260[] = dHAKAdan_room_5Tex_005260;
static const __declspec(align(2)) char HAKAdan_room_5Tex_003CC0[] = dHAKAdan_room_5Tex_003CC0;
#else
static const char HAKAdan_room_5Tex_005260[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_005260;
static const char HAKAdan_room_5Tex_003CC0[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_003CC0;
#endif
#define dHAKAdan_room_5Tex_004860 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_004860"
#define dHAKAdan_room_5DL_003398 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_003398"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_004860[] = dHAKAdan_room_5Tex_004860;
static const __declspec(align(2)) char HAKAdan_room_5DL_003398[] = dHAKAdan_room_5DL_003398;
#else
static const char HAKAdan_room_5Tex_004860[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_004860;
static const char HAKAdan_room_5DL_003398[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_003398;
#endif
#define dHAKAdan_room_5Tex_003C60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_003C60"
#define dHAKAdan_room_5DL_003938 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_003938"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_003C60[] = dHAKAdan_room_5Tex_003C60;
static const __declspec(align(2)) char HAKAdan_room_5DL_003938[] = dHAKAdan_room_5DL_003938;
#else
static const char HAKAdan_room_5Tex_003C60[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_003C60;
static const char HAKAdan_room_5DL_003938[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_003938;
#endif
#define dHAKAdan_room_5Tex_004A60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_004A60"
#define dHAKAdan_room_5Tex_004AC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_004AC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_004A60[] = dHAKAdan_room_5Tex_004A60;
static const __declspec(align(2)) char HAKAdan_room_5Tex_004AC0[] = dHAKAdan_room_5Tex_004AC0;
#else
static const char HAKAdan_room_5Tex_004A60[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_004A60;
static const char HAKAdan_room_5Tex_004AC0[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_004AC0;
#endif
#define dHAKAdan_room_5DL_0001F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_0001F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5DL_0001F0[] = dHAKAdan_room_5DL_0001F0;
#else
static const char HAKAdan_room_5DL_0001F0[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_0001F0;
#endif
#define dHAKAdan_room_5Tex_0040C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_0040C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_0040C0[] = dHAKAdan_room_5Tex_0040C0;
#else
static const char HAKAdan_room_5Tex_0040C0[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_0040C0;
#endif
#define dHAKAdan_room_5DL_003B88 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_003B88"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5DL_003B88[] = dHAKAdan_room_5DL_003B88;
#else
static const char HAKAdan_room_5DL_003B88[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_003B88;
#endif
#define dHAKAdan_room_5Tex_0052C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5Tex_0052C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5Tex_0052C0[] = dHAKAdan_room_5Tex_0052C0;
#else
static const char HAKAdan_room_5Tex_0052C0[] __attribute__((aligned (2))) = dHAKAdan_room_5Tex_0052C0;
#endif
#define dHAKAdan_room_5DL_0019E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_0019E8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5DL_0019E8[] = dHAKAdan_room_5DL_0019E8;
#else
static const char HAKAdan_room_5DL_0019E8[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_0019E8;
#endif
#define dHAKAdan_room_5DL_002098 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_5DL_002098"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_5DL_002098[] = dHAKAdan_room_5DL_002098;
#else
static const char HAKAdan_room_5DL_002098[] __attribute__((aligned (2))) = dHAKAdan_room_5DL_002098;
#endif

View file

@ -1,51 +1,65 @@
#pragma once
#define dHAKAdan_room_6DL_004B50 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6DL_004B50"
#define dHAKAdan_room_6DL_004178 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6DL_004178"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6DL_004B50[] = dHAKAdan_room_6DL_004B50;
static const __declspec(align(2)) char HAKAdan_room_6DL_004178[] = dHAKAdan_room_6DL_004178;
#else
static const char HAKAdan_room_6DL_004B50[] __attribute__((aligned (2))) = dHAKAdan_room_6DL_004B50;
static const char HAKAdan_room_6DL_004178[] __attribute__((aligned (2))) = dHAKAdan_room_6DL_004178;
#endif
#define dHAKAdan_room_6Tex_007170 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_007170"
#define dHAKAdan_room_6Tex_0071F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_0071F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_007170[] = dHAKAdan_room_6Tex_007170;
static const __declspec(align(2)) char HAKAdan_room_6Tex_0071F0[] = dHAKAdan_room_6Tex_0071F0;
#else
static const char HAKAdan_room_6Tex_007170[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_007170;
static const char HAKAdan_room_6Tex_0071F0[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_0071F0;
#endif
#define dHAKAdan_room_6Tex_005570 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_005570"
#define dHAKAdan_room_6Tex_0055F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_0055F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_005570[] = dHAKAdan_room_6Tex_005570;
static const __declspec(align(2)) char HAKAdan_room_6Tex_0055F0[] = dHAKAdan_room_6Tex_0055F0;
#else
static const char HAKAdan_room_6Tex_005570[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_005570;
static const char HAKAdan_room_6Tex_0055F0[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_0055F0;
#endif
#define dHAKAdan_room_6Tex_006D70 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_006D70"
#define dHAKAdan_room_6Tex_006DF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_006DF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_006D70[] = dHAKAdan_room_6Tex_006D70;
static const __declspec(align(2)) char HAKAdan_room_6Tex_006DF0[] = dHAKAdan_room_6Tex_006DF0;
#else
static const char HAKAdan_room_6Tex_006D70[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_006D70;
static const char HAKAdan_room_6Tex_006DF0[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_006DF0;
#endif
#define dHAKAdan_room_6Tex_006570 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_006570"
#define dHAKAdan_room_6Tex_0065F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_0065F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_006570[] = dHAKAdan_room_6Tex_006570;
static const __declspec(align(2)) char HAKAdan_room_6Tex_0065F0[] = dHAKAdan_room_6Tex_0065F0;
#else
static const char HAKAdan_room_6Tex_006570[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_006570;
static const char HAKAdan_room_6Tex_0065F0[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_0065F0;
#endif
#define dHAKAdan_room_6Tex_005370 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_005370"
#define dHAKAdan_room_6Tex_0053F0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_0053F0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_005370[] = dHAKAdan_room_6Tex_005370;
static const __declspec(align(2)) char HAKAdan_room_6Tex_0053F0[] = dHAKAdan_room_6Tex_0053F0;
#else
static const char HAKAdan_room_6Tex_005370[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_005370;
static const char HAKAdan_room_6Tex_0053F0[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_0053F0;
#endif
#define dHAKAdan_room_6Tex_004B70 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_004B70"
#define dHAKAdan_room_6DL_001B40 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6DL_001B40"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_004B70[] = dHAKAdan_room_6Tex_004B70;
static const __declspec(align(2)) char HAKAdan_room_6DL_001B40[] = dHAKAdan_room_6DL_001B40;
#else
static const char HAKAdan_room_6Tex_004B70[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_004B70;
static const char HAKAdan_room_6DL_001B40[] __attribute__((aligned (2))) = dHAKAdan_room_6DL_001B40;
#endif
#define dHAKAdan_room_6DL_004B18 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6DL_004B18"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6DL_004B18[] = dHAKAdan_room_6DL_004B18;
#else
static const char HAKAdan_room_6DL_004B18[] __attribute__((aligned (2))) = dHAKAdan_room_6DL_004B18;
#endif
#define dHAKAdan_room_6Tex_004BF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_6Tex_004BF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_6Tex_004BF0[] = dHAKAdan_room_6Tex_004BF0;
#else
static const char HAKAdan_room_6Tex_004BF0[] __attribute__((aligned (2))) = dHAKAdan_room_6Tex_004BF0;
#endif

View file

@ -1,16 +1,30 @@
#pragma once
#define dHAKAdan_room_7DL_001288 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_001288"
#define dHAKAdan_room_7DL_001100 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_001100"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_7DL_001288[] = dHAKAdan_room_7DL_001288;
static const __declspec(align(2)) char HAKAdan_room_7DL_001100[] = dHAKAdan_room_7DL_001100;
#else
static const char HAKAdan_room_7DL_001288[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_001288;
static const char HAKAdan_room_7DL_001100[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_001100;
#endif
#define dHAKAdan_room_7Tex_0012A8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7Tex_0012A8"
#define dHAKAdan_room_7Tex_0012D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7Tex_0012D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_7Tex_0012A8[] = dHAKAdan_room_7Tex_0012A8;
static const __declspec(align(2)) char HAKAdan_room_7Tex_0012D8[] = dHAKAdan_room_7Tex_0012D8;
#else
static const char HAKAdan_room_7Tex_0012A8[] __attribute__((aligned (2))) = dHAKAdan_room_7Tex_0012A8;
static const char HAKAdan_room_7Tex_0012D8[] __attribute__((aligned (2))) = dHAKAdan_room_7Tex_0012D8;
#endif
#define dHAKAdan_room_7DL_000260 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_000260"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_7DL_000260[] = dHAKAdan_room_7DL_000260;
#else
static const char HAKAdan_room_7DL_000260[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_000260;
#endif
#define dHAKAdan_room_7DL_0008E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_0008E8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_7DL_0008E8[] = dHAKAdan_room_7DL_0008E8;
#else
static const char HAKAdan_room_7DL_0008E8[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_0008E8;
#endif

View file

@ -1,44 +1,65 @@
#pragma once
#define dHAKAdan_room_8DL_003030 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8DL_003030"
#define dHAKAdan_room_8DL_000E70 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8DL_000E70"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8DL_003030[] = dHAKAdan_room_8DL_003030;
static const __declspec(align(2)) char HAKAdan_room_8DL_000E70[] = dHAKAdan_room_8DL_000E70;
#else
static const char HAKAdan_room_8DL_003030[] __attribute__((aligned (2))) = dHAKAdan_room_8DL_003030;
static const char HAKAdan_room_8DL_000E70[] __attribute__((aligned (2))) = dHAKAdan_room_8DL_000E70;
#endif
#define dHAKAdan_room_8Tex_004C58 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_004C58"
#define dHAKAdan_room_8Tex_004C98 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_004C98"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_004C58[] = dHAKAdan_room_8Tex_004C58;
static const __declspec(align(2)) char HAKAdan_room_8Tex_004C98[] = dHAKAdan_room_8Tex_004C98;
#else
static const char HAKAdan_room_8Tex_004C58[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_004C58;
static const char HAKAdan_room_8Tex_004C98[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_004C98;
#endif
#define dHAKAdan_room_8Tex_003058 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_003058"
#define dHAKAdan_room_8Tex_003098 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_003098"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_003058[] = dHAKAdan_room_8Tex_003058;
static const __declspec(align(2)) char HAKAdan_room_8Tex_003098[] = dHAKAdan_room_8Tex_003098;
#else
static const char HAKAdan_room_8Tex_003058[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_003058;
static const char HAKAdan_room_8Tex_003098[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_003098;
#endif
#define dHAKAdan_room_8Tex_004258 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_004258"
#define dHAKAdan_room_8DL_002418 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8DL_002418"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_004258[] = dHAKAdan_room_8Tex_004258;
static const __declspec(align(2)) char HAKAdan_room_8DL_002418[] = dHAKAdan_room_8DL_002418;
#else
static const char HAKAdan_room_8Tex_004258[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_004258;
static const char HAKAdan_room_8DL_002418[] __attribute__((aligned (2))) = dHAKAdan_room_8DL_002418;
#endif
#define dHAKAdan_room_8Tex_004A58 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_004A58"
#define dHAKAdan_room_8DL_002CC8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8DL_002CC8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_004A58[] = dHAKAdan_room_8Tex_004A58;
static const __declspec(align(2)) char HAKAdan_room_8DL_002CC8[] = dHAKAdan_room_8DL_002CC8;
#else
static const char HAKAdan_room_8Tex_004A58[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_004A58;
static const char HAKAdan_room_8DL_002CC8[] __attribute__((aligned (2))) = dHAKAdan_room_8DL_002CC8;
#endif
#define dHAKAdan_room_8Tex_003258 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_003258"
#define dHAKAdan_room_8Tex_004A98 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_004A98"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_003258[] = dHAKAdan_room_8Tex_003258;
static const __declspec(align(2)) char HAKAdan_room_8Tex_004A98[] = dHAKAdan_room_8Tex_004A98;
#else
static const char HAKAdan_room_8Tex_003258[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_003258;
static const char HAKAdan_room_8Tex_004A98[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_004A98;
#endif
#define dHAKAdan_room_8Tex_003298 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_003298"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_003298[] = dHAKAdan_room_8Tex_003298;
#else
static const char HAKAdan_room_8Tex_003298[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_003298;
#endif
#define dHAKAdan_room_8DL_001CE8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8DL_001CE8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8DL_001CE8[] = dHAKAdan_room_8DL_001CE8;
#else
static const char HAKAdan_room_8DL_001CE8[] __attribute__((aligned (2))) = dHAKAdan_room_8DL_001CE8;
#endif
#define dHAKAdan_room_8Tex_004298 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_8Tex_004298"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_8Tex_004298[] = dHAKAdan_room_8Tex_004298;
#else
static const char HAKAdan_room_8Tex_004298[] __attribute__((aligned (2))) = dHAKAdan_room_8Tex_004298;
#endif

View file

@ -1,72 +1,142 @@
#pragma once
#define dHAKAdan_room_9DL_008F00 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_008F00"
#define dHAKAdan_room_9DL_005AF0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_005AF0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9DL_008F00[] = dHAKAdan_room_9DL_008F00;
static const __declspec(align(2)) char HAKAdan_room_9DL_005AF0[] = dHAKAdan_room_9DL_005AF0;
#else
static const char HAKAdan_room_9DL_008F00[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_008F00;
static const char HAKAdan_room_9DL_005AF0[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_005AF0;
#endif
#define dHAKAdan_room_9Tex_009760 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_009760"
#define dHAKAdan_room_9Tex_00C890 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00C890"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_009760[] = dHAKAdan_room_9Tex_009760;
static const __declspec(align(2)) char HAKAdan_room_9Tex_00C890[] = dHAKAdan_room_9Tex_00C890;
#else
static const char HAKAdan_room_9Tex_009760[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_009760;
static const char HAKAdan_room_9Tex_00C890[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00C890;
#endif
#define dHAKAdan_room_9Tex_008F60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_008F60"
#define dHAKAdan_room_9Tex_00A090 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00A090"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_008F60[] = dHAKAdan_room_9Tex_008F60;
static const __declspec(align(2)) char HAKAdan_room_9Tex_00A090[] = dHAKAdan_room_9Tex_00A090;
#else
static const char HAKAdan_room_9Tex_008F60[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_008F60;
static const char HAKAdan_room_9Tex_00A090[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00A090;
#endif
#define dHAKAdan_room_9Tex_00C560 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00C560"
#define dHAKAdan_room_9Tex_00BA90 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00BA90"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00C560[] = dHAKAdan_room_9Tex_00C560;
static const __declspec(align(2)) char HAKAdan_room_9Tex_00BA90[] = dHAKAdan_room_9Tex_00BA90;
#else
static const char HAKAdan_room_9Tex_00C560[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00C560;
static const char HAKAdan_room_9Tex_00BA90[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00BA90;
#endif
#define dHAKAdan_room_9Tex_00A160 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00A160"
#define dHAKAdan_room_9DL_008E68 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_008E68"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00A160[] = dHAKAdan_room_9Tex_00A160;
static const __declspec(align(2)) char HAKAdan_room_9DL_008E68[] = dHAKAdan_room_9DL_008E68;
#else
static const char HAKAdan_room_9Tex_00A160[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00A160;
static const char HAKAdan_room_9DL_008E68[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_008E68;
#endif
#define dHAKAdan_room_9Tex_00C760 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00C760"
#define dHAKAdan_room_9DL_008058 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_008058"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00C760[] = dHAKAdan_room_9Tex_00C760;
static const __declspec(align(2)) char HAKAdan_room_9DL_008058[] = dHAKAdan_room_9DL_008058;
#else
static const char HAKAdan_room_9Tex_00C760[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00C760;
static const char HAKAdan_room_9DL_008058[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_008058;
#endif
#define dHAKAdan_room_9Tex_009F60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_009F60"
#define dHAKAdan_room_9DL_000470 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_000470"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_009F60[] = dHAKAdan_room_9Tex_009F60;
static const __declspec(align(2)) char HAKAdan_room_9DL_000470[] = dHAKAdan_room_9DL_000470;
#else
static const char HAKAdan_room_9Tex_009F60[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_009F60;
static const char HAKAdan_room_9DL_000470[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_000470;
#endif
#define dHAKAdan_room_9Tex_00B960 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00B960"
#define dHAKAdan_room_9DL_006600 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_006600"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00B960[] = dHAKAdan_room_9Tex_00B960;
static const __declspec(align(2)) char HAKAdan_room_9DL_006600[] = dHAKAdan_room_9DL_006600;
#else
static const char HAKAdan_room_9Tex_00B960[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00B960;
static const char HAKAdan_room_9DL_006600[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_006600;
#endif
#define dHAKAdan_room_9Tex_00B160 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00B160"
#define dHAKAdan_room_9Tex_00B290 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00B290"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00B160[] = dHAKAdan_room_9Tex_00B160;
static const __declspec(align(2)) char HAKAdan_room_9Tex_00B290[] = dHAKAdan_room_9Tex_00B290;
#else
static const char HAKAdan_room_9Tex_00B160[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00B160;
static const char HAKAdan_room_9Tex_00B290[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00B290;
#endif
#define dHAKAdan_room_9Tex_00BD60 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00BD60"
#define dHAKAdan_room_9DL_008910 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_008910"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00BD60[] = dHAKAdan_room_9Tex_00BD60;
static const __declspec(align(2)) char HAKAdan_room_9DL_008910[] = dHAKAdan_room_9DL_008910;
#else
static const char HAKAdan_room_9Tex_00BD60[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00BD60;
static const char HAKAdan_room_9DL_008910[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_008910;
#endif
#define dHAKAdan_room_9DL_002248 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_002248"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9DL_002248[] = dHAKAdan_room_9DL_002248;
#else
static const char HAKAdan_room_9DL_002248[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_002248;
#endif
#define dHAKAdan_room_9Tex_009890 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_009890"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_009890[] = dHAKAdan_room_9Tex_009890;
#else
static const char HAKAdan_room_9Tex_009890[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_009890;
#endif
#define dHAKAdan_room_9DL_003E30 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_003E30"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9DL_003E30[] = dHAKAdan_room_9DL_003E30;
#else
static const char HAKAdan_room_9DL_003E30[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_003E30;
#endif
#define dHAKAdan_room_9Tex_009090 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_009090"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_009090[] = dHAKAdan_room_9Tex_009090;
#else
static const char HAKAdan_room_9Tex_009090[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_009090;
#endif
#define dHAKAdan_room_9Tex_00C690 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00C690"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00C690[] = dHAKAdan_room_9Tex_00C690;
#else
static const char HAKAdan_room_9Tex_00C690[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00C690;
#endif
#define dHAKAdan_room_9Tex_00A290 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00A290"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00A290[] = dHAKAdan_room_9Tex_00A290;
#else
static const char HAKAdan_room_9Tex_00A290[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00A290;
#endif
#define dHAKAdan_room_9DL_0085F8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_0085F8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9DL_0085F8[] = dHAKAdan_room_9DL_0085F8;
#else
static const char HAKAdan_room_9DL_0085F8[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_0085F8;
#endif
#define dHAKAdan_room_9DL_000868 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_000868"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9DL_000868[] = dHAKAdan_room_9DL_000868;
#else
static const char HAKAdan_room_9DL_000868[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_000868;
#endif
#define dHAKAdan_room_9DL_007620 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9DL_007620"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9DL_007620[] = dHAKAdan_room_9DL_007620;
#else
static const char HAKAdan_room_9DL_007620[] __attribute__((aligned (2))) = dHAKAdan_room_9DL_007620;
#endif
#define dHAKAdan_room_9Tex_00BE90 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_9Tex_00BE90"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_9Tex_00BE90[] = dHAKAdan_room_9Tex_00BE90;
#else
static const char HAKAdan_room_9Tex_00BE90[] __attribute__((aligned (2))) = dHAKAdan_room_9Tex_00BE90;
#endif

View file

@ -6,13 +6,6 @@ static const __declspec(align(2)) char HAKAdan_sceneCollisionHeader_016394[] = d
static const char HAKAdan_sceneCollisionHeader_016394[] __attribute__((aligned (2))) = dHAKAdan_sceneCollisionHeader_016394;
#endif
#define dHAKAdan_sceneTex_017BC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_sceneTex_017BC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_sceneTex_017BC0[] = dHAKAdan_sceneTex_017BC0;
#else
static const char HAKAdan_sceneTex_017BC0[] __attribute__((aligned (2))) = dHAKAdan_sceneTex_017BC0;
#endif
#define dHAKAdan_sceneTex_0173C0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_sceneTex_0173C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_sceneTex_0173C0[] = dHAKAdan_sceneTex_0173C0;
@ -20,6 +13,13 @@ static const __declspec(align(2)) char HAKAdan_sceneTex_0173C0[] = dHAKAdan_scen
static const char HAKAdan_sceneTex_0173C0[] __attribute__((aligned (2))) = dHAKAdan_sceneTex_0173C0;
#endif
#define dHAKAdan_sceneTex_017BC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_sceneTex_017BC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_sceneTex_017BC0[] = dHAKAdan_sceneTex_017BC0;
#else
static const char HAKAdan_sceneTex_017BC0[] __attribute__((aligned (2))) = dHAKAdan_sceneTex_017BC0;
#endif
#define dHAKAdan_sceneTex_016BC0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_sceneTex_016BC0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_sceneTex_016BC0[] = dHAKAdan_sceneTex_016BC0;

View file

@ -1,366 +1,366 @@
#pragma once
#define dHAKAdanCH_room_0DL_001C00 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_001C00"
#define dHAKAdanCH_room_0DL_001D30 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_001D30"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_001C00[] = dHAKAdanCH_room_0DL_001C00;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_001D30[] = dHAKAdanCH_room_0DL_001D30;
#else
static const char HAKAdanCH_room_0DL_001C00[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_001C00;
static const char HAKAdanCH_room_0DL_001D30[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_001D30;
#endif
#define dHAKAdanCH_room_0Tex_0131F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_0131F0"
#define dHAKAdanCH_room_0Tex_013320 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_013320"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_0131F0[] = dHAKAdanCH_room_0Tex_0131F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_013320[] = dHAKAdanCH_room_0Tex_013320;
#else
static const char HAKAdanCH_room_0Tex_0131F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_0131F0;
static const char HAKAdanCH_room_0Tex_013320[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_013320;
#endif
#define dHAKAdanCH_room_0Tex_0117F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_0117F0"
#define dHAKAdanCH_room_0Tex_011920 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_011920"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_0117F0[] = dHAKAdanCH_room_0Tex_0117F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_011920[] = dHAKAdanCH_room_0Tex_011920;
#else
static const char HAKAdanCH_room_0Tex_0117F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_0117F0;
static const char HAKAdanCH_room_0Tex_011920[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_011920;
#endif
#define dHAKAdanCH_room_0Tex_010FF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_010FF0"
#define dHAKAdanCH_room_0Tex_011120 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_011120"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_010FF0[] = dHAKAdanCH_room_0Tex_010FF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_011120[] = dHAKAdanCH_room_0Tex_011120;
#else
static const char HAKAdanCH_room_0Tex_010FF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_010FF0;
static const char HAKAdanCH_room_0Tex_011120[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_011120;
#endif
#define dHAKAdanCH_room_0Tex_00DDF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00DDF0"
#define dHAKAdanCH_room_0Tex_00DF20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00DF20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00DDF0[] = dHAKAdanCH_room_0Tex_00DDF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00DF20[] = dHAKAdanCH_room_0Tex_00DF20;
#else
static const char HAKAdanCH_room_0Tex_00DDF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00DDF0;
static const char HAKAdanCH_room_0Tex_00DF20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00DF20;
#endif
#define dHAKAdanCH_room_0Tex_00F7F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00F7F0"
#define dHAKAdanCH_room_0Tex_00F920 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00F920"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00F7F0[] = dHAKAdanCH_room_0Tex_00F7F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00F920[] = dHAKAdanCH_room_0Tex_00F920;
#else
static const char HAKAdanCH_room_0Tex_00F7F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00F7F0;
static const char HAKAdanCH_room_0Tex_00F920[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00F920;
#endif
#define dHAKAdanCH_room_0DL_003EE8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_003EE8"
#define dHAKAdanCH_room_0DL_004018 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_004018"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_003EE8[] = dHAKAdanCH_room_0DL_003EE8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_004018[] = dHAKAdanCH_room_0DL_004018;
#else
static const char HAKAdanCH_room_0DL_003EE8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_003EE8;
static const char HAKAdanCH_room_0DL_004018[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_004018;
#endif
#define dHAKAdanCH_room_0Tex_011DF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_011DF0"
#define dHAKAdanCH_room_0Tex_011F20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_011F20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_011DF0[] = dHAKAdanCH_room_0Tex_011DF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_011F20[] = dHAKAdanCH_room_0Tex_011F20;
#else
static const char HAKAdanCH_room_0Tex_011DF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_011DF0;
static const char HAKAdanCH_room_0Tex_011F20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_011F20;
#endif
#define dHAKAdanCH_room_0Tex_00FFF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00FFF0"
#define dHAKAdanCH_room_0Tex_010120 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_010120"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00FFF0[] = dHAKAdanCH_room_0Tex_00FFF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_010120[] = dHAKAdanCH_room_0Tex_010120;
#else
static const char HAKAdanCH_room_0Tex_00FFF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00FFF0;
static const char HAKAdanCH_room_0Tex_010120[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_010120;
#endif
#define dHAKAdanCH_room_0DL_004BE8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_004BE8"
#define dHAKAdanCH_room_0DL_004D18 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_004D18"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_004BE8[] = dHAKAdanCH_room_0DL_004BE8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_004D18[] = dHAKAdanCH_room_0DL_004D18;
#else
static const char HAKAdanCH_room_0DL_004BE8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_004BE8;
static const char HAKAdanCH_room_0DL_004D18[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_004D18;
#endif
#define dHAKAdanCH_room_0DL_005690 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_005690"
#define dHAKAdanCH_room_0DL_0057C0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0057C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_005690[] = dHAKAdanCH_room_0DL_005690;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0057C0[] = dHAKAdanCH_room_0DL_0057C0;
#else
static const char HAKAdanCH_room_0DL_005690[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_005690;
static const char HAKAdanCH_room_0DL_0057C0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0057C0;
#endif
#define dHAKAdanCH_room_0Tex_00DFF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00DFF0"
#define dHAKAdanCH_room_0Tex_00E120 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00E120"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00DFF0[] = dHAKAdanCH_room_0Tex_00DFF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00E120[] = dHAKAdanCH_room_0Tex_00E120;
#else
static const char HAKAdanCH_room_0Tex_00DFF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00DFF0;
static const char HAKAdanCH_room_0Tex_00E120[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00E120;
#endif
#define dHAKAdanCH_room_0DL_005B00 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_005B00"
#define dHAKAdanCH_room_0DL_005C30 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_005C30"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_005B00[] = dHAKAdanCH_room_0DL_005B00;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_005C30[] = dHAKAdanCH_room_0DL_005C30;
#else
static const char HAKAdanCH_room_0DL_005B00[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_005B00;
static const char HAKAdanCH_room_0DL_005C30[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_005C30;
#endif
#define dHAKAdanCH_room_0DL_005ED0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_005ED0"
#define dHAKAdanCH_room_0DL_006000 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_006000"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_005ED0[] = dHAKAdanCH_room_0DL_005ED0;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_006000[] = dHAKAdanCH_room_0DL_006000;
#else
static const char HAKAdanCH_room_0DL_005ED0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_005ED0;
static const char HAKAdanCH_room_0DL_006000[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_006000;
#endif
#define dHAKAdanCH_room_0DL_002308 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_002308"
#define dHAKAdanCH_room_0DL_002438 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_002438"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_002308[] = dHAKAdanCH_room_0DL_002308;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_002438[] = dHAKAdanCH_room_0DL_002438;
#else
static const char HAKAdanCH_room_0DL_002308[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_002308;
static const char HAKAdanCH_room_0DL_002438[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_002438;
#endif
#define dHAKAdanCH_room_0DL_00D420 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00D420"
#define dHAKAdanCH_room_0DL_00D550 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00D550"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00D420[] = dHAKAdanCH_room_0DL_00D420;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00D550[] = dHAKAdanCH_room_0DL_00D550;
#else
static const char HAKAdanCH_room_0DL_00D420[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00D420;
static const char HAKAdanCH_room_0DL_00D550[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00D550;
#endif
#define dHAKAdanCH_room_0DL_001230 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_001230"
#define dHAKAdanCH_room_0DL_001360 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_001360"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_001230[] = dHAKAdanCH_room_0DL_001230;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_001360[] = dHAKAdanCH_room_0DL_001360;
#else
static const char HAKAdanCH_room_0DL_001230[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_001230;
static const char HAKAdanCH_room_0DL_001360[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_001360;
#endif
#define dHAKAdanCH_room_0Tex_0135F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_0135F0"
#define dHAKAdanCH_room_0Tex_013720 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_013720"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_0135F0[] = dHAKAdanCH_room_0Tex_0135F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_013720[] = dHAKAdanCH_room_0Tex_013720;
#else
static const char HAKAdanCH_room_0Tex_0135F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_0135F0;
static const char HAKAdanCH_room_0Tex_013720[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_013720;
#endif
#define dHAKAdanCH_room_0DL_007880 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_007880"
#define dHAKAdanCH_room_0DL_0079B0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0079B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_007880[] = dHAKAdanCH_room_0DL_007880;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0079B0[] = dHAKAdanCH_room_0DL_0079B0;
#else
static const char HAKAdanCH_room_0DL_007880[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_007880;
static const char HAKAdanCH_room_0DL_0079B0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0079B0;
#endif
#define dHAKAdanCH_room_0DL_008680 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_008680"
#define dHAKAdanCH_room_0DL_0087B0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0087B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_008680[] = dHAKAdanCH_room_0DL_008680;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0087B0[] = dHAKAdanCH_room_0DL_0087B0;
#else
static const char HAKAdanCH_room_0DL_008680[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_008680;
static const char HAKAdanCH_room_0DL_0087B0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0087B0;
#endif
#define dHAKAdanCH_room_0DL_0099A8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0099A8"
#define dHAKAdanCH_room_0DL_009AD8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_009AD8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0099A8[] = dHAKAdanCH_room_0DL_0099A8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_009AD8[] = dHAKAdanCH_room_0DL_009AD8;
#else
static const char HAKAdanCH_room_0DL_0099A8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0099A8;
static const char HAKAdanCH_room_0DL_009AD8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_009AD8;
#endif
#define dHAKAdanCH_room_0DL_00A570 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00A570"
#define dHAKAdanCH_room_0DL_00A6A0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00A6A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00A570[] = dHAKAdanCH_room_0DL_00A570;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00A6A0[] = dHAKAdanCH_room_0DL_00A6A0;
#else
static const char HAKAdanCH_room_0DL_00A570[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00A570;
static const char HAKAdanCH_room_0DL_00A6A0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00A6A0;
#endif
#define dHAKAdanCH_room_0DL_00AAF8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00AAF8"
#define dHAKAdanCH_room_0DL_00AC28 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00AC28"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00AAF8[] = dHAKAdanCH_room_0DL_00AAF8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00AC28[] = dHAKAdanCH_room_0DL_00AC28;
#else
static const char HAKAdanCH_room_0DL_00AAF8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00AAF8;
static const char HAKAdanCH_room_0DL_00AC28[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00AC28;
#endif
#define dHAKAdanCH_room_0DL_00AF30 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00AF30"
#define dHAKAdanCH_room_0DL_00B060 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00B060"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00AF30[] = dHAKAdanCH_room_0DL_00AF30;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00B060[] = dHAKAdanCH_room_0DL_00B060;
#else
static const char HAKAdanCH_room_0DL_00AF30[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00AF30;
static const char HAKAdanCH_room_0DL_00B060[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00B060;
#endif
#define dHAKAdanCH_room_0DL_0030F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0030F8"
#define dHAKAdanCH_room_0DL_003228 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_003228"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0030F8[] = dHAKAdanCH_room_0DL_0030F8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_003228[] = dHAKAdanCH_room_0DL_003228;
#else
static const char HAKAdanCH_room_0DL_0030F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0030F8;
static const char HAKAdanCH_room_0DL_003228[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_003228;
#endif
#define dHAKAdanCH_room_0DL_002AD0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_002AD0"
#define dHAKAdanCH_room_0DL_002C00 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_002C00"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_002AD0[] = dHAKAdanCH_room_0DL_002AD0;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_002C00[] = dHAKAdanCH_room_0DL_002C00;
#else
static const char HAKAdanCH_room_0DL_002AD0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_002AD0;
static const char HAKAdanCH_room_0DL_002C00[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_002C00;
#endif
#define dHAKAdanCH_room_0DL_014300 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014300"
#define dHAKAdanCH_room_0DL_014430 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014430"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014300[] = dHAKAdanCH_room_0DL_014300;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014430[] = dHAKAdanCH_room_0DL_014430;
#else
static const char HAKAdanCH_room_0DL_014300[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014300;
static const char HAKAdanCH_room_0DL_014430[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014430;
#endif
#define dHAKAdanCH_room_0Tex_0149F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_0149F0"
#define dHAKAdanCH_room_0Tex_014B20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_014B20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_0149F0[] = dHAKAdanCH_room_0Tex_0149F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_014B20[] = dHAKAdanCH_room_0Tex_014B20;
#else
static const char HAKAdanCH_room_0Tex_0149F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_0149F0;
static const char HAKAdanCH_room_0Tex_014B20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_014B20;
#endif
#define dHAKAdanCH_room_0DL_014738 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014738"
#define dHAKAdanCH_room_0DL_014868 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014868"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014738[] = dHAKAdanCH_room_0DL_014738;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014868[] = dHAKAdanCH_room_0DL_014868;
#else
static const char HAKAdanCH_room_0DL_014738[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014738;
static const char HAKAdanCH_room_0DL_014868[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014868;
#endif
#define dHAKAdanCH_room_0Tex_014DF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_014DF0"
#define dHAKAdanCH_room_0Tex_014F20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_014F20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_014DF0[] = dHAKAdanCH_room_0Tex_014DF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_014F20[] = dHAKAdanCH_room_0Tex_014F20;
#else
static const char HAKAdanCH_room_0Tex_014DF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_014DF0;
static const char HAKAdanCH_room_0Tex_014F20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_014F20;
#endif
#define dHAKAdanCH_room_0DL_014908 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014908"
#define dHAKAdanCH_room_0DL_014A38 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014A38"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014908[] = dHAKAdanCH_room_0DL_014908;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014A38[] = dHAKAdanCH_room_0DL_014A38;
#else
static const char HAKAdanCH_room_0DL_014908[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014908;
static const char HAKAdanCH_room_0DL_014A38[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014A38;
#endif
#define dHAKAdanCH_room_0DL_006C28 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_006C28"
#define dHAKAdanCH_room_0DL_006D58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_006D58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_006C28[] = dHAKAdanCH_room_0DL_006C28;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_006D58[] = dHAKAdanCH_room_0DL_006D58;
#else
static const char HAKAdanCH_room_0DL_006C28[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_006C28;
static const char HAKAdanCH_room_0DL_006D58[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_006D58;
#endif
#define dHAKAdanCH_room_0Tex_00D5F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00D5F0"
#define dHAKAdanCH_room_0Tex_00D720 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00D720"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00D5F0[] = dHAKAdanCH_room_0Tex_00D5F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00D720[] = dHAKAdanCH_room_0Tex_00D720;
#else
static const char HAKAdanCH_room_0Tex_00D5F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00D5F0;
static const char HAKAdanCH_room_0Tex_00D720[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00D720;
#endif
#define dHAKAdanCH_room_0DL_000680 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_000680"
#define dHAKAdanCH_room_0DL_0007B0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0007B0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_000680[] = dHAKAdanCH_room_0DL_000680;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0007B0[] = dHAKAdanCH_room_0DL_0007B0;
#else
static const char HAKAdanCH_room_0DL_000680[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_000680;
static const char HAKAdanCH_room_0DL_0007B0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0007B0;
#endif
#define dHAKAdanCH_room_0DL_0036A8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0036A8"
#define dHAKAdanCH_room_0DL_0037D8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0037D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0036A8[] = dHAKAdanCH_room_0DL_0036A8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0037D8[] = dHAKAdanCH_room_0DL_0037D8;
#else
static const char HAKAdanCH_room_0DL_0036A8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0036A8;
static const char HAKAdanCH_room_0DL_0037D8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0037D8;
#endif
#define dHAKAdanCH_room_0DL_0033E8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0033E8"
#define dHAKAdanCH_room_0DL_003518 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_003518"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0033E8[] = dHAKAdanCH_room_0DL_0033E8;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_003518[] = dHAKAdanCH_room_0DL_003518;
#else
static const char HAKAdanCH_room_0DL_0033E8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0033E8;
static const char HAKAdanCH_room_0DL_003518[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_003518;
#endif
#define dHAKAdanCH_room_0DL_006630 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_006630"
#define dHAKAdanCH_room_0DL_006760 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_006760"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_006630[] = dHAKAdanCH_room_0DL_006630;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_006760[] = dHAKAdanCH_room_0DL_006760;
#else
static const char HAKAdanCH_room_0DL_006630[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_006630;
static const char HAKAdanCH_room_0DL_006760[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_006760;
#endif
#define dHAKAdanCH_room_0Tex_011BF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_011BF0"
#define dHAKAdanCH_room_0Tex_011D20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_011D20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_011BF0[] = dHAKAdanCH_room_0Tex_011BF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_011D20[] = dHAKAdanCH_room_0Tex_011D20;
#else
static const char HAKAdanCH_room_0Tex_011BF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_011BF0;
static const char HAKAdanCH_room_0Tex_011D20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_011D20;
#endif
#define dHAKAdanCH_room_0Tex_012DF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_012DF0"
#define dHAKAdanCH_room_0Tex_012F20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_012F20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_012DF0[] = dHAKAdanCH_room_0Tex_012DF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_012F20[] = dHAKAdanCH_room_0Tex_012F20;
#else
static const char HAKAdanCH_room_0Tex_012DF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_012DF0;
static const char HAKAdanCH_room_0Tex_012F20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_012F20;
#endif
#define dHAKAdanCH_room_0Tex_012FF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_012FF0"
#define dHAKAdanCH_room_0Tex_013120 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_013120"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_012FF0[] = dHAKAdanCH_room_0Tex_012FF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_013120[] = dHAKAdanCH_room_0Tex_013120;
#else
static const char HAKAdanCH_room_0Tex_012FF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_012FF0;
static const char HAKAdanCH_room_0Tex_013120[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_013120;
#endif
#define dHAKAdanCH_room_0Tex_013DF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_013DF0"
#define dHAKAdanCH_room_0Tex_013F20 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_013F20"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_013DF0[] = dHAKAdanCH_room_0Tex_013DF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_013F20[] = dHAKAdanCH_room_0Tex_013F20;
#else
static const char HAKAdanCH_room_0Tex_013DF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_013DF0;
static const char HAKAdanCH_room_0Tex_013F20[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_013F20;
#endif
#define dHAKAdanCH_room_0DL_002090 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_002090"
#define dHAKAdanCH_room_0DL_0021C0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0021C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_002090[] = dHAKAdanCH_room_0DL_002090;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0021C0[] = dHAKAdanCH_room_0DL_0021C0;
#else
static const char HAKAdanCH_room_0DL_002090[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_002090;
static const char HAKAdanCH_room_0DL_0021C0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0021C0;
#endif
#define dHAKAdanCH_room_0Tex_00EFF0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00EFF0"
#define dHAKAdanCH_room_0Tex_00F120 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_00F120"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00EFF0[] = dHAKAdanCH_room_0Tex_00EFF0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_00F120[] = dHAKAdanCH_room_0Tex_00F120;
#else
static const char HAKAdanCH_room_0Tex_00EFF0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00EFF0;
static const char HAKAdanCH_room_0Tex_00F120[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_00F120;
#endif
#define dHAKAdanCH_room_0DL_00B988 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00B988"
#define dHAKAdanCH_room_0DL_00BAB8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00BAB8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00B988[] = dHAKAdanCH_room_0DL_00B988;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00BAB8[] = dHAKAdanCH_room_0DL_00BAB8;
#else
static const char HAKAdanCH_room_0DL_00B988[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00B988;
static const char HAKAdanCH_room_0DL_00BAB8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00BAB8;
#endif
#define dHAKAdanCH_room_0Tex_0125F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_0125F0"
#define dHAKAdanCH_room_0Tex_012720 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0Tex_012720"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_0125F0[] = dHAKAdanCH_room_0Tex_0125F0;
static const __declspec(align(2)) char HAKAdanCH_room_0Tex_012720[] = dHAKAdanCH_room_0Tex_012720;
#else
static const char HAKAdanCH_room_0Tex_0125F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_0125F0;
static const char HAKAdanCH_room_0Tex_012720[] __attribute__((aligned (2))) = dHAKAdanCH_room_0Tex_012720;
#endif
#define dHAKAdanCH_room_0DL_00C048 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00C048"
#define dHAKAdanCH_room_0DL_00C178 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00C178"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00C048[] = dHAKAdanCH_room_0DL_00C048;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00C178[] = dHAKAdanCH_room_0DL_00C178;
#else
static const char HAKAdanCH_room_0DL_00C048[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00C048;
static const char HAKAdanCH_room_0DL_00C178[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00C178;
#endif
#define dHAKAdanCH_room_0DL_00C678 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00C678"
#define dHAKAdanCH_room_0DL_00C7A8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00C7A8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00C678[] = dHAKAdanCH_room_0DL_00C678;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00C7A8[] = dHAKAdanCH_room_0DL_00C7A8;
#else
static const char HAKAdanCH_room_0DL_00C678[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00C678;
static const char HAKAdanCH_room_0DL_00C7A8[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00C7A8;
#endif
#define dHAKAdanCH_room_0DL_00CD48 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00CD48"
#define dHAKAdanCH_room_0DL_00CE78 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00CE78"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00CD48[] = dHAKAdanCH_room_0DL_00CD48;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00CE78[] = dHAKAdanCH_room_0DL_00CE78;
#else
static const char HAKAdanCH_room_0DL_00CD48[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00CD48;
static const char HAKAdanCH_room_0DL_00CE78[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00CE78;
#endif
#define dHAKAdanCH_room_0DL_00D128 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00D128"
#define dHAKAdanCH_room_0DL_00D258 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00D258"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00D128[] = dHAKAdanCH_room_0DL_00D128;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00D258[] = dHAKAdanCH_room_0DL_00D258;
#else
static const char HAKAdanCH_room_0DL_00D128[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00D128;
static const char HAKAdanCH_room_0DL_00D258[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00D258;
#endif
#define dHAKAdanCH_room_0DL_0144E0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0144E0"
#define dHAKAdanCH_room_0DL_014610 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_014610"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0144E0[] = dHAKAdanCH_room_0DL_0144E0;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_014610[] = dHAKAdanCH_room_0DL_014610;
#else
static const char HAKAdanCH_room_0DL_0144E0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0144E0;
static const char HAKAdanCH_room_0DL_014610[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_014610;
#endif
#define dHAKAdanCH_room_0DL_00B250 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00B250"
#define dHAKAdanCH_room_0DL_00B380 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_00B380"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00B250[] = dHAKAdanCH_room_0DL_00B250;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_00B380[] = dHAKAdanCH_room_0DL_00B380;
#else
static const char HAKAdanCH_room_0DL_00B250[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00B250;
static const char HAKAdanCH_room_0DL_00B380[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_00B380;
#endif
#define dHAKAdanCH_room_0DL_0024A0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0024A0"
#define dHAKAdanCH_room_0DL_0025D0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_0DL_0025D0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0024A0[] = dHAKAdanCH_room_0DL_0024A0;
static const __declspec(align(2)) char HAKAdanCH_room_0DL_0025D0[] = dHAKAdanCH_room_0DL_0025D0;
#else
static const char HAKAdanCH_room_0DL_0024A0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0024A0;
static const char HAKAdanCH_room_0DL_0025D0[] __attribute__((aligned (2))) = dHAKAdanCH_room_0DL_0025D0;
#endif

View file

@ -1,128 +1,128 @@
#pragma once
#define dHAKAdanCH_room_1DL_008CB0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_008CB0"
#define dHAKAdanCH_room_1DL_008B10 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_008B10"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_008CB0[] = dHAKAdanCH_room_1DL_008CB0;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_008B10[] = dHAKAdanCH_room_1DL_008B10;
#else
static const char HAKAdanCH_room_1DL_008CB0[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_008CB0;
static const char HAKAdanCH_room_1DL_008B10[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_008B10;
#endif
#define dHAKAdanCH_room_1Tex_00A2F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00A2F8"
#define dHAKAdanCH_room_1Tex_00A158 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00A158"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00A2F8[] = dHAKAdanCH_room_1Tex_00A2F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00A158[] = dHAKAdanCH_room_1Tex_00A158;
#else
static const char HAKAdanCH_room_1Tex_00A2F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00A2F8;
static const char HAKAdanCH_room_1Tex_00A158[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00A158;
#endif
#define dHAKAdanCH_room_1DL_006000 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_006000"
#define dHAKAdanCH_room_1DL_005E60 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_005E60"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_006000[] = dHAKAdanCH_room_1DL_006000;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_005E60[] = dHAKAdanCH_room_1DL_005E60;
#else
static const char HAKAdanCH_room_1DL_006000[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_006000;
static const char HAKAdanCH_room_1DL_005E60[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_005E60;
#endif
#define dHAKAdanCH_room_1Tex_0098F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_0098F8"
#define dHAKAdanCH_room_1Tex_009758 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_009758"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_0098F8[] = dHAKAdanCH_room_1Tex_0098F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_009758[] = dHAKAdanCH_room_1Tex_009758;
#else
static const char HAKAdanCH_room_1Tex_0098F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_0098F8;
static const char HAKAdanCH_room_1Tex_009758[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_009758;
#endif
#define dHAKAdanCH_room_1Tex_008EF8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_008EF8"
#define dHAKAdanCH_room_1Tex_008D58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_008D58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_008EF8[] = dHAKAdanCH_room_1Tex_008EF8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_008D58[] = dHAKAdanCH_room_1Tex_008D58;
#else
static const char HAKAdanCH_room_1Tex_008EF8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_008EF8;
static const char HAKAdanCH_room_1Tex_008D58[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_008D58;
#endif
#define dHAKAdanCH_room_1Tex_0094F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_0094F8"
#define dHAKAdanCH_room_1Tex_009358 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_009358"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_0094F8[] = dHAKAdanCH_room_1Tex_0094F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_009358[] = dHAKAdanCH_room_1Tex_009358;
#else
static const char HAKAdanCH_room_1Tex_0094F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_0094F8;
static const char HAKAdanCH_room_1Tex_009358[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_009358;
#endif
#define dHAKAdanCH_room_1DL_0074F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_0074F8"
#define dHAKAdanCH_room_1DL_007358 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_007358"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_0074F8[] = dHAKAdanCH_room_1DL_0074F8;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_007358[] = dHAKAdanCH_room_1DL_007358;
#else
static const char HAKAdanCH_room_1DL_0074F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_0074F8;
static const char HAKAdanCH_room_1DL_007358[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_007358;
#endif
#define dHAKAdanCH_room_1Tex_00A6F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00A6F8"
#define dHAKAdanCH_room_1Tex_00A558 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00A558"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00A6F8[] = dHAKAdanCH_room_1Tex_00A6F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00A558[] = dHAKAdanCH_room_1Tex_00A558;
#else
static const char HAKAdanCH_room_1Tex_00A6F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00A6F8;
static const char HAKAdanCH_room_1Tex_00A558[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00A558;
#endif
#define dHAKAdanCH_room_1DL_008048 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_008048"
#define dHAKAdanCH_room_1DL_007EA8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_007EA8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_008048[] = dHAKAdanCH_room_1DL_008048;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_007EA8[] = dHAKAdanCH_room_1DL_007EA8;
#else
static const char HAKAdanCH_room_1DL_008048[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_008048;
static const char HAKAdanCH_room_1DL_007EA8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_007EA8;
#endif
#define dHAKAdanCH_room_1DL_006988 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_006988"
#define dHAKAdanCH_room_1DL_0067E8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_0067E8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_006988[] = dHAKAdanCH_room_1DL_006988;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_0067E8[] = dHAKAdanCH_room_1DL_0067E8;
#else
static const char HAKAdanCH_room_1DL_006988[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_006988;
static const char HAKAdanCH_room_1DL_0067E8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_0067E8;
#endif
#define dHAKAdanCH_room_1DL_000C10 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_000C10"
#define dHAKAdanCH_room_1DL_000A70 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_000A70"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_000C10[] = dHAKAdanCH_room_1DL_000C10;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_000A70[] = dHAKAdanCH_room_1DL_000A70;
#else
static const char HAKAdanCH_room_1DL_000C10[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_000C10;
static const char HAKAdanCH_room_1DL_000A70[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_000A70;
#endif
#define dHAKAdanCH_room_1DL_001A78 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_001A78"
#define dHAKAdanCH_room_1DL_0018D8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_0018D8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_001A78[] = dHAKAdanCH_room_1DL_001A78;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_0018D8[] = dHAKAdanCH_room_1DL_0018D8;
#else
static const char HAKAdanCH_room_1DL_001A78[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_001A78;
static const char HAKAdanCH_room_1DL_0018D8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_0018D8;
#endif
#define dHAKAdanCH_room_1DL_004260 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_004260"
#define dHAKAdanCH_room_1DL_0040C0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_0040C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_004260[] = dHAKAdanCH_room_1DL_004260;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_0040C0[] = dHAKAdanCH_room_1DL_0040C0;
#else
static const char HAKAdanCH_room_1DL_004260[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_004260;
static const char HAKAdanCH_room_1DL_0040C0[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_0040C0;
#endif
#define dHAKAdanCH_room_1Tex_00AEF8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00AEF8"
#define dHAKAdanCH_room_1Tex_00AD58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00AD58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00AEF8[] = dHAKAdanCH_room_1Tex_00AEF8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00AD58[] = dHAKAdanCH_room_1Tex_00AD58;
#else
static const char HAKAdanCH_room_1Tex_00AEF8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00AEF8;
static const char HAKAdanCH_room_1Tex_00AD58[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00AD58;
#endif
#define dHAKAdanCH_room_1Tex_00A0F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_00A0F8"
#define dHAKAdanCH_room_1Tex_009F58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_009F58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_00A0F8[] = dHAKAdanCH_room_1Tex_00A0F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_009F58[] = dHAKAdanCH_room_1Tex_009F58;
#else
static const char HAKAdanCH_room_1Tex_00A0F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_00A0F8;
static const char HAKAdanCH_room_1Tex_009F58[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_009F58;
#endif
#define dHAKAdanCH_room_1Tex_0090F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_0090F8"
#define dHAKAdanCH_room_1Tex_008F58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_008F58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_0090F8[] = dHAKAdanCH_room_1Tex_0090F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_008F58[] = dHAKAdanCH_room_1Tex_008F58;
#else
static const char HAKAdanCH_room_1Tex_0090F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_0090F8;
static const char HAKAdanCH_room_1Tex_008F58[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_008F58;
#endif
#define dHAKAdanCH_room_1Tex_0092F8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_0092F8"
#define dHAKAdanCH_room_1Tex_009158 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1Tex_009158"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_0092F8[] = dHAKAdanCH_room_1Tex_0092F8;
static const __declspec(align(2)) char HAKAdanCH_room_1Tex_009158[] = dHAKAdanCH_room_1Tex_009158;
#else
static const char HAKAdanCH_room_1Tex_0092F8[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_0092F8;
static const char HAKAdanCH_room_1Tex_009158[] __attribute__((aligned (2))) = dHAKAdanCH_room_1Tex_009158;
#endif
#define dHAKAdanCH_room_1DL_00B1E0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_00B1E0"
#define dHAKAdanCH_room_1DL_00B040 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_1DL_00B040"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_1DL_00B1E0[] = dHAKAdanCH_room_1DL_00B1E0;
static const __declspec(align(2)) char HAKAdanCH_room_1DL_00B040[] = dHAKAdanCH_room_1DL_00B040;
#else
static const char HAKAdanCH_room_1DL_00B1E0[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_00B1E0;
static const char HAKAdanCH_room_1DL_00B040[] __attribute__((aligned (2))) = dHAKAdanCH_room_1DL_00B040;
#endif

View file

@ -1,51 +1,51 @@
#pragma once
#define dHAKAdanCH_room_2DL_000A10 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2DL_000A10"
#define dHAKAdanCH_room_2DL_0009E0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2DL_0009E0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2DL_000A10[] = dHAKAdanCH_room_2DL_000A10;
static const __declspec(align(2)) char HAKAdanCH_room_2DL_0009E0[] = dHAKAdanCH_room_2DL_0009E0;
#else
static const char HAKAdanCH_room_2DL_000A10[] __attribute__((aligned (2))) = dHAKAdanCH_room_2DL_000A10;
static const char HAKAdanCH_room_2DL_0009E0[] __attribute__((aligned (2))) = dHAKAdanCH_room_2DL_0009E0;
#endif
#define dHAKAdanCH_room_2Tex_002988 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002988"
#define dHAKAdanCH_room_2Tex_002958 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002958"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002988[] = dHAKAdanCH_room_2Tex_002988;
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002958[] = dHAKAdanCH_room_2Tex_002958;
#else
static const char HAKAdanCH_room_2Tex_002988[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002988;
static const char HAKAdanCH_room_2Tex_002958[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002958;
#endif
#define dHAKAdanCH_room_2DL_001FD8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2DL_001FD8"
#define dHAKAdanCH_room_2DL_001FA8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2DL_001FA8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2DL_001FD8[] = dHAKAdanCH_room_2DL_001FD8;
static const __declspec(align(2)) char HAKAdanCH_room_2DL_001FA8[] = dHAKAdanCH_room_2DL_001FA8;
#else
static const char HAKAdanCH_room_2DL_001FD8[] __attribute__((aligned (2))) = dHAKAdanCH_room_2DL_001FD8;
static const char HAKAdanCH_room_2DL_001FA8[] __attribute__((aligned (2))) = dHAKAdanCH_room_2DL_001FA8;
#endif
#define dHAKAdanCH_room_2Tex_002F88 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002F88"
#define dHAKAdanCH_room_2Tex_002F58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002F58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002F88[] = dHAKAdanCH_room_2Tex_002F88;
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002F58[] = dHAKAdanCH_room_2Tex_002F58;
#else
static const char HAKAdanCH_room_2Tex_002F88[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002F88;
static const char HAKAdanCH_room_2Tex_002F58[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002F58;
#endif
#define dHAKAdanCH_room_2Tex_002D88 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002D88"
#define dHAKAdanCH_room_2Tex_002D58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002D58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002D88[] = dHAKAdanCH_room_2Tex_002D88;
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002D58[] = dHAKAdanCH_room_2Tex_002D58;
#else
static const char HAKAdanCH_room_2Tex_002D88[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002D88;
static const char HAKAdanCH_room_2Tex_002D58[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002D58;
#endif
#define dHAKAdanCH_room_2Tex_002B88 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002B88"
#define dHAKAdanCH_room_2Tex_002B58 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2Tex_002B58"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002B88[] = dHAKAdanCH_room_2Tex_002B88;
static const __declspec(align(2)) char HAKAdanCH_room_2Tex_002B58[] = dHAKAdanCH_room_2Tex_002B58;
#else
static const char HAKAdanCH_room_2Tex_002B88[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002B88;
static const char HAKAdanCH_room_2Tex_002B58[] __attribute__((aligned (2))) = dHAKAdanCH_room_2Tex_002B58;
#endif
#define dHAKAdanCH_room_2DL_000710 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2DL_000710"
#define dHAKAdanCH_room_2DL_0006E0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_2DL_0006E0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_2DL_000710[] = dHAKAdanCH_room_2DL_000710;
static const __declspec(align(2)) char HAKAdanCH_room_2DL_0006E0[] = dHAKAdanCH_room_2DL_0006E0;
#else
static const char HAKAdanCH_room_2DL_000710[] __attribute__((aligned (2))) = dHAKAdanCH_room_2DL_000710;
static const char HAKAdanCH_room_2DL_0006E0[] __attribute__((aligned (2))) = dHAKAdanCH_room_2DL_0006E0;
#endif

View file

@ -1,30 +1,30 @@
#pragma once
#define dHAKAdanCH_room_3DL_000CE0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3DL_000CE0"
#define dHAKAdanCH_room_3DL_000D40 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3DL_000D40"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_3DL_000CE0[] = dHAKAdanCH_room_3DL_000CE0;
static const __declspec(align(2)) char HAKAdanCH_room_3DL_000D40[] = dHAKAdanCH_room_3DL_000D40;
#else
static const char HAKAdanCH_room_3DL_000CE0[] __attribute__((aligned (2))) = dHAKAdanCH_room_3DL_000CE0;
static const char HAKAdanCH_room_3DL_000D40[] __attribute__((aligned (2))) = dHAKAdanCH_room_3DL_000D40;
#endif
#define dHAKAdanCH_room_3Tex_001460 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3Tex_001460"
#define dHAKAdanCH_room_3Tex_0014C0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3Tex_0014C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_3Tex_001460[] = dHAKAdanCH_room_3Tex_001460;
static const __declspec(align(2)) char HAKAdanCH_room_3Tex_0014C0[] = dHAKAdanCH_room_3Tex_0014C0;
#else
static const char HAKAdanCH_room_3Tex_001460[] __attribute__((aligned (2))) = dHAKAdanCH_room_3Tex_001460;
static const char HAKAdanCH_room_3Tex_0014C0[] __attribute__((aligned (2))) = dHAKAdanCH_room_3Tex_0014C0;
#endif
#define dHAKAdanCH_room_3DL_001340 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3DL_001340"
#define dHAKAdanCH_room_3DL_0013A0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3DL_0013A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_3DL_001340[] = dHAKAdanCH_room_3DL_001340;
static const __declspec(align(2)) char HAKAdanCH_room_3DL_0013A0[] = dHAKAdanCH_room_3DL_0013A0;
#else
static const char HAKAdanCH_room_3DL_001340[] __attribute__((aligned (2))) = dHAKAdanCH_room_3DL_001340;
static const char HAKAdanCH_room_3DL_0013A0[] __attribute__((aligned (2))) = dHAKAdanCH_room_3DL_0013A0;
#endif
#define dHAKAdanCH_room_3DL_001138 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3DL_001138"
#define dHAKAdanCH_room_3DL_001198 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_3DL_001198"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_3DL_001138[] = dHAKAdanCH_room_3DL_001138;
static const __declspec(align(2)) char HAKAdanCH_room_3DL_001198[] = dHAKAdanCH_room_3DL_001198;
#else
static const char HAKAdanCH_room_3DL_001138[] __attribute__((aligned (2))) = dHAKAdanCH_room_3DL_001138;
static const char HAKAdanCH_room_3DL_001198[] __attribute__((aligned (2))) = dHAKAdanCH_room_3DL_001198;
#endif

View file

@ -1,37 +1,37 @@
#pragma once
#define dHAKAdanCH_room_4DL_001220 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4DL_001220"
#define dHAKAdanCH_room_4DL_001270 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4DL_001270"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_4DL_001220[] = dHAKAdanCH_room_4DL_001220;
static const __declspec(align(2)) char HAKAdanCH_room_4DL_001270[] = dHAKAdanCH_room_4DL_001270;
#else
static const char HAKAdanCH_room_4DL_001220[] __attribute__((aligned (2))) = dHAKAdanCH_room_4DL_001220;
static const char HAKAdanCH_room_4DL_001270[] __attribute__((aligned (2))) = dHAKAdanCH_room_4DL_001270;
#endif
#define dHAKAdanCH_room_4Tex_001C48 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4Tex_001C48"
#define dHAKAdanCH_room_4Tex_001C98 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4Tex_001C98"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_4Tex_001C48[] = dHAKAdanCH_room_4Tex_001C48;
static const __declspec(align(2)) char HAKAdanCH_room_4Tex_001C98[] = dHAKAdanCH_room_4Tex_001C98;
#else
static const char HAKAdanCH_room_4Tex_001C48[] __attribute__((aligned (2))) = dHAKAdanCH_room_4Tex_001C48;
static const char HAKAdanCH_room_4Tex_001C98[] __attribute__((aligned (2))) = dHAKAdanCH_room_4Tex_001C98;
#endif
#define dHAKAdanCH_room_4DL_000270 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4DL_000270"
#define dHAKAdanCH_room_4DL_0002C0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4DL_0002C0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_4DL_000270[] = dHAKAdanCH_room_4DL_000270;
static const __declspec(align(2)) char HAKAdanCH_room_4DL_0002C0[] = dHAKAdanCH_room_4DL_0002C0;
#else
static const char HAKAdanCH_room_4DL_000270[] __attribute__((aligned (2))) = dHAKAdanCH_room_4DL_000270;
static const char HAKAdanCH_room_4DL_0002C0[] __attribute__((aligned (2))) = dHAKAdanCH_room_4DL_0002C0;
#endif
#define dHAKAdanCH_room_4Tex_001448 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4Tex_001448"
#define dHAKAdanCH_room_4Tex_001498 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4Tex_001498"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_4Tex_001448[] = dHAKAdanCH_room_4Tex_001448;
static const __declspec(align(2)) char HAKAdanCH_room_4Tex_001498[] = dHAKAdanCH_room_4Tex_001498;
#else
static const char HAKAdanCH_room_4Tex_001448[] __attribute__((aligned (2))) = dHAKAdanCH_room_4Tex_001448;
static const char HAKAdanCH_room_4Tex_001498[] __attribute__((aligned (2))) = dHAKAdanCH_room_4Tex_001498;
#endif
#define dHAKAdanCH_room_4DL_000848 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4DL_000848"
#define dHAKAdanCH_room_4DL_000898 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_4DL_000898"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_4DL_000848[] = dHAKAdanCH_room_4DL_000848;
static const __declspec(align(2)) char HAKAdanCH_room_4DL_000898[] = dHAKAdanCH_room_4DL_000898;
#else
static const char HAKAdanCH_room_4DL_000848[] __attribute__((aligned (2))) = dHAKAdanCH_room_4DL_000848;
static const char HAKAdanCH_room_4DL_000898[] __attribute__((aligned (2))) = dHAKAdanCH_room_4DL_000898;
#endif

View file

@ -1,51 +1,51 @@
#pragma once
#define dHAKAdanCH_room_5DL_001070 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_001070"
#define dHAKAdanCH_room_5DL_0010A0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_0010A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5DL_001070[] = dHAKAdanCH_room_5DL_001070;
static const __declspec(align(2)) char HAKAdanCH_room_5DL_0010A0[] = dHAKAdanCH_room_5DL_0010A0;
#else
static const char HAKAdanCH_room_5DL_001070[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_001070;
static const char HAKAdanCH_room_5DL_0010A0[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_0010A0;
#endif
#define dHAKAdanCH_room_5Tex_001160 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5Tex_001160"
#define dHAKAdanCH_room_5Tex_001190 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5Tex_001190"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5Tex_001160[] = dHAKAdanCH_room_5Tex_001160;
static const __declspec(align(2)) char HAKAdanCH_room_5Tex_001190[] = dHAKAdanCH_room_5Tex_001190;
#else
static const char HAKAdanCH_room_5Tex_001160[] __attribute__((aligned (2))) = dHAKAdanCH_room_5Tex_001160;
static const char HAKAdanCH_room_5Tex_001190[] __attribute__((aligned (2))) = dHAKAdanCH_room_5Tex_001190;
#endif
#define dHAKAdanCH_room_5DL_000EE0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000EE0"
#define dHAKAdanCH_room_5DL_000F10 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000F10"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000EE0[] = dHAKAdanCH_room_5DL_000EE0;
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000F10[] = dHAKAdanCH_room_5DL_000F10;
#else
static const char HAKAdanCH_room_5DL_000EE0[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000EE0;
static const char HAKAdanCH_room_5DL_000F10[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000F10;
#endif
#define dHAKAdanCH_room_5DL_000BE8 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000BE8"
#define dHAKAdanCH_room_5DL_000C18 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000C18"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000BE8[] = dHAKAdanCH_room_5DL_000BE8;
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000C18[] = dHAKAdanCH_room_5DL_000C18;
#else
static const char HAKAdanCH_room_5DL_000BE8[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000BE8;
static const char HAKAdanCH_room_5DL_000C18[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000C18;
#endif
#define dHAKAdanCH_room_5Tex_002160 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5Tex_002160"
#define dHAKAdanCH_room_5Tex_002190 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5Tex_002190"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5Tex_002160[] = dHAKAdanCH_room_5Tex_002160;
static const __declspec(align(2)) char HAKAdanCH_room_5Tex_002190[] = dHAKAdanCH_room_5Tex_002190;
#else
static const char HAKAdanCH_room_5Tex_002160[] __attribute__((aligned (2))) = dHAKAdanCH_room_5Tex_002160;
static const char HAKAdanCH_room_5Tex_002190[] __attribute__((aligned (2))) = dHAKAdanCH_room_5Tex_002190;
#endif
#define dHAKAdanCH_room_5DL_0003F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_0003F0"
#define dHAKAdanCH_room_5DL_000420 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000420"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5DL_0003F0[] = dHAKAdanCH_room_5DL_0003F0;
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000420[] = dHAKAdanCH_room_5DL_000420;
#else
static const char HAKAdanCH_room_5DL_0003F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_0003F0;
static const char HAKAdanCH_room_5DL_000420[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000420;
#endif
#define dHAKAdanCH_room_5DL_000240 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000240"
#define dHAKAdanCH_room_5DL_000270 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_5DL_000270"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000240[] = dHAKAdanCH_room_5DL_000240;
static const __declspec(align(2)) char HAKAdanCH_room_5DL_000270[] = dHAKAdanCH_room_5DL_000270;
#else
static const char HAKAdanCH_room_5DL_000240[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000240;
static const char HAKAdanCH_room_5DL_000270[] __attribute__((aligned (2))) = dHAKAdanCH_room_5DL_000270;
#endif

View file

@ -1,37 +1,37 @@
#pragma once
#define dHAKAdanCH_room_6DL_000C10 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6DL_000C10"
#define dHAKAdanCH_room_6DL_000C30 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6DL_000C30"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_6DL_000C10[] = dHAKAdanCH_room_6DL_000C10;
static const __declspec(align(2)) char HAKAdanCH_room_6DL_000C30[] = dHAKAdanCH_room_6DL_000C30;
#else
static const char HAKAdanCH_room_6DL_000C10[] __attribute__((aligned (2))) = dHAKAdanCH_room_6DL_000C10;
static const char HAKAdanCH_room_6DL_000C30[] __attribute__((aligned (2))) = dHAKAdanCH_room_6DL_000C30;
#endif
#define dHAKAdanCH_room_6Tex_001680 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6Tex_001680"
#define dHAKAdanCH_room_6Tex_0016A0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6Tex_0016A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_6Tex_001680[] = dHAKAdanCH_room_6Tex_001680;
static const __declspec(align(2)) char HAKAdanCH_room_6Tex_0016A0[] = dHAKAdanCH_room_6Tex_0016A0;
#else
static const char HAKAdanCH_room_6Tex_001680[] __attribute__((aligned (2))) = dHAKAdanCH_room_6Tex_001680;
static const char HAKAdanCH_room_6Tex_0016A0[] __attribute__((aligned (2))) = dHAKAdanCH_room_6Tex_0016A0;
#endif
#define dHAKAdanCH_room_6Tex_002680 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6Tex_002680"
#define dHAKAdanCH_room_6Tex_0026A0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6Tex_0026A0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_6Tex_002680[] = dHAKAdanCH_room_6Tex_002680;
static const __declspec(align(2)) char HAKAdanCH_room_6Tex_0026A0[] = dHAKAdanCH_room_6Tex_0026A0;
#else
static const char HAKAdanCH_room_6Tex_002680[] __attribute__((aligned (2))) = dHAKAdanCH_room_6Tex_002680;
static const char HAKAdanCH_room_6Tex_0026A0[] __attribute__((aligned (2))) = dHAKAdanCH_room_6Tex_0026A0;
#endif
#define dHAKAdanCH_room_6DL_0003F0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6DL_0003F0"
#define dHAKAdanCH_room_6DL_000410 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6DL_000410"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_6DL_0003F0[] = dHAKAdanCH_room_6DL_0003F0;
static const __declspec(align(2)) char HAKAdanCH_room_6DL_000410[] = dHAKAdanCH_room_6DL_000410;
#else
static const char HAKAdanCH_room_6DL_0003F0[] __attribute__((aligned (2))) = dHAKAdanCH_room_6DL_0003F0;
static const char HAKAdanCH_room_6DL_000410[] __attribute__((aligned (2))) = dHAKAdanCH_room_6DL_000410;
#endif
#define dHAKAdanCH_room_6Tex_000E80 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6Tex_000E80"
#define dHAKAdanCH_room_6Tex_000EA0 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_room_6Tex_000EA0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_room_6Tex_000E80[] = dHAKAdanCH_room_6Tex_000E80;
static const __declspec(align(2)) char HAKAdanCH_room_6Tex_000EA0[] = dHAKAdanCH_room_6Tex_000EA0;
#else
static const char HAKAdanCH_room_6Tex_000E80[] __attribute__((aligned (2))) = dHAKAdanCH_room_6Tex_000E80;
static const char HAKAdanCH_room_6Tex_000EA0[] __attribute__((aligned (2))) = dHAKAdanCH_room_6Tex_000EA0;
#endif

View file

@ -1,37 +1,37 @@
#pragma once
#define dHAKAdanCH_sceneCollisionHeader_00A528 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneCollisionHeader_00A528"
#define dHAKAdanCH_sceneCollisionHeader_00A558 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneCollisionHeader_00A558"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_sceneCollisionHeader_00A528[] = dHAKAdanCH_sceneCollisionHeader_00A528;
static const __declspec(align(2)) char HAKAdanCH_sceneCollisionHeader_00A558[] = dHAKAdanCH_sceneCollisionHeader_00A558;
#else
static const char HAKAdanCH_sceneCollisionHeader_00A528[] __attribute__((aligned (2))) = dHAKAdanCH_sceneCollisionHeader_00A528;
static const char HAKAdanCH_sceneCollisionHeader_00A558[] __attribute__((aligned (2))) = dHAKAdanCH_sceneCollisionHeader_00A558;
#endif
#define dHAKAdanCH_sceneTex_00BD60 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00BD60"
#define dHAKAdanCH_sceneTex_00BD90 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00BD90"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00BD60[] = dHAKAdanCH_sceneTex_00BD60;
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00BD90[] = dHAKAdanCH_sceneTex_00BD90;
#else
static const char HAKAdanCH_sceneTex_00BD60[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00BD60;
static const char HAKAdanCH_sceneTex_00BD90[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00BD90;
#endif
#define dHAKAdanCH_sceneTex_00AD60 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00AD60"
#define dHAKAdanCH_sceneTex_00AD90 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00AD90"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00AD60[] = dHAKAdanCH_sceneTex_00AD60;
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00AD90[] = dHAKAdanCH_sceneTex_00AD90;
#else
static const char HAKAdanCH_sceneTex_00AD60[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00AD60;
static const char HAKAdanCH_sceneTex_00AD90[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00AD90;
#endif
#define dHAKAdanCH_sceneTex_00A560 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00A560"
#define dHAKAdanCH_sceneTex_00A590 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00A590"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00A560[] = dHAKAdanCH_sceneTex_00A560;
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00A590[] = dHAKAdanCH_sceneTex_00A590;
#else
static const char HAKAdanCH_sceneTex_00A560[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00A560;
static const char HAKAdanCH_sceneTex_00A590[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00A590;
#endif
#define dHAKAdanCH_sceneTex_00B560 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00B560"
#define dHAKAdanCH_sceneTex_00B590 "__OTR__scenes/nonmq/HAKAdanCH_scene/HAKAdanCH_sceneTex_00B590"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00B560[] = dHAKAdanCH_sceneTex_00B560;
static const __declspec(align(2)) char HAKAdanCH_sceneTex_00B590[] = dHAKAdanCH_sceneTex_00B590;
#else
static const char HAKAdanCH_sceneTex_00B560[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00B560;
static const char HAKAdanCH_sceneTex_00B590[] __attribute__((aligned (2))) = dHAKAdanCH_sceneTex_00B590;
#endif

View file

@ -1,58 +1,58 @@
#pragma once
#define dHIDAN_room_0DL_002C20 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0DL_002C20"
#define dHIDAN_room_0DL_002C50 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0DL_002C50"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0DL_002C20[] = dHIDAN_room_0DL_002C20;
static const __declspec(align(2)) char HIDAN_room_0DL_002C50[] = dHIDAN_room_0DL_002C50;
#else
static const char HIDAN_room_0DL_002C20[] __attribute__((aligned (2))) = dHIDAN_room_0DL_002C20;
static const char HIDAN_room_0DL_002C50[] __attribute__((aligned (2))) = dHIDAN_room_0DL_002C50;
#endif
#define dHIDAN_room_0Tex_005CC0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_005CC0"
#define dHIDAN_room_0Tex_005CF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_005CF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_005CC0[] = dHIDAN_room_0Tex_005CC0;
static const __declspec(align(2)) char HIDAN_room_0Tex_005CF0[] = dHIDAN_room_0Tex_005CF0;
#else
static const char HIDAN_room_0Tex_005CC0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_005CC0;
static const char HIDAN_room_0Tex_005CF0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_005CF0;
#endif
#define dHIDAN_room_0Tex_0062C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_0062C0"
#define dHIDAN_room_0Tex_0062F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_0062F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_0062C0[] = dHIDAN_room_0Tex_0062C0;
static const __declspec(align(2)) char HIDAN_room_0Tex_0062F0[] = dHIDAN_room_0Tex_0062F0;
#else
static const char HIDAN_room_0Tex_0062C0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_0062C0;
static const char HIDAN_room_0Tex_0062F0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_0062F0;
#endif
#define dHIDAN_room_0Tex_005AC0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_005AC0"
#define dHIDAN_room_0Tex_005AF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_005AF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_005AC0[] = dHIDAN_room_0Tex_005AC0;
static const __declspec(align(2)) char HIDAN_room_0Tex_005AF0[] = dHIDAN_room_0Tex_005AF0;
#else
static const char HIDAN_room_0Tex_005AC0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_005AC0;
static const char HIDAN_room_0Tex_005AF0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_005AF0;
#endif
#define dHIDAN_room_0Tex_0056C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_0056C0"
#define dHIDAN_room_0Tex_0056F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_0056F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_0056C0[] = dHIDAN_room_0Tex_0056C0;
static const __declspec(align(2)) char HIDAN_room_0Tex_0056F0[] = dHIDAN_room_0Tex_0056F0;
#else
static const char HIDAN_room_0Tex_0056C0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_0056C0;
static const char HIDAN_room_0Tex_0056F0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_0056F0;
#endif
#define dHIDAN_room_0Tex_004EC0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_004EC0"
#define dHIDAN_room_0Tex_004EF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_004EF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_004EC0[] = dHIDAN_room_0Tex_004EC0;
static const __declspec(align(2)) char HIDAN_room_0Tex_004EF0[] = dHIDAN_room_0Tex_004EF0;
#else
static const char HIDAN_room_0Tex_004EC0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_004EC0;
static const char HIDAN_room_0Tex_004EF0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_004EF0;
#endif
#define dHIDAN_room_0Tex_0052C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_0052C0"
#define dHIDAN_room_0Tex_0052F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_0052F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_0052C0[] = dHIDAN_room_0Tex_0052C0;
static const __declspec(align(2)) char HIDAN_room_0Tex_0052F0[] = dHIDAN_room_0Tex_0052F0;
#else
static const char HIDAN_room_0Tex_0052C0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_0052C0;
static const char HIDAN_room_0Tex_0052F0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_0052F0;
#endif
#define dHIDAN_room_0Tex_005EC0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_005EC0"
#define dHIDAN_room_0Tex_005EF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_0Tex_005EF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_0Tex_005EC0[] = dHIDAN_room_0Tex_005EC0;
static const __declspec(align(2)) char HIDAN_room_0Tex_005EF0[] = dHIDAN_room_0Tex_005EF0;
#else
static const char HIDAN_room_0Tex_005EC0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_005EC0;
static const char HIDAN_room_0Tex_005EF0[] __attribute__((aligned (2))) = dHIDAN_room_0Tex_005EF0;
#endif

View file

@ -1,114 +1,114 @@
#pragma once
#define dHIDAN_room_1DL_000E78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_000E78"
#define dHIDAN_room_1DL_000DC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_000DC8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_000E78[] = dHIDAN_room_1DL_000E78;
static const __declspec(align(2)) char HIDAN_room_1DL_000DC8[] = dHIDAN_room_1DL_000DC8;
#else
static const char HIDAN_room_1DL_000E78[] __attribute__((aligned (2))) = dHIDAN_room_1DL_000E78;
static const char HIDAN_room_1DL_000DC8[] __attribute__((aligned (2))) = dHIDAN_room_1DL_000DC8;
#endif
#define dHIDAN_room_1Tex_0091E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_0091E0"
#define dHIDAN_room_1Tex_009130 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_009130"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_0091E0[] = dHIDAN_room_1Tex_0091E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_009130[] = dHIDAN_room_1Tex_009130;
#else
static const char HIDAN_room_1Tex_0091E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_0091E0;
static const char HIDAN_room_1Tex_009130[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_009130;
#endif
#define dHIDAN_room_1Tex_00B5E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00B5E0"
#define dHIDAN_room_1Tex_00B530 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00B530"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_00B5E0[] = dHIDAN_room_1Tex_00B5E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_00B530[] = dHIDAN_room_1Tex_00B530;
#else
static const char HIDAN_room_1Tex_00B5E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00B5E0;
static const char HIDAN_room_1Tex_00B530[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00B530;
#endif
#define dHIDAN_room_1Tex_0087E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_0087E0"
#define dHIDAN_room_1Tex_008730 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_008730"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_0087E0[] = dHIDAN_room_1Tex_0087E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_008730[] = dHIDAN_room_1Tex_008730;
#else
static const char HIDAN_room_1Tex_0087E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_0087E0;
static const char HIDAN_room_1Tex_008730[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_008730;
#endif
#define dHIDAN_room_1Tex_00A5E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00A5E0"
#define dHIDAN_room_1Tex_00A530 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00A530"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_00A5E0[] = dHIDAN_room_1Tex_00A5E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_00A530[] = dHIDAN_room_1Tex_00A530;
#else
static const char HIDAN_room_1Tex_00A5E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00A5E0;
static const char HIDAN_room_1Tex_00A530[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00A530;
#endif
#define dHIDAN_room_1DL_0025B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_0025B0"
#define dHIDAN_room_1DL_002500 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_002500"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_0025B0[] = dHIDAN_room_1DL_0025B0;
static const __declspec(align(2)) char HIDAN_room_1DL_002500[] = dHIDAN_room_1DL_002500;
#else
static const char HIDAN_room_1DL_0025B0[] __attribute__((aligned (2))) = dHIDAN_room_1DL_0025B0;
static const char HIDAN_room_1DL_002500[] __attribute__((aligned (2))) = dHIDAN_room_1DL_002500;
#endif
#define dHIDAN_room_1Tex_0099E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_0099E0"
#define dHIDAN_room_1Tex_009930 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_009930"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_0099E0[] = dHIDAN_room_1Tex_0099E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_009930[] = dHIDAN_room_1Tex_009930;
#else
static const char HIDAN_room_1Tex_0099E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_0099E0;
static const char HIDAN_room_1Tex_009930[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_009930;
#endif
#define dHIDAN_room_1Tex_00A1E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00A1E0"
#define dHIDAN_room_1Tex_00A130 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00A130"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_00A1E0[] = dHIDAN_room_1Tex_00A1E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_00A130[] = dHIDAN_room_1Tex_00A130;
#else
static const char HIDAN_room_1Tex_00A1E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00A1E0;
static const char HIDAN_room_1Tex_00A130[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00A130;
#endif
#define dHIDAN_room_1Tex_00BDE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00BDE0"
#define dHIDAN_room_1Tex_00BD30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00BD30"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_00BDE0[] = dHIDAN_room_1Tex_00BDE0;
static const __declspec(align(2)) char HIDAN_room_1Tex_00BD30[] = dHIDAN_room_1Tex_00BD30;
#else
static const char HIDAN_room_1Tex_00BDE0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00BDE0;
static const char HIDAN_room_1Tex_00BD30[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00BD30;
#endif
#define dHIDAN_room_1DL_006CA8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_006CA8"
#define dHIDAN_room_1DL_006BF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_006BF8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_006CA8[] = dHIDAN_room_1DL_006CA8;
static const __declspec(align(2)) char HIDAN_room_1DL_006BF8[] = dHIDAN_room_1DL_006BF8;
#else
static const char HIDAN_room_1DL_006CA8[] __attribute__((aligned (2))) = dHIDAN_room_1DL_006CA8;
static const char HIDAN_room_1DL_006BF8[] __attribute__((aligned (2))) = dHIDAN_room_1DL_006BF8;
#endif
#define dHIDAN_room_1Tex_0089E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_0089E0"
#define dHIDAN_room_1Tex_008930 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_008930"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_0089E0[] = dHIDAN_room_1Tex_0089E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_008930[] = dHIDAN_room_1Tex_008930;
#else
static const char HIDAN_room_1Tex_0089E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_0089E0;
static const char HIDAN_room_1Tex_008930[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_008930;
#endif
#define dHIDAN_room_1DL_005860 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_005860"
#define dHIDAN_room_1DL_0057B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_0057B0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_005860[] = dHIDAN_room_1DL_005860;
static const __declspec(align(2)) char HIDAN_room_1DL_0057B0[] = dHIDAN_room_1DL_0057B0;
#else
static const char HIDAN_room_1DL_005860[] __attribute__((aligned (2))) = dHIDAN_room_1DL_005860;
static const char HIDAN_room_1DL_0057B0[] __attribute__((aligned (2))) = dHIDAN_room_1DL_0057B0;
#endif
#define dHIDAN_room_1DL_004118 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_004118"
#define dHIDAN_room_1DL_004068 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_004068"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_004118[] = dHIDAN_room_1DL_004118;
static const __declspec(align(2)) char HIDAN_room_1DL_004068[] = dHIDAN_room_1DL_004068;
#else
static const char HIDAN_room_1DL_004118[] __attribute__((aligned (2))) = dHIDAN_room_1DL_004118;
static const char HIDAN_room_1DL_004068[] __attribute__((aligned (2))) = dHIDAN_room_1DL_004068;
#endif
#define dHIDAN_room_1DL_000380 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_000380"
#define dHIDAN_room_1DL_0002D0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_0002D0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_000380[] = dHIDAN_room_1DL_000380;
static const __declspec(align(2)) char HIDAN_room_1DL_0002D0[] = dHIDAN_room_1DL_0002D0;
#else
static const char HIDAN_room_1DL_000380[] __attribute__((aligned (2))) = dHIDAN_room_1DL_000380;
static const char HIDAN_room_1DL_0002D0[] __attribute__((aligned (2))) = dHIDAN_room_1DL_0002D0;
#endif
#define dHIDAN_room_1Tex_00C1E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00C1E0"
#define dHIDAN_room_1Tex_00C130 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1Tex_00C130"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1Tex_00C1E0[] = dHIDAN_room_1Tex_00C1E0;
static const __declspec(align(2)) char HIDAN_room_1Tex_00C130[] = dHIDAN_room_1Tex_00C130;
#else
static const char HIDAN_room_1Tex_00C1E0[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00C1E0;
static const char HIDAN_room_1Tex_00C130[] __attribute__((aligned (2))) = dHIDAN_room_1Tex_00C130;
#endif
#define dHIDAN_room_1DL_0084F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_0084F8"
#define dHIDAN_room_1DL_008448 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_1DL_008448"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_1DL_0084F8[] = dHIDAN_room_1DL_0084F8;
static const __declspec(align(2)) char HIDAN_room_1DL_008448[] = dHIDAN_room_1DL_008448;
#else
static const char HIDAN_room_1DL_0084F8[] __attribute__((aligned (2))) = dHIDAN_room_1DL_0084F8;
static const char HIDAN_room_1DL_008448[] __attribute__((aligned (2))) = dHIDAN_room_1DL_008448;
#endif

View file

@ -1,198 +1,198 @@
#pragma once
#define dHIDAN_room_10DL_000700 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_000700"
#define dHIDAN_room_10DL_000680 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_000680"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_000700[] = dHIDAN_room_10DL_000700;
static const __declspec(align(2)) char HIDAN_room_10DL_000680[] = dHIDAN_room_10DL_000680;
#else
static const char HIDAN_room_10DL_000700[] __attribute__((aligned (2))) = dHIDAN_room_10DL_000700;
static const char HIDAN_room_10DL_000680[] __attribute__((aligned (2))) = dHIDAN_room_10DL_000680;
#endif
#define dHIDAN_room_10Tex_017098 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_017098"
#define dHIDAN_room_10Tex_017018 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_017018"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_017098[] = dHIDAN_room_10Tex_017098;
static const __declspec(align(2)) char HIDAN_room_10Tex_017018[] = dHIDAN_room_10Tex_017018;
#else
static const char HIDAN_room_10Tex_017098[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_017098;
static const char HIDAN_room_10Tex_017018[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_017018;
#endif
#define dHIDAN_room_10DL_000BC0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_000BC0"
#define dHIDAN_room_10DL_000B40 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_000B40"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_000BC0[] = dHIDAN_room_10DL_000BC0;
static const __declspec(align(2)) char HIDAN_room_10DL_000B40[] = dHIDAN_room_10DL_000B40;
#else
static const char HIDAN_room_10DL_000BC0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_000BC0;
static const char HIDAN_room_10DL_000B40[] __attribute__((aligned (2))) = dHIDAN_room_10DL_000B40;
#endif
#define dHIDAN_room_10Tex_011898 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_011898"
#define dHIDAN_room_10Tex_011818 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_011818"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_011898[] = dHIDAN_room_10Tex_011898;
static const __declspec(align(2)) char HIDAN_room_10Tex_011818[] = dHIDAN_room_10Tex_011818;
#else
static const char HIDAN_room_10Tex_011898[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_011898;
static const char HIDAN_room_10Tex_011818[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_011818;
#endif
#define dHIDAN_room_10Tex_011A98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_011A98"
#define dHIDAN_room_10Tex_011A18 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_011A18"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_011A98[] = dHIDAN_room_10Tex_011A98;
static const __declspec(align(2)) char HIDAN_room_10Tex_011A18[] = dHIDAN_room_10Tex_011A18;
#else
static const char HIDAN_room_10Tex_011A98[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_011A98;
static const char HIDAN_room_10Tex_011A18[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_011A18;
#endif
#define dHIDAN_room_10DL_0026A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_0026A0"
#define dHIDAN_room_10DL_002620 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_002620"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_0026A0[] = dHIDAN_room_10DL_0026A0;
static const __declspec(align(2)) char HIDAN_room_10DL_002620[] = dHIDAN_room_10DL_002620;
#else
static const char HIDAN_room_10DL_0026A0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_0026A0;
static const char HIDAN_room_10DL_002620[] __attribute__((aligned (2))) = dHIDAN_room_10DL_002620;
#endif
#define dHIDAN_room_10Tex_016A98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_016A98"
#define dHIDAN_room_10Tex_016A18 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_016A18"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_016A98[] = dHIDAN_room_10Tex_016A98;
static const __declspec(align(2)) char HIDAN_room_10Tex_016A18[] = dHIDAN_room_10Tex_016A18;
#else
static const char HIDAN_room_10Tex_016A98[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_016A98;
static const char HIDAN_room_10Tex_016A18[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_016A18;
#endif
#define dHIDAN_room_10Tex_016C98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_016C98"
#define dHIDAN_room_10Tex_016C18 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_016C18"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_016C98[] = dHIDAN_room_10Tex_016C98;
static const __declspec(align(2)) char HIDAN_room_10Tex_016C18[] = dHIDAN_room_10Tex_016C18;
#else
static const char HIDAN_room_10Tex_016C98[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_016C98;
static const char HIDAN_room_10Tex_016C18[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_016C18;
#endif
#define dHIDAN_room_10Tex_014498 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_014498"
#define dHIDAN_room_10Tex_014418 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_014418"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_014498[] = dHIDAN_room_10Tex_014498;
static const __declspec(align(2)) char HIDAN_room_10Tex_014418[] = dHIDAN_room_10Tex_014418;
#else
static const char HIDAN_room_10Tex_014498[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_014498;
static const char HIDAN_room_10Tex_014418[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_014418;
#endif
#define dHIDAN_room_10Tex_012E98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_012E98"
#define dHIDAN_room_10Tex_012E18 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_012E18"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_012E98[] = dHIDAN_room_10Tex_012E98;
static const __declspec(align(2)) char HIDAN_room_10Tex_012E18[] = dHIDAN_room_10Tex_012E18;
#else
static const char HIDAN_room_10Tex_012E98[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_012E98;
static const char HIDAN_room_10Tex_012E18[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_012E18;
#endif
#define dHIDAN_room_10Tex_013498 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_013498"
#define dHIDAN_room_10Tex_013418 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_013418"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_013498[] = dHIDAN_room_10Tex_013498;
static const __declspec(align(2)) char HIDAN_room_10Tex_013418[] = dHIDAN_room_10Tex_013418;
#else
static const char HIDAN_room_10Tex_013498[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_013498;
static const char HIDAN_room_10Tex_013418[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_013418;
#endif
#define dHIDAN_room_10Tex_015898 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_015898"
#define dHIDAN_room_10Tex_015818 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_015818"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_015898[] = dHIDAN_room_10Tex_015898;
static const __declspec(align(2)) char HIDAN_room_10Tex_015818[] = dHIDAN_room_10Tex_015818;
#else
static const char HIDAN_room_10Tex_015898[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_015898;
static const char HIDAN_room_10Tex_015818[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_015818;
#endif
#define dHIDAN_room_10Tex_015A98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_015A98"
#define dHIDAN_room_10Tex_015A18 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_015A18"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_015A98[] = dHIDAN_room_10Tex_015A98;
static const __declspec(align(2)) char HIDAN_room_10Tex_015A18[] = dHIDAN_room_10Tex_015A18;
#else
static const char HIDAN_room_10Tex_015A98[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_015A98;
static const char HIDAN_room_10Tex_015A18[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_015A18;
#endif
#define dHIDAN_room_10DL_004980 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_004980"
#define dHIDAN_room_10DL_004900 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_004900"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_004980[] = dHIDAN_room_10DL_004980;
static const __declspec(align(2)) char HIDAN_room_10DL_004900[] = dHIDAN_room_10DL_004900;
#else
static const char HIDAN_room_10DL_004980[] __attribute__((aligned (2))) = dHIDAN_room_10DL_004980;
static const char HIDAN_room_10DL_004900[] __attribute__((aligned (2))) = dHIDAN_room_10DL_004900;
#endif
#define dHIDAN_room_10DL_005640 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_005640"
#define dHIDAN_room_10DL_0055C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_0055C0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_005640[] = dHIDAN_room_10DL_005640;
static const __declspec(align(2)) char HIDAN_room_10DL_0055C0[] = dHIDAN_room_10DL_0055C0;
#else
static const char HIDAN_room_10DL_005640[] __attribute__((aligned (2))) = dHIDAN_room_10DL_005640;
static const char HIDAN_room_10DL_0055C0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_0055C0;
#endif
#define dHIDAN_room_10Tex_017C98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_017C98"
#define dHIDAN_room_10Tex_017C18 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_017C18"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_017C98[] = dHIDAN_room_10Tex_017C98;
static const __declspec(align(2)) char HIDAN_room_10Tex_017C18[] = dHIDAN_room_10Tex_017C18;
#else
static const char HIDAN_room_10Tex_017C98[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_017C98;
static const char HIDAN_room_10Tex_017C18[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_017C18;
#endif
#define dHIDAN_room_10Tex_012698 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_012698"
#define dHIDAN_room_10Tex_012618 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_012618"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_012698[] = dHIDAN_room_10Tex_012698;
static const __declspec(align(2)) char HIDAN_room_10Tex_012618[] = dHIDAN_room_10Tex_012618;
#else
static const char HIDAN_room_10Tex_012698[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_012698;
static const char HIDAN_room_10Tex_012618[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_012618;
#endif
#define dHIDAN_room_10Tex_013298 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_013298"
#define dHIDAN_room_10Tex_013218 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_013218"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_013298[] = dHIDAN_room_10Tex_013298;
static const __declspec(align(2)) char HIDAN_room_10Tex_013218[] = dHIDAN_room_10Tex_013218;
#else
static const char HIDAN_room_10Tex_013298[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_013298;
static const char HIDAN_room_10Tex_013218[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_013218;
#endif
#define dHIDAN_room_10Tex_017898 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_017898"
#define dHIDAN_room_10Tex_017818 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_017818"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_017898[] = dHIDAN_room_10Tex_017898;
static const __declspec(align(2)) char HIDAN_room_10Tex_017818[] = dHIDAN_room_10Tex_017818;
#else
static const char HIDAN_room_10Tex_017898[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_017898;
static const char HIDAN_room_10Tex_017818[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_017818;
#endif
#define dHIDAN_room_10DL_006A50 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_006A50"
#define dHIDAN_room_10DL_0069D0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_0069D0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_006A50[] = dHIDAN_room_10DL_006A50;
static const __declspec(align(2)) char HIDAN_room_10DL_0069D0[] = dHIDAN_room_10DL_0069D0;
#else
static const char HIDAN_room_10DL_006A50[] __attribute__((aligned (2))) = dHIDAN_room_10DL_006A50;
static const char HIDAN_room_10DL_0069D0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_0069D0;
#endif
#define dHIDAN_room_10DL_007BF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_007BF0"
#define dHIDAN_room_10DL_007B70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_007B70"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_007BF0[] = dHIDAN_room_10DL_007BF0;
static const __declspec(align(2)) char HIDAN_room_10DL_007B70[] = dHIDAN_room_10DL_007B70;
#else
static const char HIDAN_room_10DL_007BF0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_007BF0;
static const char HIDAN_room_10DL_007B70[] __attribute__((aligned (2))) = dHIDAN_room_10DL_007B70;
#endif
#define dHIDAN_room_10DL_00A030 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00A030"
#define dHIDAN_room_10DL_009FB0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_009FB0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_00A030[] = dHIDAN_room_10DL_00A030;
static const __declspec(align(2)) char HIDAN_room_10DL_009FB0[] = dHIDAN_room_10DL_009FB0;
#else
static const char HIDAN_room_10DL_00A030[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00A030;
static const char HIDAN_room_10DL_009FB0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_009FB0;
#endif
#define dHIDAN_room_10DL_00C688 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00C688"
#define dHIDAN_room_10DL_00C608 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00C608"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_00C688[] = dHIDAN_room_10DL_00C688;
static const __declspec(align(2)) char HIDAN_room_10DL_00C608[] = dHIDAN_room_10DL_00C608;
#else
static const char HIDAN_room_10DL_00C688[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00C688;
static const char HIDAN_room_10DL_00C608[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00C608;
#endif
#define dHIDAN_room_10DL_00D9F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00D9F0"
#define dHIDAN_room_10DL_00D970 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00D970"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_00D9F0[] = dHIDAN_room_10DL_00D9F0;
static const __declspec(align(2)) char HIDAN_room_10DL_00D970[] = dHIDAN_room_10DL_00D970;
#else
static const char HIDAN_room_10DL_00D9F0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00D9F0;
static const char HIDAN_room_10DL_00D970[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00D970;
#endif
#define dHIDAN_room_10DL_00FC50 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00FC50"
#define dHIDAN_room_10DL_00FBD0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_00FBD0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_00FC50[] = dHIDAN_room_10DL_00FC50;
static const __declspec(align(2)) char HIDAN_room_10DL_00FBD0[] = dHIDAN_room_10DL_00FBD0;
#else
static const char HIDAN_room_10DL_00FC50[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00FC50;
static const char HIDAN_room_10DL_00FBD0[] __attribute__((aligned (2))) = dHIDAN_room_10DL_00FBD0;
#endif
#define dHIDAN_room_10Tex_015498 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_015498"
#define dHIDAN_room_10Tex_015418 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_015418"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_015498[] = dHIDAN_room_10Tex_015498;
static const __declspec(align(2)) char HIDAN_room_10Tex_015418[] = dHIDAN_room_10Tex_015418;
#else
static const char HIDAN_room_10Tex_015498[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_015498;
static const char HIDAN_room_10Tex_015418[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_015418;
#endif
#define dHIDAN_room_10Tex_012298 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_012298"
#define dHIDAN_room_10Tex_012218 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10Tex_012218"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10Tex_012298[] = dHIDAN_room_10Tex_012298;
static const __declspec(align(2)) char HIDAN_room_10Tex_012218[] = dHIDAN_room_10Tex_012218;
#else
static const char HIDAN_room_10Tex_012298[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_012298;
static const char HIDAN_room_10Tex_012218[] __attribute__((aligned (2))) = dHIDAN_room_10Tex_012218;
#endif
#define dHIDAN_room_10DL_011690 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_011690"
#define dHIDAN_room_10DL_011610 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_10DL_011610"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_10DL_011690[] = dHIDAN_room_10DL_011690;
static const __declspec(align(2)) char HIDAN_room_10DL_011610[] = dHIDAN_room_10DL_011610;
#else
static const char HIDAN_room_10DL_011690[] __attribute__((aligned (2))) = dHIDAN_room_10DL_011690;
static const char HIDAN_room_10DL_011610[] __attribute__((aligned (2))) = dHIDAN_room_10DL_011610;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dHIDAN_room_11DL_0009C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11DL_0009C0"
#define dHIDAN_room_11DL_0009E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11DL_0009E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_11DL_0009C0[] = dHIDAN_room_11DL_0009C0;
static const __declspec(align(2)) char HIDAN_room_11DL_0009E0[] = dHIDAN_room_11DL_0009E0;
#else
static const char HIDAN_room_11DL_0009C0[] __attribute__((aligned (2))) = dHIDAN_room_11DL_0009C0;
static const char HIDAN_room_11DL_0009E0[] __attribute__((aligned (2))) = dHIDAN_room_11DL_0009E0;
#endif
#define dHIDAN_room_11Tex_0033B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11Tex_0033B8"
#define dHIDAN_room_11Tex_0033D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11Tex_0033D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_11Tex_0033B8[] = dHIDAN_room_11Tex_0033B8;
static const __declspec(align(2)) char HIDAN_room_11Tex_0033D8[] = dHIDAN_room_11Tex_0033D8;
#else
static const char HIDAN_room_11Tex_0033B8[] __attribute__((aligned (2))) = dHIDAN_room_11Tex_0033B8;
static const char HIDAN_room_11Tex_0033D8[] __attribute__((aligned (2))) = dHIDAN_room_11Tex_0033D8;
#endif
#define dHIDAN_room_11Tex_0027B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11Tex_0027B8"
#define dHIDAN_room_11Tex_0027D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11Tex_0027D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_11Tex_0027B8[] = dHIDAN_room_11Tex_0027B8;
static const __declspec(align(2)) char HIDAN_room_11Tex_0027D8[] = dHIDAN_room_11Tex_0027D8;
#else
static const char HIDAN_room_11Tex_0027B8[] __attribute__((aligned (2))) = dHIDAN_room_11Tex_0027B8;
static const char HIDAN_room_11Tex_0027D8[] __attribute__((aligned (2))) = dHIDAN_room_11Tex_0027D8;
#endif
#define dHIDAN_room_11DL_0018E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11DL_0018E8"
#define dHIDAN_room_11DL_001908 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11DL_001908"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_11DL_0018E8[] = dHIDAN_room_11DL_0018E8;
static const __declspec(align(2)) char HIDAN_room_11DL_001908[] = dHIDAN_room_11DL_001908;
#else
static const char HIDAN_room_11DL_0018E8[] __attribute__((aligned (2))) = dHIDAN_room_11DL_0018E8;
static const char HIDAN_room_11DL_001908[] __attribute__((aligned (2))) = dHIDAN_room_11DL_001908;
#endif
#define dHIDAN_room_11Tex_002FB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11Tex_002FB8"
#define dHIDAN_room_11Tex_002FD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11Tex_002FD8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_11Tex_002FB8[] = dHIDAN_room_11Tex_002FB8;
static const __declspec(align(2)) char HIDAN_room_11Tex_002FD8[] = dHIDAN_room_11Tex_002FD8;
#else
static const char HIDAN_room_11Tex_002FB8[] __attribute__((aligned (2))) = dHIDAN_room_11Tex_002FB8;
static const char HIDAN_room_11Tex_002FD8[] __attribute__((aligned (2))) = dHIDAN_room_11Tex_002FD8;
#endif
#define dHIDAN_room_11DL_002608 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11DL_002608"
#define dHIDAN_room_11DL_002628 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_11DL_002628"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_11DL_002608[] = dHIDAN_room_11DL_002608;
static const __declspec(align(2)) char HIDAN_room_11DL_002628[] = dHIDAN_room_11DL_002628;
#else
static const char HIDAN_room_11DL_002608[] __attribute__((aligned (2))) = dHIDAN_room_11DL_002608;
static const char HIDAN_room_11DL_002628[] __attribute__((aligned (2))) = dHIDAN_room_11DL_002628;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dHIDAN_room_12DL_000B80 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12DL_000B80"
#define dHIDAN_room_12DL_000B70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12DL_000B70"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_12DL_000B80[] = dHIDAN_room_12DL_000B80;
static const __declspec(align(2)) char HIDAN_room_12DL_000B70[] = dHIDAN_room_12DL_000B70;
#else
static const char HIDAN_room_12DL_000B80[] __attribute__((aligned (2))) = dHIDAN_room_12DL_000B80;
static const char HIDAN_room_12DL_000B70[] __attribute__((aligned (2))) = dHIDAN_room_12DL_000B70;
#endif
#define dHIDAN_room_12Tex_002778 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12Tex_002778"
#define dHIDAN_room_12Tex_002768 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12Tex_002768"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_12Tex_002778[] = dHIDAN_room_12Tex_002778;
static const __declspec(align(2)) char HIDAN_room_12Tex_002768[] = dHIDAN_room_12Tex_002768;
#else
static const char HIDAN_room_12Tex_002778[] __attribute__((aligned (2))) = dHIDAN_room_12Tex_002778;
static const char HIDAN_room_12Tex_002768[] __attribute__((aligned (2))) = dHIDAN_room_12Tex_002768;
#endif
#define dHIDAN_room_12DL_001530 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12DL_001530"
#define dHIDAN_room_12DL_001520 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12DL_001520"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_12DL_001530[] = dHIDAN_room_12DL_001530;
static const __declspec(align(2)) char HIDAN_room_12DL_001520[] = dHIDAN_room_12DL_001520;
#else
static const char HIDAN_room_12DL_001530[] __attribute__((aligned (2))) = dHIDAN_room_12DL_001530;
static const char HIDAN_room_12DL_001520[] __attribute__((aligned (2))) = dHIDAN_room_12DL_001520;
#endif
#define dHIDAN_room_12DL_001A68 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12DL_001A68"
#define dHIDAN_room_12DL_001A58 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12DL_001A58"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_12DL_001A68[] = dHIDAN_room_12DL_001A68;
static const __declspec(align(2)) char HIDAN_room_12DL_001A58[] = dHIDAN_room_12DL_001A58;
#else
static const char HIDAN_room_12DL_001A68[] __attribute__((aligned (2))) = dHIDAN_room_12DL_001A68;
static const char HIDAN_room_12DL_001A58[] __attribute__((aligned (2))) = dHIDAN_room_12DL_001A58;
#endif
#define dHIDAN_room_12Tex_001D78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12Tex_001D78"
#define dHIDAN_room_12Tex_001D68 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12Tex_001D68"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_12Tex_001D78[] = dHIDAN_room_12Tex_001D78;
static const __declspec(align(2)) char HIDAN_room_12Tex_001D68[] = dHIDAN_room_12Tex_001D68;
#else
static const char HIDAN_room_12Tex_001D78[] __attribute__((aligned (2))) = dHIDAN_room_12Tex_001D78;
static const char HIDAN_room_12Tex_001D68[] __attribute__((aligned (2))) = dHIDAN_room_12Tex_001D68;
#endif
#define dHIDAN_room_12Tex_001F78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12Tex_001F78"
#define dHIDAN_room_12Tex_001F68 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_12Tex_001F68"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_12Tex_001F78[] = dHIDAN_room_12Tex_001F78;
static const __declspec(align(2)) char HIDAN_room_12Tex_001F68[] = dHIDAN_room_12Tex_001F68;
#else
static const char HIDAN_room_12Tex_001F78[] __attribute__((aligned (2))) = dHIDAN_room_12Tex_001F78;
static const char HIDAN_room_12Tex_001F68[] __attribute__((aligned (2))) = dHIDAN_room_12Tex_001F68;
#endif

View file

@ -1,86 +1,86 @@
#pragma once
#define dHIDAN_room_13DL_001260 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_001260"
#define dHIDAN_room_13DL_001210 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_001210"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13DL_001260[] = dHIDAN_room_13DL_001260;
static const __declspec(align(2)) char HIDAN_room_13DL_001210[] = dHIDAN_room_13DL_001210;
#else
static const char HIDAN_room_13DL_001260[] __attribute__((aligned (2))) = dHIDAN_room_13DL_001260;
static const char HIDAN_room_13DL_001210[] __attribute__((aligned (2))) = dHIDAN_room_13DL_001210;
#endif
#define dHIDAN_room_13Tex_00B3D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00B3D8"
#define dHIDAN_room_13Tex_00B388 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00B388"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13Tex_00B3D8[] = dHIDAN_room_13Tex_00B3D8;
static const __declspec(align(2)) char HIDAN_room_13Tex_00B388[] = dHIDAN_room_13Tex_00B388;
#else
static const char HIDAN_room_13Tex_00B3D8[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00B3D8;
static const char HIDAN_room_13Tex_00B388[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00B388;
#endif
#define dHIDAN_room_13Tex_00A7D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00A7D8"
#define dHIDAN_room_13Tex_00A788 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00A788"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13Tex_00A7D8[] = dHIDAN_room_13Tex_00A7D8;
static const __declspec(align(2)) char HIDAN_room_13Tex_00A788[] = dHIDAN_room_13Tex_00A788;
#else
static const char HIDAN_room_13Tex_00A7D8[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00A7D8;
static const char HIDAN_room_13Tex_00A788[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00A788;
#endif
#define dHIDAN_room_13Tex_00AFD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00AFD8"
#define dHIDAN_room_13Tex_00AF88 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00AF88"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13Tex_00AFD8[] = dHIDAN_room_13Tex_00AFD8;
static const __declspec(align(2)) char HIDAN_room_13Tex_00AF88[] = dHIDAN_room_13Tex_00AF88;
#else
static const char HIDAN_room_13Tex_00AFD8[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00AFD8;
static const char HIDAN_room_13Tex_00AF88[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00AF88;
#endif
#define dHIDAN_room_13DL_003248 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_003248"
#define dHIDAN_room_13DL_0031F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_0031F8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13DL_003248[] = dHIDAN_room_13DL_003248;
static const __declspec(align(2)) char HIDAN_room_13DL_0031F8[] = dHIDAN_room_13DL_0031F8;
#else
static const char HIDAN_room_13DL_003248[] __attribute__((aligned (2))) = dHIDAN_room_13DL_003248;
static const char HIDAN_room_13DL_0031F8[] __attribute__((aligned (2))) = dHIDAN_room_13DL_0031F8;
#endif
#define dHIDAN_room_13DL_005188 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_005188"
#define dHIDAN_room_13DL_005138 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_005138"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13DL_005188[] = dHIDAN_room_13DL_005188;
static const __declspec(align(2)) char HIDAN_room_13DL_005138[] = dHIDAN_room_13DL_005138;
#else
static const char HIDAN_room_13DL_005188[] __attribute__((aligned (2))) = dHIDAN_room_13DL_005188;
static const char HIDAN_room_13DL_005138[] __attribute__((aligned (2))) = dHIDAN_room_13DL_005138;
#endif
#define dHIDAN_room_13Tex_00C3D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00C3D8"
#define dHIDAN_room_13Tex_00C388 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00C388"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13Tex_00C3D8[] = dHIDAN_room_13Tex_00C3D8;
static const __declspec(align(2)) char HIDAN_room_13Tex_00C388[] = dHIDAN_room_13Tex_00C388;
#else
static const char HIDAN_room_13Tex_00C3D8[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00C3D8;
static const char HIDAN_room_13Tex_00C388[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00C388;
#endif
#define dHIDAN_room_13DL_007958 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_007958"
#define dHIDAN_room_13DL_007908 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_007908"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13DL_007958[] = dHIDAN_room_13DL_007958;
static const __declspec(align(2)) char HIDAN_room_13DL_007908[] = dHIDAN_room_13DL_007908;
#else
static const char HIDAN_room_13DL_007958[] __attribute__((aligned (2))) = dHIDAN_room_13DL_007958;
static const char HIDAN_room_13DL_007908[] __attribute__((aligned (2))) = dHIDAN_room_13DL_007908;
#endif
#define dHIDAN_room_13Tex_00BBD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00BBD8"
#define dHIDAN_room_13Tex_00BB88 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00BB88"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13Tex_00BBD8[] = dHIDAN_room_13Tex_00BBD8;
static const __declspec(align(2)) char HIDAN_room_13Tex_00BB88[] = dHIDAN_room_13Tex_00BB88;
#else
static const char HIDAN_room_13Tex_00BBD8[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00BBD8;
static const char HIDAN_room_13Tex_00BB88[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00BB88;
#endif
#define dHIDAN_room_13DL_0091B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_0091B0"
#define dHIDAN_room_13DL_009160 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_009160"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13DL_0091B0[] = dHIDAN_room_13DL_0091B0;
static const __declspec(align(2)) char HIDAN_room_13DL_009160[] = dHIDAN_room_13DL_009160;
#else
static const char HIDAN_room_13DL_0091B0[] __attribute__((aligned (2))) = dHIDAN_room_13DL_0091B0;
static const char HIDAN_room_13DL_009160[] __attribute__((aligned (2))) = dHIDAN_room_13DL_009160;
#endif
#define dHIDAN_room_13DL_00A278 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_00A278"
#define dHIDAN_room_13DL_00A228 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13DL_00A228"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13DL_00A278[] = dHIDAN_room_13DL_00A278;
static const __declspec(align(2)) char HIDAN_room_13DL_00A228[] = dHIDAN_room_13DL_00A228;
#else
static const char HIDAN_room_13DL_00A278[] __attribute__((aligned (2))) = dHIDAN_room_13DL_00A278;
static const char HIDAN_room_13DL_00A228[] __attribute__((aligned (2))) = dHIDAN_room_13DL_00A228;
#endif
#define dHIDAN_room_13Tex_00B7D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00B7D8"
#define dHIDAN_room_13Tex_00B788 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_13Tex_00B788"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_13Tex_00B7D8[] = dHIDAN_room_13Tex_00B7D8;
static const __declspec(align(2)) char HIDAN_room_13Tex_00B788[] = dHIDAN_room_13Tex_00B788;
#else
static const char HIDAN_room_13Tex_00B7D8[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00B7D8;
static const char HIDAN_room_13Tex_00B788[] __attribute__((aligned (2))) = dHIDAN_room_13Tex_00B788;
#endif

View file

@ -1,23 +1,23 @@
#pragma once
#define dHIDAN_room_14DL_001090 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_14DL_001090"
#define dHIDAN_room_14DL_001030 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_14DL_001030"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_14DL_001090[] = dHIDAN_room_14DL_001090;
static const __declspec(align(2)) char HIDAN_room_14DL_001030[] = dHIDAN_room_14DL_001030;
#else
static const char HIDAN_room_14DL_001090[] __attribute__((aligned (2))) = dHIDAN_room_14DL_001090;
static const char HIDAN_room_14DL_001030[] __attribute__((aligned (2))) = dHIDAN_room_14DL_001030;
#endif
#define dHIDAN_room_14Tex_001E58 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_14Tex_001E58"
#define dHIDAN_room_14Tex_001DF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_14Tex_001DF8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_14Tex_001E58[] = dHIDAN_room_14Tex_001E58;
static const __declspec(align(2)) char HIDAN_room_14Tex_001DF8[] = dHIDAN_room_14Tex_001DF8;
#else
static const char HIDAN_room_14Tex_001E58[] __attribute__((aligned (2))) = dHIDAN_room_14Tex_001E58;
static const char HIDAN_room_14Tex_001DF8[] __attribute__((aligned (2))) = dHIDAN_room_14Tex_001DF8;
#endif
#define dHIDAN_room_14Tex_001A58 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_14Tex_001A58"
#define dHIDAN_room_14Tex_0019F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_14Tex_0019F8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_14Tex_001A58[] = dHIDAN_room_14Tex_001A58;
static const __declspec(align(2)) char HIDAN_room_14Tex_0019F8[] = dHIDAN_room_14Tex_0019F8;
#else
static const char HIDAN_room_14Tex_001A58[] __attribute__((aligned (2))) = dHIDAN_room_14Tex_001A58;
static const char HIDAN_room_14Tex_0019F8[] __attribute__((aligned (2))) = dHIDAN_room_14Tex_0019F8;
#endif

View file

@ -1,16 +1,16 @@
#pragma once
#define dHIDAN_room_15DL_000950 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15DL_000950"
#define dHIDAN_room_15DL_000910 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15DL_000910"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_15DL_000950[] = dHIDAN_room_15DL_000950;
static const __declspec(align(2)) char HIDAN_room_15DL_000910[] = dHIDAN_room_15DL_000910;
#else
static const char HIDAN_room_15DL_000950[] __attribute__((aligned (2))) = dHIDAN_room_15DL_000950;
static const char HIDAN_room_15DL_000910[] __attribute__((aligned (2))) = dHIDAN_room_15DL_000910;
#endif
#define dHIDAN_room_15Tex_000DC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15Tex_000DC8"
#define dHIDAN_room_15Tex_000D88 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15Tex_000D88"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_15Tex_000DC8[] = dHIDAN_room_15Tex_000DC8;
static const __declspec(align(2)) char HIDAN_room_15Tex_000D88[] = dHIDAN_room_15Tex_000D88;
#else
static const char HIDAN_room_15Tex_000DC8[] __attribute__((aligned (2))) = dHIDAN_room_15Tex_000DC8;
static const char HIDAN_room_15Tex_000D88[] __attribute__((aligned (2))) = dHIDAN_room_15Tex_000D88;
#endif

View file

@ -1,121 +1,121 @@
#pragma once
#define dHIDAN_room_16DL_0002E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_0002E0"
#define dHIDAN_room_16DL_000350 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_000350"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16DL_0002E0[] = dHIDAN_room_16DL_0002E0;
static const __declspec(align(2)) char HIDAN_room_16DL_000350[] = dHIDAN_room_16DL_000350;
#else
static const char HIDAN_room_16DL_0002E0[] __attribute__((aligned (2))) = dHIDAN_room_16DL_0002E0;
static const char HIDAN_room_16DL_000350[] __attribute__((aligned (2))) = dHIDAN_room_16DL_000350;
#endif
#define dHIDAN_room_16Tex_009D70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_009D70"
#define dHIDAN_room_16Tex_009DE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_009DE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_009D70[] = dHIDAN_room_16Tex_009D70;
static const __declspec(align(2)) char HIDAN_room_16Tex_009DE0[] = dHIDAN_room_16Tex_009DE0;
#else
static const char HIDAN_room_16Tex_009D70[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_009D70;
static const char HIDAN_room_16Tex_009DE0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_009DE0;
#endif
#define dHIDAN_room_16DL_001410 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_001410"
#define dHIDAN_room_16DL_001480 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_001480"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16DL_001410[] = dHIDAN_room_16DL_001410;
static const __declspec(align(2)) char HIDAN_room_16DL_001480[] = dHIDAN_room_16DL_001480;
#else
static const char HIDAN_room_16DL_001410[] __attribute__((aligned (2))) = dHIDAN_room_16DL_001410;
static const char HIDAN_room_16DL_001480[] __attribute__((aligned (2))) = dHIDAN_room_16DL_001480;
#endif
#define dHIDAN_room_16Tex_006F70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_006F70"
#define dHIDAN_room_16Tex_006FE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_006FE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_006F70[] = dHIDAN_room_16Tex_006F70;
static const __declspec(align(2)) char HIDAN_room_16Tex_006FE0[] = dHIDAN_room_16Tex_006FE0;
#else
static const char HIDAN_room_16Tex_006F70[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_006F70;
static const char HIDAN_room_16Tex_006FE0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_006FE0;
#endif
#define dHIDAN_room_16Tex_006D70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_006D70"
#define dHIDAN_room_16Tex_006DE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_006DE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_006D70[] = dHIDAN_room_16Tex_006D70;
static const __declspec(align(2)) char HIDAN_room_16Tex_006DE0[] = dHIDAN_room_16Tex_006DE0;
#else
static const char HIDAN_room_16Tex_006D70[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_006D70;
static const char HIDAN_room_16Tex_006DE0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_006DE0;
#endif
#define dHIDAN_room_16Tex_00A570 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_00A570"
#define dHIDAN_room_16Tex_00A5E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_00A5E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_00A570[] = dHIDAN_room_16Tex_00A570;
static const __declspec(align(2)) char HIDAN_room_16Tex_00A5E0[] = dHIDAN_room_16Tex_00A5E0;
#else
static const char HIDAN_room_16Tex_00A570[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_00A570;
static const char HIDAN_room_16Tex_00A5E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_00A5E0;
#endif
#define dHIDAN_room_16Tex_008570 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_008570"
#define dHIDAN_room_16Tex_0085E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_0085E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_008570[] = dHIDAN_room_16Tex_008570;
static const __declspec(align(2)) char HIDAN_room_16Tex_0085E0[] = dHIDAN_room_16Tex_0085E0;
#else
static const char HIDAN_room_16Tex_008570[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_008570;
static const char HIDAN_room_16Tex_0085E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_0085E0;
#endif
#define dHIDAN_room_16Tex_007770 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_007770"
#define dHIDAN_room_16Tex_0077E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_0077E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_007770[] = dHIDAN_room_16Tex_007770;
static const __declspec(align(2)) char HIDAN_room_16Tex_0077E0[] = dHIDAN_room_16Tex_0077E0;
#else
static const char HIDAN_room_16Tex_007770[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_007770;
static const char HIDAN_room_16Tex_0077E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_0077E0;
#endif
#define dHIDAN_room_16Tex_009170 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_009170"
#define dHIDAN_room_16Tex_0091E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_0091E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_009170[] = dHIDAN_room_16Tex_009170;
static const __declspec(align(2)) char HIDAN_room_16Tex_0091E0[] = dHIDAN_room_16Tex_0091E0;
#else
static const char HIDAN_room_16Tex_009170[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_009170;
static const char HIDAN_room_16Tex_0091E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_0091E0;
#endif
#define dHIDAN_room_16Tex_008370 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_008370"
#define dHIDAN_room_16Tex_0083E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_0083E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_008370[] = dHIDAN_room_16Tex_008370;
static const __declspec(align(2)) char HIDAN_room_16Tex_0083E0[] = dHIDAN_room_16Tex_0083E0;
#else
static const char HIDAN_room_16Tex_008370[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_008370;
static const char HIDAN_room_16Tex_0083E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_0083E0;
#endif
#define dHIDAN_room_16DL_003AE8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_003AE8"
#define dHIDAN_room_16DL_003B58 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_003B58"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16DL_003AE8[] = dHIDAN_room_16DL_003AE8;
static const __declspec(align(2)) char HIDAN_room_16DL_003B58[] = dHIDAN_room_16DL_003B58;
#else
static const char HIDAN_room_16DL_003AE8[] __attribute__((aligned (2))) = dHIDAN_room_16DL_003AE8;
static const char HIDAN_room_16DL_003B58[] __attribute__((aligned (2))) = dHIDAN_room_16DL_003B58;
#endif
#define dHIDAN_room_16Tex_009570 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_009570"
#define dHIDAN_room_16Tex_0095E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_0095E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_009570[] = dHIDAN_room_16Tex_009570;
static const __declspec(align(2)) char HIDAN_room_16Tex_0095E0[] = dHIDAN_room_16Tex_0095E0;
#else
static const char HIDAN_room_16Tex_009570[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_009570;
static const char HIDAN_room_16Tex_0095E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_0095E0;
#endif
#define dHIDAN_room_16Tex_007F70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_007F70"
#define dHIDAN_room_16Tex_007FE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_007FE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_007F70[] = dHIDAN_room_16Tex_007F70;
static const __declspec(align(2)) char HIDAN_room_16Tex_007FE0[] = dHIDAN_room_16Tex_007FE0;
#else
static const char HIDAN_room_16Tex_007F70[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_007F70;
static const char HIDAN_room_16Tex_007FE0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_007FE0;
#endif
#define dHIDAN_room_16Tex_00B170 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_00B170"
#define dHIDAN_room_16Tex_00B1E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_00B1E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_00B170[] = dHIDAN_room_16Tex_00B170;
static const __declspec(align(2)) char HIDAN_room_16Tex_00B1E0[] = dHIDAN_room_16Tex_00B1E0;
#else
static const char HIDAN_room_16Tex_00B170[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_00B170;
static const char HIDAN_room_16Tex_00B1E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_00B1E0;
#endif
#define dHIDAN_room_16Tex_00A970 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_00A970"
#define dHIDAN_room_16Tex_00A9E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_00A9E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_00A970[] = dHIDAN_room_16Tex_00A970;
static const __declspec(align(2)) char HIDAN_room_16Tex_00A9E0[] = dHIDAN_room_16Tex_00A9E0;
#else
static const char HIDAN_room_16Tex_00A970[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_00A970;
static const char HIDAN_room_16Tex_00A9E0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_00A9E0;
#endif
#define dHIDAN_room_16DL_005E68 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_005E68"
#define dHIDAN_room_16DL_005ED8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16DL_005ED8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16DL_005E68[] = dHIDAN_room_16DL_005E68;
static const __declspec(align(2)) char HIDAN_room_16DL_005ED8[] = dHIDAN_room_16DL_005ED8;
#else
static const char HIDAN_room_16DL_005E68[] __attribute__((aligned (2))) = dHIDAN_room_16DL_005E68;
static const char HIDAN_room_16DL_005ED8[] __attribute__((aligned (2))) = dHIDAN_room_16DL_005ED8;
#endif
#define dHIDAN_room_16Tex_008D70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_008D70"
#define dHIDAN_room_16Tex_008DE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_16Tex_008DE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_16Tex_008D70[] = dHIDAN_room_16Tex_008D70;
static const __declspec(align(2)) char HIDAN_room_16Tex_008DE0[] = dHIDAN_room_16Tex_008DE0;
#else
static const char HIDAN_room_16Tex_008D70[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_008D70;
static const char HIDAN_room_16Tex_008DE0[] __attribute__((aligned (2))) = dHIDAN_room_16Tex_008DE0;
#endif

View file

@ -1,65 +1,65 @@
#pragma once
#define dHIDAN_room_17DL_003260 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17DL_003260"
#define dHIDAN_room_17DL_003290 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17DL_003290"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17DL_003260[] = dHIDAN_room_17DL_003260;
static const __declspec(align(2)) char HIDAN_room_17DL_003290[] = dHIDAN_room_17DL_003290;
#else
static const char HIDAN_room_17DL_003260[] __attribute__((aligned (2))) = dHIDAN_room_17DL_003260;
static const char HIDAN_room_17DL_003290[] __attribute__((aligned (2))) = dHIDAN_room_17DL_003290;
#endif
#define dHIDAN_room_17Tex_007938 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_007938"
#define dHIDAN_room_17Tex_007968 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_007968"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_007938[] = dHIDAN_room_17Tex_007938;
static const __declspec(align(2)) char HIDAN_room_17Tex_007968[] = dHIDAN_room_17Tex_007968;
#else
static const char HIDAN_room_17Tex_007938[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_007938;
static const char HIDAN_room_17Tex_007968[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_007968;
#endif
#define dHIDAN_room_17Tex_008938 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_008938"
#define dHIDAN_room_17Tex_008968 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_008968"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_008938[] = dHIDAN_room_17Tex_008938;
static const __declspec(align(2)) char HIDAN_room_17Tex_008968[] = dHIDAN_room_17Tex_008968;
#else
static const char HIDAN_room_17Tex_008938[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_008938;
static const char HIDAN_room_17Tex_008968[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_008968;
#endif
#define dHIDAN_room_17Tex_008138 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_008138"
#define dHIDAN_room_17Tex_008168 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_008168"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_008138[] = dHIDAN_room_17Tex_008138;
static const __declspec(align(2)) char HIDAN_room_17Tex_008168[] = dHIDAN_room_17Tex_008168;
#else
static const char HIDAN_room_17Tex_008138[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_008138;
static const char HIDAN_room_17Tex_008168[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_008168;
#endif
#define dHIDAN_room_17Tex_007138 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_007138"
#define dHIDAN_room_17Tex_007168 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_007168"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_007138[] = dHIDAN_room_17Tex_007138;
static const __declspec(align(2)) char HIDAN_room_17Tex_007168[] = dHIDAN_room_17Tex_007168;
#else
static const char HIDAN_room_17Tex_007138[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_007138;
static const char HIDAN_room_17Tex_007168[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_007168;
#endif
#define dHIDAN_room_17Tex_006938 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_006938"
#define dHIDAN_room_17Tex_006968 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_006968"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_006938[] = dHIDAN_room_17Tex_006938;
static const __declspec(align(2)) char HIDAN_room_17Tex_006968[] = dHIDAN_room_17Tex_006968;
#else
static const char HIDAN_room_17Tex_006938[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_006938;
static const char HIDAN_room_17Tex_006968[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_006968;
#endif
#define dHIDAN_room_17Tex_005138 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_005138"
#define dHIDAN_room_17Tex_005168 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_005168"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_005138[] = dHIDAN_room_17Tex_005138;
static const __declspec(align(2)) char HIDAN_room_17Tex_005168[] = dHIDAN_room_17Tex_005168;
#else
static const char HIDAN_room_17Tex_005138[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_005138;
static const char HIDAN_room_17Tex_005168[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_005168;
#endif
#define dHIDAN_room_17Tex_005938 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_005938"
#define dHIDAN_room_17Tex_005968 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_005968"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_005938[] = dHIDAN_room_17Tex_005938;
static const __declspec(align(2)) char HIDAN_room_17Tex_005968[] = dHIDAN_room_17Tex_005968;
#else
static const char HIDAN_room_17Tex_005938[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_005938;
static const char HIDAN_room_17Tex_005968[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_005968;
#endif
#define dHIDAN_room_17Tex_006138 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_006138"
#define dHIDAN_room_17Tex_006168 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_17Tex_006168"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_17Tex_006138[] = dHIDAN_room_17Tex_006138;
static const __declspec(align(2)) char HIDAN_room_17Tex_006168[] = dHIDAN_room_17Tex_006168;
#else
static const char HIDAN_room_17Tex_006138[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_006138;
static const char HIDAN_room_17Tex_006168[] __attribute__((aligned (2))) = dHIDAN_room_17Tex_006168;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dHIDAN_room_18DL_001810 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18DL_001810"
#define dHIDAN_room_18DL_001890 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18DL_001890"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_18DL_001810[] = dHIDAN_room_18DL_001810;
static const __declspec(align(2)) char HIDAN_room_18DL_001890[] = dHIDAN_room_18DL_001890;
#else
static const char HIDAN_room_18DL_001810[] __attribute__((aligned (2))) = dHIDAN_room_18DL_001810;
static const char HIDAN_room_18DL_001890[] __attribute__((aligned (2))) = dHIDAN_room_18DL_001890;
#endif
#define dHIDAN_room_18Tex_003378 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_003378"
#define dHIDAN_room_18Tex_0033F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_0033F8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_18Tex_003378[] = dHIDAN_room_18Tex_003378;
static const __declspec(align(2)) char HIDAN_room_18Tex_0033F8[] = dHIDAN_room_18Tex_0033F8;
#else
static const char HIDAN_room_18Tex_003378[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_003378;
static const char HIDAN_room_18Tex_0033F8[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_0033F8;
#endif
#define dHIDAN_room_18Tex_002F78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_002F78"
#define dHIDAN_room_18Tex_002FF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_002FF8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_18Tex_002F78[] = dHIDAN_room_18Tex_002F78;
static const __declspec(align(2)) char HIDAN_room_18Tex_002FF8[] = dHIDAN_room_18Tex_002FF8;
#else
static const char HIDAN_room_18Tex_002F78[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_002F78;
static const char HIDAN_room_18Tex_002FF8[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_002FF8;
#endif
#define dHIDAN_room_18Tex_002778 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_002778"
#define dHIDAN_room_18Tex_0027F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_0027F8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_18Tex_002778[] = dHIDAN_room_18Tex_002778;
static const __declspec(align(2)) char HIDAN_room_18Tex_0027F8[] = dHIDAN_room_18Tex_0027F8;
#else
static const char HIDAN_room_18Tex_002778[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_002778;
static const char HIDAN_room_18Tex_0027F8[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_0027F8;
#endif
#define dHIDAN_room_18Tex_003778 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_003778"
#define dHIDAN_room_18Tex_0037F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_0037F8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_18Tex_003778[] = dHIDAN_room_18Tex_003778;
static const __declspec(align(2)) char HIDAN_room_18Tex_0037F8[] = dHIDAN_room_18Tex_0037F8;
#else
static const char HIDAN_room_18Tex_003778[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_003778;
static const char HIDAN_room_18Tex_0037F8[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_0037F8;
#endif
#define dHIDAN_room_18Tex_003978 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_003978"
#define dHIDAN_room_18Tex_0039F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_18Tex_0039F8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_18Tex_003978[] = dHIDAN_room_18Tex_003978;
static const __declspec(align(2)) char HIDAN_room_18Tex_0039F8[] = dHIDAN_room_18Tex_0039F8;
#else
static const char HIDAN_room_18Tex_003978[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_003978;
static const char HIDAN_room_18Tex_0039F8[] __attribute__((aligned (2))) = dHIDAN_room_18Tex_0039F8;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dHIDAN_room_19DL_001BB0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19DL_001BB0"
#define dHIDAN_room_19DL_001C00 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19DL_001C00"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_19DL_001BB0[] = dHIDAN_room_19DL_001BB0;
static const __declspec(align(2)) char HIDAN_room_19DL_001C00[] = dHIDAN_room_19DL_001C00;
#else
static const char HIDAN_room_19DL_001BB0[] __attribute__((aligned (2))) = dHIDAN_room_19DL_001BB0;
static const char HIDAN_room_19DL_001C00[] __attribute__((aligned (2))) = dHIDAN_room_19DL_001C00;
#endif
#define dHIDAN_room_19Tex_002DD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_002DD8"
#define dHIDAN_room_19Tex_002E28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_002E28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_19Tex_002DD8[] = dHIDAN_room_19Tex_002DD8;
static const __declspec(align(2)) char HIDAN_room_19Tex_002E28[] = dHIDAN_room_19Tex_002E28;
#else
static const char HIDAN_room_19Tex_002DD8[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_002DD8;
static const char HIDAN_room_19Tex_002E28[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_002E28;
#endif
#define dHIDAN_room_19Tex_003DD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_003DD8"
#define dHIDAN_room_19Tex_003E28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_003E28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_19Tex_003DD8[] = dHIDAN_room_19Tex_003DD8;
static const __declspec(align(2)) char HIDAN_room_19Tex_003E28[] = dHIDAN_room_19Tex_003E28;
#else
static const char HIDAN_room_19Tex_003DD8[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_003DD8;
static const char HIDAN_room_19Tex_003E28[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_003E28;
#endif
#define dHIDAN_room_19Tex_0039D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_0039D8"
#define dHIDAN_room_19Tex_003A28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_003A28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_19Tex_0039D8[] = dHIDAN_room_19Tex_0039D8;
static const __declspec(align(2)) char HIDAN_room_19Tex_003A28[] = dHIDAN_room_19Tex_003A28;
#else
static const char HIDAN_room_19Tex_0039D8[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_0039D8;
static const char HIDAN_room_19Tex_003A28[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_003A28;
#endif
#define dHIDAN_room_19Tex_003FD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_003FD8"
#define dHIDAN_room_19Tex_004028 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_004028"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_19Tex_003FD8[] = dHIDAN_room_19Tex_003FD8;
static const __declspec(align(2)) char HIDAN_room_19Tex_004028[] = dHIDAN_room_19Tex_004028;
#else
static const char HIDAN_room_19Tex_003FD8[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_003FD8;
static const char HIDAN_room_19Tex_004028[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_004028;
#endif
#define dHIDAN_room_19Tex_0035D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_0035D8"
#define dHIDAN_room_19Tex_003628 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_19Tex_003628"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_19Tex_0035D8[] = dHIDAN_room_19Tex_0035D8;
static const __declspec(align(2)) char HIDAN_room_19Tex_003628[] = dHIDAN_room_19Tex_003628;
#else
static const char HIDAN_room_19Tex_0035D8[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_0035D8;
static const char HIDAN_room_19Tex_003628[] __attribute__((aligned (2))) = dHIDAN_room_19Tex_003628;
#endif

View file

@ -1,128 +1,128 @@
#pragma once
#define dHIDAN_room_2DL_009460 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_009460"
#define dHIDAN_room_2DL_0094C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_0094C0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2DL_009460[] = dHIDAN_room_2DL_009460;
static const __declspec(align(2)) char HIDAN_room_2DL_0094C0[] = dHIDAN_room_2DL_0094C0;
#else
static const char HIDAN_room_2DL_009460[] __attribute__((aligned (2))) = dHIDAN_room_2DL_009460;
static const char HIDAN_room_2DL_0094C0[] __attribute__((aligned (2))) = dHIDAN_room_2DL_0094C0;
#endif
#define dHIDAN_room_2Tex_00E3C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00E3C8"
#define dHIDAN_room_2Tex_00E428 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00E428"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00E3C8[] = dHIDAN_room_2Tex_00E3C8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00E428[] = dHIDAN_room_2Tex_00E428;
#else
static const char HIDAN_room_2Tex_00E3C8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00E3C8;
static const char HIDAN_room_2Tex_00E428[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00E428;
#endif
#define dHIDAN_room_2DL_002A20 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_002A20"
#define dHIDAN_room_2DL_002A80 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_002A80"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2DL_002A20[] = dHIDAN_room_2DL_002A20;
static const __declspec(align(2)) char HIDAN_room_2DL_002A80[] = dHIDAN_room_2DL_002A80;
#else
static const char HIDAN_room_2DL_002A20[] __attribute__((aligned (2))) = dHIDAN_room_2DL_002A20;
static const char HIDAN_room_2DL_002A80[] __attribute__((aligned (2))) = dHIDAN_room_2DL_002A80;
#endif
#define dHIDAN_room_2Tex_00EFC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00EFC8"
#define dHIDAN_room_2Tex_00F028 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00F028"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00EFC8[] = dHIDAN_room_2Tex_00EFC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00F028[] = dHIDAN_room_2Tex_00F028;
#else
static const char HIDAN_room_2Tex_00EFC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00EFC8;
static const char HIDAN_room_2Tex_00F028[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00F028;
#endif
#define dHIDAN_room_2Tex_00A7C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00A7C8"
#define dHIDAN_room_2Tex_00A828 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00A828"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00A7C8[] = dHIDAN_room_2Tex_00A7C8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00A828[] = dHIDAN_room_2Tex_00A828;
#else
static const char HIDAN_room_2Tex_00A7C8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00A7C8;
static const char HIDAN_room_2Tex_00A828[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00A828;
#endif
#define dHIDAN_room_2Tex_00CDC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00CDC8"
#define dHIDAN_room_2Tex_00CE28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00CE28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00CDC8[] = dHIDAN_room_2Tex_00CDC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00CE28[] = dHIDAN_room_2Tex_00CE28;
#else
static const char HIDAN_room_2Tex_00CDC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00CDC8;
static const char HIDAN_room_2Tex_00CE28[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00CE28;
#endif
#define dHIDAN_room_2Tex_00DDC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00DDC8"
#define dHIDAN_room_2Tex_00DE28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00DE28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00DDC8[] = dHIDAN_room_2Tex_00DDC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00DE28[] = dHIDAN_room_2Tex_00DE28;
#else
static const char HIDAN_room_2Tex_00DDC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00DDC8;
static const char HIDAN_room_2Tex_00DE28[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00DE28;
#endif
#define dHIDAN_room_2Tex_00DFC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00DFC8"
#define dHIDAN_room_2Tex_00E028 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00E028"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00DFC8[] = dHIDAN_room_2Tex_00DFC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00E028[] = dHIDAN_room_2Tex_00E028;
#else
static const char HIDAN_room_2Tex_00DFC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00DFC8;
static const char HIDAN_room_2Tex_00E028[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00E028;
#endif
#define dHIDAN_room_2Tex_00ABC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00ABC8"
#define dHIDAN_room_2Tex_00AC28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00AC28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00ABC8[] = dHIDAN_room_2Tex_00ABC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00AC28[] = dHIDAN_room_2Tex_00AC28;
#else
static const char HIDAN_room_2Tex_00ABC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00ABC8;
static const char HIDAN_room_2Tex_00AC28[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00AC28;
#endif
#define dHIDAN_room_2Tex_00CBC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00CBC8"
#define dHIDAN_room_2Tex_00CC28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00CC28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00CBC8[] = dHIDAN_room_2Tex_00CBC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00CC28[] = dHIDAN_room_2Tex_00CC28;
#else
static const char HIDAN_room_2Tex_00CBC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00CBC8;
static const char HIDAN_room_2Tex_00CC28[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00CC28;
#endif
#define dHIDAN_room_2Tex_009FC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_009FC8"
#define dHIDAN_room_2Tex_00A028 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00A028"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_009FC8[] = dHIDAN_room_2Tex_009FC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00A028[] = dHIDAN_room_2Tex_00A028;
#else
static const char HIDAN_room_2Tex_009FC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_009FC8;
static const char HIDAN_room_2Tex_00A028[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00A028;
#endif
#define dHIDAN_room_2Tex_00F7C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00F7C8"
#define dHIDAN_room_2Tex_00F828 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00F828"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00F7C8[] = dHIDAN_room_2Tex_00F7C8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00F828[] = dHIDAN_room_2Tex_00F828;
#else
static const char HIDAN_room_2Tex_00F7C8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00F7C8;
static const char HIDAN_room_2Tex_00F828[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00F828;
#endif
#define dHIDAN_room_2Tex_00BBC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00BBC8"
#define dHIDAN_room_2Tex_00BC28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00BC28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00BBC8[] = dHIDAN_room_2Tex_00BBC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00BC28[] = dHIDAN_room_2Tex_00BC28;
#else
static const char HIDAN_room_2Tex_00BBC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00BBC8;
static const char HIDAN_room_2Tex_00BC28[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00BC28;
#endif
#define dHIDAN_room_2DL_005A20 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_005A20"
#define dHIDAN_room_2DL_005A80 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_005A80"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2DL_005A20[] = dHIDAN_room_2DL_005A20;
static const __declspec(align(2)) char HIDAN_room_2DL_005A80[] = dHIDAN_room_2DL_005A80;
#else
static const char HIDAN_room_2DL_005A20[] __attribute__((aligned (2))) = dHIDAN_room_2DL_005A20;
static const char HIDAN_room_2DL_005A80[] __attribute__((aligned (2))) = dHIDAN_room_2DL_005A80;
#endif
#define dHIDAN_room_2DL_007940 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_007940"
#define dHIDAN_room_2DL_0079A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2DL_0079A0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2DL_007940[] = dHIDAN_room_2DL_007940;
static const __declspec(align(2)) char HIDAN_room_2DL_0079A0[] = dHIDAN_room_2DL_0079A0;
#else
static const char HIDAN_room_2DL_007940[] __attribute__((aligned (2))) = dHIDAN_room_2DL_007940;
static const char HIDAN_room_2DL_0079A0[] __attribute__((aligned (2))) = dHIDAN_room_2DL_0079A0;
#endif
#define dHIDAN_room_2Tex_0095C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_0095C8"
#define dHIDAN_room_2Tex_009628 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_009628"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_0095C8[] = dHIDAN_room_2Tex_0095C8;
static const __declspec(align(2)) char HIDAN_room_2Tex_009628[] = dHIDAN_room_2Tex_009628;
#else
static const char HIDAN_room_2Tex_0095C8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_0095C8;
static const char HIDAN_room_2Tex_009628[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_009628;
#endif
#define dHIDAN_room_2Tex_0097C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_0097C8"
#define dHIDAN_room_2Tex_009828 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_009828"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_0097C8[] = dHIDAN_room_2Tex_0097C8;
static const __declspec(align(2)) char HIDAN_room_2Tex_009828[] = dHIDAN_room_2Tex_009828;
#else
static const char HIDAN_room_2Tex_0097C8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_0097C8;
static const char HIDAN_room_2Tex_009828[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_009828;
#endif
#define dHIDAN_room_2Tex_00EBC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00EBC8"
#define dHIDAN_room_2Tex_00EC28 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_2Tex_00EC28"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_2Tex_00EBC8[] = dHIDAN_room_2Tex_00EBC8;
static const __declspec(align(2)) char HIDAN_room_2Tex_00EC28[] = dHIDAN_room_2Tex_00EC28;
#else
static const char HIDAN_room_2Tex_00EBC8[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00EBC8;
static const char HIDAN_room_2Tex_00EC28[] __attribute__((aligned (2))) = dHIDAN_room_2Tex_00EC28;
#endif

View file

@ -1,149 +1,149 @@
#pragma once
#define dHIDAN_room_21DL_000428 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_000428"
#define dHIDAN_room_21DL_0003E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_0003E8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_000428[] = dHIDAN_room_21DL_000428;
static const __declspec(align(2)) char HIDAN_room_21DL_0003E8[] = dHIDAN_room_21DL_0003E8;
#else
static const char HIDAN_room_21DL_000428[] __attribute__((aligned (2))) = dHIDAN_room_21DL_000428;
static const char HIDAN_room_21DL_0003E8[] __attribute__((aligned (2))) = dHIDAN_room_21DL_0003E8;
#endif
#define dHIDAN_room_21Tex_0074B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_0074B8"
#define dHIDAN_room_21Tex_007478 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_007478"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_0074B8[] = dHIDAN_room_21Tex_0074B8;
static const __declspec(align(2)) char HIDAN_room_21Tex_007478[] = dHIDAN_room_21Tex_007478;
#else
static const char HIDAN_room_21Tex_0074B8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_0074B8;
static const char HIDAN_room_21Tex_007478[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_007478;
#endif
#define dHIDAN_room_21DL_000270 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_000270"
#define dHIDAN_room_21DL_000230 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_000230"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_000270[] = dHIDAN_room_21DL_000270;
static const __declspec(align(2)) char HIDAN_room_21DL_000230[] = dHIDAN_room_21DL_000230;
#else
static const char HIDAN_room_21DL_000270[] __attribute__((aligned (2))) = dHIDAN_room_21DL_000270;
static const char HIDAN_room_21DL_000230[] __attribute__((aligned (2))) = dHIDAN_room_21DL_000230;
#endif
#define dHIDAN_room_21Tex_007CB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_007CB8"
#define dHIDAN_room_21Tex_007C78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_007C78"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_007CB8[] = dHIDAN_room_21Tex_007CB8;
static const __declspec(align(2)) char HIDAN_room_21Tex_007C78[] = dHIDAN_room_21Tex_007C78;
#else
static const char HIDAN_room_21Tex_007CB8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_007CB8;
static const char HIDAN_room_21Tex_007C78[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_007C78;
#endif
#define dHIDAN_room_21DL_004038 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_004038"
#define dHIDAN_room_21DL_003FF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_003FF8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_004038[] = dHIDAN_room_21DL_004038;
static const __declspec(align(2)) char HIDAN_room_21DL_003FF8[] = dHIDAN_room_21DL_003FF8;
#else
static const char HIDAN_room_21DL_004038[] __attribute__((aligned (2))) = dHIDAN_room_21DL_004038;
static const char HIDAN_room_21DL_003FF8[] __attribute__((aligned (2))) = dHIDAN_room_21DL_003FF8;
#endif
#define dHIDAN_room_21DL_004388 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_004388"
#define dHIDAN_room_21DL_004348 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_004348"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_004388[] = dHIDAN_room_21DL_004388;
static const __declspec(align(2)) char HIDAN_room_21DL_004348[] = dHIDAN_room_21DL_004348;
#else
static const char HIDAN_room_21DL_004388[] __attribute__((aligned (2))) = dHIDAN_room_21DL_004388;
static const char HIDAN_room_21DL_004348[] __attribute__((aligned (2))) = dHIDAN_room_21DL_004348;
#endif
#define dHIDAN_room_21DL_003B30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_003B30"
#define dHIDAN_room_21DL_003AF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_003AF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_003B30[] = dHIDAN_room_21DL_003B30;
static const __declspec(align(2)) char HIDAN_room_21DL_003AF0[] = dHIDAN_room_21DL_003AF0;
#else
static const char HIDAN_room_21DL_003B30[] __attribute__((aligned (2))) = dHIDAN_room_21DL_003B30;
static const char HIDAN_room_21DL_003AF0[] __attribute__((aligned (2))) = dHIDAN_room_21DL_003AF0;
#endif
#define dHIDAN_room_21Tex_004EB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_004EB8"
#define dHIDAN_room_21Tex_004E78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_004E78"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_004EB8[] = dHIDAN_room_21Tex_004EB8;
static const __declspec(align(2)) char HIDAN_room_21Tex_004E78[] = dHIDAN_room_21Tex_004E78;
#else
static const char HIDAN_room_21Tex_004EB8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_004EB8;
static const char HIDAN_room_21Tex_004E78[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_004E78;
#endif
#define dHIDAN_room_21DL_003498 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_003498"
#define dHIDAN_room_21DL_003458 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_003458"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_003498[] = dHIDAN_room_21DL_003498;
static const __declspec(align(2)) char HIDAN_room_21DL_003458[] = dHIDAN_room_21DL_003458;
#else
static const char HIDAN_room_21DL_003498[] __attribute__((aligned (2))) = dHIDAN_room_21DL_003498;
static const char HIDAN_room_21DL_003458[] __attribute__((aligned (2))) = dHIDAN_room_21DL_003458;
#endif
#define dHIDAN_room_21DL_002F98 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_002F98"
#define dHIDAN_room_21DL_002F58 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_002F58"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_002F98[] = dHIDAN_room_21DL_002F98;
static const __declspec(align(2)) char HIDAN_room_21DL_002F58[] = dHIDAN_room_21DL_002F58;
#else
static const char HIDAN_room_21DL_002F98[] __attribute__((aligned (2))) = dHIDAN_room_21DL_002F98;
static const char HIDAN_room_21DL_002F58[] __attribute__((aligned (2))) = dHIDAN_room_21DL_002F58;
#endif
#define dHIDAN_room_21DL_0025A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_0025A0"
#define dHIDAN_room_21DL_002560 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_002560"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_0025A0[] = dHIDAN_room_21DL_0025A0;
static const __declspec(align(2)) char HIDAN_room_21DL_002560[] = dHIDAN_room_21DL_002560;
#else
static const char HIDAN_room_21DL_0025A0[] __attribute__((aligned (2))) = dHIDAN_room_21DL_0025A0;
static const char HIDAN_room_21DL_002560[] __attribute__((aligned (2))) = dHIDAN_room_21DL_002560;
#endif
#define dHIDAN_room_21Tex_0044B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_0044B8"
#define dHIDAN_room_21Tex_004478 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_004478"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_0044B8[] = dHIDAN_room_21Tex_0044B8;
static const __declspec(align(2)) char HIDAN_room_21Tex_004478[] = dHIDAN_room_21Tex_004478;
#else
static const char HIDAN_room_21Tex_0044B8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_0044B8;
static const char HIDAN_room_21Tex_004478[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_004478;
#endif
#define dHIDAN_room_21Tex_0056B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_0056B8"
#define dHIDAN_room_21Tex_005678 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_005678"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_0056B8[] = dHIDAN_room_21Tex_0056B8;
static const __declspec(align(2)) char HIDAN_room_21Tex_005678[] = dHIDAN_room_21Tex_005678;
#else
static const char HIDAN_room_21Tex_0056B8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_0056B8;
static const char HIDAN_room_21Tex_005678[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_005678;
#endif
#define dHIDAN_room_21DL_001100 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_001100"
#define dHIDAN_room_21DL_0010C0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_0010C0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_001100[] = dHIDAN_room_21DL_001100;
static const __declspec(align(2)) char HIDAN_room_21DL_0010C0[] = dHIDAN_room_21DL_0010C0;
#else
static const char HIDAN_room_21DL_001100[] __attribute__((aligned (2))) = dHIDAN_room_21DL_001100;
static const char HIDAN_room_21DL_0010C0[] __attribute__((aligned (2))) = dHIDAN_room_21DL_0010C0;
#endif
#define dHIDAN_room_21Tex_0072B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_0072B8"
#define dHIDAN_room_21Tex_007278 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_007278"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_0072B8[] = dHIDAN_room_21Tex_0072B8;
static const __declspec(align(2)) char HIDAN_room_21Tex_007278[] = dHIDAN_room_21Tex_007278;
#else
static const char HIDAN_room_21Tex_0072B8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_0072B8;
static const char HIDAN_room_21Tex_007278[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_007278;
#endif
#define dHIDAN_room_21Tex_005EB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_005EB8"
#define dHIDAN_room_21Tex_005E78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_005E78"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_005EB8[] = dHIDAN_room_21Tex_005EB8;
static const __declspec(align(2)) char HIDAN_room_21Tex_005E78[] = dHIDAN_room_21Tex_005E78;
#else
static const char HIDAN_room_21Tex_005EB8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_005EB8;
static const char HIDAN_room_21Tex_005E78[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_005E78;
#endif
#define dHIDAN_room_21Tex_0046B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_0046B8"
#define dHIDAN_room_21Tex_004678 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_004678"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_0046B8[] = dHIDAN_room_21Tex_0046B8;
static const __declspec(align(2)) char HIDAN_room_21Tex_004678[] = dHIDAN_room_21Tex_004678;
#else
static const char HIDAN_room_21Tex_0046B8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_0046B8;
static const char HIDAN_room_21Tex_004678[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_004678;
#endif
#define dHIDAN_room_21Tex_0066B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_0066B8"
#define dHIDAN_room_21Tex_006678 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_006678"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_0066B8[] = dHIDAN_room_21Tex_0066B8;
static const __declspec(align(2)) char HIDAN_room_21Tex_006678[] = dHIDAN_room_21Tex_006678;
#else
static const char HIDAN_room_21Tex_0066B8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_0066B8;
static const char HIDAN_room_21Tex_006678[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_006678;
#endif
#define dHIDAN_room_21DL_000878 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_000878"
#define dHIDAN_room_21DL_000838 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_000838"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_000878[] = dHIDAN_room_21DL_000878;
static const __declspec(align(2)) char HIDAN_room_21DL_000838[] = dHIDAN_room_21DL_000838;
#else
static const char HIDAN_room_21DL_000878[] __attribute__((aligned (2))) = dHIDAN_room_21DL_000878;
static const char HIDAN_room_21DL_000838[] __attribute__((aligned (2))) = dHIDAN_room_21DL_000838;
#endif
#define dHIDAN_room_21DL_0006B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_0006B0"
#define dHIDAN_room_21DL_000670 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21DL_000670"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21DL_0006B0[] = dHIDAN_room_21DL_0006B0;
static const __declspec(align(2)) char HIDAN_room_21DL_000670[] = dHIDAN_room_21DL_000670;
#else
static const char HIDAN_room_21DL_0006B0[] __attribute__((aligned (2))) = dHIDAN_room_21DL_0006B0;
static const char HIDAN_room_21DL_000670[] __attribute__((aligned (2))) = dHIDAN_room_21DL_000670;
#endif
#define dHIDAN_room_21Tex_006AB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_006AB8"
#define dHIDAN_room_21Tex_006A78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_21Tex_006A78"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_21Tex_006AB8[] = dHIDAN_room_21Tex_006AB8;
static const __declspec(align(2)) char HIDAN_room_21Tex_006A78[] = dHIDAN_room_21Tex_006A78;
#else
static const char HIDAN_room_21Tex_006AB8[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_006AB8;
static const char HIDAN_room_21Tex_006A78[] __attribute__((aligned (2))) = dHIDAN_room_21Tex_006A78;
#endif

View file

@ -1,65 +1,65 @@
#pragma once
#define dHIDAN_room_22DL_001AB0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22DL_001AB0"
#define dHIDAN_room_22DL_001AA0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22DL_001AA0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22DL_001AB0[] = dHIDAN_room_22DL_001AB0;
static const __declspec(align(2)) char HIDAN_room_22DL_001AA0[] = dHIDAN_room_22DL_001AA0;
#else
static const char HIDAN_room_22DL_001AB0[] __attribute__((aligned (2))) = dHIDAN_room_22DL_001AB0;
static const char HIDAN_room_22DL_001AA0[] __attribute__((aligned (2))) = dHIDAN_room_22DL_001AA0;
#endif
#define dHIDAN_room_22Tex_0052F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0052F8"
#define dHIDAN_room_22Tex_0052E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0052E8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_0052F8[] = dHIDAN_room_22Tex_0052F8;
static const __declspec(align(2)) char HIDAN_room_22Tex_0052E8[] = dHIDAN_room_22Tex_0052E8;
#else
static const char HIDAN_room_22Tex_0052F8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0052F8;
static const char HIDAN_room_22Tex_0052E8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0052E8;
#endif
#define dHIDAN_room_22Tex_0062F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0062F8"
#define dHIDAN_room_22Tex_0062E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0062E8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_0062F8[] = dHIDAN_room_22Tex_0062F8;
static const __declspec(align(2)) char HIDAN_room_22Tex_0062E8[] = dHIDAN_room_22Tex_0062E8;
#else
static const char HIDAN_room_22Tex_0062F8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0062F8;
static const char HIDAN_room_22Tex_0062E8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0062E8;
#endif
#define dHIDAN_room_22Tex_005AF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_005AF8"
#define dHIDAN_room_22Tex_005AE8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_005AE8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_005AF8[] = dHIDAN_room_22Tex_005AF8;
static const __declspec(align(2)) char HIDAN_room_22Tex_005AE8[] = dHIDAN_room_22Tex_005AE8;
#else
static const char HIDAN_room_22Tex_005AF8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_005AF8;
static const char HIDAN_room_22Tex_005AE8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_005AE8;
#endif
#define dHIDAN_room_22Tex_004AF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_004AF8"
#define dHIDAN_room_22Tex_004AE8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_004AE8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_004AF8[] = dHIDAN_room_22Tex_004AF8;
static const __declspec(align(2)) char HIDAN_room_22Tex_004AE8[] = dHIDAN_room_22Tex_004AE8;
#else
static const char HIDAN_room_22Tex_004AF8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_004AF8;
static const char HIDAN_room_22Tex_004AE8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_004AE8;
#endif
#define dHIDAN_room_22Tex_0042F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0042F8"
#define dHIDAN_room_22Tex_0042E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0042E8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_0042F8[] = dHIDAN_room_22Tex_0042F8;
static const __declspec(align(2)) char HIDAN_room_22Tex_0042E8[] = dHIDAN_room_22Tex_0042E8;
#else
static const char HIDAN_room_22Tex_0042F8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0042F8;
static const char HIDAN_room_22Tex_0042E8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0042E8;
#endif
#define dHIDAN_room_22Tex_002AF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_002AF8"
#define dHIDAN_room_22Tex_002AE8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_002AE8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_002AF8[] = dHIDAN_room_22Tex_002AF8;
static const __declspec(align(2)) char HIDAN_room_22Tex_002AE8[] = dHIDAN_room_22Tex_002AE8;
#else
static const char HIDAN_room_22Tex_002AF8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_002AF8;
static const char HIDAN_room_22Tex_002AE8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_002AE8;
#endif
#define dHIDAN_room_22Tex_0032F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0032F8"
#define dHIDAN_room_22Tex_0032E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_0032E8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_0032F8[] = dHIDAN_room_22Tex_0032F8;
static const __declspec(align(2)) char HIDAN_room_22Tex_0032E8[] = dHIDAN_room_22Tex_0032E8;
#else
static const char HIDAN_room_22Tex_0032F8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0032F8;
static const char HIDAN_room_22Tex_0032E8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_0032E8;
#endif
#define dHIDAN_room_22Tex_003AF8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_003AF8"
#define dHIDAN_room_22Tex_003AE8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_22Tex_003AE8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_22Tex_003AF8[] = dHIDAN_room_22Tex_003AF8;
static const __declspec(align(2)) char HIDAN_room_22Tex_003AE8[] = dHIDAN_room_22Tex_003AE8;
#else
static const char HIDAN_room_22Tex_003AF8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_003AF8;
static const char HIDAN_room_22Tex_003AE8[] __attribute__((aligned (2))) = dHIDAN_room_22Tex_003AE8;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dHIDAN_room_3DL_000990 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3DL_000990"
#define dHIDAN_room_3DL_000980 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3DL_000980"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_3DL_000990[] = dHIDAN_room_3DL_000990;
static const __declspec(align(2)) char HIDAN_room_3DL_000980[] = dHIDAN_room_3DL_000980;
#else
static const char HIDAN_room_3DL_000990[] __attribute__((aligned (2))) = dHIDAN_room_3DL_000990;
static const char HIDAN_room_3DL_000980[] __attribute__((aligned (2))) = dHIDAN_room_3DL_000980;
#endif
#define dHIDAN_room_3Tex_0022D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3Tex_0022D8"
#define dHIDAN_room_3Tex_0022C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3Tex_0022C8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_3Tex_0022D8[] = dHIDAN_room_3Tex_0022D8;
static const __declspec(align(2)) char HIDAN_room_3Tex_0022C8[] = dHIDAN_room_3Tex_0022C8;
#else
static const char HIDAN_room_3Tex_0022D8[] __attribute__((aligned (2))) = dHIDAN_room_3Tex_0022D8;
static const char HIDAN_room_3Tex_0022C8[] __attribute__((aligned (2))) = dHIDAN_room_3Tex_0022C8;
#endif
#define dHIDAN_room_3DL_0014B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3DL_0014B0"
#define dHIDAN_room_3DL_0014A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3DL_0014A0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_3DL_0014B0[] = dHIDAN_room_3DL_0014B0;
static const __declspec(align(2)) char HIDAN_room_3DL_0014A0[] = dHIDAN_room_3DL_0014A0;
#else
static const char HIDAN_room_3DL_0014B0[] __attribute__((aligned (2))) = dHIDAN_room_3DL_0014B0;
static const char HIDAN_room_3DL_0014A0[] __attribute__((aligned (2))) = dHIDAN_room_3DL_0014A0;
#endif
#define dHIDAN_room_3DL_001850 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3DL_001850"
#define dHIDAN_room_3DL_001840 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3DL_001840"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_3DL_001850[] = dHIDAN_room_3DL_001850;
static const __declspec(align(2)) char HIDAN_room_3DL_001840[] = dHIDAN_room_3DL_001840;
#else
static const char HIDAN_room_3DL_001850[] __attribute__((aligned (2))) = dHIDAN_room_3DL_001850;
static const char HIDAN_room_3DL_001840[] __attribute__((aligned (2))) = dHIDAN_room_3DL_001840;
#endif
#define dHIDAN_room_3Tex_001ED8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3Tex_001ED8"
#define dHIDAN_room_3Tex_001EC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3Tex_001EC8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_3Tex_001ED8[] = dHIDAN_room_3Tex_001ED8;
static const __declspec(align(2)) char HIDAN_room_3Tex_001EC8[] = dHIDAN_room_3Tex_001EC8;
#else
static const char HIDAN_room_3Tex_001ED8[] __attribute__((aligned (2))) = dHIDAN_room_3Tex_001ED8;
static const char HIDAN_room_3Tex_001EC8[] __attribute__((aligned (2))) = dHIDAN_room_3Tex_001EC8;
#endif
#define dHIDAN_room_3Tex_001AD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3Tex_001AD8"
#define dHIDAN_room_3Tex_001AC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_3Tex_001AC8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_3Tex_001AD8[] = dHIDAN_room_3Tex_001AD8;
static const __declspec(align(2)) char HIDAN_room_3Tex_001AC8[] = dHIDAN_room_3Tex_001AC8;
#else
static const char HIDAN_room_3Tex_001AD8[] __attribute__((aligned (2))) = dHIDAN_room_3Tex_001AD8;
static const char HIDAN_room_3Tex_001AC8[] __attribute__((aligned (2))) = dHIDAN_room_3Tex_001AC8;
#endif

View file

@ -1,107 +1,107 @@
#pragma once
#define dHIDAN_room_4DL_000410 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_000410"
#define dHIDAN_room_4DL_000470 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_000470"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_000410[] = dHIDAN_room_4DL_000410;
static const __declspec(align(2)) char HIDAN_room_4DL_000470[] = dHIDAN_room_4DL_000470;
#else
static const char HIDAN_room_4DL_000410[] __attribute__((aligned (2))) = dHIDAN_room_4DL_000410;
static const char HIDAN_room_4DL_000470[] __attribute__((aligned (2))) = dHIDAN_room_4DL_000470;
#endif
#define dHIDAN_room_4Tex_006690 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_006690"
#define dHIDAN_room_4Tex_0066F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_0066F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_006690[] = dHIDAN_room_4Tex_006690;
static const __declspec(align(2)) char HIDAN_room_4Tex_0066F0[] = dHIDAN_room_4Tex_0066F0;
#else
static const char HIDAN_room_4Tex_006690[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_006690;
static const char HIDAN_room_4Tex_0066F0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_0066F0;
#endif
#define dHIDAN_room_4DL_0019B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_0019B0"
#define dHIDAN_room_4DL_001A10 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_001A10"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_0019B0[] = dHIDAN_room_4DL_0019B0;
static const __declspec(align(2)) char HIDAN_room_4DL_001A10[] = dHIDAN_room_4DL_001A10;
#else
static const char HIDAN_room_4DL_0019B0[] __attribute__((aligned (2))) = dHIDAN_room_4DL_0019B0;
static const char HIDAN_room_4DL_001A10[] __attribute__((aligned (2))) = dHIDAN_room_4DL_001A10;
#endif
#define dHIDAN_room_4Tex_006C90 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_006C90"
#define dHIDAN_room_4Tex_006CF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_006CF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_006C90[] = dHIDAN_room_4Tex_006C90;
static const __declspec(align(2)) char HIDAN_room_4Tex_006CF0[] = dHIDAN_room_4Tex_006CF0;
#else
static const char HIDAN_room_4Tex_006C90[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_006C90;
static const char HIDAN_room_4Tex_006CF0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_006CF0;
#endif
#define dHIDAN_room_4Tex_006890 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_006890"
#define dHIDAN_room_4Tex_0068F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_0068F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_006890[] = dHIDAN_room_4Tex_006890;
static const __declspec(align(2)) char HIDAN_room_4Tex_0068F0[] = dHIDAN_room_4Tex_0068F0;
#else
static const char HIDAN_room_4Tex_006890[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_006890;
static const char HIDAN_room_4Tex_0068F0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_0068F0;
#endif
#define dHIDAN_room_4Tex_006290 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_006290"
#define dHIDAN_room_4Tex_0062F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_0062F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_006290[] = dHIDAN_room_4Tex_006290;
static const __declspec(align(2)) char HIDAN_room_4Tex_0062F0[] = dHIDAN_room_4Tex_0062F0;
#else
static const char HIDAN_room_4Tex_006290[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_006290;
static const char HIDAN_room_4Tex_0062F0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_0062F0;
#endif
#define dHIDAN_room_4DL_002858 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_002858"
#define dHIDAN_room_4DL_0028B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_0028B8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_002858[] = dHIDAN_room_4DL_002858;
static const __declspec(align(2)) char HIDAN_room_4DL_0028B8[] = dHIDAN_room_4DL_0028B8;
#else
static const char HIDAN_room_4DL_002858[] __attribute__((aligned (2))) = dHIDAN_room_4DL_002858;
static const char HIDAN_room_4DL_0028B8[] __attribute__((aligned (2))) = dHIDAN_room_4DL_0028B8;
#endif
#define dHIDAN_room_4Tex_005290 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_005290"
#define dHIDAN_room_4Tex_0052F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_0052F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_005290[] = dHIDAN_room_4Tex_005290;
static const __declspec(align(2)) char HIDAN_room_4Tex_0052F0[] = dHIDAN_room_4Tex_0052F0;
#else
static const char HIDAN_room_4Tex_005290[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_005290;
static const char HIDAN_room_4Tex_0052F0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_0052F0;
#endif
#define dHIDAN_room_4DL_003000 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_003000"
#define dHIDAN_room_4DL_003060 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_003060"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_003000[] = dHIDAN_room_4DL_003000;
static const __declspec(align(2)) char HIDAN_room_4DL_003060[] = dHIDAN_room_4DL_003060;
#else
static const char HIDAN_room_4DL_003000[] __attribute__((aligned (2))) = dHIDAN_room_4DL_003000;
static const char HIDAN_room_4DL_003060[] __attribute__((aligned (2))) = dHIDAN_room_4DL_003060;
#endif
#define dHIDAN_room_4DL_003BA8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_003BA8"
#define dHIDAN_room_4DL_003C08 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_003C08"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_003BA8[] = dHIDAN_room_4DL_003BA8;
static const __declspec(align(2)) char HIDAN_room_4DL_003C08[] = dHIDAN_room_4DL_003C08;
#else
static const char HIDAN_room_4DL_003BA8[] __attribute__((aligned (2))) = dHIDAN_room_4DL_003BA8;
static const char HIDAN_room_4DL_003C08[] __attribute__((aligned (2))) = dHIDAN_room_4DL_003C08;
#endif
#define dHIDAN_room_4Tex_005090 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_005090"
#define dHIDAN_room_4Tex_0050F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_0050F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_005090[] = dHIDAN_room_4Tex_005090;
static const __declspec(align(2)) char HIDAN_room_4Tex_0050F0[] = dHIDAN_room_4Tex_0050F0;
#else
static const char HIDAN_room_4Tex_005090[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_005090;
static const char HIDAN_room_4Tex_0050F0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_0050F0;
#endif
#define dHIDAN_room_4Tex_005A90 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_005A90"
#define dHIDAN_room_4Tex_005AF0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_005AF0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_005A90[] = dHIDAN_room_4Tex_005A90;
static const __declspec(align(2)) char HIDAN_room_4Tex_005AF0[] = dHIDAN_room_4Tex_005AF0;
#else
static const char HIDAN_room_4Tex_005A90[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_005A90;
static const char HIDAN_room_4Tex_005AF0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_005AF0;
#endif
#define dHIDAN_room_4DL_0046F8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_0046F8"
#define dHIDAN_room_4DL_004758 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_004758"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_0046F8[] = dHIDAN_room_4DL_0046F8;
static const __declspec(align(2)) char HIDAN_room_4DL_004758[] = dHIDAN_room_4DL_004758;
#else
static const char HIDAN_room_4DL_0046F8[] __attribute__((aligned (2))) = dHIDAN_room_4DL_0046F8;
static const char HIDAN_room_4DL_004758[] __attribute__((aligned (2))) = dHIDAN_room_4DL_004758;
#endif
#define dHIDAN_room_4DL_004D40 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_004D40"
#define dHIDAN_room_4DL_004DA0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4DL_004DA0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4DL_004D40[] = dHIDAN_room_4DL_004D40;
static const __declspec(align(2)) char HIDAN_room_4DL_004DA0[] = dHIDAN_room_4DL_004DA0;
#else
static const char HIDAN_room_4DL_004D40[] __attribute__((aligned (2))) = dHIDAN_room_4DL_004D40;
static const char HIDAN_room_4DL_004DA0[] __attribute__((aligned (2))) = dHIDAN_room_4DL_004DA0;
#endif
#define dHIDAN_room_4Tex_007090 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_007090"
#define dHIDAN_room_4Tex_0070F0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_4Tex_0070F0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_4Tex_007090[] = dHIDAN_room_4Tex_007090;
static const __declspec(align(2)) char HIDAN_room_4Tex_0070F0[] = dHIDAN_room_4Tex_0070F0;
#else
static const char HIDAN_room_4Tex_007090[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_007090;
static const char HIDAN_room_4Tex_0070F0[] __attribute__((aligned (2))) = dHIDAN_room_4Tex_0070F0;
#endif

View file

@ -1,100 +1,100 @@
#pragma once
#define dHIDAN_room_5DL_0009B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_0009B0"
#define dHIDAN_room_5DL_000A60 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_000A60"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5DL_0009B0[] = dHIDAN_room_5DL_0009B0;
static const __declspec(align(2)) char HIDAN_room_5DL_000A60[] = dHIDAN_room_5DL_000A60;
#else
static const char HIDAN_room_5DL_0009B0[] __attribute__((aligned (2))) = dHIDAN_room_5DL_0009B0;
static const char HIDAN_room_5DL_000A60[] __attribute__((aligned (2))) = dHIDAN_room_5DL_000A60;
#endif
#define dHIDAN_room_5Tex_007E30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_007E30"
#define dHIDAN_room_5Tex_007EE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_007EE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_007E30[] = dHIDAN_room_5Tex_007E30;
static const __declspec(align(2)) char HIDAN_room_5Tex_007EE0[] = dHIDAN_room_5Tex_007EE0;
#else
static const char HIDAN_room_5Tex_007E30[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_007E30;
static const char HIDAN_room_5Tex_007EE0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_007EE0;
#endif
#define dHIDAN_room_5Tex_008030 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_008030"
#define dHIDAN_room_5Tex_0080E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_0080E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_008030[] = dHIDAN_room_5Tex_008030;
static const __declspec(align(2)) char HIDAN_room_5Tex_0080E0[] = dHIDAN_room_5Tex_0080E0;
#else
static const char HIDAN_room_5Tex_008030[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_008030;
static const char HIDAN_room_5Tex_0080E0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_0080E0;
#endif
#define dHIDAN_room_5DL_002090 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_002090"
#define dHIDAN_room_5DL_002140 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_002140"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5DL_002090[] = dHIDAN_room_5DL_002090;
static const __declspec(align(2)) char HIDAN_room_5DL_002140[] = dHIDAN_room_5DL_002140;
#else
static const char HIDAN_room_5DL_002090[] __attribute__((aligned (2))) = dHIDAN_room_5DL_002090;
static const char HIDAN_room_5DL_002140[] __attribute__((aligned (2))) = dHIDAN_room_5DL_002140;
#endif
#define dHIDAN_room_5Tex_009630 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_009630"
#define dHIDAN_room_5Tex_0096E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_0096E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_009630[] = dHIDAN_room_5Tex_009630;
static const __declspec(align(2)) char HIDAN_room_5Tex_0096E0[] = dHIDAN_room_5Tex_0096E0;
#else
static const char HIDAN_room_5Tex_009630[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_009630;
static const char HIDAN_room_5Tex_0096E0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_0096E0;
#endif
#define dHIDAN_room_5Tex_008C30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_008C30"
#define dHIDAN_room_5Tex_008CE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_008CE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_008C30[] = dHIDAN_room_5Tex_008C30;
static const __declspec(align(2)) char HIDAN_room_5Tex_008CE0[] = dHIDAN_room_5Tex_008CE0;
#else
static const char HIDAN_room_5Tex_008C30[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_008C30;
static const char HIDAN_room_5Tex_008CE0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_008CE0;
#endif
#define dHIDAN_room_5Tex_009A30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_009A30"
#define dHIDAN_room_5Tex_009AE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_009AE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_009A30[] = dHIDAN_room_5Tex_009A30;
static const __declspec(align(2)) char HIDAN_room_5Tex_009AE0[] = dHIDAN_room_5Tex_009AE0;
#else
static const char HIDAN_room_5Tex_009A30[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_009A30;
static const char HIDAN_room_5Tex_009AE0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_009AE0;
#endif
#define dHIDAN_room_5Tex_009E30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_009E30"
#define dHIDAN_room_5Tex_009EE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_009EE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_009E30[] = dHIDAN_room_5Tex_009E30;
static const __declspec(align(2)) char HIDAN_room_5Tex_009EE0[] = dHIDAN_room_5Tex_009EE0;
#else
static const char HIDAN_room_5Tex_009E30[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_009E30;
static const char HIDAN_room_5Tex_009EE0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_009EE0;
#endif
#define dHIDAN_room_5DL_003B30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_003B30"
#define dHIDAN_room_5DL_003BE0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_003BE0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5DL_003B30[] = dHIDAN_room_5DL_003B30;
static const __declspec(align(2)) char HIDAN_room_5DL_003BE0[] = dHIDAN_room_5DL_003BE0;
#else
static const char HIDAN_room_5DL_003B30[] __attribute__((aligned (2))) = dHIDAN_room_5DL_003B30;
static const char HIDAN_room_5DL_003BE0[] __attribute__((aligned (2))) = dHIDAN_room_5DL_003BE0;
#endif
#define dHIDAN_room_5DL_004FA8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_004FA8"
#define dHIDAN_room_5DL_005058 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_005058"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5DL_004FA8[] = dHIDAN_room_5DL_004FA8;
static const __declspec(align(2)) char HIDAN_room_5DL_005058[] = dHIDAN_room_5DL_005058;
#else
static const char HIDAN_room_5DL_004FA8[] __attribute__((aligned (2))) = dHIDAN_room_5DL_004FA8;
static const char HIDAN_room_5DL_005058[] __attribute__((aligned (2))) = dHIDAN_room_5DL_005058;
#endif
#define dHIDAN_room_5Tex_008830 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_008830"
#define dHIDAN_room_5Tex_0088E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_0088E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_008830[] = dHIDAN_room_5Tex_008830;
static const __declspec(align(2)) char HIDAN_room_5Tex_0088E0[] = dHIDAN_room_5Tex_0088E0;
#else
static const char HIDAN_room_5Tex_008830[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_008830;
static const char HIDAN_room_5Tex_0088E0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_0088E0;
#endif
#define dHIDAN_room_5DL_005CD0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_005CD0"
#define dHIDAN_room_5DL_005D80 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_005D80"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5DL_005CD0[] = dHIDAN_room_5DL_005CD0;
static const __declspec(align(2)) char HIDAN_room_5DL_005D80[] = dHIDAN_room_5DL_005D80;
#else
static const char HIDAN_room_5DL_005CD0[] __attribute__((aligned (2))) = dHIDAN_room_5DL_005CD0;
static const char HIDAN_room_5DL_005D80[] __attribute__((aligned (2))) = dHIDAN_room_5DL_005D80;
#endif
#define dHIDAN_room_5DL_007080 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_007080"
#define dHIDAN_room_5DL_007130 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5DL_007130"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5DL_007080[] = dHIDAN_room_5DL_007080;
static const __declspec(align(2)) char HIDAN_room_5DL_007130[] = dHIDAN_room_5DL_007130;
#else
static const char HIDAN_room_5DL_007080[] __attribute__((aligned (2))) = dHIDAN_room_5DL_007080;
static const char HIDAN_room_5DL_007130[] __attribute__((aligned (2))) = dHIDAN_room_5DL_007130;
#endif
#define dHIDAN_room_5Tex_009430 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_009430"
#define dHIDAN_room_5Tex_0094E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_5Tex_0094E0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_5Tex_009430[] = dHIDAN_room_5Tex_009430;
static const __declspec(align(2)) char HIDAN_room_5Tex_0094E0[] = dHIDAN_room_5Tex_0094E0;
#else
static const char HIDAN_room_5Tex_009430[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_009430;
static const char HIDAN_room_5Tex_0094E0[] __attribute__((aligned (2))) = dHIDAN_room_5Tex_0094E0;
#endif

View file

@ -1,72 +1,72 @@
#pragma once
#define dHIDAN_room_6DL_002B88 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6DL_002B88"
#define dHIDAN_room_6DL_002B78 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6DL_002B78"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6DL_002B88[] = dHIDAN_room_6DL_002B88;
static const __declspec(align(2)) char HIDAN_room_6DL_002B78[] = dHIDAN_room_6DL_002B78;
#else
static const char HIDAN_room_6DL_002B88[] __attribute__((aligned (2))) = dHIDAN_room_6DL_002B88;
static const char HIDAN_room_6DL_002B78[] __attribute__((aligned (2))) = dHIDAN_room_6DL_002B78;
#endif
#define dHIDAN_room_6Tex_003BA0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_003BA0"
#define dHIDAN_room_6Tex_003B90 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_003B90"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_003BA0[] = dHIDAN_room_6Tex_003BA0;
static const __declspec(align(2)) char HIDAN_room_6Tex_003B90[] = dHIDAN_room_6Tex_003B90;
#else
static const char HIDAN_room_6Tex_003BA0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_003BA0;
static const char HIDAN_room_6Tex_003B90[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_003B90;
#endif
#define dHIDAN_room_6Tex_004BA0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_004BA0"
#define dHIDAN_room_6Tex_004B90 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_004B90"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_004BA0[] = dHIDAN_room_6Tex_004BA0;
static const __declspec(align(2)) char HIDAN_room_6Tex_004B90[] = dHIDAN_room_6Tex_004B90;
#else
static const char HIDAN_room_6Tex_004BA0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_004BA0;
static const char HIDAN_room_6Tex_004B90[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_004B90;
#endif
#define dHIDAN_room_6Tex_0039A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_0039A0"
#define dHIDAN_room_6Tex_003990 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_003990"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_0039A0[] = dHIDAN_room_6Tex_0039A0;
static const __declspec(align(2)) char HIDAN_room_6Tex_003990[] = dHIDAN_room_6Tex_003990;
#else
static const char HIDAN_room_6Tex_0039A0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_0039A0;
static const char HIDAN_room_6Tex_003990[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_003990;
#endif
#define dHIDAN_room_6Tex_005BA0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_005BA0"
#define dHIDAN_room_6Tex_005B90 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_005B90"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_005BA0[] = dHIDAN_room_6Tex_005BA0;
static const __declspec(align(2)) char HIDAN_room_6Tex_005B90[] = dHIDAN_room_6Tex_005B90;
#else
static const char HIDAN_room_6Tex_005BA0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_005BA0;
static const char HIDAN_room_6Tex_005B90[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_005B90;
#endif
#define dHIDAN_room_6Tex_0063A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_0063A0"
#define dHIDAN_room_6Tex_006390 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_006390"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_0063A0[] = dHIDAN_room_6Tex_0063A0;
static const __declspec(align(2)) char HIDAN_room_6Tex_006390[] = dHIDAN_room_6Tex_006390;
#else
static const char HIDAN_room_6Tex_0063A0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_0063A0;
static const char HIDAN_room_6Tex_006390[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_006390;
#endif
#define dHIDAN_room_6DL_001A10 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6DL_001A10"
#define dHIDAN_room_6DL_001A00 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6DL_001A00"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6DL_001A10[] = dHIDAN_room_6DL_001A10;
static const __declspec(align(2)) char HIDAN_room_6DL_001A00[] = dHIDAN_room_6DL_001A00;
#else
static const char HIDAN_room_6DL_001A10[] __attribute__((aligned (2))) = dHIDAN_room_6DL_001A10;
static const char HIDAN_room_6DL_001A00[] __attribute__((aligned (2))) = dHIDAN_room_6DL_001A00;
#endif
#define dHIDAN_room_6Tex_0067A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_0067A0"
#define dHIDAN_room_6Tex_006790 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_006790"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_0067A0[] = dHIDAN_room_6Tex_0067A0;
static const __declspec(align(2)) char HIDAN_room_6Tex_006790[] = dHIDAN_room_6Tex_006790;
#else
static const char HIDAN_room_6Tex_0067A0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_0067A0;
static const char HIDAN_room_6Tex_006790[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_006790;
#endif
#define dHIDAN_room_6DL_001360 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6DL_001360"
#define dHIDAN_room_6DL_001350 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6DL_001350"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6DL_001360[] = dHIDAN_room_6DL_001360;
static const __declspec(align(2)) char HIDAN_room_6DL_001350[] = dHIDAN_room_6DL_001350;
#else
static const char HIDAN_room_6DL_001360[] __attribute__((aligned (2))) = dHIDAN_room_6DL_001360;
static const char HIDAN_room_6DL_001350[] __attribute__((aligned (2))) = dHIDAN_room_6DL_001350;
#endif
#define dHIDAN_room_6Tex_0043A0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_0043A0"
#define dHIDAN_room_6Tex_004390 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_6Tex_004390"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_6Tex_0043A0[] = dHIDAN_room_6Tex_0043A0;
static const __declspec(align(2)) char HIDAN_room_6Tex_004390[] = dHIDAN_room_6Tex_004390;
#else
static const char HIDAN_room_6Tex_0043A0[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_0043A0;
static const char HIDAN_room_6Tex_004390[] __attribute__((aligned (2))) = dHIDAN_room_6Tex_004390;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dHIDAN_room_7DL_000C10 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7DL_000C10"
#define dHIDAN_room_7DL_000C80 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7DL_000C80"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_7DL_000C10[] = dHIDAN_room_7DL_000C10;
static const __declspec(align(2)) char HIDAN_room_7DL_000C80[] = dHIDAN_room_7DL_000C80;
#else
static const char HIDAN_room_7DL_000C10[] __attribute__((aligned (2))) = dHIDAN_room_7DL_000C10;
static const char HIDAN_room_7DL_000C80[] __attribute__((aligned (2))) = dHIDAN_room_7DL_000C80;
#endif
#define dHIDAN_room_7Tex_0025D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_0025D8"
#define dHIDAN_room_7Tex_002648 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_002648"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_7Tex_0025D8[] = dHIDAN_room_7Tex_0025D8;
static const __declspec(align(2)) char HIDAN_room_7Tex_002648[] = dHIDAN_room_7Tex_002648;
#else
static const char HIDAN_room_7Tex_0025D8[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_0025D8;
static const char HIDAN_room_7Tex_002648[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_002648;
#endif
#define dHIDAN_room_7Tex_0029D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_0029D8"
#define dHIDAN_room_7Tex_002A48 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_002A48"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_7Tex_0029D8[] = dHIDAN_room_7Tex_0029D8;
static const __declspec(align(2)) char HIDAN_room_7Tex_002A48[] = dHIDAN_room_7Tex_002A48;
#else
static const char HIDAN_room_7Tex_0029D8[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_0029D8;
static const char HIDAN_room_7Tex_002A48[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_002A48;
#endif
#define dHIDAN_room_7DL_0018D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7DL_0018D8"
#define dHIDAN_room_7DL_001948 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7DL_001948"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_7DL_0018D8[] = dHIDAN_room_7DL_0018D8;
static const __declspec(align(2)) char HIDAN_room_7DL_001948[] = dHIDAN_room_7DL_001948;
#else
static const char HIDAN_room_7DL_0018D8[] __attribute__((aligned (2))) = dHIDAN_room_7DL_0018D8;
static const char HIDAN_room_7DL_001948[] __attribute__((aligned (2))) = dHIDAN_room_7DL_001948;
#endif
#define dHIDAN_room_7Tex_001DD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_001DD8"
#define dHIDAN_room_7Tex_001E48 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_001E48"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_7Tex_001DD8[] = dHIDAN_room_7Tex_001DD8;
static const __declspec(align(2)) char HIDAN_room_7Tex_001E48[] = dHIDAN_room_7Tex_001E48;
#else
static const char HIDAN_room_7Tex_001DD8[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_001DD8;
static const char HIDAN_room_7Tex_001E48[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_001E48;
#endif
#define dHIDAN_room_7Tex_001BD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_001BD8"
#define dHIDAN_room_7Tex_001C48 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_7Tex_001C48"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_7Tex_001BD8[] = dHIDAN_room_7Tex_001BD8;
static const __declspec(align(2)) char HIDAN_room_7Tex_001C48[] = dHIDAN_room_7Tex_001C48;
#else
static const char HIDAN_room_7Tex_001BD8[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_001BD8;
static const char HIDAN_room_7Tex_001C48[] __attribute__((aligned (2))) = dHIDAN_room_7Tex_001C48;
#endif

View file

@ -1,121 +1,121 @@
#pragma once
#define dHIDAN_room_8DL_003648 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_003648"
#define dHIDAN_room_8DL_003668 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_003668"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_003648[] = dHIDAN_room_8DL_003648;
static const __declspec(align(2)) char HIDAN_room_8DL_003668[] = dHIDAN_room_8DL_003668;
#else
static const char HIDAN_room_8DL_003648[] __attribute__((aligned (2))) = dHIDAN_room_8DL_003648;
static const char HIDAN_room_8DL_003668[] __attribute__((aligned (2))) = dHIDAN_room_8DL_003668;
#endif
#define dHIDAN_room_8Tex_005AB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_005AB8"
#define dHIDAN_room_8Tex_005AD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_005AD8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_005AB8[] = dHIDAN_room_8Tex_005AB8;
static const __declspec(align(2)) char HIDAN_room_8Tex_005AD8[] = dHIDAN_room_8Tex_005AD8;
#else
static const char HIDAN_room_8Tex_005AB8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_005AB8;
static const char HIDAN_room_8Tex_005AD8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_005AD8;
#endif
#define dHIDAN_room_8DL_002640 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_002640"
#define dHIDAN_room_8DL_002660 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_002660"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_002640[] = dHIDAN_room_8DL_002640;
static const __declspec(align(2)) char HIDAN_room_8DL_002660[] = dHIDAN_room_8DL_002660;
#else
static const char HIDAN_room_8DL_002640[] __attribute__((aligned (2))) = dHIDAN_room_8DL_002640;
static const char HIDAN_room_8DL_002660[] __attribute__((aligned (2))) = dHIDAN_room_8DL_002660;
#endif
#define dHIDAN_room_8Tex_0092B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0092B8"
#define dHIDAN_room_8Tex_0092D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0092D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_0092B8[] = dHIDAN_room_8Tex_0092B8;
static const __declspec(align(2)) char HIDAN_room_8Tex_0092D8[] = dHIDAN_room_8Tex_0092D8;
#else
static const char HIDAN_room_8Tex_0092B8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0092B8;
static const char HIDAN_room_8Tex_0092D8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0092D8;
#endif
#define dHIDAN_room_8DL_0006E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_0006E0"
#define dHIDAN_room_8DL_000700 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_000700"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_0006E0[] = dHIDAN_room_8DL_0006E0;
static const __declspec(align(2)) char HIDAN_room_8DL_000700[] = dHIDAN_room_8DL_000700;
#else
static const char HIDAN_room_8DL_0006E0[] __attribute__((aligned (2))) = dHIDAN_room_8DL_0006E0;
static const char HIDAN_room_8DL_000700[] __attribute__((aligned (2))) = dHIDAN_room_8DL_000700;
#endif
#define dHIDAN_room_8Tex_0062B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0062B8"
#define dHIDAN_room_8Tex_0062D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0062D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_0062B8[] = dHIDAN_room_8Tex_0062B8;
static const __declspec(align(2)) char HIDAN_room_8Tex_0062D8[] = dHIDAN_room_8Tex_0062D8;
#else
static const char HIDAN_room_8Tex_0062B8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0062B8;
static const char HIDAN_room_8Tex_0062D8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0062D8;
#endif
#define dHIDAN_room_8Tex_0086B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0086B8"
#define dHIDAN_room_8Tex_0086D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0086D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_0086B8[] = dHIDAN_room_8Tex_0086B8;
static const __declspec(align(2)) char HIDAN_room_8Tex_0086D8[] = dHIDAN_room_8Tex_0086D8;
#else
static const char HIDAN_room_8Tex_0086B8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0086B8;
static const char HIDAN_room_8Tex_0086D8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0086D8;
#endif
#define dHIDAN_room_8Tex_0082B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0082B8"
#define dHIDAN_room_8Tex_0082D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0082D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_0082B8[] = dHIDAN_room_8Tex_0082B8;
static const __declspec(align(2)) char HIDAN_room_8Tex_0082D8[] = dHIDAN_room_8Tex_0082D8;
#else
static const char HIDAN_room_8Tex_0082B8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0082B8;
static const char HIDAN_room_8Tex_0082D8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0082D8;
#endif
#define dHIDAN_room_8DL_001228 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_001228"
#define dHIDAN_room_8DL_001248 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_001248"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_001228[] = dHIDAN_room_8DL_001228;
static const __declspec(align(2)) char HIDAN_room_8DL_001248[] = dHIDAN_room_8DL_001248;
#else
static const char HIDAN_room_8DL_001228[] __attribute__((aligned (2))) = dHIDAN_room_8DL_001228;
static const char HIDAN_room_8DL_001248[] __attribute__((aligned (2))) = dHIDAN_room_8DL_001248;
#endif
#define dHIDAN_room_8DL_0018E0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_0018E0"
#define dHIDAN_room_8DL_001900 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_001900"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_0018E0[] = dHIDAN_room_8DL_0018E0;
static const __declspec(align(2)) char HIDAN_room_8DL_001900[] = dHIDAN_room_8DL_001900;
#else
static const char HIDAN_room_8DL_0018E0[] __attribute__((aligned (2))) = dHIDAN_room_8DL_0018E0;
static const char HIDAN_room_8DL_001900[] __attribute__((aligned (2))) = dHIDAN_room_8DL_001900;
#endif
#define dHIDAN_room_8DL_002030 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_002030"
#define dHIDAN_room_8DL_002050 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_002050"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_002030[] = dHIDAN_room_8DL_002030;
static const __declspec(align(2)) char HIDAN_room_8DL_002050[] = dHIDAN_room_8DL_002050;
#else
static const char HIDAN_room_8DL_002030[] __attribute__((aligned (2))) = dHIDAN_room_8DL_002030;
static const char HIDAN_room_8DL_002050[] __attribute__((aligned (2))) = dHIDAN_room_8DL_002050;
#endif
#define dHIDAN_room_8Tex_008AB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_008AB8"
#define dHIDAN_room_8Tex_008AD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_008AD8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_008AB8[] = dHIDAN_room_8Tex_008AB8;
static const __declspec(align(2)) char HIDAN_room_8Tex_008AD8[] = dHIDAN_room_8Tex_008AD8;
#else
static const char HIDAN_room_8Tex_008AB8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_008AB8;
static const char HIDAN_room_8Tex_008AD8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_008AD8;
#endif
#define dHIDAN_room_8DL_0047C8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_0047C8"
#define dHIDAN_room_8DL_0047E8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8DL_0047E8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8DL_0047C8[] = dHIDAN_room_8DL_0047C8;
static const __declspec(align(2)) char HIDAN_room_8DL_0047E8[] = dHIDAN_room_8DL_0047E8;
#else
static const char HIDAN_room_8DL_0047C8[] __attribute__((aligned (2))) = dHIDAN_room_8DL_0047C8;
static const char HIDAN_room_8DL_0047E8[] __attribute__((aligned (2))) = dHIDAN_room_8DL_0047E8;
#endif
#define dHIDAN_room_8Tex_0052B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0052B8"
#define dHIDAN_room_8Tex_0052D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0052D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_0052B8[] = dHIDAN_room_8Tex_0052B8;
static const __declspec(align(2)) char HIDAN_room_8Tex_0052D8[] = dHIDAN_room_8Tex_0052D8;
#else
static const char HIDAN_room_8Tex_0052B8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0052B8;
static const char HIDAN_room_8Tex_0052D8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0052D8;
#endif
#define dHIDAN_room_8Tex_006AB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_006AB8"
#define dHIDAN_room_8Tex_006AD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_006AD8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_006AB8[] = dHIDAN_room_8Tex_006AB8;
static const __declspec(align(2)) char HIDAN_room_8Tex_006AD8[] = dHIDAN_room_8Tex_006AD8;
#else
static const char HIDAN_room_8Tex_006AB8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_006AB8;
static const char HIDAN_room_8Tex_006AD8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_006AD8;
#endif
#define dHIDAN_room_8Tex_0050B8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0050B8"
#define dHIDAN_room_8Tex_0050D8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_0050D8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_0050B8[] = dHIDAN_room_8Tex_0050B8;
static const __declspec(align(2)) char HIDAN_room_8Tex_0050D8[] = dHIDAN_room_8Tex_0050D8;
#else
static const char HIDAN_room_8Tex_0050B8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0050B8;
static const char HIDAN_room_8Tex_0050D8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_0050D8;
#endif
#define dHIDAN_room_8Tex_007AB8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_007AB8"
#define dHIDAN_room_8Tex_007AD8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_8Tex_007AD8"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_room_8Tex_007AB8[] = dHIDAN_room_8Tex_007AB8;
static const __declspec(align(2)) char HIDAN_room_8Tex_007AD8[] = dHIDAN_room_8Tex_007AD8;
#else
static const char HIDAN_room_8Tex_007AB8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_007AB8;
static const char HIDAN_room_8Tex_007AD8[] __attribute__((aligned (2))) = dHIDAN_room_8Tex_007AD8;
#endif

View file

@ -1,65 +1,65 @@
#pragma once
#define dHIDAN_sceneCollisionHeader_018AFC "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneCollisionHeader_018AFC"
#define dHIDAN_sceneCollisionHeader_01895C "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneCollisionHeader_01895C"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneCollisionHeader_018AFC[] = dHIDAN_sceneCollisionHeader_018AFC;
static const __declspec(align(2)) char HIDAN_sceneCollisionHeader_01895C[] = dHIDAN_sceneCollisionHeader_01895C;
#else
static const char HIDAN_sceneCollisionHeader_018AFC[] __attribute__((aligned (2))) = dHIDAN_sceneCollisionHeader_018AFC;
static const char HIDAN_sceneCollisionHeader_01895C[] __attribute__((aligned (2))) = dHIDAN_sceneCollisionHeader_01895C;
#endif
#define dHIDAN_sceneTLUT_018B30 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTLUT_018B30"
#define dHIDAN_sceneTLUT_018990 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTLUT_018990"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTLUT_018B30[] = dHIDAN_sceneTLUT_018B30;
static const __declspec(align(2)) char HIDAN_sceneTLUT_018990[] = dHIDAN_sceneTLUT_018990;
#else
static const char HIDAN_sceneTLUT_018B30[] __attribute__((aligned (2))) = dHIDAN_sceneTLUT_018B30;
static const char HIDAN_sceneTLUT_018990[] __attribute__((aligned (2))) = dHIDAN_sceneTLUT_018990;
#endif
#define dHIDAN_sceneTex_019770 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_019770"
#define dHIDAN_sceneTex_0195D0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_0195D0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTex_019770[] = dHIDAN_sceneTex_019770;
static const __declspec(align(2)) char HIDAN_sceneTex_0195D0[] = dHIDAN_sceneTex_0195D0;
#else
static const char HIDAN_sceneTex_019770[] __attribute__((aligned (2))) = dHIDAN_sceneTex_019770;
static const char HIDAN_sceneTex_0195D0[] __attribute__((aligned (2))) = dHIDAN_sceneTex_0195D0;
#endif
#define dHIDAN_sceneTex_018F70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_018F70"
#define dHIDAN_sceneTex_018DD0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_018DD0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTex_018F70[] = dHIDAN_sceneTex_018F70;
static const __declspec(align(2)) char HIDAN_sceneTex_018DD0[] = dHIDAN_sceneTex_018DD0;
#else
static const char HIDAN_sceneTex_018F70[] __attribute__((aligned (2))) = dHIDAN_sceneTex_018F70;
static const char HIDAN_sceneTex_018DD0[] __attribute__((aligned (2))) = dHIDAN_sceneTex_018DD0;
#endif
#define dHIDAN_sceneTex_018D70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_018D70"
#define dHIDAN_sceneTex_018BD0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_018BD0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTex_018D70[] = dHIDAN_sceneTex_018D70;
static const __declspec(align(2)) char HIDAN_sceneTex_018BD0[] = dHIDAN_sceneTex_018BD0;
#else
static const char HIDAN_sceneTex_018D70[] __attribute__((aligned (2))) = dHIDAN_sceneTex_018D70;
static const char HIDAN_sceneTex_018BD0[] __attribute__((aligned (2))) = dHIDAN_sceneTex_018BD0;
#endif
#define dHIDAN_sceneTLUT_018B50 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTLUT_018B50"
#define dHIDAN_sceneTLUT_0189B0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTLUT_0189B0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTLUT_018B50[] = dHIDAN_sceneTLUT_018B50;
static const __declspec(align(2)) char HIDAN_sceneTLUT_0189B0[] = dHIDAN_sceneTLUT_0189B0;
#else
static const char HIDAN_sceneTLUT_018B50[] __attribute__((aligned (2))) = dHIDAN_sceneTLUT_018B50;
static const char HIDAN_sceneTLUT_0189B0[] __attribute__((aligned (2))) = dHIDAN_sceneTLUT_0189B0;
#endif
#define dHIDAN_sceneTex_019F70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_019F70"
#define dHIDAN_sceneTex_019DD0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_019DD0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTex_019F70[] = dHIDAN_sceneTex_019F70;
static const __declspec(align(2)) char HIDAN_sceneTex_019DD0[] = dHIDAN_sceneTex_019DD0;
#else
static const char HIDAN_sceneTex_019F70[] __attribute__((aligned (2))) = dHIDAN_sceneTex_019F70;
static const char HIDAN_sceneTex_019DD0[] __attribute__((aligned (2))) = dHIDAN_sceneTex_019DD0;
#endif
#define dHIDAN_sceneTex_018B70 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_018B70"
#define dHIDAN_sceneTex_0189D0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_0189D0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTex_018B70[] = dHIDAN_sceneTex_018B70;
static const __declspec(align(2)) char HIDAN_sceneTex_0189D0[] = dHIDAN_sceneTex_0189D0;
#else
static const char HIDAN_sceneTex_018B70[] __attribute__((aligned (2))) = dHIDAN_sceneTex_018B70;
static const char HIDAN_sceneTex_0189D0[] __attribute__((aligned (2))) = dHIDAN_sceneTex_0189D0;
#endif
#define dHIDAN_sceneTex_01A170 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_01A170"
#define dHIDAN_sceneTex_019FD0 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_sceneTex_019FD0"
#ifdef _WIN32
static const __declspec(align(2)) char HIDAN_sceneTex_01A170[] = dHIDAN_sceneTex_01A170;
static const __declspec(align(2)) char HIDAN_sceneTex_019FD0[] = dHIDAN_sceneTex_019FD0;
#else
static const char HIDAN_sceneTex_01A170[] __attribute__((aligned (2))) = dHIDAN_sceneTex_01A170;
static const char HIDAN_sceneTex_019FD0[] __attribute__((aligned (2))) = dHIDAN_sceneTex_019FD0;
#endif

View file

@ -1,436 +1,436 @@
#pragma once
#define dMIZUsin_room_0DL_005208 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005208"
#define dMIZUsin_room_0DL_0051B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0051B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_005208[] = dMIZUsin_room_0DL_005208;
static const __declspec(align(2)) char MIZUsin_room_0DL_0051B8[] = dMIZUsin_room_0DL_0051B8;
#else
static const char MIZUsin_room_0DL_005208[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005208;
static const char MIZUsin_room_0DL_0051B8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0051B8;
#endif
#define dMIZUsin_room_0DL_0038D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0038D0"
#define dMIZUsin_room_0DL_003880 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_003880"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0038D0[] = dMIZUsin_room_0DL_0038D0;
static const __declspec(align(2)) char MIZUsin_room_0DL_003880[] = dMIZUsin_room_0DL_003880;
#else
static const char MIZUsin_room_0DL_0038D0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0038D0;
static const char MIZUsin_room_0DL_003880[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_003880;
#endif
#define dMIZUsin_room_0DL_003370 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_003370"
#define dMIZUsin_room_0DL_003320 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_003320"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_003370[] = dMIZUsin_room_0DL_003370;
static const __declspec(align(2)) char MIZUsin_room_0DL_003320[] = dMIZUsin_room_0DL_003320;
#else
static const char MIZUsin_room_0DL_003370[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_003370;
static const char MIZUsin_room_0DL_003320[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_003320;
#endif
#define dMIZUsin_room_0DL_002FB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_002FB0"
#define dMIZUsin_room_0DL_002F60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_002F60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_002FB0[] = dMIZUsin_room_0DL_002FB0;
static const __declspec(align(2)) char MIZUsin_room_0DL_002F60[] = dMIZUsin_room_0DL_002F60;
#else
static const char MIZUsin_room_0DL_002FB0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_002FB0;
static const char MIZUsin_room_0DL_002F60[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_002F60;
#endif
#define dMIZUsin_room_0DL_0014F0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0014F0"
#define dMIZUsin_room_0DL_0014A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0014A0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0014F0[] = dMIZUsin_room_0DL_0014F0;
static const __declspec(align(2)) char MIZUsin_room_0DL_0014A0[] = dMIZUsin_room_0DL_0014A0;
#else
static const char MIZUsin_room_0DL_0014F0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0014F0;
static const char MIZUsin_room_0DL_0014A0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0014A0;
#endif
#define dMIZUsin_room_0DL_0010F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0010F8"
#define dMIZUsin_room_0DL_0010A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0010A8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0010F8[] = dMIZUsin_room_0DL_0010F8;
static const __declspec(align(2)) char MIZUsin_room_0DL_0010A8[] = dMIZUsin_room_0DL_0010A8;
#else
static const char MIZUsin_room_0DL_0010F8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0010F8;
static const char MIZUsin_room_0DL_0010A8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0010A8;
#endif
#define dMIZUsin_room_0DL_0047C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0047C8"
#define dMIZUsin_room_0DL_004778 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_004778"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0047C8[] = dMIZUsin_room_0DL_0047C8;
static const __declspec(align(2)) char MIZUsin_room_0DL_004778[] = dMIZUsin_room_0DL_004778;
#else
static const char MIZUsin_room_0DL_0047C8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0047C8;
static const char MIZUsin_room_0DL_004778[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_004778;
#endif
#define dMIZUsin_room_0DL_015380 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_015380"
#define dMIZUsin_room_0DL_015330 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_015330"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_015380[] = dMIZUsin_room_0DL_015380;
static const __declspec(align(2)) char MIZUsin_room_0DL_015330[] = dMIZUsin_room_0DL_015330;
#else
static const char MIZUsin_room_0DL_015380[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_015380;
static const char MIZUsin_room_0DL_015330[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_015330;
#endif
#define dMIZUsin_room_0DL_003E88 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_003E88"
#define dMIZUsin_room_0DL_003E38 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_003E38"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_003E88[] = dMIZUsin_room_0DL_003E88;
static const __declspec(align(2)) char MIZUsin_room_0DL_003E38[] = dMIZUsin_room_0DL_003E38;
#else
static const char MIZUsin_room_0DL_003E88[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_003E88;
static const char MIZUsin_room_0DL_003E38[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_003E38;
#endif
#define dMIZUsin_room_0Tex_012648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_012648"
#define dMIZUsin_room_0Tex_0125F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_0125F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_012648[] = dMIZUsin_room_0Tex_012648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_0125F8[] = dMIZUsin_room_0Tex_0125F8;
#else
static const char MIZUsin_room_0Tex_012648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_012648;
static const char MIZUsin_room_0Tex_0125F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_0125F8;
#endif
#define dMIZUsin_room_0DL_002818 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_002818"
#define dMIZUsin_room_0DL_0027C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0027C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_002818[] = dMIZUsin_room_0DL_002818;
static const __declspec(align(2)) char MIZUsin_room_0DL_0027C8[] = dMIZUsin_room_0DL_0027C8;
#else
static const char MIZUsin_room_0DL_002818[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_002818;
static const char MIZUsin_room_0DL_0027C8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0027C8;
#endif
#define dMIZUsin_room_0Tex_00F648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00F648"
#define dMIZUsin_room_0Tex_00F5F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00F5F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00F648[] = dMIZUsin_room_0Tex_00F648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00F5F8[] = dMIZUsin_room_0Tex_00F5F8;
#else
static const char MIZUsin_room_0Tex_00F648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00F648;
static const char MIZUsin_room_0Tex_00F5F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00F5F8;
#endif
#define dMIZUsin_room_0DL_0150C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0150C8"
#define dMIZUsin_room_0DL_015078 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_015078"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0150C8[] = dMIZUsin_room_0DL_0150C8;
static const __declspec(align(2)) char MIZUsin_room_0DL_015078[] = dMIZUsin_room_0DL_015078;
#else
static const char MIZUsin_room_0DL_0150C8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0150C8;
static const char MIZUsin_room_0DL_015078[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_015078;
#endif
#define dMIZUsin_room_0Tex_015478 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_015478"
#define dMIZUsin_room_0Tex_015428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_015428"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_015478[] = dMIZUsin_room_0Tex_015478;
static const __declspec(align(2)) char MIZUsin_room_0Tex_015428[] = dMIZUsin_room_0Tex_015428;
#else
static const char MIZUsin_room_0Tex_015478[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_015478;
static const char MIZUsin_room_0Tex_015428[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_015428;
#endif
#define dMIZUsin_room_0DL_014F10 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_014F10"
#define dMIZUsin_room_0DL_014EC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_014EC0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_014F10[] = dMIZUsin_room_0DL_014F10;
static const __declspec(align(2)) char MIZUsin_room_0DL_014EC0[] = dMIZUsin_room_0DL_014EC0;
#else
static const char MIZUsin_room_0DL_014F10[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_014F10;
static const char MIZUsin_room_0DL_014EC0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_014EC0;
#endif
#define dMIZUsin_room_0DL_007B10 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007B10"
#define dMIZUsin_room_0DL_007AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007AC0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_007B10[] = dMIZUsin_room_0DL_007B10;
static const __declspec(align(2)) char MIZUsin_room_0DL_007AC0[] = dMIZUsin_room_0DL_007AC0;
#else
static const char MIZUsin_room_0DL_007B10[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007B10;
static const char MIZUsin_room_0DL_007AC0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007AC0;
#endif
#define dMIZUsin_room_0Tex_00DE48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00DE48"
#define dMIZUsin_room_0Tex_00DDF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00DDF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00DE48[] = dMIZUsin_room_0Tex_00DE48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00DDF8[] = dMIZUsin_room_0Tex_00DDF8;
#else
static const char MIZUsin_room_0Tex_00DE48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00DE48;
static const char MIZUsin_room_0Tex_00DDF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00DDF8;
#endif
#define dMIZUsin_room_0DL_007670 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007670"
#define dMIZUsin_room_0DL_007620 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007620"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_007670[] = dMIZUsin_room_0DL_007670;
static const __declspec(align(2)) char MIZUsin_room_0DL_007620[] = dMIZUsin_room_0DL_007620;
#else
static const char MIZUsin_room_0DL_007670[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007670;
static const char MIZUsin_room_0DL_007620[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007620;
#endif
#define dMIZUsin_room_0DL_007DC8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007DC8"
#define dMIZUsin_room_0DL_007D78 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007D78"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_007DC8[] = dMIZUsin_room_0DL_007DC8;
static const __declspec(align(2)) char MIZUsin_room_0DL_007D78[] = dMIZUsin_room_0DL_007D78;
#else
static const char MIZUsin_room_0DL_007DC8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007DC8;
static const char MIZUsin_room_0DL_007D78[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007D78;
#endif
#define dMIZUsin_room_0DL_0073C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0073C0"
#define dMIZUsin_room_0DL_007370 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007370"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0073C0[] = dMIZUsin_room_0DL_0073C0;
static const __declspec(align(2)) char MIZUsin_room_0DL_007370[] = dMIZUsin_room_0DL_007370;
#else
static const char MIZUsin_room_0DL_0073C0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0073C0;
static const char MIZUsin_room_0DL_007370[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007370;
#endif
#define dMIZUsin_room_0DL_006CB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_006CB0"
#define dMIZUsin_room_0DL_006C60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_006C60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_006CB0[] = dMIZUsin_room_0DL_006CB0;
static const __declspec(align(2)) char MIZUsin_room_0DL_006C60[] = dMIZUsin_room_0DL_006C60;
#else
static const char MIZUsin_room_0DL_006CB0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_006CB0;
static const char MIZUsin_room_0DL_006C60[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_006C60;
#endif
#define dMIZUsin_room_0DL_0070A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0070A0"
#define dMIZUsin_room_0DL_007050 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_007050"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0070A0[] = dMIZUsin_room_0DL_0070A0;
static const __declspec(align(2)) char MIZUsin_room_0DL_007050[] = dMIZUsin_room_0DL_007050;
#else
static const char MIZUsin_room_0DL_0070A0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0070A0;
static const char MIZUsin_room_0DL_007050[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_007050;
#endif
#define dMIZUsin_room_0DL_006330 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_006330"
#define dMIZUsin_room_0DL_0062E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0062E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_006330[] = dMIZUsin_room_0DL_006330;
static const __declspec(align(2)) char MIZUsin_room_0DL_0062E0[] = dMIZUsin_room_0DL_0062E0;
#else
static const char MIZUsin_room_0DL_006330[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_006330;
static const char MIZUsin_room_0DL_0062E0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0062E0;
#endif
#define dMIZUsin_room_0Tex_012E48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_012E48"
#define dMIZUsin_room_0Tex_012DF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_012DF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_012E48[] = dMIZUsin_room_0Tex_012E48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_012DF8[] = dMIZUsin_room_0Tex_012DF8;
#else
static const char MIZUsin_room_0Tex_012E48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_012E48;
static const char MIZUsin_room_0Tex_012DF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_012DF8;
#endif
#define dMIZUsin_room_0DL_006818 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_006818"
#define dMIZUsin_room_0DL_0067C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0067C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_006818[] = dMIZUsin_room_0DL_006818;
static const __declspec(align(2)) char MIZUsin_room_0DL_0067C8[] = dMIZUsin_room_0DL_0067C8;
#else
static const char MIZUsin_room_0DL_006818[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_006818;
static const char MIZUsin_room_0DL_0067C8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0067C8;
#endif
#define dMIZUsin_room_0Tex_00E648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00E648"
#define dMIZUsin_room_0Tex_00E5F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00E5F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00E648[] = dMIZUsin_room_0Tex_00E648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00E5F8[] = dMIZUsin_room_0Tex_00E5F8;
#else
static const char MIZUsin_room_0Tex_00E648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00E648;
static const char MIZUsin_room_0Tex_00E5F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00E5F8;
#endif
#define dMIZUsin_room_0DL_006558 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_006558"
#define dMIZUsin_room_0DL_006508 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_006508"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_006558[] = dMIZUsin_room_0DL_006558;
static const __declspec(align(2)) char MIZUsin_room_0DL_006508[] = dMIZUsin_room_0DL_006508;
#else
static const char MIZUsin_room_0DL_006558[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_006558;
static const char MIZUsin_room_0DL_006508[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_006508;
#endif
#define dMIZUsin_room_0DL_000940 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_000940"
#define dMIZUsin_room_0DL_0008F0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0008F0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_000940[] = dMIZUsin_room_0DL_000940;
static const __declspec(align(2)) char MIZUsin_room_0DL_0008F0[] = dMIZUsin_room_0DL_0008F0;
#else
static const char MIZUsin_room_0DL_000940[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_000940;
static const char MIZUsin_room_0DL_0008F0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0008F0;
#endif
#define dMIZUsin_room_0Tex_00CE48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00CE48"
#define dMIZUsin_room_0Tex_00CDF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00CDF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00CE48[] = dMIZUsin_room_0Tex_00CE48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00CDF8[] = dMIZUsin_room_0Tex_00CDF8;
#else
static const char MIZUsin_room_0Tex_00CE48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00CE48;
static const char MIZUsin_room_0Tex_00CDF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00CDF8;
#endif
#define dMIZUsin_room_0Tex_00D648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00D648"
#define dMIZUsin_room_0Tex_00D5F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00D5F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00D648[] = dMIZUsin_room_0Tex_00D648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00D5F8[] = dMIZUsin_room_0Tex_00D5F8;
#else
static const char MIZUsin_room_0Tex_00D648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00D648;
static const char MIZUsin_room_0Tex_00D5F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00D5F8;
#endif
#define dMIZUsin_room_0DL_005478 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005478"
#define dMIZUsin_room_0DL_005428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005428"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_005478[] = dMIZUsin_room_0DL_005478;
static const __declspec(align(2)) char MIZUsin_room_0DL_005428[] = dMIZUsin_room_0DL_005428;
#else
static const char MIZUsin_room_0DL_005478[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005478;
static const char MIZUsin_room_0DL_005428[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005428;
#endif
#define dMIZUsin_room_0DL_000BE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_000BE8"
#define dMIZUsin_room_0DL_000B98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_000B98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_000BE8[] = dMIZUsin_room_0DL_000BE8;
static const __declspec(align(2)) char MIZUsin_room_0DL_000B98[] = dMIZUsin_room_0DL_000B98;
#else
static const char MIZUsin_room_0DL_000BE8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_000BE8;
static const char MIZUsin_room_0DL_000B98[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_000B98;
#endif
#define dMIZUsin_room_0DL_001A60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_001A60"
#define dMIZUsin_room_0DL_001A10 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_001A10"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_001A60[] = dMIZUsin_room_0DL_001A60;
static const __declspec(align(2)) char MIZUsin_room_0DL_001A10[] = dMIZUsin_room_0DL_001A10;
#else
static const char MIZUsin_room_0DL_001A60[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_001A60;
static const char MIZUsin_room_0DL_001A10[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_001A10;
#endif
#define dMIZUsin_room_0DL_004210 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_004210"
#define dMIZUsin_room_0DL_0041C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0041C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_004210[] = dMIZUsin_room_0DL_004210;
static const __declspec(align(2)) char MIZUsin_room_0DL_0041C0[] = dMIZUsin_room_0DL_0041C0;
#else
static const char MIZUsin_room_0DL_004210[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_004210;
static const char MIZUsin_room_0DL_0041C0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0041C0;
#endif
#define dMIZUsin_room_0DL_0017A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0017A0"
#define dMIZUsin_room_0DL_001750 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_001750"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0017A0[] = dMIZUsin_room_0DL_0017A0;
static const __declspec(align(2)) char MIZUsin_room_0DL_001750[] = dMIZUsin_room_0DL_001750;
#else
static const char MIZUsin_room_0DL_0017A0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0017A0;
static const char MIZUsin_room_0DL_001750[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_001750;
#endif
#define dMIZUsin_room_0DL_008BE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_008BE8"
#define dMIZUsin_room_0DL_008B98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_008B98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_008BE8[] = dMIZUsin_room_0DL_008BE8;
static const __declspec(align(2)) char MIZUsin_room_0DL_008B98[] = dMIZUsin_room_0DL_008B98;
#else
static const char MIZUsin_room_0DL_008BE8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_008BE8;
static const char MIZUsin_room_0DL_008B98[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_008B98;
#endif
#define dMIZUsin_room_0DL_005B98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005B98"
#define dMIZUsin_room_0DL_005B48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005B48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_005B98[] = dMIZUsin_room_0DL_005B98;
static const __declspec(align(2)) char MIZUsin_room_0DL_005B48[] = dMIZUsin_room_0DL_005B48;
#else
static const char MIZUsin_room_0DL_005B98[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005B98;
static const char MIZUsin_room_0DL_005B48[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005B48;
#endif
#define dMIZUsin_room_0DL_0058C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0058C0"
#define dMIZUsin_room_0DL_005870 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005870"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0058C0[] = dMIZUsin_room_0DL_0058C0;
static const __declspec(align(2)) char MIZUsin_room_0DL_005870[] = dMIZUsin_room_0DL_005870;
#else
static const char MIZUsin_room_0DL_0058C0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0058C0;
static const char MIZUsin_room_0DL_005870[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005870;
#endif
#define dMIZUsin_room_0DL_005FC8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005FC8"
#define dMIZUsin_room_0DL_005F78 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_005F78"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_005FC8[] = dMIZUsin_room_0DL_005FC8;
static const __declspec(align(2)) char MIZUsin_room_0DL_005F78[] = dMIZUsin_room_0DL_005F78;
#else
static const char MIZUsin_room_0DL_005FC8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005FC8;
static const char MIZUsin_room_0DL_005F78[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_005F78;
#endif
#define dMIZUsin_room_0DL_0095B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_0095B0"
#define dMIZUsin_room_0DL_009560 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_009560"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_0095B0[] = dMIZUsin_room_0DL_0095B0;
static const __declspec(align(2)) char MIZUsin_room_0DL_009560[] = dMIZUsin_room_0DL_009560;
#else
static const char MIZUsin_room_0DL_0095B0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_0095B0;
static const char MIZUsin_room_0DL_009560[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_009560;
#endif
#define dMIZUsin_room_0DL_00CBB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00CBB0"
#define dMIZUsin_room_0DL_00CB60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00CB60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00CBB0[] = dMIZUsin_room_0DL_00CBB0;
static const __declspec(align(2)) char MIZUsin_room_0DL_00CB60[] = dMIZUsin_room_0DL_00CB60;
#else
static const char MIZUsin_room_0DL_00CBB0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00CBB0;
static const char MIZUsin_room_0DL_00CB60[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00CB60;
#endif
#define dMIZUsin_room_0Tex_00EE48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00EE48"
#define dMIZUsin_room_0Tex_00EDF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00EDF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00EE48[] = dMIZUsin_room_0Tex_00EE48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00EDF8[] = dMIZUsin_room_0Tex_00EDF8;
#else
static const char MIZUsin_room_0Tex_00EE48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00EE48;
static const char MIZUsin_room_0Tex_00EDF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00EDF8;
#endif
#define dMIZUsin_room_0DL_00C1D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00C1D0"
#define dMIZUsin_room_0DL_00C180 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00C180"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00C1D0[] = dMIZUsin_room_0DL_00C1D0;
static const __declspec(align(2)) char MIZUsin_room_0DL_00C180[] = dMIZUsin_room_0DL_00C180;
#else
static const char MIZUsin_room_0DL_00C1D0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00C1D0;
static const char MIZUsin_room_0DL_00C180[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00C180;
#endif
#define dMIZUsin_room_0Tex_011E48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_011E48"
#define dMIZUsin_room_0Tex_011DF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_011DF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_011E48[] = dMIZUsin_room_0Tex_011E48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_011DF8[] = dMIZUsin_room_0Tex_011DF8;
#else
static const char MIZUsin_room_0Tex_011E48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_011E48;
static const char MIZUsin_room_0Tex_011DF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_011DF8;
#endif
#define dMIZUsin_room_0DL_00B068 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00B068"
#define dMIZUsin_room_0DL_00B018 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00B018"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00B068[] = dMIZUsin_room_0DL_00B068;
static const __declspec(align(2)) char MIZUsin_room_0DL_00B018[] = dMIZUsin_room_0DL_00B018;
#else
static const char MIZUsin_room_0DL_00B068[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00B068;
static const char MIZUsin_room_0DL_00B018[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00B018;
#endif
#define dMIZUsin_room_0Tex_010E48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_010E48"
#define dMIZUsin_room_0Tex_010DF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_010DF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_010E48[] = dMIZUsin_room_0Tex_010E48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_010DF8[] = dMIZUsin_room_0Tex_010DF8;
#else
static const char MIZUsin_room_0Tex_010E48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_010E48;
static const char MIZUsin_room_0Tex_010DF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_010DF8;
#endif
#define dMIZUsin_room_0DL_00B378 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00B378"
#define dMIZUsin_room_0DL_00B328 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00B328"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00B378[] = dMIZUsin_room_0DL_00B378;
static const __declspec(align(2)) char MIZUsin_room_0DL_00B328[] = dMIZUsin_room_0DL_00B328;
#else
static const char MIZUsin_room_0DL_00B378[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00B378;
static const char MIZUsin_room_0DL_00B328[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00B328;
#endif
#define dMIZUsin_room_0DL_00B780 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00B780"
#define dMIZUsin_room_0DL_00B730 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00B730"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00B780[] = dMIZUsin_room_0DL_00B780;
static const __declspec(align(2)) char MIZUsin_room_0DL_00B730[] = dMIZUsin_room_0DL_00B730;
#else
static const char MIZUsin_room_0DL_00B780[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00B780;
static const char MIZUsin_room_0DL_00B730[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00B730;
#endif
#define dMIZUsin_room_0DL_00AC08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00AC08"
#define dMIZUsin_room_0DL_00ABB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00ABB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00AC08[] = dMIZUsin_room_0DL_00AC08;
static const __declspec(align(2)) char MIZUsin_room_0DL_00ABB8[] = dMIZUsin_room_0DL_00ABB8;
#else
static const char MIZUsin_room_0DL_00AC08[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00AC08;
static const char MIZUsin_room_0DL_00ABB8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00ABB8;
#endif
#define dMIZUsin_room_0Tex_00FE48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00FE48"
#define dMIZUsin_room_0Tex_00FDF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_00FDF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_00FE48[] = dMIZUsin_room_0Tex_00FE48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_00FDF8[] = dMIZUsin_room_0Tex_00FDF8;
#else
static const char MIZUsin_room_0Tex_00FE48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00FE48;
static const char MIZUsin_room_0Tex_00FDF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_00FDF8;
#endif
#define dMIZUsin_room_0DL_00BD18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00BD18"
#define dMIZUsin_room_0DL_00BCC8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00BCC8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00BD18[] = dMIZUsin_room_0DL_00BD18;
static const __declspec(align(2)) char MIZUsin_room_0DL_00BCC8[] = dMIZUsin_room_0DL_00BCC8;
#else
static const char MIZUsin_room_0DL_00BD18[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00BD18;
static const char MIZUsin_room_0DL_00BCC8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00BCC8;
#endif
#define dMIZUsin_room_0Tex_011648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_011648"
#define dMIZUsin_room_0Tex_0115F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_0115F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_011648[] = dMIZUsin_room_0Tex_011648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_0115F8[] = dMIZUsin_room_0Tex_0115F8;
#else
static const char MIZUsin_room_0Tex_011648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_011648;
static const char MIZUsin_room_0Tex_0115F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_0115F8;
#endif
#define dMIZUsin_room_0DL_00A5A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00A5A0"
#define dMIZUsin_room_0DL_00A550 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00A550"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00A5A0[] = dMIZUsin_room_0DL_00A5A0;
static const __declspec(align(2)) char MIZUsin_room_0DL_00A550[] = dMIZUsin_room_0DL_00A550;
#else
static const char MIZUsin_room_0DL_00A5A0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00A5A0;
static const char MIZUsin_room_0DL_00A550[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00A550;
#endif
#define dMIZUsin_room_0Tex_010648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_010648"
#define dMIZUsin_room_0Tex_0105F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_0105F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_010648[] = dMIZUsin_room_0Tex_010648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_0105F8[] = dMIZUsin_room_0Tex_0105F8;
#else
static const char MIZUsin_room_0Tex_010648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_010648;
static const char MIZUsin_room_0Tex_0105F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_0105F8;
#endif
#define dMIZUsin_room_0DL_001DC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_001DC0"
#define dMIZUsin_room_0DL_001D70 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_001D70"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_001DC0[] = dMIZUsin_room_0DL_001DC0;
static const __declspec(align(2)) char MIZUsin_room_0DL_001D70[] = dMIZUsin_room_0DL_001D70;
#else
static const char MIZUsin_room_0DL_001DC0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_001DC0;
static const char MIZUsin_room_0DL_001D70[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_001D70;
#endif
#define dMIZUsin_room_0DL_004DE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_004DE0"
#define dMIZUsin_room_0DL_004D90 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_004D90"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_004DE0[] = dMIZUsin_room_0DL_004DE0;
static const __declspec(align(2)) char MIZUsin_room_0DL_004D90[] = dMIZUsin_room_0DL_004D90;
#else
static const char MIZUsin_room_0DL_004DE0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_004DE0;
static const char MIZUsin_room_0DL_004D90[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_004D90;
#endif
#define dMIZUsin_room_0DL_00C628 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00C628"
#define dMIZUsin_room_0DL_00C5D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00C5D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00C628[] = dMIZUsin_room_0DL_00C628;
static const __declspec(align(2)) char MIZUsin_room_0DL_00C5D8[] = dMIZUsin_room_0DL_00C5D8;
#else
static const char MIZUsin_room_0DL_00C628[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00C628;
static const char MIZUsin_room_0DL_00C5D8[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00C5D8;
#endif
#define dMIZUsin_room_0Tex_013E48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_013E48"
#define dMIZUsin_room_0Tex_013DF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_013DF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_013E48[] = dMIZUsin_room_0Tex_013E48;
static const __declspec(align(2)) char MIZUsin_room_0Tex_013DF8[] = dMIZUsin_room_0Tex_013DF8;
#else
static const char MIZUsin_room_0Tex_013E48[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_013E48;
static const char MIZUsin_room_0Tex_013DF8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_013DF8;
#endif
#define dMIZUsin_room_0DL_00C890 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00C890"
#define dMIZUsin_room_0DL_00C840 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_00C840"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_00C890[] = dMIZUsin_room_0DL_00C890;
static const __declspec(align(2)) char MIZUsin_room_0DL_00C840[] = dMIZUsin_room_0DL_00C840;
#else
static const char MIZUsin_room_0DL_00C890[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00C890;
static const char MIZUsin_room_0DL_00C840[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_00C840;
#endif
#define dMIZUsin_room_0Tex_013648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_013648"
#define dMIZUsin_room_0Tex_0135F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_0135F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_013648[] = dMIZUsin_room_0Tex_013648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_0135F8[] = dMIZUsin_room_0Tex_0135F8;
#else
static const char MIZUsin_room_0Tex_013648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_013648;
static const char MIZUsin_room_0Tex_0135F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_0135F8;
#endif
#define dMIZUsin_room_0DL_009DB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_009DB0"
#define dMIZUsin_room_0DL_009D60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0DL_009D60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0DL_009DB0[] = dMIZUsin_room_0DL_009DB0;
static const __declspec(align(2)) char MIZUsin_room_0DL_009D60[] = dMIZUsin_room_0DL_009D60;
#else
static const char MIZUsin_room_0DL_009DB0[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_009DB0;
static const char MIZUsin_room_0DL_009D60[] __attribute__((aligned (2))) = dMIZUsin_room_0DL_009D60;
#endif
#define dMIZUsin_room_0Tex_014648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_014648"
#define dMIZUsin_room_0Tex_0145F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_0Tex_0145F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_0Tex_014648[] = dMIZUsin_room_0Tex_014648;
static const __declspec(align(2)) char MIZUsin_room_0Tex_0145F8[] = dMIZUsin_room_0Tex_0145F8;
#else
static const char MIZUsin_room_0Tex_014648[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_014648;
static const char MIZUsin_room_0Tex_0145F8[] __attribute__((aligned (2))) = dMIZUsin_room_0Tex_0145F8;
#endif

View file

@ -1,149 +1,149 @@
#pragma once
#define dMIZUsin_room_1DL_003D00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_003D00"
#define dMIZUsin_room_1DL_003D70 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_003D70"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_003D00[] = dMIZUsin_room_1DL_003D00;
static const __declspec(align(2)) char MIZUsin_room_1DL_003D70[] = dMIZUsin_room_1DL_003D70;
#else
static const char MIZUsin_room_1DL_003D00[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_003D00;
static const char MIZUsin_room_1DL_003D70[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_003D70;
#endif
#define dMIZUsin_room_1DL_0057A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_0057A8"
#define dMIZUsin_room_1DL_005818 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_005818"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_0057A8[] = dMIZUsin_room_1DL_0057A8;
static const __declspec(align(2)) char MIZUsin_room_1DL_005818[] = dMIZUsin_room_1DL_005818;
#else
static const char MIZUsin_room_1DL_0057A8[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_0057A8;
static const char MIZUsin_room_1DL_005818[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_005818;
#endif
#define dMIZUsin_room_1DL_004AA8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_004AA8"
#define dMIZUsin_room_1DL_004B18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_004B18"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_004AA8[] = dMIZUsin_room_1DL_004AA8;
static const __declspec(align(2)) char MIZUsin_room_1DL_004B18[] = dMIZUsin_room_1DL_004B18;
#else
static const char MIZUsin_room_1DL_004AA8[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_004AA8;
static const char MIZUsin_room_1DL_004B18[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_004B18;
#endif
#define dMIZUsin_room_1Tex_008960 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_008960"
#define dMIZUsin_room_1Tex_0089D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0089D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_008960[] = dMIZUsin_room_1Tex_008960;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0089D0[] = dMIZUsin_room_1Tex_0089D0;
#else
static const char MIZUsin_room_1Tex_008960[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_008960;
static const char MIZUsin_room_1Tex_0089D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0089D0;
#endif
#define dMIZUsin_room_1DL_003818 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_003818"
#define dMIZUsin_room_1DL_003888 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_003888"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_003818[] = dMIZUsin_room_1DL_003818;
static const __declspec(align(2)) char MIZUsin_room_1DL_003888[] = dMIZUsin_room_1DL_003888;
#else
static const char MIZUsin_room_1DL_003818[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_003818;
static const char MIZUsin_room_1DL_003888[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_003888;
#endif
#define dMIZUsin_room_1Tex_006960 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_006960"
#define dMIZUsin_room_1Tex_0069D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0069D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_006960[] = dMIZUsin_room_1Tex_006960;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0069D0[] = dMIZUsin_room_1Tex_0069D0;
#else
static const char MIZUsin_room_1Tex_006960[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_006960;
static const char MIZUsin_room_1Tex_0069D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0069D0;
#endif
#define dMIZUsin_room_1DL_004560 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_004560"
#define dMIZUsin_room_1DL_0045D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_0045D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_004560[] = dMIZUsin_room_1DL_004560;
static const __declspec(align(2)) char MIZUsin_room_1DL_0045D0[] = dMIZUsin_room_1DL_0045D0;
#else
static const char MIZUsin_room_1DL_004560[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_004560;
static const char MIZUsin_room_1DL_0045D0[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_0045D0;
#endif
#define dMIZUsin_room_1Tex_007160 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_007160"
#define dMIZUsin_room_1Tex_0071D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0071D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_007160[] = dMIZUsin_room_1Tex_007160;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0071D0[] = dMIZUsin_room_1Tex_0071D0;
#else
static const char MIZUsin_room_1Tex_007160[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_007160;
static const char MIZUsin_room_1Tex_0071D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0071D0;
#endif
#define dMIZUsin_room_1DL_002FC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_002FC0"
#define dMIZUsin_room_1DL_003030 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_003030"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_002FC0[] = dMIZUsin_room_1DL_002FC0;
static const __declspec(align(2)) char MIZUsin_room_1DL_003030[] = dMIZUsin_room_1DL_003030;
#else
static const char MIZUsin_room_1DL_002FC0[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_002FC0;
static const char MIZUsin_room_1DL_003030[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_003030;
#endif
#define dMIZUsin_room_1Tex_007960 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_007960"
#define dMIZUsin_room_1Tex_0079D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0079D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_007960[] = dMIZUsin_room_1Tex_007960;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0079D0[] = dMIZUsin_room_1Tex_0079D0;
#else
static const char MIZUsin_room_1Tex_007960[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_007960;
static const char MIZUsin_room_1Tex_0079D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0079D0;
#endif
#define dMIZUsin_room_1DL_002BD0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_002BD0"
#define dMIZUsin_room_1DL_002C40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_002C40"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_002BD0[] = dMIZUsin_room_1DL_002BD0;
static const __declspec(align(2)) char MIZUsin_room_1DL_002C40[] = dMIZUsin_room_1DL_002C40;
#else
static const char MIZUsin_room_1DL_002BD0[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_002BD0;
static const char MIZUsin_room_1DL_002C40[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_002C40;
#endif
#define dMIZUsin_room_1Tex_009160 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_009160"
#define dMIZUsin_room_1Tex_0091D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0091D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_009160[] = dMIZUsin_room_1Tex_009160;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0091D0[] = dMIZUsin_room_1Tex_0091D0;
#else
static const char MIZUsin_room_1Tex_009160[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_009160;
static const char MIZUsin_room_1Tex_0091D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0091D0;
#endif
#define dMIZUsin_room_1DL_004D88 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_004D88"
#define dMIZUsin_room_1DL_004DF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_004DF8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_004D88[] = dMIZUsin_room_1DL_004D88;
static const __declspec(align(2)) char MIZUsin_room_1DL_004DF8[] = dMIZUsin_room_1DL_004DF8;
#else
static const char MIZUsin_room_1DL_004D88[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_004D88;
static const char MIZUsin_room_1DL_004DF8[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_004DF8;
#endif
#define dMIZUsin_room_1Tex_005960 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_005960"
#define dMIZUsin_room_1Tex_0059D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0059D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_005960[] = dMIZUsin_room_1Tex_005960;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0059D0[] = dMIZUsin_room_1Tex_0059D0;
#else
static const char MIZUsin_room_1Tex_005960[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_005960;
static const char MIZUsin_room_1Tex_0059D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0059D0;
#endif
#define dMIZUsin_room_1Tex_006160 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_006160"
#define dMIZUsin_room_1Tex_0061D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0061D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_006160[] = dMIZUsin_room_1Tex_006160;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0061D0[] = dMIZUsin_room_1Tex_0061D0;
#else
static const char MIZUsin_room_1Tex_006160[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_006160;
static const char MIZUsin_room_1Tex_0061D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0061D0;
#endif
#define dMIZUsin_room_1DL_004FE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_004FE0"
#define dMIZUsin_room_1DL_005050 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_005050"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_004FE0[] = dMIZUsin_room_1DL_004FE0;
static const __declspec(align(2)) char MIZUsin_room_1DL_005050[] = dMIZUsin_room_1DL_005050;
#else
static const char MIZUsin_room_1DL_004FE0[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_004FE0;
static const char MIZUsin_room_1DL_005050[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_005050;
#endif
#define dMIZUsin_room_1Tex_009960 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_009960"
#define dMIZUsin_room_1Tex_0099D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0099D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_009960[] = dMIZUsin_room_1Tex_009960;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0099D0[] = dMIZUsin_room_1Tex_0099D0;
#else
static const char MIZUsin_room_1Tex_009960[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_009960;
static const char MIZUsin_room_1Tex_0099D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0099D0;
#endif
#define dMIZUsin_room_1DL_001EB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_001EB0"
#define dMIZUsin_room_1DL_001F20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_001F20"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_001EB0[] = dMIZUsin_room_1DL_001EB0;
static const __declspec(align(2)) char MIZUsin_room_1DL_001F20[] = dMIZUsin_room_1DL_001F20;
#else
static const char MIZUsin_room_1DL_001EB0[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_001EB0;
static const char MIZUsin_room_1DL_001F20[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_001F20;
#endif
#define dMIZUsin_room_1Tex_008160 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_008160"
#define dMIZUsin_room_1Tex_0081D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1Tex_0081D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1Tex_008160[] = dMIZUsin_room_1Tex_008160;
static const __declspec(align(2)) char MIZUsin_room_1Tex_0081D0[] = dMIZUsin_room_1Tex_0081D0;
#else
static const char MIZUsin_room_1Tex_008160[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_008160;
static const char MIZUsin_room_1Tex_0081D0[] __attribute__((aligned (2))) = dMIZUsin_room_1Tex_0081D0;
#endif
#define dMIZUsin_room_1DL_002868 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_002868"
#define dMIZUsin_room_1DL_0028D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_0028D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_002868[] = dMIZUsin_room_1DL_002868;
static const __declspec(align(2)) char MIZUsin_room_1DL_0028D8[] = dMIZUsin_room_1DL_0028D8;
#else
static const char MIZUsin_room_1DL_002868[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_002868;
static const char MIZUsin_room_1DL_0028D8[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_0028D8;
#endif
#define dMIZUsin_room_1DL_005378 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_005378"
#define dMIZUsin_room_1DL_0053E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_1DL_0053E8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_1DL_005378[] = dMIZUsin_room_1DL_005378;
static const __declspec(align(2)) char MIZUsin_room_1DL_0053E8[] = dMIZUsin_room_1DL_0053E8;
#else
static const char MIZUsin_room_1DL_005378[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_005378;
static const char MIZUsin_room_1DL_0053E8[] __attribute__((aligned (2))) = dMIZUsin_room_1DL_0053E8;
#endif

View file

@ -1,93 +1,93 @@
#pragma once
#define dMIZUsin_room_10DL_001AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_001AC0"
#define dMIZUsin_room_10DL_001B80 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_001B80"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_001AC0[] = dMIZUsin_room_10DL_001AC0;
static const __declspec(align(2)) char MIZUsin_room_10DL_001B80[] = dMIZUsin_room_10DL_001B80;
#else
static const char MIZUsin_room_10DL_001AC0[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_001AC0;
static const char MIZUsin_room_10DL_001B80[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_001B80;
#endif
#define dMIZUsin_room_10DL_000F20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_000F20"
#define dMIZUsin_room_10DL_000FE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_000FE0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_000F20[] = dMIZUsin_room_10DL_000F20;
static const __declspec(align(2)) char MIZUsin_room_10DL_000FE0[] = dMIZUsin_room_10DL_000FE0;
#else
static const char MIZUsin_room_10DL_000F20[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_000F20;
static const char MIZUsin_room_10DL_000FE0[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_000FE0;
#endif
#define dMIZUsin_room_10Tex_0047B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_0047B0"
#define dMIZUsin_room_10Tex_004870 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_004870"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10Tex_0047B0[] = dMIZUsin_room_10Tex_0047B0;
static const __declspec(align(2)) char MIZUsin_room_10Tex_004870[] = dMIZUsin_room_10Tex_004870;
#else
static const char MIZUsin_room_10Tex_0047B0[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_0047B0;
static const char MIZUsin_room_10Tex_004870[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_004870;
#endif
#define dMIZUsin_room_10Tex_0057B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_0057B0"
#define dMIZUsin_room_10Tex_005870 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_005870"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10Tex_0057B0[] = dMIZUsin_room_10Tex_0057B0;
static const __declspec(align(2)) char MIZUsin_room_10Tex_005870[] = dMIZUsin_room_10Tex_005870;
#else
static const char MIZUsin_room_10Tex_0057B0[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_0057B0;
static const char MIZUsin_room_10Tex_005870[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_005870;
#endif
#define dMIZUsin_room_10Tex_004FB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_004FB0"
#define dMIZUsin_room_10Tex_005070 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_005070"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10Tex_004FB0[] = dMIZUsin_room_10Tex_004FB0;
static const __declspec(align(2)) char MIZUsin_room_10Tex_005070[] = dMIZUsin_room_10Tex_005070;
#else
static const char MIZUsin_room_10Tex_004FB0[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_004FB0;
static const char MIZUsin_room_10Tex_005070[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_005070;
#endif
#define dMIZUsin_room_10Tex_003FB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_003FB0"
#define dMIZUsin_room_10Tex_004070 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_004070"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10Tex_003FB0[] = dMIZUsin_room_10Tex_003FB0;
static const __declspec(align(2)) char MIZUsin_room_10Tex_004070[] = dMIZUsin_room_10Tex_004070;
#else
static const char MIZUsin_room_10Tex_003FB0[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_003FB0;
static const char MIZUsin_room_10Tex_004070[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_004070;
#endif
#define dMIZUsin_room_10DL_0031D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_0031D8"
#define dMIZUsin_room_10DL_003298 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_003298"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_0031D8[] = dMIZUsin_room_10DL_0031D8;
static const __declspec(align(2)) char MIZUsin_room_10DL_003298[] = dMIZUsin_room_10DL_003298;
#else
static const char MIZUsin_room_10DL_0031D8[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_0031D8;
static const char MIZUsin_room_10DL_003298[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_003298;
#endif
#define dMIZUsin_room_10Tex_0037B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_0037B0"
#define dMIZUsin_room_10Tex_003870 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10Tex_003870"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10Tex_0037B0[] = dMIZUsin_room_10Tex_0037B0;
static const __declspec(align(2)) char MIZUsin_room_10Tex_003870[] = dMIZUsin_room_10Tex_003870;
#else
static const char MIZUsin_room_10Tex_0037B0[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_0037B0;
static const char MIZUsin_room_10Tex_003870[] __attribute__((aligned (2))) = dMIZUsin_room_10Tex_003870;
#endif
#define dMIZUsin_room_10DL_001DA0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_001DA0"
#define dMIZUsin_room_10DL_001E60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_001E60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_001DA0[] = dMIZUsin_room_10DL_001DA0;
static const __declspec(align(2)) char MIZUsin_room_10DL_001E60[] = dMIZUsin_room_10DL_001E60;
#else
static const char MIZUsin_room_10DL_001DA0[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_001DA0;
static const char MIZUsin_room_10DL_001E60[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_001E60;
#endif
#define dMIZUsin_room_10DL_003618 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_003618"
#define dMIZUsin_room_10DL_0036D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_0036D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_003618[] = dMIZUsin_room_10DL_003618;
static const __declspec(align(2)) char MIZUsin_room_10DL_0036D8[] = dMIZUsin_room_10DL_0036D8;
#else
static const char MIZUsin_room_10DL_003618[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_003618;
static const char MIZUsin_room_10DL_0036D8[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_0036D8;
#endif
#define dMIZUsin_room_10DL_002648 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_002648"
#define dMIZUsin_room_10DL_002708 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_002708"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_002648[] = dMIZUsin_room_10DL_002648;
static const __declspec(align(2)) char MIZUsin_room_10DL_002708[] = dMIZUsin_room_10DL_002708;
#else
static const char MIZUsin_room_10DL_002648[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_002648;
static const char MIZUsin_room_10DL_002708[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_002708;
#endif
#define dMIZUsin_room_10DL_002110 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_002110"
#define dMIZUsin_room_10DL_0021D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_0021D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_002110[] = dMIZUsin_room_10DL_002110;
static const __declspec(align(2)) char MIZUsin_room_10DL_0021D0[] = dMIZUsin_room_10DL_0021D0;
#else
static const char MIZUsin_room_10DL_002110[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_002110;
static const char MIZUsin_room_10DL_0021D0[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_0021D0;
#endif
#define dMIZUsin_room_10DL_002F20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_002F20"
#define dMIZUsin_room_10DL_002FE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_10DL_002FE0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_10DL_002F20[] = dMIZUsin_room_10DL_002F20;
static const __declspec(align(2)) char MIZUsin_room_10DL_002FE0[] = dMIZUsin_room_10DL_002FE0;
#else
static const char MIZUsin_room_10DL_002F20[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_002F20;
static const char MIZUsin_room_10DL_002FE0[] __attribute__((aligned (2))) = dMIZUsin_room_10DL_002FE0;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dMIZUsin_room_11DL_001510 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11DL_001510"
#define dMIZUsin_room_11DL_001580 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11DL_001580"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_11DL_001510[] = dMIZUsin_room_11DL_001510;
static const __declspec(align(2)) char MIZUsin_room_11DL_001580[] = dMIZUsin_room_11DL_001580;
#else
static const char MIZUsin_room_11DL_001510[] __attribute__((aligned (2))) = dMIZUsin_room_11DL_001510;
static const char MIZUsin_room_11DL_001580[] __attribute__((aligned (2))) = dMIZUsin_room_11DL_001580;
#endif
#define dMIZUsin_room_11Tex_0039B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_0039B0"
#define dMIZUsin_room_11Tex_003A20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_003A20"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_11Tex_0039B0[] = dMIZUsin_room_11Tex_0039B0;
static const __declspec(align(2)) char MIZUsin_room_11Tex_003A20[] = dMIZUsin_room_11Tex_003A20;
#else
static const char MIZUsin_room_11Tex_0039B0[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_0039B0;
static const char MIZUsin_room_11Tex_003A20[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_003A20;
#endif
#define dMIZUsin_room_11Tex_0041B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_0041B0"
#define dMIZUsin_room_11Tex_004220 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_004220"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_11Tex_0041B0[] = dMIZUsin_room_11Tex_0041B0;
static const __declspec(align(2)) char MIZUsin_room_11Tex_004220[] = dMIZUsin_room_11Tex_004220;
#else
static const char MIZUsin_room_11Tex_0041B0[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_0041B0;
static const char MIZUsin_room_11Tex_004220[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_004220;
#endif
#define dMIZUsin_room_11Tex_0021B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_0021B0"
#define dMIZUsin_room_11Tex_002220 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_002220"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_11Tex_0021B0[] = dMIZUsin_room_11Tex_0021B0;
static const __declspec(align(2)) char MIZUsin_room_11Tex_002220[] = dMIZUsin_room_11Tex_002220;
#else
static const char MIZUsin_room_11Tex_0021B0[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_0021B0;
static const char MIZUsin_room_11Tex_002220[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_002220;
#endif
#define dMIZUsin_room_11Tex_0029B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_0029B0"
#define dMIZUsin_room_11Tex_002A20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_002A20"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_11Tex_0029B0[] = dMIZUsin_room_11Tex_0029B0;
static const __declspec(align(2)) char MIZUsin_room_11Tex_002A20[] = dMIZUsin_room_11Tex_002A20;
#else
static const char MIZUsin_room_11Tex_0029B0[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_0029B0;
static const char MIZUsin_room_11Tex_002A20[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_002A20;
#endif
#define dMIZUsin_room_11Tex_0031B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_0031B0"
#define dMIZUsin_room_11Tex_003220 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_11Tex_003220"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_11Tex_0031B0[] = dMIZUsin_room_11Tex_0031B0;
static const __declspec(align(2)) char MIZUsin_room_11Tex_003220[] = dMIZUsin_room_11Tex_003220;
#else
static const char MIZUsin_room_11Tex_0031B0[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_0031B0;
static const char MIZUsin_room_11Tex_003220[] __attribute__((aligned (2))) = dMIZUsin_room_11Tex_003220;
#endif

View file

@ -1,100 +1,100 @@
#pragma once
#define dMIZUsin_room_12DL_002450 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_002450"
#define dMIZUsin_room_12DL_0024F0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_0024F0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_002450[] = dMIZUsin_room_12DL_002450;
static const __declspec(align(2)) char MIZUsin_room_12DL_0024F0[] = dMIZUsin_room_12DL_0024F0;
#else
static const char MIZUsin_room_12DL_002450[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_002450;
static const char MIZUsin_room_12DL_0024F0[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_0024F0;
#endif
#define dMIZUsin_room_12DL_003508 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_003508"
#define dMIZUsin_room_12DL_0035A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_0035A8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_003508[] = dMIZUsin_room_12DL_003508;
static const __declspec(align(2)) char MIZUsin_room_12DL_0035A8[] = dMIZUsin_room_12DL_0035A8;
#else
static const char MIZUsin_room_12DL_003508[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_003508;
static const char MIZUsin_room_12DL_0035A8[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_0035A8;
#endif
#define dMIZUsin_room_12Tex_005128 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_005128"
#define dMIZUsin_room_12Tex_0051C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_0051C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12Tex_005128[] = dMIZUsin_room_12Tex_005128;
static const __declspec(align(2)) char MIZUsin_room_12Tex_0051C8[] = dMIZUsin_room_12Tex_0051C8;
#else
static const char MIZUsin_room_12Tex_005128[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_005128;
static const char MIZUsin_room_12Tex_0051C8[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_0051C8;
#endif
#define dMIZUsin_room_12DL_002C90 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_002C90"
#define dMIZUsin_room_12DL_002D30 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_002D30"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_002C90[] = dMIZUsin_room_12DL_002C90;
static const __declspec(align(2)) char MIZUsin_room_12DL_002D30[] = dMIZUsin_room_12DL_002D30;
#else
static const char MIZUsin_room_12DL_002C90[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_002C90;
static const char MIZUsin_room_12DL_002D30[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_002D30;
#endif
#define dMIZUsin_room_12Tex_003928 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_003928"
#define dMIZUsin_room_12Tex_0039C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_0039C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12Tex_003928[] = dMIZUsin_room_12Tex_003928;
static const __declspec(align(2)) char MIZUsin_room_12Tex_0039C8[] = dMIZUsin_room_12Tex_0039C8;
#else
static const char MIZUsin_room_12Tex_003928[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_003928;
static const char MIZUsin_room_12Tex_0039C8[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_0039C8;
#endif
#define dMIZUsin_room_12DL_006120 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_006120"
#define dMIZUsin_room_12DL_0061C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_0061C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_006120[] = dMIZUsin_room_12DL_006120;
static const __declspec(align(2)) char MIZUsin_room_12DL_0061C0[] = dMIZUsin_room_12DL_0061C0;
#else
static const char MIZUsin_room_12DL_006120[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_006120;
static const char MIZUsin_room_12DL_0061C0[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_0061C0;
#endif
#define dMIZUsin_room_12Tex_006588 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_006588"
#define dMIZUsin_room_12Tex_006628 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_006628"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12Tex_006588[] = dMIZUsin_room_12Tex_006588;
static const __declspec(align(2)) char MIZUsin_room_12Tex_006628[] = dMIZUsin_room_12Tex_006628;
#else
static const char MIZUsin_room_12Tex_006588[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_006588;
static const char MIZUsin_room_12Tex_006628[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_006628;
#endif
#define dMIZUsin_room_12DL_006478 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_006478"
#define dMIZUsin_room_12DL_006518 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_006518"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_006478[] = dMIZUsin_room_12DL_006478;
static const __declspec(align(2)) char MIZUsin_room_12DL_006518[] = dMIZUsin_room_12DL_006518;
#else
static const char MIZUsin_room_12DL_006478[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_006478;
static const char MIZUsin_room_12DL_006518[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_006518;
#endif
#define dMIZUsin_room_12DL_000D50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_000D50"
#define dMIZUsin_room_12DL_000DF0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_000DF0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_000D50[] = dMIZUsin_room_12DL_000D50;
static const __declspec(align(2)) char MIZUsin_room_12DL_000DF0[] = dMIZUsin_room_12DL_000DF0;
#else
static const char MIZUsin_room_12DL_000D50[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_000D50;
static const char MIZUsin_room_12DL_000DF0[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_000DF0;
#endif
#define dMIZUsin_room_12Tex_004128 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_004128"
#define dMIZUsin_room_12Tex_0041C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_0041C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12Tex_004128[] = dMIZUsin_room_12Tex_004128;
static const __declspec(align(2)) char MIZUsin_room_12Tex_0041C8[] = dMIZUsin_room_12Tex_0041C8;
#else
static const char MIZUsin_room_12Tex_004128[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_004128;
static const char MIZUsin_room_12Tex_0041C8[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_0041C8;
#endif
#define dMIZUsin_room_12DL_002EC8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_002EC8"
#define dMIZUsin_room_12DL_002F68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_002F68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_002EC8[] = dMIZUsin_room_12DL_002EC8;
static const __declspec(align(2)) char MIZUsin_room_12DL_002F68[] = dMIZUsin_room_12DL_002F68;
#else
static const char MIZUsin_room_12DL_002EC8[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_002EC8;
static const char MIZUsin_room_12DL_002F68[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_002F68;
#endif
#define dMIZUsin_room_12Tex_004928 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_004928"
#define dMIZUsin_room_12Tex_0049C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12Tex_0049C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12Tex_004928[] = dMIZUsin_room_12Tex_004928;
static const __declspec(align(2)) char MIZUsin_room_12Tex_0049C8[] = dMIZUsin_room_12Tex_0049C8;
#else
static const char MIZUsin_room_12Tex_004928[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_004928;
static const char MIZUsin_room_12Tex_0049C8[] __attribute__((aligned (2))) = dMIZUsin_room_12Tex_0049C8;
#endif
#define dMIZUsin_room_12DL_000A28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_000A28"
#define dMIZUsin_room_12DL_000AC8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_000AC8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_000A28[] = dMIZUsin_room_12DL_000A28;
static const __declspec(align(2)) char MIZUsin_room_12DL_000AC8[] = dMIZUsin_room_12DL_000AC8;
#else
static const char MIZUsin_room_12DL_000A28[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_000A28;
static const char MIZUsin_room_12DL_000AC8[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_000AC8;
#endif
#define dMIZUsin_room_12DL_000680 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_000680"
#define dMIZUsin_room_12DL_000720 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_12DL_000720"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_12DL_000680[] = dMIZUsin_room_12DL_000680;
static const __declspec(align(2)) char MIZUsin_room_12DL_000720[] = dMIZUsin_room_12DL_000720;
#else
static const char MIZUsin_room_12DL_000680[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_000680;
static const char MIZUsin_room_12DL_000720[] __attribute__((aligned (2))) = dMIZUsin_room_12DL_000720;
#endif

View file

@ -1,100 +1,100 @@
#pragma once
#define dMIZUsin_room_14DL_0009C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_0009C0"
#define dMIZUsin_room_14DL_0009E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_0009E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_0009C0[] = dMIZUsin_room_14DL_0009C0;
static const __declspec(align(2)) char MIZUsin_room_14DL_0009E0[] = dMIZUsin_room_14DL_0009E0;
#else
static const char MIZUsin_room_14DL_0009C0[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_0009C0;
static const char MIZUsin_room_14DL_0009E0[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_0009E0;
#endif
#define dMIZUsin_room_14DL_002528 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_002528"
#define dMIZUsin_room_14DL_002548 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_002548"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_002528[] = dMIZUsin_room_14DL_002528;
static const __declspec(align(2)) char MIZUsin_room_14DL_002548[] = dMIZUsin_room_14DL_002548;
#else
static const char MIZUsin_room_14DL_002528[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_002528;
static const char MIZUsin_room_14DL_002548[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_002548;
#endif
#define dMIZUsin_room_14Tex_006660 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_006660"
#define dMIZUsin_room_14Tex_006680 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_006680"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_006660[] = dMIZUsin_room_14Tex_006660;
static const __declspec(align(2)) char MIZUsin_room_14Tex_006680[] = dMIZUsin_room_14Tex_006680;
#else
static const char MIZUsin_room_14Tex_006660[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_006660;
static const char MIZUsin_room_14Tex_006680[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_006680;
#endif
#define dMIZUsin_room_14Tex_004E60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_004E60"
#define dMIZUsin_room_14Tex_004E80 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_004E80"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_004E60[] = dMIZUsin_room_14Tex_004E60;
static const __declspec(align(2)) char MIZUsin_room_14Tex_004E80[] = dMIZUsin_room_14Tex_004E80;
#else
static const char MIZUsin_room_14Tex_004E60[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_004E60;
static const char MIZUsin_room_14Tex_004E80[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_004E80;
#endif
#define dMIZUsin_room_14Tex_005660 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_005660"
#define dMIZUsin_room_14Tex_005680 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_005680"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_005660[] = dMIZUsin_room_14Tex_005660;
static const __declspec(align(2)) char MIZUsin_room_14Tex_005680[] = dMIZUsin_room_14Tex_005680;
#else
static const char MIZUsin_room_14Tex_005660[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_005660;
static const char MIZUsin_room_14Tex_005680[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_005680;
#endif
#define dMIZUsin_room_14Tex_004660 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_004660"
#define dMIZUsin_room_14Tex_004680 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_004680"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_004660[] = dMIZUsin_room_14Tex_004660;
static const __declspec(align(2)) char MIZUsin_room_14Tex_004680[] = dMIZUsin_room_14Tex_004680;
#else
static const char MIZUsin_room_14Tex_004660[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_004660;
static const char MIZUsin_room_14Tex_004680[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_004680;
#endif
#define dMIZUsin_room_14DL_000F90 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000F90"
#define dMIZUsin_room_14DL_000FB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000FB0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_000F90[] = dMIZUsin_room_14DL_000F90;
static const __declspec(align(2)) char MIZUsin_room_14DL_000FB0[] = dMIZUsin_room_14DL_000FB0;
#else
static const char MIZUsin_room_14DL_000F90[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000F90;
static const char MIZUsin_room_14DL_000FB0[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000FB0;
#endif
#define dMIZUsin_room_14Tex_003E60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_003E60"
#define dMIZUsin_room_14Tex_003E80 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_003E80"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_003E60[] = dMIZUsin_room_14Tex_003E60;
static const __declspec(align(2)) char MIZUsin_room_14Tex_003E80[] = dMIZUsin_room_14Tex_003E80;
#else
static const char MIZUsin_room_14Tex_003E60[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_003E60;
static const char MIZUsin_room_14Tex_003E80[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_003E80;
#endif
#define dMIZUsin_room_14DL_003500 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_003500"
#define dMIZUsin_room_14DL_003520 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_003520"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_003500[] = dMIZUsin_room_14DL_003500;
static const __declspec(align(2)) char MIZUsin_room_14DL_003520[] = dMIZUsin_room_14DL_003520;
#else
static const char MIZUsin_room_14DL_003500[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_003500;
static const char MIZUsin_room_14DL_003520[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_003520;
#endif
#define dMIZUsin_room_14Tex_005E60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_005E60"
#define dMIZUsin_room_14Tex_005E80 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_005E80"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_005E60[] = dMIZUsin_room_14Tex_005E60;
static const __declspec(align(2)) char MIZUsin_room_14Tex_005E80[] = dMIZUsin_room_14Tex_005E80;
#else
static const char MIZUsin_room_14Tex_005E60[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_005E60;
static const char MIZUsin_room_14Tex_005E80[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_005E80;
#endif
#define dMIZUsin_room_14DL_000E18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000E18"
#define dMIZUsin_room_14DL_000E38 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000E38"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_000E18[] = dMIZUsin_room_14DL_000E18;
static const __declspec(align(2)) char MIZUsin_room_14DL_000E38[] = dMIZUsin_room_14DL_000E38;
#else
static const char MIZUsin_room_14DL_000E18[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000E18;
static const char MIZUsin_room_14DL_000E38[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000E38;
#endif
#define dMIZUsin_room_14Tex_003660 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_003660"
#define dMIZUsin_room_14Tex_003680 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14Tex_003680"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14Tex_003660[] = dMIZUsin_room_14Tex_003660;
static const __declspec(align(2)) char MIZUsin_room_14Tex_003680[] = dMIZUsin_room_14Tex_003680;
#else
static const char MIZUsin_room_14Tex_003660[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_003660;
static const char MIZUsin_room_14Tex_003680[] __attribute__((aligned (2))) = dMIZUsin_room_14Tex_003680;
#endif
#define dMIZUsin_room_14DL_000C48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000C48"
#define dMIZUsin_room_14DL_000C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_000C48[] = dMIZUsin_room_14DL_000C48;
static const __declspec(align(2)) char MIZUsin_room_14DL_000C68[] = dMIZUsin_room_14DL_000C68;
#else
static const char MIZUsin_room_14DL_000C48[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000C48;
static const char MIZUsin_room_14DL_000C68[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000C68;
#endif
#define dMIZUsin_room_14DL_000430 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000430"
#define dMIZUsin_room_14DL_000450 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_14DL_000450"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_14DL_000430[] = dMIZUsin_room_14DL_000430;
static const __declspec(align(2)) char MIZUsin_room_14DL_000450[] = dMIZUsin_room_14DL_000450;
#else
static const char MIZUsin_room_14DL_000430[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000430;
static const char MIZUsin_room_14DL_000450[] __attribute__((aligned (2))) = dMIZUsin_room_14DL_000450;
#endif

View file

@ -1,79 +1,79 @@
#pragma once
#define dMIZUsin_room_15DL_001950 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15DL_001950"
#define dMIZUsin_room_15DL_001990 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15DL_001990"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15DL_001950[] = dMIZUsin_room_15DL_001950;
static const __declspec(align(2)) char MIZUsin_room_15DL_001990[] = dMIZUsin_room_15DL_001990;
#else
static const char MIZUsin_room_15DL_001950[] __attribute__((aligned (2))) = dMIZUsin_room_15DL_001950;
static const char MIZUsin_room_15DL_001990[] __attribute__((aligned (2))) = dMIZUsin_room_15DL_001990;
#endif
#define dMIZUsin_room_15Tex_006C28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_006C28"
#define dMIZUsin_room_15Tex_006C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_006C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_006C28[] = dMIZUsin_room_15Tex_006C28;
static const __declspec(align(2)) char MIZUsin_room_15Tex_006C68[] = dMIZUsin_room_15Tex_006C68;
#else
static const char MIZUsin_room_15Tex_006C28[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_006C28;
static const char MIZUsin_room_15Tex_006C68[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_006C68;
#endif
#define dMIZUsin_room_15Tex_006428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_006428"
#define dMIZUsin_room_15Tex_006468 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_006468"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_006428[] = dMIZUsin_room_15Tex_006428;
static const __declspec(align(2)) char MIZUsin_room_15Tex_006468[] = dMIZUsin_room_15Tex_006468;
#else
static const char MIZUsin_room_15Tex_006428[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_006428;
static const char MIZUsin_room_15Tex_006468[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_006468;
#endif
#define dMIZUsin_room_15Tex_004428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_004428"
#define dMIZUsin_room_15Tex_004468 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_004468"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_004428[] = dMIZUsin_room_15Tex_004428;
static const __declspec(align(2)) char MIZUsin_room_15Tex_004468[] = dMIZUsin_room_15Tex_004468;
#else
static const char MIZUsin_room_15Tex_004428[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_004428;
static const char MIZUsin_room_15Tex_004468[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_004468;
#endif
#define dMIZUsin_room_15Tex_003428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_003428"
#define dMIZUsin_room_15Tex_003468 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_003468"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_003428[] = dMIZUsin_room_15Tex_003428;
static const __declspec(align(2)) char MIZUsin_room_15Tex_003468[] = dMIZUsin_room_15Tex_003468;
#else
static const char MIZUsin_room_15Tex_003428[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_003428;
static const char MIZUsin_room_15Tex_003468[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_003468;
#endif
#define dMIZUsin_room_15Tex_005428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_005428"
#define dMIZUsin_room_15Tex_005468 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_005468"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_005428[] = dMIZUsin_room_15Tex_005428;
static const __declspec(align(2)) char MIZUsin_room_15Tex_005468[] = dMIZUsin_room_15Tex_005468;
#else
static const char MIZUsin_room_15Tex_005428[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_005428;
static const char MIZUsin_room_15Tex_005468[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_005468;
#endif
#define dMIZUsin_room_15Tex_005C28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_005C28"
#define dMIZUsin_room_15Tex_005C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_005C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_005C28[] = dMIZUsin_room_15Tex_005C28;
static const __declspec(align(2)) char MIZUsin_room_15Tex_005C68[] = dMIZUsin_room_15Tex_005C68;
#else
static const char MIZUsin_room_15Tex_005C28[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_005C28;
static const char MIZUsin_room_15Tex_005C68[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_005C68;
#endif
#define dMIZUsin_room_15Tex_004C28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_004C28"
#define dMIZUsin_room_15Tex_004C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_004C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_004C28[] = dMIZUsin_room_15Tex_004C28;
static const __declspec(align(2)) char MIZUsin_room_15Tex_004C68[] = dMIZUsin_room_15Tex_004C68;
#else
static const char MIZUsin_room_15Tex_004C28[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_004C28;
static const char MIZUsin_room_15Tex_004C68[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_004C68;
#endif
#define dMIZUsin_room_15Tex_003C28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_003C28"
#define dMIZUsin_room_15Tex_003C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_003C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_003C28[] = dMIZUsin_room_15Tex_003C28;
static const __declspec(align(2)) char MIZUsin_room_15Tex_003C68[] = dMIZUsin_room_15Tex_003C68;
#else
static const char MIZUsin_room_15Tex_003C28[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_003C28;
static const char MIZUsin_room_15Tex_003C68[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_003C68;
#endif
#define dMIZUsin_room_15DL_002B58 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15DL_002B58"
#define dMIZUsin_room_15DL_002B98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15DL_002B98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15DL_002B58[] = dMIZUsin_room_15DL_002B58;
static const __declspec(align(2)) char MIZUsin_room_15DL_002B98[] = dMIZUsin_room_15DL_002B98;
#else
static const char MIZUsin_room_15DL_002B58[] __attribute__((aligned (2))) = dMIZUsin_room_15DL_002B58;
static const char MIZUsin_room_15DL_002B98[] __attribute__((aligned (2))) = dMIZUsin_room_15DL_002B98;
#endif
#define dMIZUsin_room_15Tex_002C28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_002C28"
#define dMIZUsin_room_15Tex_002C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_15Tex_002C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_15Tex_002C28[] = dMIZUsin_room_15Tex_002C28;
static const __declspec(align(2)) char MIZUsin_room_15Tex_002C68[] = dMIZUsin_room_15Tex_002C68;
#else
static const char MIZUsin_room_15Tex_002C28[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_002C28;
static const char MIZUsin_room_15Tex_002C68[] __attribute__((aligned (2))) = dMIZUsin_room_15Tex_002C68;
#endif

View file

@ -1,44 +1,44 @@
#pragma once
#define dMIZUsin_room_16DL_000CF0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16DL_000CF0"
#define dMIZUsin_room_16DL_000D50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16DL_000D50"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_16DL_000CF0[] = dMIZUsin_room_16DL_000CF0;
static const __declspec(align(2)) char MIZUsin_room_16DL_000D50[] = dMIZUsin_room_16DL_000D50;
#else
static const char MIZUsin_room_16DL_000CF0[] __attribute__((aligned (2))) = dMIZUsin_room_16DL_000CF0;
static const char MIZUsin_room_16DL_000D50[] __attribute__((aligned (2))) = dMIZUsin_room_16DL_000D50;
#endif
#define dMIZUsin_room_16Tex_0022D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_0022D0"
#define dMIZUsin_room_16Tex_002330 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_002330"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_16Tex_0022D0[] = dMIZUsin_room_16Tex_0022D0;
static const __declspec(align(2)) char MIZUsin_room_16Tex_002330[] = dMIZUsin_room_16Tex_002330;
#else
static const char MIZUsin_room_16Tex_0022D0[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_0022D0;
static const char MIZUsin_room_16Tex_002330[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_002330;
#endif
#define dMIZUsin_room_16Tex_0012D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_0012D0"
#define dMIZUsin_room_16Tex_001330 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_001330"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_16Tex_0012D0[] = dMIZUsin_room_16Tex_0012D0;
static const __declspec(align(2)) char MIZUsin_room_16Tex_001330[] = dMIZUsin_room_16Tex_001330;
#else
static const char MIZUsin_room_16Tex_0012D0[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_0012D0;
static const char MIZUsin_room_16Tex_001330[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_001330;
#endif
#define dMIZUsin_room_16Tex_001AD0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_001AD0"
#define dMIZUsin_room_16Tex_001B30 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_001B30"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_16Tex_001AD0[] = dMIZUsin_room_16Tex_001AD0;
static const __declspec(align(2)) char MIZUsin_room_16Tex_001B30[] = dMIZUsin_room_16Tex_001B30;
#else
static const char MIZUsin_room_16Tex_001AD0[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_001AD0;
static const char MIZUsin_room_16Tex_001B30[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_001B30;
#endif
#define dMIZUsin_room_16Tex_0032D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_0032D0"
#define dMIZUsin_room_16Tex_003330 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_003330"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_16Tex_0032D0[] = dMIZUsin_room_16Tex_0032D0;
static const __declspec(align(2)) char MIZUsin_room_16Tex_003330[] = dMIZUsin_room_16Tex_003330;
#else
static const char MIZUsin_room_16Tex_0032D0[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_0032D0;
static const char MIZUsin_room_16Tex_003330[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_003330;
#endif
#define dMIZUsin_room_16Tex_002AD0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_002AD0"
#define dMIZUsin_room_16Tex_002B30 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_16Tex_002B30"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_16Tex_002AD0[] = dMIZUsin_room_16Tex_002AD0;
static const __declspec(align(2)) char MIZUsin_room_16Tex_002B30[] = dMIZUsin_room_16Tex_002B30;
#else
static const char MIZUsin_room_16Tex_002AD0[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_002AD0;
static const char MIZUsin_room_16Tex_002B30[] __attribute__((aligned (2))) = dMIZUsin_room_16Tex_002B30;
#endif

View file

@ -1,156 +1,156 @@
#pragma once
#define dMIZUsin_room_17DL_0033C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0033C8"
#define dMIZUsin_room_17DL_003458 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_003458"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_0033C8[] = dMIZUsin_room_17DL_0033C8;
static const __declspec(align(2)) char MIZUsin_room_17DL_003458[] = dMIZUsin_room_17DL_003458;
#else
static const char MIZUsin_room_17DL_0033C8[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0033C8;
static const char MIZUsin_room_17DL_003458[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_003458;
#endif
#define dMIZUsin_room_17DL_004138 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_004138"
#define dMIZUsin_room_17DL_0041C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0041C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_004138[] = dMIZUsin_room_17DL_004138;
static const __declspec(align(2)) char MIZUsin_room_17DL_0041C8[] = dMIZUsin_room_17DL_0041C8;
#else
static const char MIZUsin_room_17DL_004138[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_004138;
static const char MIZUsin_room_17DL_0041C8[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0041C8;
#endif
#define dMIZUsin_room_17DL_000F80 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_000F80"
#define dMIZUsin_room_17DL_001010 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_001010"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_000F80[] = dMIZUsin_room_17DL_000F80;
static const __declspec(align(2)) char MIZUsin_room_17DL_001010[] = dMIZUsin_room_17DL_001010;
#else
static const char MIZUsin_room_17DL_000F80[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_000F80;
static const char MIZUsin_room_17DL_001010[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_001010;
#endif
#define dMIZUsin_room_17Tex_006A18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_006A18"
#define dMIZUsin_room_17Tex_006AA8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_006AA8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17Tex_006A18[] = dMIZUsin_room_17Tex_006A18;
static const __declspec(align(2)) char MIZUsin_room_17Tex_006AA8[] = dMIZUsin_room_17Tex_006AA8;
#else
static const char MIZUsin_room_17Tex_006A18[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_006A18;
static const char MIZUsin_room_17Tex_006AA8[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_006AA8;
#endif
#define dMIZUsin_room_17Tex_007A18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_007A18"
#define dMIZUsin_room_17Tex_007AA8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_007AA8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17Tex_007A18[] = dMIZUsin_room_17Tex_007A18;
static const __declspec(align(2)) char MIZUsin_room_17Tex_007AA8[] = dMIZUsin_room_17Tex_007AA8;
#else
static const char MIZUsin_room_17Tex_007A18[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_007A18;
static const char MIZUsin_room_17Tex_007AA8[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_007AA8;
#endif
#define dMIZUsin_room_17Tex_007218 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_007218"
#define dMIZUsin_room_17Tex_0072A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_0072A8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17Tex_007218[] = dMIZUsin_room_17Tex_007218;
static const __declspec(align(2)) char MIZUsin_room_17Tex_0072A8[] = dMIZUsin_room_17Tex_0072A8;
#else
static const char MIZUsin_room_17Tex_007218[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_007218;
static const char MIZUsin_room_17Tex_0072A8[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_0072A8;
#endif
#define dMIZUsin_room_17Tex_008218 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_008218"
#define dMIZUsin_room_17Tex_0082A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_0082A8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17Tex_008218[] = dMIZUsin_room_17Tex_008218;
static const __declspec(align(2)) char MIZUsin_room_17Tex_0082A8[] = dMIZUsin_room_17Tex_0082A8;
#else
static const char MIZUsin_room_17Tex_008218[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_008218;
static const char MIZUsin_room_17Tex_0082A8[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_0082A8;
#endif
#define dMIZUsin_room_17DL_005898 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_005898"
#define dMIZUsin_room_17DL_005928 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_005928"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_005898[] = dMIZUsin_room_17DL_005898;
static const __declspec(align(2)) char MIZUsin_room_17DL_005928[] = dMIZUsin_room_17DL_005928;
#else
static const char MIZUsin_room_17DL_005898[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_005898;
static const char MIZUsin_room_17DL_005928[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_005928;
#endif
#define dMIZUsin_room_17DL_005658 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_005658"
#define dMIZUsin_room_17DL_0056E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0056E8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_005658[] = dMIZUsin_room_17DL_005658;
static const __declspec(align(2)) char MIZUsin_room_17DL_0056E8[] = dMIZUsin_room_17DL_0056E8;
#else
static const char MIZUsin_room_17DL_005658[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_005658;
static const char MIZUsin_room_17DL_0056E8[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0056E8;
#endif
#define dMIZUsin_room_17Tex_005A18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_005A18"
#define dMIZUsin_room_17Tex_005AA8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_005AA8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17Tex_005A18[] = dMIZUsin_room_17Tex_005A18;
static const __declspec(align(2)) char MIZUsin_room_17Tex_005AA8[] = dMIZUsin_room_17Tex_005AA8;
#else
static const char MIZUsin_room_17Tex_005A18[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_005A18;
static const char MIZUsin_room_17Tex_005AA8[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_005AA8;
#endif
#define dMIZUsin_room_17DL_001650 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_001650"
#define dMIZUsin_room_17DL_0016E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0016E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_001650[] = dMIZUsin_room_17DL_001650;
static const __declspec(align(2)) char MIZUsin_room_17DL_0016E0[] = dMIZUsin_room_17DL_0016E0;
#else
static const char MIZUsin_room_17DL_001650[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_001650;
static const char MIZUsin_room_17DL_0016E0[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0016E0;
#endif
#define dMIZUsin_room_17Tex_006218 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_006218"
#define dMIZUsin_room_17Tex_0062A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17Tex_0062A8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17Tex_006218[] = dMIZUsin_room_17Tex_006218;
static const __declspec(align(2)) char MIZUsin_room_17Tex_0062A8[] = dMIZUsin_room_17Tex_0062A8;
#else
static const char MIZUsin_room_17Tex_006218[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_006218;
static const char MIZUsin_room_17Tex_0062A8[] __attribute__((aligned (2))) = dMIZUsin_room_17Tex_0062A8;
#endif
#define dMIZUsin_room_17DL_001880 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_001880"
#define dMIZUsin_room_17DL_001910 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_001910"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_001880[] = dMIZUsin_room_17DL_001880;
static const __declspec(align(2)) char MIZUsin_room_17DL_001910[] = dMIZUsin_room_17DL_001910;
#else
static const char MIZUsin_room_17DL_001880[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_001880;
static const char MIZUsin_room_17DL_001910[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_001910;
#endif
#define dMIZUsin_room_17DL_003A70 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_003A70"
#define dMIZUsin_room_17DL_003B00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_003B00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_003A70[] = dMIZUsin_room_17DL_003A70;
static const __declspec(align(2)) char MIZUsin_room_17DL_003B00[] = dMIZUsin_room_17DL_003B00;
#else
static const char MIZUsin_room_17DL_003A70[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_003A70;
static const char MIZUsin_room_17DL_003B00[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_003B00;
#endif
#define dMIZUsin_room_17DL_002BE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_002BE0"
#define dMIZUsin_room_17DL_002C70 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_002C70"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_002BE0[] = dMIZUsin_room_17DL_002BE0;
static const __declspec(align(2)) char MIZUsin_room_17DL_002C70[] = dMIZUsin_room_17DL_002C70;
#else
static const char MIZUsin_room_17DL_002BE0[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_002BE0;
static const char MIZUsin_room_17DL_002C70[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_002C70;
#endif
#define dMIZUsin_room_17DL_003830 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_003830"
#define dMIZUsin_room_17DL_0038C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0038C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_003830[] = dMIZUsin_room_17DL_003830;
static const __declspec(align(2)) char MIZUsin_room_17DL_0038C0[] = dMIZUsin_room_17DL_0038C0;
#else
static const char MIZUsin_room_17DL_003830[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_003830;
static const char MIZUsin_room_17DL_0038C0[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0038C0;
#endif
#define dMIZUsin_room_17DL_002568 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_002568"
#define dMIZUsin_room_17DL_0025F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0025F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_002568[] = dMIZUsin_room_17DL_002568;
static const __declspec(align(2)) char MIZUsin_room_17DL_0025F8[] = dMIZUsin_room_17DL_0025F8;
#else
static const char MIZUsin_room_17DL_002568[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_002568;
static const char MIZUsin_room_17DL_0025F8[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0025F8;
#endif
#define dMIZUsin_room_17DL_005088 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_005088"
#define dMIZUsin_room_17DL_005118 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_005118"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_005088[] = dMIZUsin_room_17DL_005088;
static const __declspec(align(2)) char MIZUsin_room_17DL_005118[] = dMIZUsin_room_17DL_005118;
#else
static const char MIZUsin_room_17DL_005088[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_005088;
static const char MIZUsin_room_17DL_005118[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_005118;
#endif
#define dMIZUsin_room_17DL_002880 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_002880"
#define dMIZUsin_room_17DL_002910 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_002910"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_002880[] = dMIZUsin_room_17DL_002880;
static const __declspec(align(2)) char MIZUsin_room_17DL_002910[] = dMIZUsin_room_17DL_002910;
#else
static const char MIZUsin_room_17DL_002880[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_002880;
static const char MIZUsin_room_17DL_002910[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_002910;
#endif
#define dMIZUsin_room_17DL_005450 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_005450"
#define dMIZUsin_room_17DL_0054E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0054E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_005450[] = dMIZUsin_room_17DL_005450;
static const __declspec(align(2)) char MIZUsin_room_17DL_0054E0[] = dMIZUsin_room_17DL_0054E0;
#else
static const char MIZUsin_room_17DL_005450[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_005450;
static const char MIZUsin_room_17DL_0054E0[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0054E0;
#endif
#define dMIZUsin_room_17DL_002028 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_002028"
#define dMIZUsin_room_17DL_0020B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_0020B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_002028[] = dMIZUsin_room_17DL_002028;
static const __declspec(align(2)) char MIZUsin_room_17DL_0020B8[] = dMIZUsin_room_17DL_0020B8;
#else
static const char MIZUsin_room_17DL_002028[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_002028;
static const char MIZUsin_room_17DL_0020B8[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_0020B8;
#endif
#define dMIZUsin_room_17DL_004AA0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_004AA0"
#define dMIZUsin_room_17DL_004B30 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_17DL_004B30"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_17DL_004AA0[] = dMIZUsin_room_17DL_004AA0;
static const __declspec(align(2)) char MIZUsin_room_17DL_004B30[] = dMIZUsin_room_17DL_004B30;
#else
static const char MIZUsin_room_17DL_004AA0[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_004AA0;
static const char MIZUsin_room_17DL_004B30[] __attribute__((aligned (2))) = dMIZUsin_room_17DL_004B30;
#endif

View file

@ -1,86 +1,86 @@
#pragma once
#define dMIZUsin_room_18DL_000670 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000670"
#define dMIZUsin_room_18DL_0006B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_0006B0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_000670[] = dMIZUsin_room_18DL_000670;
static const __declspec(align(2)) char MIZUsin_room_18DL_0006B0[] = dMIZUsin_room_18DL_0006B0;
#else
static const char MIZUsin_room_18DL_000670[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000670;
static const char MIZUsin_room_18DL_0006B0[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_0006B0;
#endif
#define dMIZUsin_room_18DL_000200 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000200"
#define dMIZUsin_room_18DL_000240 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000240"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_000200[] = dMIZUsin_room_18DL_000200;
static const __declspec(align(2)) char MIZUsin_room_18DL_000240[] = dMIZUsin_room_18DL_000240;
#else
static const char MIZUsin_room_18DL_000200[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000200;
static const char MIZUsin_room_18DL_000240[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000240;
#endif
#define dMIZUsin_room_18Tex_0018B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0018B8"
#define dMIZUsin_room_18Tex_0018F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0018F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18Tex_0018B8[] = dMIZUsin_room_18Tex_0018B8;
static const __declspec(align(2)) char MIZUsin_room_18Tex_0018F8[] = dMIZUsin_room_18Tex_0018F8;
#else
static const char MIZUsin_room_18Tex_0018B8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0018B8;
static const char MIZUsin_room_18Tex_0018F8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0018F8;
#endif
#define dMIZUsin_room_18DL_0008B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_0008B8"
#define dMIZUsin_room_18DL_0008F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_0008F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_0008B8[] = dMIZUsin_room_18DL_0008B8;
static const __declspec(align(2)) char MIZUsin_room_18DL_0008F8[] = dMIZUsin_room_18DL_0008F8;
#else
static const char MIZUsin_room_18DL_0008B8[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_0008B8;
static const char MIZUsin_room_18DL_0008F8[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_0008F8;
#endif
#define dMIZUsin_room_18Tex_0020B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0020B8"
#define dMIZUsin_room_18Tex_0020F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0020F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18Tex_0020B8[] = dMIZUsin_room_18Tex_0020B8;
static const __declspec(align(2)) char MIZUsin_room_18Tex_0020F8[] = dMIZUsin_room_18Tex_0020F8;
#else
static const char MIZUsin_room_18Tex_0020B8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0020B8;
static const char MIZUsin_room_18Tex_0020F8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0020F8;
#endif
#define dMIZUsin_room_18DL_000AF8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000AF8"
#define dMIZUsin_room_18DL_000B38 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000B38"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_000AF8[] = dMIZUsin_room_18DL_000AF8;
static const __declspec(align(2)) char MIZUsin_room_18DL_000B38[] = dMIZUsin_room_18DL_000B38;
#else
static const char MIZUsin_room_18DL_000AF8[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000AF8;
static const char MIZUsin_room_18DL_000B38[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000B38;
#endif
#define dMIZUsin_room_18DL_001160 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_001160"
#define dMIZUsin_room_18DL_0011A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_0011A0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_001160[] = dMIZUsin_room_18DL_001160;
static const __declspec(align(2)) char MIZUsin_room_18DL_0011A0[] = dMIZUsin_room_18DL_0011A0;
#else
static const char MIZUsin_room_18DL_001160[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_001160;
static const char MIZUsin_room_18DL_0011A0[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_0011A0;
#endif
#define dMIZUsin_room_18Tex_0030B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0030B8"
#define dMIZUsin_room_18Tex_0030F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0030F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18Tex_0030B8[] = dMIZUsin_room_18Tex_0030B8;
static const __declspec(align(2)) char MIZUsin_room_18Tex_0030F8[] = dMIZUsin_room_18Tex_0030F8;
#else
static const char MIZUsin_room_18Tex_0030B8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0030B8;
static const char MIZUsin_room_18Tex_0030F8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0030F8;
#endif
#define dMIZUsin_room_18DL_000DC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000DC0"
#define dMIZUsin_room_18DL_000E00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_000E00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_000DC0[] = dMIZUsin_room_18DL_000DC0;
static const __declspec(align(2)) char MIZUsin_room_18DL_000E00[] = dMIZUsin_room_18DL_000E00;
#else
static const char MIZUsin_room_18DL_000DC0[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000DC0;
static const char MIZUsin_room_18DL_000E00[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_000E00;
#endif
#define dMIZUsin_room_18Tex_0028B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0028B8"
#define dMIZUsin_room_18Tex_0028F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0028F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18Tex_0028B8[] = dMIZUsin_room_18Tex_0028B8;
static const __declspec(align(2)) char MIZUsin_room_18Tex_0028F8[] = dMIZUsin_room_18Tex_0028F8;
#else
static const char MIZUsin_room_18Tex_0028B8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0028B8;
static const char MIZUsin_room_18Tex_0028F8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0028F8;
#endif
#define dMIZUsin_room_18DL_001700 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_001700"
#define dMIZUsin_room_18DL_001740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18DL_001740"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18DL_001700[] = dMIZUsin_room_18DL_001700;
static const __declspec(align(2)) char MIZUsin_room_18DL_001740[] = dMIZUsin_room_18DL_001740;
#else
static const char MIZUsin_room_18DL_001700[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_001700;
static const char MIZUsin_room_18DL_001740[] __attribute__((aligned (2))) = dMIZUsin_room_18DL_001740;
#endif
#define dMIZUsin_room_18Tex_0038B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0038B8"
#define dMIZUsin_room_18Tex_0038F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_18Tex_0038F8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_18Tex_0038B8[] = dMIZUsin_room_18Tex_0038B8;
static const __declspec(align(2)) char MIZUsin_room_18Tex_0038F8[] = dMIZUsin_room_18Tex_0038F8;
#else
static const char MIZUsin_room_18Tex_0038B8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0038B8;
static const char MIZUsin_room_18Tex_0038F8[] __attribute__((aligned (2))) = dMIZUsin_room_18Tex_0038F8;
#endif

View file

@ -1,79 +1,79 @@
#pragma once
#define dMIZUsin_room_2DL_0027A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_0027A0"
#define dMIZUsin_room_2DL_0028A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_0028A0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2DL_0027A0[] = dMIZUsin_room_2DL_0027A0;
static const __declspec(align(2)) char MIZUsin_room_2DL_0028A0[] = dMIZUsin_room_2DL_0028A0;
#else
static const char MIZUsin_room_2DL_0027A0[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_0027A0;
static const char MIZUsin_room_2DL_0028A0[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_0028A0;
#endif
#define dMIZUsin_room_2DL_001328 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_001328"
#define dMIZUsin_room_2DL_001428 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_001428"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2DL_001328[] = dMIZUsin_room_2DL_001328;
static const __declspec(align(2)) char MIZUsin_room_2DL_001428[] = dMIZUsin_room_2DL_001428;
#else
static const char MIZUsin_room_2DL_001328[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_001328;
static const char MIZUsin_room_2DL_001428[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_001428;
#endif
#define dMIZUsin_room_2Tex_0049B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0049B8"
#define dMIZUsin_room_2Tex_004AB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_004AB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2Tex_0049B8[] = dMIZUsin_room_2Tex_0049B8;
static const __declspec(align(2)) char MIZUsin_room_2Tex_004AB8[] = dMIZUsin_room_2Tex_004AB8;
#else
static const char MIZUsin_room_2Tex_0049B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0049B8;
static const char MIZUsin_room_2Tex_004AB8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_004AB8;
#endif
#define dMIZUsin_room_2Tex_0039B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0039B8"
#define dMIZUsin_room_2Tex_003AB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_003AB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2Tex_0039B8[] = dMIZUsin_room_2Tex_0039B8;
static const __declspec(align(2)) char MIZUsin_room_2Tex_003AB8[] = dMIZUsin_room_2Tex_003AB8;
#else
static const char MIZUsin_room_2Tex_0039B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0039B8;
static const char MIZUsin_room_2Tex_003AB8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_003AB8;
#endif
#define dMIZUsin_room_2Tex_0029B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0029B8"
#define dMIZUsin_room_2Tex_002AB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_002AB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2Tex_0029B8[] = dMIZUsin_room_2Tex_0029B8;
static const __declspec(align(2)) char MIZUsin_room_2Tex_002AB8[] = dMIZUsin_room_2Tex_002AB8;
#else
static const char MIZUsin_room_2Tex_0029B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0029B8;
static const char MIZUsin_room_2Tex_002AB8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_002AB8;
#endif
#define dMIZUsin_room_2Tex_0041B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0041B8"
#define dMIZUsin_room_2Tex_0042B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0042B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2Tex_0041B8[] = dMIZUsin_room_2Tex_0041B8;
static const __declspec(align(2)) char MIZUsin_room_2Tex_0042B8[] = dMIZUsin_room_2Tex_0042B8;
#else
static const char MIZUsin_room_2Tex_0041B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0041B8;
static const char MIZUsin_room_2Tex_0042B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0042B8;
#endif
#define dMIZUsin_room_2Tex_0031B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0031B8"
#define dMIZUsin_room_2Tex_0032B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_0032B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2Tex_0031B8[] = dMIZUsin_room_2Tex_0031B8;
static const __declspec(align(2)) char MIZUsin_room_2Tex_0032B8[] = dMIZUsin_room_2Tex_0032B8;
#else
static const char MIZUsin_room_2Tex_0031B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0031B8;
static const char MIZUsin_room_2Tex_0032B8[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_0032B8;
#endif
#define dMIZUsin_room_2DL_005280 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_005280"
#define dMIZUsin_room_2DL_005380 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_005380"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2DL_005280[] = dMIZUsin_room_2DL_005280;
static const __declspec(align(2)) char MIZUsin_room_2DL_005380[] = dMIZUsin_room_2DL_005380;
#else
static const char MIZUsin_room_2DL_005280[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_005280;
static const char MIZUsin_room_2DL_005380[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_005380;
#endif
#define dMIZUsin_room_2Tex_005388 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_005388"
#define dMIZUsin_room_2Tex_005488 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2Tex_005488"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2Tex_005388[] = dMIZUsin_room_2Tex_005388;
static const __declspec(align(2)) char MIZUsin_room_2Tex_005488[] = dMIZUsin_room_2Tex_005488;
#else
static const char MIZUsin_room_2Tex_005388[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_005388;
static const char MIZUsin_room_2Tex_005488[] __attribute__((aligned (2))) = dMIZUsin_room_2Tex_005488;
#endif
#define dMIZUsin_room_2DL_0003E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_0003E0"
#define dMIZUsin_room_2DL_0004E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_0004E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2DL_0003E0[] = dMIZUsin_room_2DL_0003E0;
static const __declspec(align(2)) char MIZUsin_room_2DL_0004E0[] = dMIZUsin_room_2DL_0004E0;
#else
static const char MIZUsin_room_2DL_0003E0[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_0003E0;
static const char MIZUsin_room_2DL_0004E0[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_0004E0;
#endif
#define dMIZUsin_room_2DL_001F00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_001F00"
#define dMIZUsin_room_2DL_002000 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_2DL_002000"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_2DL_001F00[] = dMIZUsin_room_2DL_001F00;
static const __declspec(align(2)) char MIZUsin_room_2DL_002000[] = dMIZUsin_room_2DL_002000;
#else
static const char MIZUsin_room_2DL_001F00[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_001F00;
static const char MIZUsin_room_2DL_002000[] __attribute__((aligned (2))) = dMIZUsin_room_2DL_002000;
#endif

View file

@ -1,121 +1,121 @@
#pragma once
#define dMIZUsin_room_20DL_0017B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0017B8"
#define dMIZUsin_room_20DL_0018B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0018B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_0017B8[] = dMIZUsin_room_20DL_0017B8;
static const __declspec(align(2)) char MIZUsin_room_20DL_0018B8[] = dMIZUsin_room_20DL_0018B8;
#else
static const char MIZUsin_room_20DL_0017B8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0017B8;
static const char MIZUsin_room_20DL_0018B8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0018B8;
#endif
#define dMIZUsin_room_20DL_0005E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0005E0"
#define dMIZUsin_room_20DL_0006E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0006E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_0005E0[] = dMIZUsin_room_20DL_0005E0;
static const __declspec(align(2)) char MIZUsin_room_20DL_0006E0[] = dMIZUsin_room_20DL_0006E0;
#else
static const char MIZUsin_room_20DL_0005E0[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0005E0;
static const char MIZUsin_room_20DL_0006E0[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0006E0;
#endif
#define dMIZUsin_room_20Tex_004740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_004740"
#define dMIZUsin_room_20Tex_004840 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_004840"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_004740[] = dMIZUsin_room_20Tex_004740;
static const __declspec(align(2)) char MIZUsin_room_20Tex_004840[] = dMIZUsin_room_20Tex_004840;
#else
static const char MIZUsin_room_20Tex_004740[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_004740;
static const char MIZUsin_room_20Tex_004840[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_004840;
#endif
#define dMIZUsin_room_20DL_002DD8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002DD8"
#define dMIZUsin_room_20DL_002ED8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002ED8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_002DD8[] = dMIZUsin_room_20DL_002DD8;
static const __declspec(align(2)) char MIZUsin_room_20DL_002ED8[] = dMIZUsin_room_20DL_002ED8;
#else
static const char MIZUsin_room_20DL_002DD8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002DD8;
static const char MIZUsin_room_20DL_002ED8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002ED8;
#endif
#define dMIZUsin_room_20Tex_003F40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_003F40"
#define dMIZUsin_room_20Tex_004040 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_004040"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_003F40[] = dMIZUsin_room_20Tex_003F40;
static const __declspec(align(2)) char MIZUsin_room_20Tex_004040[] = dMIZUsin_room_20Tex_004040;
#else
static const char MIZUsin_room_20Tex_003F40[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_003F40;
static const char MIZUsin_room_20Tex_004040[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_004040;
#endif
#define dMIZUsin_room_20DL_002A30 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002A30"
#define dMIZUsin_room_20DL_002B30 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002B30"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_002A30[] = dMIZUsin_room_20DL_002A30;
static const __declspec(align(2)) char MIZUsin_room_20DL_002B30[] = dMIZUsin_room_20DL_002B30;
#else
static const char MIZUsin_room_20DL_002A30[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002A30;
static const char MIZUsin_room_20DL_002B30[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002B30;
#endif
#define dMIZUsin_room_20Tex_003740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_003740"
#define dMIZUsin_room_20Tex_003840 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_003840"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_003740[] = dMIZUsin_room_20Tex_003740;
static const __declspec(align(2)) char MIZUsin_room_20Tex_003840[] = dMIZUsin_room_20Tex_003840;
#else
static const char MIZUsin_room_20Tex_003740[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_003740;
static const char MIZUsin_room_20Tex_003840[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_003840;
#endif
#define dMIZUsin_room_20DL_000AA0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_000AA0"
#define dMIZUsin_room_20DL_000BA0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_000BA0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_000AA0[] = dMIZUsin_room_20DL_000AA0;
static const __declspec(align(2)) char MIZUsin_room_20DL_000BA0[] = dMIZUsin_room_20DL_000BA0;
#else
static const char MIZUsin_room_20DL_000AA0[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_000AA0;
static const char MIZUsin_room_20DL_000BA0[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_000BA0;
#endif
#define dMIZUsin_room_20DL_002880 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002880"
#define dMIZUsin_room_20DL_002980 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002980"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_002880[] = dMIZUsin_room_20DL_002880;
static const __declspec(align(2)) char MIZUsin_room_20DL_002980[] = dMIZUsin_room_20DL_002980;
#else
static const char MIZUsin_room_20DL_002880[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002880;
static const char MIZUsin_room_20DL_002980[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002980;
#endif
#define dMIZUsin_room_20DL_0025D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0025D0"
#define dMIZUsin_room_20DL_0026D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0026D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_0025D0[] = dMIZUsin_room_20DL_0025D0;
static const __declspec(align(2)) char MIZUsin_room_20DL_0026D0[] = dMIZUsin_room_20DL_0026D0;
#else
static const char MIZUsin_room_20DL_0025D0[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0025D0;
static const char MIZUsin_room_20DL_0026D0[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0026D0;
#endif
#define dMIZUsin_room_20Tex_005740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_005740"
#define dMIZUsin_room_20Tex_005840 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_005840"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_005740[] = dMIZUsin_room_20Tex_005740;
static const __declspec(align(2)) char MIZUsin_room_20Tex_005840[] = dMIZUsin_room_20Tex_005840;
#else
static const char MIZUsin_room_20Tex_005740[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_005740;
static const char MIZUsin_room_20Tex_005840[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_005840;
#endif
#define dMIZUsin_room_20DL_001C48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_001C48"
#define dMIZUsin_room_20DL_001D48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_001D48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_001C48[] = dMIZUsin_room_20DL_001C48;
static const __declspec(align(2)) char MIZUsin_room_20DL_001D48[] = dMIZUsin_room_20DL_001D48;
#else
static const char MIZUsin_room_20DL_001C48[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_001C48;
static const char MIZUsin_room_20DL_001D48[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_001D48;
#endif
#define dMIZUsin_room_20Tex_004F40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_004F40"
#define dMIZUsin_room_20Tex_005040 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_005040"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_004F40[] = dMIZUsin_room_20Tex_004F40;
static const __declspec(align(2)) char MIZUsin_room_20Tex_005040[] = dMIZUsin_room_20Tex_005040;
#else
static const char MIZUsin_room_20Tex_004F40[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_004F40;
static const char MIZUsin_room_20Tex_005040[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_005040;
#endif
#define dMIZUsin_room_20DL_0021D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0021D8"
#define dMIZUsin_room_20DL_0022D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_0022D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_0021D8[] = dMIZUsin_room_20DL_0021D8;
static const __declspec(align(2)) char MIZUsin_room_20DL_0022D8[] = dMIZUsin_room_20DL_0022D8;
#else
static const char MIZUsin_room_20DL_0021D8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0021D8;
static const char MIZUsin_room_20DL_0022D8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_0022D8;
#endif
#define dMIZUsin_room_20Tex_005F40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_005F40"
#define dMIZUsin_room_20Tex_006040 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_006040"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_005F40[] = dMIZUsin_room_20Tex_005F40;
static const __declspec(align(2)) char MIZUsin_room_20Tex_006040[] = dMIZUsin_room_20Tex_006040;
#else
static const char MIZUsin_room_20Tex_005F40[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_005F40;
static const char MIZUsin_room_20Tex_006040[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_006040;
#endif
#define dMIZUsin_room_20DL_002BB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002BB8"
#define dMIZUsin_room_20DL_002CB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20DL_002CB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20DL_002BB8[] = dMIZUsin_room_20DL_002BB8;
static const __declspec(align(2)) char MIZUsin_room_20DL_002CB8[] = dMIZUsin_room_20DL_002CB8;
#else
static const char MIZUsin_room_20DL_002BB8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002BB8;
static const char MIZUsin_room_20DL_002CB8[] __attribute__((aligned (2))) = dMIZUsin_room_20DL_002CB8;
#endif
#define dMIZUsin_room_20Tex_002F40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_002F40"
#define dMIZUsin_room_20Tex_003040 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_20Tex_003040"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_20Tex_002F40[] = dMIZUsin_room_20Tex_002F40;
static const __declspec(align(2)) char MIZUsin_room_20Tex_003040[] = dMIZUsin_room_20Tex_003040;
#else
static const char MIZUsin_room_20Tex_002F40[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_002F40;
static const char MIZUsin_room_20Tex_003040[] __attribute__((aligned (2))) = dMIZUsin_room_20Tex_003040;
#endif

View file

@ -1,100 +1,100 @@
#pragma once
#define dMIZUsin_room_3DL_000740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_000740"
#define dMIZUsin_room_3DL_0007F0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_0007F0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_000740[] = dMIZUsin_room_3DL_000740;
static const __declspec(align(2)) char MIZUsin_room_3DL_0007F0[] = dMIZUsin_room_3DL_0007F0;
#else
static const char MIZUsin_room_3DL_000740[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_000740;
static const char MIZUsin_room_3DL_0007F0[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_0007F0;
#endif
#define dMIZUsin_room_3DL_001200 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_001200"
#define dMIZUsin_room_3DL_0012B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_0012B0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_001200[] = dMIZUsin_room_3DL_001200;
static const __declspec(align(2)) char MIZUsin_room_3DL_0012B0[] = dMIZUsin_room_3DL_0012B0;
#else
static const char MIZUsin_room_3DL_001200[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_001200;
static const char MIZUsin_room_3DL_0012B0[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_0012B0;
#endif
#define dMIZUsin_room_3DL_003020 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_003020"
#define dMIZUsin_room_3DL_0030D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_0030D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_003020[] = dMIZUsin_room_3DL_003020;
static const __declspec(align(2)) char MIZUsin_room_3DL_0030D0[] = dMIZUsin_room_3DL_0030D0;
#else
static const char MIZUsin_room_3DL_003020[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_003020;
static const char MIZUsin_room_3DL_0030D0[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_0030D0;
#endif
#define dMIZUsin_room_3Tex_003708 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_003708"
#define dMIZUsin_room_3Tex_0037B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_0037B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3Tex_003708[] = dMIZUsin_room_3Tex_003708;
static const __declspec(align(2)) char MIZUsin_room_3Tex_0037B8[] = dMIZUsin_room_3Tex_0037B8;
#else
static const char MIZUsin_room_3Tex_003708[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_003708;
static const char MIZUsin_room_3Tex_0037B8[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_0037B8;
#endif
#define dMIZUsin_room_3Tex_005708 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_005708"
#define dMIZUsin_room_3Tex_0057B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_0057B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3Tex_005708[] = dMIZUsin_room_3Tex_005708;
static const __declspec(align(2)) char MIZUsin_room_3Tex_0057B8[] = dMIZUsin_room_3Tex_0057B8;
#else
static const char MIZUsin_room_3Tex_005708[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_005708;
static const char MIZUsin_room_3Tex_0057B8[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_0057B8;
#endif
#define dMIZUsin_room_3Tex_003F08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_003F08"
#define dMIZUsin_room_3Tex_003FB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_003FB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3Tex_003F08[] = dMIZUsin_room_3Tex_003F08;
static const __declspec(align(2)) char MIZUsin_room_3Tex_003FB8[] = dMIZUsin_room_3Tex_003FB8;
#else
static const char MIZUsin_room_3Tex_003F08[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_003F08;
static const char MIZUsin_room_3Tex_003FB8[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_003FB8;
#endif
#define dMIZUsin_room_3Tex_004F08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_004F08"
#define dMIZUsin_room_3Tex_004FB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_004FB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3Tex_004F08[] = dMIZUsin_room_3Tex_004F08;
static const __declspec(align(2)) char MIZUsin_room_3Tex_004FB8[] = dMIZUsin_room_3Tex_004FB8;
#else
static const char MIZUsin_room_3Tex_004F08[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_004F08;
static const char MIZUsin_room_3Tex_004FB8[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_004FB8;
#endif
#define dMIZUsin_room_3Tex_005F08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_005F08"
#define dMIZUsin_room_3Tex_005FB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_005FB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3Tex_005F08[] = dMIZUsin_room_3Tex_005F08;
static const __declspec(align(2)) char MIZUsin_room_3Tex_005FB8[] = dMIZUsin_room_3Tex_005FB8;
#else
static const char MIZUsin_room_3Tex_005F08[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_005F08;
static const char MIZUsin_room_3Tex_005FB8[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_005FB8;
#endif
#define dMIZUsin_room_3DL_0020E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_0020E0"
#define dMIZUsin_room_3DL_002190 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_002190"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_0020E0[] = dMIZUsin_room_3DL_0020E0;
static const __declspec(align(2)) char MIZUsin_room_3DL_002190[] = dMIZUsin_room_3DL_002190;
#else
static const char MIZUsin_room_3DL_0020E0[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_0020E0;
static const char MIZUsin_room_3DL_002190[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_002190;
#endif
#define dMIZUsin_room_3DL_000310 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_000310"
#define dMIZUsin_room_3DL_0003C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_0003C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_000310[] = dMIZUsin_room_3DL_000310;
static const __declspec(align(2)) char MIZUsin_room_3DL_0003C0[] = dMIZUsin_room_3DL_0003C0;
#else
static const char MIZUsin_room_3DL_000310[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_000310;
static const char MIZUsin_room_3DL_0003C0[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_0003C0;
#endif
#define dMIZUsin_room_3Tex_004708 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_004708"
#define dMIZUsin_room_3Tex_0047B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3Tex_0047B8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3Tex_004708[] = dMIZUsin_room_3Tex_004708;
static const __declspec(align(2)) char MIZUsin_room_3Tex_0047B8[] = dMIZUsin_room_3Tex_0047B8;
#else
static const char MIZUsin_room_3Tex_004708[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_004708;
static const char MIZUsin_room_3Tex_0047B8[] __attribute__((aligned (2))) = dMIZUsin_room_3Tex_0047B8;
#endif
#define dMIZUsin_room_3DL_0015A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_0015A8"
#define dMIZUsin_room_3DL_001658 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_001658"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_0015A8[] = dMIZUsin_room_3DL_0015A8;
static const __declspec(align(2)) char MIZUsin_room_3DL_001658[] = dMIZUsin_room_3DL_001658;
#else
static const char MIZUsin_room_3DL_0015A8[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_0015A8;
static const char MIZUsin_room_3DL_001658[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_001658;
#endif
#define dMIZUsin_room_3DL_000A10 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_000A10"
#define dMIZUsin_room_3DL_000AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_000AC0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_000A10[] = dMIZUsin_room_3DL_000A10;
static const __declspec(align(2)) char MIZUsin_room_3DL_000AC0[] = dMIZUsin_room_3DL_000AC0;
#else
static const char MIZUsin_room_3DL_000A10[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_000A10;
static const char MIZUsin_room_3DL_000AC0[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_000AC0;
#endif
#define dMIZUsin_room_3DL_001DE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_001DE8"
#define dMIZUsin_room_3DL_001E98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_3DL_001E98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_3DL_001DE8[] = dMIZUsin_room_3DL_001DE8;
static const __declspec(align(2)) char MIZUsin_room_3DL_001E98[] = dMIZUsin_room_3DL_001E98;
#else
static const char MIZUsin_room_3DL_001DE8[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_001DE8;
static const char MIZUsin_room_3DL_001E98[] __attribute__((aligned (2))) = dMIZUsin_room_3DL_001E98;
#endif

View file

@ -1,86 +1,86 @@
#pragma once
#define dMIZUsin_room_4DL_000740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_000740"
#define dMIZUsin_room_4DL_000780 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_000780"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4DL_000740[] = dMIZUsin_room_4DL_000740;
static const __declspec(align(2)) char MIZUsin_room_4DL_000780[] = dMIZUsin_room_4DL_000780;
#else
static const char MIZUsin_room_4DL_000740[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_000740;
static const char MIZUsin_room_4DL_000780[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_000780;
#endif
#define dMIZUsin_room_4DL_002360 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_002360"
#define dMIZUsin_room_4DL_0023A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_0023A0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4DL_002360[] = dMIZUsin_room_4DL_002360;
static const __declspec(align(2)) char MIZUsin_room_4DL_0023A0[] = dMIZUsin_room_4DL_0023A0;
#else
static const char MIZUsin_room_4DL_002360[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_002360;
static const char MIZUsin_room_4DL_0023A0[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_0023A0;
#endif
#define dMIZUsin_room_4Tex_0047E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_0047E0"
#define dMIZUsin_room_4Tex_004820 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_004820"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_0047E0[] = dMIZUsin_room_4Tex_0047E0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_004820[] = dMIZUsin_room_4Tex_004820;
#else
static const char MIZUsin_room_4Tex_0047E0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_0047E0;
static const char MIZUsin_room_4Tex_004820[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_004820;
#endif
#define dMIZUsin_room_4Tex_0057E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_0057E0"
#define dMIZUsin_room_4Tex_005820 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_005820"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_0057E0[] = dMIZUsin_room_4Tex_0057E0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_005820[] = dMIZUsin_room_4Tex_005820;
#else
static const char MIZUsin_room_4Tex_0057E0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_0057E0;
static const char MIZUsin_room_4Tex_005820[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_005820;
#endif
#define dMIZUsin_room_4Tex_004FE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_004FE0"
#define dMIZUsin_room_4Tex_005020 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_005020"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_004FE0[] = dMIZUsin_room_4Tex_004FE0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_005020[] = dMIZUsin_room_4Tex_005020;
#else
static const char MIZUsin_room_4Tex_004FE0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_004FE0;
static const char MIZUsin_room_4Tex_005020[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_005020;
#endif
#define dMIZUsin_room_4Tex_003FE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_003FE0"
#define dMIZUsin_room_4Tex_004020 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_004020"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_003FE0[] = dMIZUsin_room_4Tex_003FE0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_004020[] = dMIZUsin_room_4Tex_004020;
#else
static const char MIZUsin_room_4Tex_003FE0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_003FE0;
static const char MIZUsin_room_4Tex_004020[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_004020;
#endif
#define dMIZUsin_room_4Tex_002FE0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_002FE0"
#define dMIZUsin_room_4Tex_003020 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_003020"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_002FE0[] = dMIZUsin_room_4Tex_002FE0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_003020[] = dMIZUsin_room_4Tex_003020;
#else
static const char MIZUsin_room_4Tex_002FE0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_002FE0;
static const char MIZUsin_room_4Tex_003020[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_003020;
#endif
#define dMIZUsin_room_4DL_001680 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_001680"
#define dMIZUsin_room_4DL_0016C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_0016C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4DL_001680[] = dMIZUsin_room_4DL_001680;
static const __declspec(align(2)) char MIZUsin_room_4DL_0016C0[] = dMIZUsin_room_4DL_0016C0;
#else
static const char MIZUsin_room_4DL_001680[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_001680;
static const char MIZUsin_room_4DL_0016C0[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_0016C0;
#endif
#define dMIZUsin_room_4Tex_0027E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_0027E0"
#define dMIZUsin_room_4Tex_002820 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_002820"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_0027E0[] = dMIZUsin_room_4Tex_0027E0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_002820[] = dMIZUsin_room_4Tex_002820;
#else
static const char MIZUsin_room_4Tex_0027E0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_0027E0;
static const char MIZUsin_room_4Tex_002820[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_002820;
#endif
#define dMIZUsin_room_4DL_000A98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_000A98"
#define dMIZUsin_room_4DL_000AD8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_000AD8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4DL_000A98[] = dMIZUsin_room_4DL_000A98;
static const __declspec(align(2)) char MIZUsin_room_4DL_000AD8[] = dMIZUsin_room_4DL_000AD8;
#else
static const char MIZUsin_room_4DL_000A98[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_000A98;
static const char MIZUsin_room_4DL_000AD8[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_000AD8;
#endif
#define dMIZUsin_room_4DL_001330 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_001330"
#define dMIZUsin_room_4DL_001370 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4DL_001370"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4DL_001330[] = dMIZUsin_room_4DL_001330;
static const __declspec(align(2)) char MIZUsin_room_4DL_001370[] = dMIZUsin_room_4DL_001370;
#else
static const char MIZUsin_room_4DL_001330[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_001330;
static const char MIZUsin_room_4DL_001370[] __attribute__((aligned (2))) = dMIZUsin_room_4DL_001370;
#endif
#define dMIZUsin_room_4Tex_0037E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_0037E0"
#define dMIZUsin_room_4Tex_003820 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_4Tex_003820"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_4Tex_0037E0[] = dMIZUsin_room_4Tex_0037E0;
static const __declspec(align(2)) char MIZUsin_room_4Tex_003820[] = dMIZUsin_room_4Tex_003820;
#else
static const char MIZUsin_room_4Tex_0037E0[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_0037E0;
static const char MIZUsin_room_4Tex_003820[] __attribute__((aligned (2))) = dMIZUsin_room_4Tex_003820;
#endif

View file

@ -1,135 +1,135 @@
#pragma once
#define dMIZUsin_room_5DL_001480 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_001480"
#define dMIZUsin_room_5DL_0014D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_0014D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5DL_001480[] = dMIZUsin_room_5DL_001480;
static const __declspec(align(2)) char MIZUsin_room_5DL_0014D0[] = dMIZUsin_room_5DL_0014D0;
#else
static const char MIZUsin_room_5DL_001480[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_001480;
static const char MIZUsin_room_5DL_0014D0[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_0014D0;
#endif
#define dMIZUsin_room_5Tex_0069F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0069F8"
#define dMIZUsin_room_5Tex_006A48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_006A48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0069F8[] = dMIZUsin_room_5Tex_0069F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_006A48[] = dMIZUsin_room_5Tex_006A48;
#else
static const char MIZUsin_room_5Tex_0069F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0069F8;
static const char MIZUsin_room_5Tex_006A48[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_006A48;
#endif
#define dMIZUsin_room_5Tex_0059F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0059F8"
#define dMIZUsin_room_5Tex_005A48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_005A48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0059F8[] = dMIZUsin_room_5Tex_0059F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_005A48[] = dMIZUsin_room_5Tex_005A48;
#else
static const char MIZUsin_room_5Tex_0059F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0059F8;
static const char MIZUsin_room_5Tex_005A48[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_005A48;
#endif
#define dMIZUsin_room_5Tex_0049F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0049F8"
#define dMIZUsin_room_5Tex_004A48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_004A48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0049F8[] = dMIZUsin_room_5Tex_0049F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_004A48[] = dMIZUsin_room_5Tex_004A48;
#else
static const char MIZUsin_room_5Tex_0049F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0049F8;
static const char MIZUsin_room_5Tex_004A48[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_004A48;
#endif
#define dMIZUsin_room_5Tex_0061F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0061F8"
#define dMIZUsin_room_5Tex_006248 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_006248"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0061F8[] = dMIZUsin_room_5Tex_0061F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_006248[] = dMIZUsin_room_5Tex_006248;
#else
static const char MIZUsin_room_5Tex_0061F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0061F8;
static const char MIZUsin_room_5Tex_006248[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_006248;
#endif
#define dMIZUsin_room_5DL_000890 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_000890"
#define dMIZUsin_room_5DL_0008E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_0008E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5DL_000890[] = dMIZUsin_room_5DL_000890;
static const __declspec(align(2)) char MIZUsin_room_5DL_0008E0[] = dMIZUsin_room_5DL_0008E0;
#else
static const char MIZUsin_room_5DL_000890[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_000890;
static const char MIZUsin_room_5DL_0008E0[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_0008E0;
#endif
#define dMIZUsin_room_5Tex_0051F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0051F8"
#define dMIZUsin_room_5Tex_005248 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_005248"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0051F8[] = dMIZUsin_room_5Tex_0051F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_005248[] = dMIZUsin_room_5Tex_005248;
#else
static const char MIZUsin_room_5Tex_0051F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0051F8;
static const char MIZUsin_room_5Tex_005248[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_005248;
#endif
#define dMIZUsin_room_5DL_009C60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_009C60"
#define dMIZUsin_room_5DL_009CB0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_009CB0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5DL_009C60[] = dMIZUsin_room_5DL_009C60;
static const __declspec(align(2)) char MIZUsin_room_5DL_009CB0[] = dMIZUsin_room_5DL_009CB0;
#else
static const char MIZUsin_room_5DL_009C60[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_009C60;
static const char MIZUsin_room_5DL_009CB0[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_009CB0;
#endif
#define dMIZUsin_room_5Tex_009DE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_009DE8"
#define dMIZUsin_room_5Tex_009E38 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_009E38"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_009DE8[] = dMIZUsin_room_5Tex_009DE8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_009E38[] = dMIZUsin_room_5Tex_009E38;
#else
static const char MIZUsin_room_5Tex_009DE8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_009DE8;
static const char MIZUsin_room_5Tex_009E38[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_009E38;
#endif
#define dMIZUsin_room_5DL_0025C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_0025C0"
#define dMIZUsin_room_5DL_002610 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_002610"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5DL_0025C0[] = dMIZUsin_room_5DL_0025C0;
static const __declspec(align(2)) char MIZUsin_room_5DL_002610[] = dMIZUsin_room_5DL_002610;
#else
static const char MIZUsin_room_5DL_0025C0[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_0025C0;
static const char MIZUsin_room_5DL_002610[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_002610;
#endif
#define dMIZUsin_room_5Tex_0091F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0091F8"
#define dMIZUsin_room_5Tex_009248 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_009248"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0091F8[] = dMIZUsin_room_5Tex_0091F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_009248[] = dMIZUsin_room_5Tex_009248;
#else
static const char MIZUsin_room_5Tex_0091F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0091F8;
static const char MIZUsin_room_5Tex_009248[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_009248;
#endif
#define dMIZUsin_room_5Tex_0089F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0089F8"
#define dMIZUsin_room_5Tex_008A48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_008A48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0089F8[] = dMIZUsin_room_5Tex_0089F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_008A48[] = dMIZUsin_room_5Tex_008A48;
#else
static const char MIZUsin_room_5Tex_0089F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0089F8;
static const char MIZUsin_room_5Tex_008A48[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_008A48;
#endif
#define dMIZUsin_room_5Tex_0081F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0081F8"
#define dMIZUsin_room_5Tex_008248 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_008248"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0081F8[] = dMIZUsin_room_5Tex_0081F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_008248[] = dMIZUsin_room_5Tex_008248;
#else
static const char MIZUsin_room_5Tex_0081F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0081F8;
static const char MIZUsin_room_5Tex_008248[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_008248;
#endif
#define dMIZUsin_room_5Tex_0079F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0079F8"
#define dMIZUsin_room_5Tex_007A48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_007A48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0079F8[] = dMIZUsin_room_5Tex_0079F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_007A48[] = dMIZUsin_room_5Tex_007A48;
#else
static const char MIZUsin_room_5Tex_0079F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0079F8;
static const char MIZUsin_room_5Tex_007A48[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_007A48;
#endif
#define dMIZUsin_room_5DL_003420 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_003420"
#define dMIZUsin_room_5DL_003470 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_003470"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5DL_003420[] = dMIZUsin_room_5DL_003420;
static const __declspec(align(2)) char MIZUsin_room_5DL_003470[] = dMIZUsin_room_5DL_003470;
#else
static const char MIZUsin_room_5DL_003420[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_003420;
static const char MIZUsin_room_5DL_003470[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_003470;
#endif
#define dMIZUsin_room_5Tex_0071F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0071F8"
#define dMIZUsin_room_5Tex_007248 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_007248"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0071F8[] = dMIZUsin_room_5Tex_0071F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_007248[] = dMIZUsin_room_5Tex_007248;
#else
static const char MIZUsin_room_5Tex_0071F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0071F8;
static const char MIZUsin_room_5Tex_007248[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_007248;
#endif
#define dMIZUsin_room_5Tex_0039F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0039F8"
#define dMIZUsin_room_5Tex_003A48 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_003A48"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0039F8[] = dMIZUsin_room_5Tex_0039F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_003A48[] = dMIZUsin_room_5Tex_003A48;
#else
static const char MIZUsin_room_5Tex_0039F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0039F8;
static const char MIZUsin_room_5Tex_003A48[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_003A48;
#endif
#define dMIZUsin_room_5Tex_0041F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_0041F8"
#define dMIZUsin_room_5Tex_004248 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5Tex_004248"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5Tex_0041F8[] = dMIZUsin_room_5Tex_0041F8;
static const __declspec(align(2)) char MIZUsin_room_5Tex_004248[] = dMIZUsin_room_5Tex_004248;
#else
static const char MIZUsin_room_5Tex_0041F8[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_0041F8;
static const char MIZUsin_room_5Tex_004248[] __attribute__((aligned (2))) = dMIZUsin_room_5Tex_004248;
#endif
#define dMIZUsin_room_5DL_000470 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_000470"
#define dMIZUsin_room_5DL_0004C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_5DL_0004C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_5DL_000470[] = dMIZUsin_room_5DL_000470;
static const __declspec(align(2)) char MIZUsin_room_5DL_0004C0[] = dMIZUsin_room_5DL_0004C0;
#else
static const char MIZUsin_room_5DL_000470[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_000470;
static const char MIZUsin_room_5DL_0004C0[] __attribute__((aligned (2))) = dMIZUsin_room_5DL_0004C0;
#endif

View file

@ -1,177 +1,177 @@
#pragma once
#define dMIZUsin_room_6DL_0047A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_0047A8"
#define dMIZUsin_room_6DL_0047E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_0047E8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_0047A8[] = dMIZUsin_room_6DL_0047A8;
static const __declspec(align(2)) char MIZUsin_room_6DL_0047E8[] = dMIZUsin_room_6DL_0047E8;
#else
static const char MIZUsin_room_6DL_0047A8[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_0047A8;
static const char MIZUsin_room_6DL_0047E8[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_0047E8;
#endif
#define dMIZUsin_room_6DL_0028C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_0028C8"
#define dMIZUsin_room_6DL_002908 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_002908"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_0028C8[] = dMIZUsin_room_6DL_0028C8;
static const __declspec(align(2)) char MIZUsin_room_6DL_002908[] = dMIZUsin_room_6DL_002908;
#else
static const char MIZUsin_room_6DL_0028C8[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_0028C8;
static const char MIZUsin_room_6DL_002908[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_002908;
#endif
#define dMIZUsin_room_6Tex_0082C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0082C0"
#define dMIZUsin_room_6Tex_008300 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_008300"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0082C0[] = dMIZUsin_room_6Tex_0082C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_008300[] = dMIZUsin_room_6Tex_008300;
#else
static const char MIZUsin_room_6Tex_0082C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0082C0;
static const char MIZUsin_room_6Tex_008300[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_008300;
#endif
#define dMIZUsin_room_6Tex_008AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_008AC0"
#define dMIZUsin_room_6Tex_008B00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_008B00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_008AC0[] = dMIZUsin_room_6Tex_008AC0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_008B00[] = dMIZUsin_room_6Tex_008B00;
#else
static const char MIZUsin_room_6Tex_008AC0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_008AC0;
static const char MIZUsin_room_6Tex_008B00[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_008B00;
#endif
#define dMIZUsin_room_6Tex_00A2C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_00A2C0"
#define dMIZUsin_room_6Tex_00A300 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_00A300"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_00A2C0[] = dMIZUsin_room_6Tex_00A2C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_00A300[] = dMIZUsin_room_6Tex_00A300;
#else
static const char MIZUsin_room_6Tex_00A2C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_00A2C0;
static const char MIZUsin_room_6Tex_00A300[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_00A300;
#endif
#define dMIZUsin_room_6Tex_00AAC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_00AAC0"
#define dMIZUsin_room_6Tex_00AB00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_00AB00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_00AAC0[] = dMIZUsin_room_6Tex_00AAC0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_00AB00[] = dMIZUsin_room_6Tex_00AB00;
#else
static const char MIZUsin_room_6Tex_00AAC0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_00AAC0;
static const char MIZUsin_room_6Tex_00AB00[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_00AB00;
#endif
#define dMIZUsin_room_6Tex_0052C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0052C0"
#define dMIZUsin_room_6Tex_005300 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_005300"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0052C0[] = dMIZUsin_room_6Tex_0052C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_005300[] = dMIZUsin_room_6Tex_005300;
#else
static const char MIZUsin_room_6Tex_0052C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0052C0;
static const char MIZUsin_room_6Tex_005300[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_005300;
#endif
#define dMIZUsin_room_6Tex_007AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_007AC0"
#define dMIZUsin_room_6Tex_007B00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_007B00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_007AC0[] = dMIZUsin_room_6Tex_007AC0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_007B00[] = dMIZUsin_room_6Tex_007B00;
#else
static const char MIZUsin_room_6Tex_007AC0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_007AC0;
static const char MIZUsin_room_6Tex_007B00[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_007B00;
#endif
#define dMIZUsin_room_6Tex_0072C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0072C0"
#define dMIZUsin_room_6Tex_007300 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_007300"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0072C0[] = dMIZUsin_room_6Tex_0072C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_007300[] = dMIZUsin_room_6Tex_007300;
#else
static const char MIZUsin_room_6Tex_0072C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0072C0;
static const char MIZUsin_room_6Tex_007300[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_007300;
#endif
#define dMIZUsin_room_6Tex_009AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_009AC0"
#define dMIZUsin_room_6Tex_009B00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_009B00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_009AC0[] = dMIZUsin_room_6Tex_009AC0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_009B00[] = dMIZUsin_room_6Tex_009B00;
#else
static const char MIZUsin_room_6Tex_009AC0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_009AC0;
static const char MIZUsin_room_6Tex_009B00[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_009B00;
#endif
#define dMIZUsin_room_6Tex_0092C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0092C0"
#define dMIZUsin_room_6Tex_009300 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_009300"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0092C0[] = dMIZUsin_room_6Tex_0092C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_009300[] = dMIZUsin_room_6Tex_009300;
#else
static const char MIZUsin_room_6Tex_0092C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0092C0;
static const char MIZUsin_room_6Tex_009300[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_009300;
#endif
#define dMIZUsin_room_6Tex_005AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_005AC0"
#define dMIZUsin_room_6Tex_005B00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_005B00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_005AC0[] = dMIZUsin_room_6Tex_005AC0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_005B00[] = dMIZUsin_room_6Tex_005B00;
#else
static const char MIZUsin_room_6Tex_005AC0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_005AC0;
static const char MIZUsin_room_6Tex_005B00[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_005B00;
#endif
#define dMIZUsin_room_6DL_001490 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_001490"
#define dMIZUsin_room_6DL_0014D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_0014D0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_001490[] = dMIZUsin_room_6DL_001490;
static const __declspec(align(2)) char MIZUsin_room_6DL_0014D0[] = dMIZUsin_room_6DL_0014D0;
#else
static const char MIZUsin_room_6DL_001490[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_001490;
static const char MIZUsin_room_6DL_0014D0[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_0014D0;
#endif
#define dMIZUsin_room_6Tex_0062C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0062C0"
#define dMIZUsin_room_6Tex_006300 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_006300"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0062C0[] = dMIZUsin_room_6Tex_0062C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_006300[] = dMIZUsin_room_6Tex_006300;
#else
static const char MIZUsin_room_6Tex_0062C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0062C0;
static const char MIZUsin_room_6Tex_006300[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_006300;
#endif
#define dMIZUsin_room_6Tex_0066C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0066C0"
#define dMIZUsin_room_6Tex_006700 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_006700"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0066C0[] = dMIZUsin_room_6Tex_0066C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_006700[] = dMIZUsin_room_6Tex_006700;
#else
static const char MIZUsin_room_6Tex_0066C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0066C0;
static const char MIZUsin_room_6Tex_006700[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_006700;
#endif
#define dMIZUsin_room_6Tex_0064C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0064C0"
#define dMIZUsin_room_6Tex_006500 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_006500"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0064C0[] = dMIZUsin_room_6Tex_0064C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_006500[] = dMIZUsin_room_6Tex_006500;
#else
static const char MIZUsin_room_6Tex_0064C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0064C0;
static const char MIZUsin_room_6Tex_006500[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_006500;
#endif
#define dMIZUsin_room_6Tex_0050C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0050C0"
#define dMIZUsin_room_6Tex_005100 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_005100"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0050C0[] = dMIZUsin_room_6Tex_0050C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_005100[] = dMIZUsin_room_6Tex_005100;
#else
static const char MIZUsin_room_6Tex_0050C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0050C0;
static const char MIZUsin_room_6Tex_005100[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_005100;
#endif
#define dMIZUsin_room_6Tex_0068C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_0068C0"
#define dMIZUsin_room_6Tex_006900 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_006900"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_0068C0[] = dMIZUsin_room_6Tex_0068C0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_006900[] = dMIZUsin_room_6Tex_006900;
#else
static const char MIZUsin_room_6Tex_0068C0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_0068C0;
static const char MIZUsin_room_6Tex_006900[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_006900;
#endif
#define dMIZUsin_room_6DL_003410 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003410"
#define dMIZUsin_room_6DL_003450 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003450"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_003410[] = dMIZUsin_room_6DL_003410;
static const __declspec(align(2)) char MIZUsin_room_6DL_003450[] = dMIZUsin_room_6DL_003450;
#else
static const char MIZUsin_room_6DL_003410[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003410;
static const char MIZUsin_room_6DL_003450[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003450;
#endif
#define dMIZUsin_room_6DL_003858 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003858"
#define dMIZUsin_room_6DL_003898 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003898"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_003858[] = dMIZUsin_room_6DL_003858;
static const __declspec(align(2)) char MIZUsin_room_6DL_003898[] = dMIZUsin_room_6DL_003898;
#else
static const char MIZUsin_room_6DL_003858[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003858;
static const char MIZUsin_room_6DL_003898[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003898;
#endif
#define dMIZUsin_room_6Tex_006AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_006AC0"
#define dMIZUsin_room_6Tex_006B00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6Tex_006B00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6Tex_006AC0[] = dMIZUsin_room_6Tex_006AC0;
static const __declspec(align(2)) char MIZUsin_room_6Tex_006B00[] = dMIZUsin_room_6Tex_006B00;
#else
static const char MIZUsin_room_6Tex_006AC0[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_006AC0;
static const char MIZUsin_room_6Tex_006B00[] __attribute__((aligned (2))) = dMIZUsin_room_6Tex_006B00;
#endif
#define dMIZUsin_room_6DL_003CC8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003CC8"
#define dMIZUsin_room_6DL_003D08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003D08"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_003CC8[] = dMIZUsin_room_6DL_003CC8;
static const __declspec(align(2)) char MIZUsin_room_6DL_003D08[] = dMIZUsin_room_6DL_003D08;
#else
static const char MIZUsin_room_6DL_003CC8[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003CC8;
static const char MIZUsin_room_6DL_003D08[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003D08;
#endif
#define dMIZUsin_room_6DL_004EE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_004EE8"
#define dMIZUsin_room_6DL_004F28 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_004F28"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_004EE8[] = dMIZUsin_room_6DL_004EE8;
static const __declspec(align(2)) char MIZUsin_room_6DL_004F28[] = dMIZUsin_room_6DL_004F28;
#else
static const char MIZUsin_room_6DL_004EE8[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_004EE8;
static const char MIZUsin_room_6DL_004F28[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_004F28;
#endif
#define dMIZUsin_room_6DL_003A18 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003A18"
#define dMIZUsin_room_6DL_003A58 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003A58"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_003A18[] = dMIZUsin_room_6DL_003A18;
static const __declspec(align(2)) char MIZUsin_room_6DL_003A58[] = dMIZUsin_room_6DL_003A58;
#else
static const char MIZUsin_room_6DL_003A18[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003A18;
static const char MIZUsin_room_6DL_003A58[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003A58;
#endif
#define dMIZUsin_room_6DL_003658 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003658"
#define dMIZUsin_room_6DL_003698 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_6DL_003698"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_6DL_003658[] = dMIZUsin_room_6DL_003658;
static const __declspec(align(2)) char MIZUsin_room_6DL_003698[] = dMIZUsin_room_6DL_003698;
#else
static const char MIZUsin_room_6DL_003658[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003658;
static const char MIZUsin_room_6DL_003698[] __attribute__((aligned (2))) = dMIZUsin_room_6DL_003698;
#endif

View file

@ -1,58 +1,58 @@
#pragma once
#define dMIZUsin_room_7DL_0014A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7DL_0014A0"
#define dMIZUsin_room_7DL_0014B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7DL_0014B0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7DL_0014A0[] = dMIZUsin_room_7DL_0014A0;
static const __declspec(align(2)) char MIZUsin_room_7DL_0014B0[] = dMIZUsin_room_7DL_0014B0;
#else
static const char MIZUsin_room_7DL_0014A0[] __attribute__((aligned (2))) = dMIZUsin_room_7DL_0014A0;
static const char MIZUsin_room_7DL_0014B0[] __attribute__((aligned (2))) = dMIZUsin_room_7DL_0014B0;
#endif
#define dMIZUsin_room_7Tex_004550 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_004550"
#define dMIZUsin_room_7Tex_004560 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_004560"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7Tex_004550[] = dMIZUsin_room_7Tex_004550;
static const __declspec(align(2)) char MIZUsin_room_7Tex_004560[] = dMIZUsin_room_7Tex_004560;
#else
static const char MIZUsin_room_7Tex_004550[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_004550;
static const char MIZUsin_room_7Tex_004560[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_004560;
#endif
#define dMIZUsin_room_7Tex_004D50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_004D50"
#define dMIZUsin_room_7Tex_004D60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_004D60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7Tex_004D50[] = dMIZUsin_room_7Tex_004D50;
static const __declspec(align(2)) char MIZUsin_room_7Tex_004D60[] = dMIZUsin_room_7Tex_004D60;
#else
static const char MIZUsin_room_7Tex_004D50[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_004D50;
static const char MIZUsin_room_7Tex_004D60[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_004D60;
#endif
#define dMIZUsin_room_7Tex_003D50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_003D50"
#define dMIZUsin_room_7Tex_003D60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_003D60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7Tex_003D50[] = dMIZUsin_room_7Tex_003D50;
static const __declspec(align(2)) char MIZUsin_room_7Tex_003D60[] = dMIZUsin_room_7Tex_003D60;
#else
static const char MIZUsin_room_7Tex_003D50[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_003D50;
static const char MIZUsin_room_7Tex_003D60[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_003D60;
#endif
#define dMIZUsin_room_7Tex_002550 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_002550"
#define dMIZUsin_room_7Tex_002560 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_002560"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7Tex_002550[] = dMIZUsin_room_7Tex_002550;
static const __declspec(align(2)) char MIZUsin_room_7Tex_002560[] = dMIZUsin_room_7Tex_002560;
#else
static const char MIZUsin_room_7Tex_002550[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_002550;
static const char MIZUsin_room_7Tex_002560[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_002560;
#endif
#define dMIZUsin_room_7Tex_003550 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_003550"
#define dMIZUsin_room_7Tex_003560 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_003560"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7Tex_003550[] = dMIZUsin_room_7Tex_003550;
static const __declspec(align(2)) char MIZUsin_room_7Tex_003560[] = dMIZUsin_room_7Tex_003560;
#else
static const char MIZUsin_room_7Tex_003550[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_003550;
static const char MIZUsin_room_7Tex_003560[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_003560;
#endif
#define dMIZUsin_room_7DL_002430 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7DL_002430"
#define dMIZUsin_room_7DL_002440 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7DL_002440"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7DL_002430[] = dMIZUsin_room_7DL_002430;
static const __declspec(align(2)) char MIZUsin_room_7DL_002440[] = dMIZUsin_room_7DL_002440;
#else
static const char MIZUsin_room_7DL_002430[] __attribute__((aligned (2))) = dMIZUsin_room_7DL_002430;
static const char MIZUsin_room_7DL_002440[] __attribute__((aligned (2))) = dMIZUsin_room_7DL_002440;
#endif
#define dMIZUsin_room_7Tex_002D50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_002D50"
#define dMIZUsin_room_7Tex_002D60 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_7Tex_002D60"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_7Tex_002D50[] = dMIZUsin_room_7Tex_002D50;
static const __declspec(align(2)) char MIZUsin_room_7Tex_002D60[] = dMIZUsin_room_7Tex_002D60;
#else
static const char MIZUsin_room_7Tex_002D50[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_002D50;
static const char MIZUsin_room_7Tex_002D60[] __attribute__((aligned (2))) = dMIZUsin_room_7Tex_002D60;
#endif

View file

@ -1,261 +1,261 @@
#pragma once
#define dMIZUsin_room_8DL_0012E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0012E8"
#define dMIZUsin_room_8DL_001398 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_001398"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_0012E8[] = dMIZUsin_room_8DL_0012E8;
static const __declspec(align(2)) char MIZUsin_room_8DL_001398[] = dMIZUsin_room_8DL_001398;
#else
static const char MIZUsin_room_8DL_0012E8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0012E8;
static const char MIZUsin_room_8DL_001398[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_001398;
#endif
#define dMIZUsin_room_8DL_004D90 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_004D90"
#define dMIZUsin_room_8DL_004E40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_004E40"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_004D90[] = dMIZUsin_room_8DL_004D90;
static const __declspec(align(2)) char MIZUsin_room_8DL_004E40[] = dMIZUsin_room_8DL_004E40;
#else
static const char MIZUsin_room_8DL_004D90[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_004D90;
static const char MIZUsin_room_8DL_004E40[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_004E40;
#endif
#define dMIZUsin_room_8Tex_00B4E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00B4E8"
#define dMIZUsin_room_8Tex_00B598 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00B598"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_00B4E8[] = dMIZUsin_room_8Tex_00B4E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_00B598[] = dMIZUsin_room_8Tex_00B598;
#else
static const char MIZUsin_room_8Tex_00B4E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00B4E8;
static const char MIZUsin_room_8Tex_00B598[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00B598;
#endif
#define dMIZUsin_room_8Tex_00ACE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00ACE8"
#define dMIZUsin_room_8Tex_00AD98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00AD98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_00ACE8[] = dMIZUsin_room_8Tex_00ACE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_00AD98[] = dMIZUsin_room_8Tex_00AD98;
#else
static const char MIZUsin_room_8Tex_00ACE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00ACE8;
static const char MIZUsin_room_8Tex_00AD98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00AD98;
#endif
#define dMIZUsin_room_8Tex_00C4E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00C4E8"
#define dMIZUsin_room_8Tex_00C598 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00C598"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_00C4E8[] = dMIZUsin_room_8Tex_00C4E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_00C598[] = dMIZUsin_room_8Tex_00C598;
#else
static const char MIZUsin_room_8Tex_00C4E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00C4E8;
static const char MIZUsin_room_8Tex_00C598[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00C598;
#endif
#define dMIZUsin_room_8Tex_00BCE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00BCE8"
#define dMIZUsin_room_8Tex_00BD98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00BD98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_00BCE8[] = dMIZUsin_room_8Tex_00BCE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_00BD98[] = dMIZUsin_room_8Tex_00BD98;
#else
static const char MIZUsin_room_8Tex_00BCE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00BCE8;
static const char MIZUsin_room_8Tex_00BD98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00BD98;
#endif
#define dMIZUsin_room_8Tex_0074E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0074E8"
#define dMIZUsin_room_8Tex_007598 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_007598"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0074E8[] = dMIZUsin_room_8Tex_0074E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_007598[] = dMIZUsin_room_8Tex_007598;
#else
static const char MIZUsin_room_8Tex_0074E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0074E8;
static const char MIZUsin_room_8Tex_007598[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_007598;
#endif
#define dMIZUsin_room_8DL_000D08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_000D08"
#define dMIZUsin_room_8DL_000DB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_000DB8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_000D08[] = dMIZUsin_room_8DL_000D08;
static const __declspec(align(2)) char MIZUsin_room_8DL_000DB8[] = dMIZUsin_room_8DL_000DB8;
#else
static const char MIZUsin_room_8DL_000D08[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_000D08;
static const char MIZUsin_room_8DL_000DB8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_000DB8;
#endif
#define dMIZUsin_room_8Tex_0068E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0068E8"
#define dMIZUsin_room_8Tex_006998 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_006998"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0068E8[] = dMIZUsin_room_8Tex_0068E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_006998[] = dMIZUsin_room_8Tex_006998;
#else
static const char MIZUsin_room_8Tex_0068E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0068E8;
static const char MIZUsin_room_8Tex_006998[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_006998;
#endif
#define dMIZUsin_room_8DL_002F58 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_002F58"
#define dMIZUsin_room_8DL_003008 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003008"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_002F58[] = dMIZUsin_room_8DL_002F58;
static const __declspec(align(2)) char MIZUsin_room_8DL_003008[] = dMIZUsin_room_8DL_003008;
#else
static const char MIZUsin_room_8DL_002F58[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_002F58;
static const char MIZUsin_room_8DL_003008[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003008;
#endif
#define dMIZUsin_room_8Tex_0094E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0094E8"
#define dMIZUsin_room_8Tex_009598 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_009598"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0094E8[] = dMIZUsin_room_8Tex_0094E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_009598[] = dMIZUsin_room_8Tex_009598;
#else
static const char MIZUsin_room_8Tex_0094E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0094E8;
static const char MIZUsin_room_8Tex_009598[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_009598;
#endif
#define dMIZUsin_room_8DL_002540 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_002540"
#define dMIZUsin_room_8DL_0025F0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0025F0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_002540[] = dMIZUsin_room_8DL_002540;
static const __declspec(align(2)) char MIZUsin_room_8DL_0025F0[] = dMIZUsin_room_8DL_0025F0;
#else
static const char MIZUsin_room_8DL_002540[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_002540;
static const char MIZUsin_room_8DL_0025F0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0025F0;
#endif
#define dMIZUsin_room_8Tex_0060E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0060E8"
#define dMIZUsin_room_8Tex_006198 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_006198"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0060E8[] = dMIZUsin_room_8Tex_0060E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_006198[] = dMIZUsin_room_8Tex_006198;
#else
static const char MIZUsin_room_8Tex_0060E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0060E8;
static const char MIZUsin_room_8Tex_006198[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_006198;
#endif
#define dMIZUsin_room_8DL_00CFF0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_00CFF0"
#define dMIZUsin_room_8DL_00D0A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_00D0A0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_00CFF0[] = dMIZUsin_room_8DL_00CFF0;
static const __declspec(align(2)) char MIZUsin_room_8DL_00D0A0[] = dMIZUsin_room_8DL_00D0A0;
#else
static const char MIZUsin_room_8DL_00CFF0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_00CFF0;
static const char MIZUsin_room_8DL_00D0A0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_00D0A0;
#endif
#define dMIZUsin_room_8Tex_00D4C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00D4C8"
#define dMIZUsin_room_8Tex_00D578 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00D578"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_00D4C8[] = dMIZUsin_room_8Tex_00D4C8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_00D578[] = dMIZUsin_room_8Tex_00D578;
#else
static const char MIZUsin_room_8Tex_00D4C8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00D4C8;
static const char MIZUsin_room_8Tex_00D578[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00D578;
#endif
#define dMIZUsin_room_8DL_00CE20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_00CE20"
#define dMIZUsin_room_8DL_00CED0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_00CED0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_00CE20[] = dMIZUsin_room_8DL_00CE20;
static const __declspec(align(2)) char MIZUsin_room_8DL_00CED0[] = dMIZUsin_room_8DL_00CED0;
#else
static const char MIZUsin_room_8DL_00CE20[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_00CE20;
static const char MIZUsin_room_8DL_00CED0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_00CED0;
#endif
#define dMIZUsin_room_8DL_000690 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_000690"
#define dMIZUsin_room_8DL_000740 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_000740"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_000690[] = dMIZUsin_room_8DL_000690;
static const __declspec(align(2)) char MIZUsin_room_8DL_000740[] = dMIZUsin_room_8DL_000740;
#else
static const char MIZUsin_room_8DL_000690[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_000690;
static const char MIZUsin_room_8DL_000740[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_000740;
#endif
#define dMIZUsin_room_8Tex_0084E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0084E8"
#define dMIZUsin_room_8Tex_008598 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_008598"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0084E8[] = dMIZUsin_room_8Tex_0084E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_008598[] = dMIZUsin_room_8Tex_008598;
#else
static const char MIZUsin_room_8Tex_0084E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0084E8;
static const char MIZUsin_room_8Tex_008598[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_008598;
#endif
#define dMIZUsin_room_8DL_0038B8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0038B8"
#define dMIZUsin_room_8DL_003968 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003968"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_0038B8[] = dMIZUsin_room_8DL_0038B8;
static const __declspec(align(2)) char MIZUsin_room_8DL_003968[] = dMIZUsin_room_8DL_003968;
#else
static const char MIZUsin_room_8DL_0038B8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0038B8;
static const char MIZUsin_room_8DL_003968[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003968;
#endif
#define dMIZUsin_room_8Tex_0070E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0070E8"
#define dMIZUsin_room_8Tex_007198 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_007198"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0070E8[] = dMIZUsin_room_8Tex_0070E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_007198[] = dMIZUsin_room_8Tex_007198;
#else
static const char MIZUsin_room_8Tex_0070E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0070E8;
static const char MIZUsin_room_8Tex_007198[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_007198;
#endif
#define dMIZUsin_room_8DL_003AC0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003AC0"
#define dMIZUsin_room_8DL_003B70 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003B70"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_003AC0[] = dMIZUsin_room_8DL_003AC0;
static const __declspec(align(2)) char MIZUsin_room_8DL_003B70[] = dMIZUsin_room_8DL_003B70;
#else
static const char MIZUsin_room_8DL_003AC0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003AC0;
static const char MIZUsin_room_8DL_003B70[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003B70;
#endif
#define dMIZUsin_room_8Tex_005EE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_005EE8"
#define dMIZUsin_room_8Tex_005F98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_005F98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_005EE8[] = dMIZUsin_room_8Tex_005EE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_005F98[] = dMIZUsin_room_8Tex_005F98;
#else
static const char MIZUsin_room_8Tex_005EE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_005EE8;
static const char MIZUsin_room_8Tex_005F98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_005F98;
#endif
#define dMIZUsin_room_8DL_003618 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003618"
#define dMIZUsin_room_8DL_0036C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0036C8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_003618[] = dMIZUsin_room_8DL_003618;
static const __declspec(align(2)) char MIZUsin_room_8DL_0036C8[] = dMIZUsin_room_8DL_0036C8;
#else
static const char MIZUsin_room_8DL_003618[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003618;
static const char MIZUsin_room_8DL_0036C8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0036C8;
#endif
#define dMIZUsin_room_8Tex_0072E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_0072E8"
#define dMIZUsin_room_8Tex_007398 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_007398"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_0072E8[] = dMIZUsin_room_8Tex_0072E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_007398[] = dMIZUsin_room_8Tex_007398;
#else
static const char MIZUsin_room_8Tex_0072E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_0072E8;
static const char MIZUsin_room_8Tex_007398[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_007398;
#endif
#define dMIZUsin_room_8DL_002030 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_002030"
#define dMIZUsin_room_8DL_0020E0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0020E0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_002030[] = dMIZUsin_room_8DL_002030;
static const __declspec(align(2)) char MIZUsin_room_8DL_0020E0[] = dMIZUsin_room_8DL_0020E0;
#else
static const char MIZUsin_room_8DL_002030[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_002030;
static const char MIZUsin_room_8DL_0020E0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0020E0;
#endif
#define dMIZUsin_room_8Tex_005CE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_005CE8"
#define dMIZUsin_room_8Tex_005D98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_005D98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_005CE8[] = dMIZUsin_room_8Tex_005CE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_005D98[] = dMIZUsin_room_8Tex_005D98;
#else
static const char MIZUsin_room_8Tex_005CE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_005CE8;
static const char MIZUsin_room_8Tex_005D98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_005D98;
#endif
#define dMIZUsin_room_8DL_003EA8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003EA8"
#define dMIZUsin_room_8DL_003F58 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003F58"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_003EA8[] = dMIZUsin_room_8DL_003EA8;
static const __declspec(align(2)) char MIZUsin_room_8DL_003F58[] = dMIZUsin_room_8DL_003F58;
#else
static const char MIZUsin_room_8DL_003EA8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003EA8;
static const char MIZUsin_room_8DL_003F58[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003F58;
#endif
#define dMIZUsin_room_8Tex_009CE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_009CE8"
#define dMIZUsin_room_8Tex_009D98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_009D98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_009CE8[] = dMIZUsin_room_8Tex_009CE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_009D98[] = dMIZUsin_room_8Tex_009D98;
#else
static const char MIZUsin_room_8Tex_009CE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_009CE8;
static const char MIZUsin_room_8Tex_009D98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_009D98;
#endif
#define dMIZUsin_room_8DL_00D358 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_00D358"
#define dMIZUsin_room_8DL_00D408 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_00D408"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_00D358[] = dMIZUsin_room_8DL_00D358;
static const __declspec(align(2)) char MIZUsin_room_8DL_00D408[] = dMIZUsin_room_8DL_00D408;
#else
static const char MIZUsin_room_8DL_00D358[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_00D358;
static const char MIZUsin_room_8DL_00D408[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_00D408;
#endif
#define dMIZUsin_room_8DL_005B50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_005B50"
#define dMIZUsin_room_8DL_005C00 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_005C00"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_005B50[] = dMIZUsin_room_8DL_005B50;
static const __declspec(align(2)) char MIZUsin_room_8DL_005C00[] = dMIZUsin_room_8DL_005C00;
#else
static const char MIZUsin_room_8DL_005B50[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_005B50;
static const char MIZUsin_room_8DL_005C00[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_005C00;
#endif
#define dMIZUsin_room_8Tex_008CE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_008CE8"
#define dMIZUsin_room_8Tex_008D98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_008D98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_008CE8[] = dMIZUsin_room_8Tex_008CE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_008D98[] = dMIZUsin_room_8Tex_008D98;
#else
static const char MIZUsin_room_8Tex_008CE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_008CE8;
static const char MIZUsin_room_8Tex_008D98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_008D98;
#endif
#define dMIZUsin_room_8DL_0009C8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0009C8"
#define dMIZUsin_room_8DL_000A78 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_000A78"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_0009C8[] = dMIZUsin_room_8DL_0009C8;
static const __declspec(align(2)) char MIZUsin_room_8DL_000A78[] = dMIZUsin_room_8DL_000A78;
#else
static const char MIZUsin_room_8DL_0009C8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0009C8;
static const char MIZUsin_room_8DL_000A78[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_000A78;
#endif
#define dMIZUsin_room_8Tex_00A4E8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00A4E8"
#define dMIZUsin_room_8Tex_00A598 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_00A598"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_00A4E8[] = dMIZUsin_room_8Tex_00A4E8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_00A598[] = dMIZUsin_room_8Tex_00A598;
#else
static const char MIZUsin_room_8Tex_00A4E8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00A4E8;
static const char MIZUsin_room_8Tex_00A598[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_00A598;
#endif
#define dMIZUsin_room_8DL_003C90 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003C90"
#define dMIZUsin_room_8DL_003D40 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_003D40"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_003C90[] = dMIZUsin_room_8DL_003C90;
static const __declspec(align(2)) char MIZUsin_room_8DL_003D40[] = dMIZUsin_room_8DL_003D40;
#else
static const char MIZUsin_room_8DL_003C90[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003C90;
static const char MIZUsin_room_8DL_003D40[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_003D40;
#endif
#define dMIZUsin_room_8Tex_007CE8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_007CE8"
#define dMIZUsin_room_8Tex_007D98 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8Tex_007D98"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8Tex_007CE8[] = dMIZUsin_room_8Tex_007CE8;
static const __declspec(align(2)) char MIZUsin_room_8Tex_007D98[] = dMIZUsin_room_8Tex_007D98;
#else
static const char MIZUsin_room_8Tex_007CE8[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_007CE8;
static const char MIZUsin_room_8Tex_007D98[] __attribute__((aligned (2))) = dMIZUsin_room_8Tex_007D98;
#endif
#define dMIZUsin_room_8DL_002BB8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_002BB8"
#define dMIZUsin_room_8DL_002C68 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_002C68"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_002BB8[] = dMIZUsin_room_8DL_002BB8;
static const __declspec(align(2)) char MIZUsin_room_8DL_002C68[] = dMIZUsin_room_8DL_002C68;
#else
static const char MIZUsin_room_8DL_002BB8[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_002BB8;
static const char MIZUsin_room_8DL_002C68[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_002C68;
#endif
#define dMIZUsin_room_8DL_005900 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_005900"
#define dMIZUsin_room_8DL_0059B0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_8DL_0059B0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_8DL_005900[] = dMIZUsin_room_8DL_005900;
static const __declspec(align(2)) char MIZUsin_room_8DL_0059B0[] = dMIZUsin_room_8DL_0059B0;
#else
static const char MIZUsin_room_8DL_005900[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_005900;
static const char MIZUsin_room_8DL_0059B0[] __attribute__((aligned (2))) = dMIZUsin_room_8DL_0059B0;
#endif

View file

@ -1,107 +1,107 @@
#pragma once
#define dMIZUsin_room_9DL_002D50 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_002D50"
#define dMIZUsin_room_9DL_002E20 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_002E20"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9DL_002D50[] = dMIZUsin_room_9DL_002D50;
static const __declspec(align(2)) char MIZUsin_room_9DL_002E20[] = dMIZUsin_room_9DL_002E20;
#else
static const char MIZUsin_room_9DL_002D50[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_002D50;
static const char MIZUsin_room_9DL_002E20[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_002E20;
#endif
#define dMIZUsin_room_9DL_0017C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_0017C0"
#define dMIZUsin_room_9DL_001890 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_001890"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9DL_0017C0[] = dMIZUsin_room_9DL_0017C0;
static const __declspec(align(2)) char MIZUsin_room_9DL_001890[] = dMIZUsin_room_9DL_001890;
#else
static const char MIZUsin_room_9DL_0017C0[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_0017C0;
static const char MIZUsin_room_9DL_001890[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_001890;
#endif
#define dMIZUsin_room_9Tex_005E08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_005E08"
#define dMIZUsin_room_9Tex_005ED8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_005ED8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_005E08[] = dMIZUsin_room_9Tex_005E08;
static const __declspec(align(2)) char MIZUsin_room_9Tex_005ED8[] = dMIZUsin_room_9Tex_005ED8;
#else
static const char MIZUsin_room_9Tex_005E08[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_005E08;
static const char MIZUsin_room_9Tex_005ED8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_005ED8;
#endif
#define dMIZUsin_room_9Tex_005608 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_005608"
#define dMIZUsin_room_9Tex_0056D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_0056D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_005608[] = dMIZUsin_room_9Tex_005608;
static const __declspec(align(2)) char MIZUsin_room_9Tex_0056D8[] = dMIZUsin_room_9Tex_0056D8;
#else
static const char MIZUsin_room_9Tex_005608[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_005608;
static const char MIZUsin_room_9Tex_0056D8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_0056D8;
#endif
#define dMIZUsin_room_9Tex_004608 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_004608"
#define dMIZUsin_room_9Tex_0046D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_0046D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_004608[] = dMIZUsin_room_9Tex_004608;
static const __declspec(align(2)) char MIZUsin_room_9Tex_0046D8[] = dMIZUsin_room_9Tex_0046D8;
#else
static const char MIZUsin_room_9Tex_004608[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_004608;
static const char MIZUsin_room_9Tex_0046D8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_0046D8;
#endif
#define dMIZUsin_room_9Tex_003E08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_003E08"
#define dMIZUsin_room_9Tex_003ED8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_003ED8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_003E08[] = dMIZUsin_room_9Tex_003E08;
static const __declspec(align(2)) char MIZUsin_room_9Tex_003ED8[] = dMIZUsin_room_9Tex_003ED8;
#else
static const char MIZUsin_room_9Tex_003E08[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_003E08;
static const char MIZUsin_room_9Tex_003ED8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_003ED8;
#endif
#define dMIZUsin_room_9Tex_004E08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_004E08"
#define dMIZUsin_room_9Tex_004ED8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_004ED8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_004E08[] = dMIZUsin_room_9Tex_004E08;
static const __declspec(align(2)) char MIZUsin_room_9Tex_004ED8[] = dMIZUsin_room_9Tex_004ED8;
#else
static const char MIZUsin_room_9Tex_004E08[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_004E08;
static const char MIZUsin_room_9Tex_004ED8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_004ED8;
#endif
#define dMIZUsin_room_9Tex_006E08 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_006E08"
#define dMIZUsin_room_9Tex_006ED8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_006ED8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_006E08[] = dMIZUsin_room_9Tex_006E08;
static const __declspec(align(2)) char MIZUsin_room_9Tex_006ED8[] = dMIZUsin_room_9Tex_006ED8;
#else
static const char MIZUsin_room_9Tex_006E08[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_006E08;
static const char MIZUsin_room_9Tex_006ED8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_006ED8;
#endif
#define dMIZUsin_room_9Tex_006608 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_006608"
#define dMIZUsin_room_9Tex_0066D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_0066D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_006608[] = dMIZUsin_room_9Tex_006608;
static const __declspec(align(2)) char MIZUsin_room_9Tex_0066D8[] = dMIZUsin_room_9Tex_0066D8;
#else
static const char MIZUsin_room_9Tex_006608[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_006608;
static const char MIZUsin_room_9Tex_0066D8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_0066D8;
#endif
#define dMIZUsin_room_9DL_0076D0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_0076D0"
#define dMIZUsin_room_9DL_0077A0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_0077A0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9DL_0076D0[] = dMIZUsin_room_9DL_0076D0;
static const __declspec(align(2)) char MIZUsin_room_9DL_0077A0[] = dMIZUsin_room_9DL_0077A0;
#else
static const char MIZUsin_room_9DL_0076D0[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_0076D0;
static const char MIZUsin_room_9DL_0077A0[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_0077A0;
#endif
#define dMIZUsin_room_9Tex_0077D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_0077D8"
#define dMIZUsin_room_9Tex_0078A8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_0078A8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_0077D8[] = dMIZUsin_room_9Tex_0077D8;
static const __declspec(align(2)) char MIZUsin_room_9Tex_0078A8[] = dMIZUsin_room_9Tex_0078A8;
#else
static const char MIZUsin_room_9Tex_0077D8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_0077D8;
static const char MIZUsin_room_9Tex_0078A8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_0078A8;
#endif
#define dMIZUsin_room_9DL_003520 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_003520"
#define dMIZUsin_room_9DL_0035F0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_0035F0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9DL_003520[] = dMIZUsin_room_9DL_003520;
static const __declspec(align(2)) char MIZUsin_room_9DL_0035F0[] = dMIZUsin_room_9DL_0035F0;
#else
static const char MIZUsin_room_9DL_003520[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_003520;
static const char MIZUsin_room_9DL_0035F0[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_0035F0;
#endif
#define dMIZUsin_room_9Tex_003608 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_003608"
#define dMIZUsin_room_9Tex_0036D8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9Tex_0036D8"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9Tex_003608[] = dMIZUsin_room_9Tex_003608;
static const __declspec(align(2)) char MIZUsin_room_9Tex_0036D8[] = dMIZUsin_room_9Tex_0036D8;
#else
static const char MIZUsin_room_9Tex_003608[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_003608;
static const char MIZUsin_room_9Tex_0036D8[] __attribute__((aligned (2))) = dMIZUsin_room_9Tex_0036D8;
#endif
#define dMIZUsin_room_9DL_002FF0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_002FF0"
#define dMIZUsin_room_9DL_0030C0 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_0030C0"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9DL_002FF0[] = dMIZUsin_room_9DL_002FF0;
static const __declspec(align(2)) char MIZUsin_room_9DL_0030C0[] = dMIZUsin_room_9DL_0030C0;
#else
static const char MIZUsin_room_9DL_002FF0[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_002FF0;
static const char MIZUsin_room_9DL_0030C0[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_0030C0;
#endif
#define dMIZUsin_room_9DL_003338 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_003338"
#define dMIZUsin_room_9DL_003408 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_9DL_003408"
#ifdef _WIN32
static const __declspec(align(2)) char MIZUsin_room_9DL_003338[] = dMIZUsin_room_9DL_003338;
static const __declspec(align(2)) char MIZUsin_room_9DL_003408[] = dMIZUsin_room_9DL_003408;
#else
static const char MIZUsin_room_9DL_003338[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_003338;
static const char MIZUsin_room_9DL_003408[] __attribute__((aligned (2))) = dMIZUsin_room_9DL_003408;
#endif

Some files were not shown because too many files have changed in this diff Show more