diff --git a/pkg2zip.c b/pkg2zip.c index 0088447..eb93102 100644 --- a/pkg2zip.c +++ b/pkg2zip.c @@ -116,7 +116,7 @@ static const char* get_region(const char* id) return "JPN"; } else if (memcmp(id, "VCAS", 4) == 0 || memcmp(id, "PCSH", 4) == 0 || - memcmp(id, "VLAS", 4) == 0) + memcmp(id, "VLAS", 4) == 0 || memcmp(id, "PCSD", 4) == 0) { return "ASA"; }