Generate assets with MQ present (#2485)

This commit is contained in:
David Chavez
2023-02-16 19:32:01 +01:00
committed by GitHub
parent 877fc2dcca
commit 6cd7066706
208 changed files with 7785 additions and 7127 deletions

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