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

@@ -6,4 +6,11 @@ static const __declspec(align(2)) char market_alley_n_room_0DL_075678[] = dmarke
static const char market_alley_n_room_0DL_075678[] __attribute__((aligned (2))) = dmarket_alley_n_room_0DL_075678;
#endif
#define dmarket_alley_n_room_0DL_0756E0 "__OTR__scenes/nonmq/market_alley_n_scene/market_alley_n_room_0DL_0756E0"
#ifdef _WIN32
static const __declspec(align(2)) char market_alley_n_room_0DL_0756E0[] = dmarket_alley_n_room_0DL_0756E0;
#else
static const char market_alley_n_room_0DL_0756E0[] __attribute__((aligned (2))) = dmarket_alley_n_room_0DL_0756E0;
#endif