diff --git a/titles/ongeki/const.py b/titles/ongeki/const.py index 324ab8d..c21e8d8 100644 --- a/titles/ongeki/const.py +++ b/titles/ongeki/const.py @@ -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 diff --git a/titles/ongeki/read.py b/titles/ongeki/read.py index a804956..d6660cd 100644 --- a/titles/ongeki/read.py +++ b/titles/ongeki/read.py @@ -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):