replace is_trial with is_nte

This commit is contained in:
Martin Michelsen
2024-02-09 19:12:02 -08:00
parent d0c3e1b7d8
commit 884a5ce75a
20 changed files with 431 additions and 431 deletions
+1 -1
View File
@@ -974,7 +974,7 @@ string decode_gci_data(
}
} else if (header.is_ep3()) {
if (header.is_trial()) {
if (header.is_nte()) {
if (known_seed >= 0) {
return decrypt_download_quest_data_section<true>(
r.getv(header.data_size), header.data_size, known_seed, true, true);