diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-15 00:33:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-15 00:33:25 -0700 |
| commit | 8a68a0f554f780f0e973df181406eb25bb94b8f5 (patch) | |
| tree | be62267cbd95fcc9d48a274b2584f77132c6c8af /constants.py | |
| parent | 5bf27feebd8087932de138bda1a4605acc95bef4 (diff) | |
add chuni_intl to generation script
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants.py b/constants.py index 6ef036e..6d13daf 100644 --- a/constants.py +++ b/constants.py @@ -7,12 +7,14 @@ SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/i IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" CHUNITHM_JP_NEWS_SITE="https://info-chunithm.sega.jp/" +CHUNITHM_INTL_NEWS_SITE="https://info-chunithm.sega.com/" MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/" ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" class CHUNITHM_VERSION(Enum): - VERSE = 1 + LUMINOUS_PLUS = 1 + VERSE = 2 class MAIMAIDX_VERSION(Enum): PRISM = 1 |
