ongeki: bright MEMORY Act.3 support added

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

View File

@ -15,6 +15,7 @@ class OngekiConstants:
VER_ONGEKI_RED_PLUS = 5
VER_ONGEKI_BRIGHT = 6
VER_ONGEKI_BRIGHT_MEMORY = 7
VER_ONGEKI_BRIGHT_MEMORY_ACT3 = 8
EVT_TYPES: Enum = Enum(
"EVT_TYPES",
@ -94,14 +95,15 @@ class OngekiConstants:
Lunatic = 10
VERSION_NAMES = (
"ONGEKI",
"ONGEKI +",
"ONGEKI SUMMER",
"ONGEKI SUMMER +",
"ONGEKI R.E.D.",
"ONGEKI R.E.D. +",
"ONGEKI bright",
"ONGEKI bright MEMORY",
"O.N.G.E.K.I.",
"O.N.G.E.K.I. PLUS",
"O.N.G.E.K.I. SUMMER",
"O.N.G.E.K.I. SUMMER PLUS",
"O.N.G.E.K.I. R.E.D.",
"O.N.G.E.K.I. R.E.D. PLUS",
"O.N.G.E.K.I. bright",
"O.N.G.E.K.I. bright MEMORY",
"O.N.G.E.K.I. bright MEMORY Act.3",
)
@classmethod