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_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