ongeki: bright MEMORY Act.3 support added

This commit is contained in:
Dniel97
2025-03-26 15:22:55 +01:00
parent 60002a466f
commit a2f71dc553
11 changed files with 91 additions and 34 deletions

View File

@@ -37,7 +37,8 @@ class OngekiReader(BaseReader):
"1025": OngekiConstants.VER_ONGEKI_RED_PLUS,
"1030": OngekiConstants.VER_ONGEKI_BRIGHT,
"1035": OngekiConstants.VER_ONGEKI_BRIGHT_MEMORY,
"1040": OngekiConstants.VER_ONGEKI_BRIGHT_MEMORY
"1040": OngekiConstants.VER_ONGEKI_BRIGHT_MEMORY,
"1045": OngekiConstants.VER_ONGEKI_BRIGHT_MEMORY_ACT3,
}
node = troot.find("VersionID").find("id")