ongeki: act2/act3 bits i forgot

This commit is contained in:
2024-07-06 00:22:19 +07:00
parent dd8143a9f1
commit 7738b8a56f
2 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,8 @@ class OngekiConstants:
"ONGEKI R.E.D. +",
"ONGEKI bright",
"ONGEKI bright MEMORY",
"ONGEKI bright MEMORY Act.2",
"ONGEKI bright MEMORY Act.3",
)
@classmethod

View File

@ -53,6 +53,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_ACT2,
"1045": OngekiConstants.VER_ONGEKI_BRIGHT_MEMORY_ACT3,
}
for root, dirs, files in os.walk(base_dir):