re-record Episode 3 battle test
This commit is contained in:
@@ -652,6 +652,7 @@ void ServerState::parse_config(const JSON& json) {
|
||||
.card_name = it.first});
|
||||
}
|
||||
|
||||
if (!this->is_replay) {
|
||||
for (const auto& it : json.get("Episode3LobbyBanners", JSON::list()).as_list()) {
|
||||
Image img("system/ep3/banners/" + it->at(2).as_string());
|
||||
string gvm = encode_gvm(img, img.get_has_alpha() ? GVRDataFormat::RGB5A3 : GVRDataFormat::RGB565);
|
||||
@@ -668,6 +669,7 @@ void ServerState::parse_config(const JSON& json) {
|
||||
.which = static_cast<uint32_t>(it->at(1).as_int()),
|
||||
.data = std::move(compressed)});
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
auto parse_ep3_ex_result_cmd = [&](const JSON& src) -> shared_ptr<G_SetEXResultValues_GC_Ep3_6xB4x4B> {
|
||||
|
||||
+74023
-33395
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user