aboutsummaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-16 18:41:54 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-16 18:41:54 -0700
commitc32042f7b40484e810456fc4d678f4f9c08f43b8 (patch)
treeb7a5096b4c91f1acc99c1d1a04b9944d293124de /constants.py
parent4c6235d7290c49f48ef913bb46627083879771b1 (diff)
implement street fighter type arcade
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index e6b7e57..e1b0369 100644
--- a/constants.py
+++ b/constants.py
@@ -25,6 +25,7 @@ MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/"
ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/"
MUSIC_DIVER_NEWS="https://mypage.musicdiver.jp/api/news?lang=en"
+STREET_FIGHTER_NEWS_SITE="https://sf6ta.jp/info/list"
TAIKO_BLOG_SITE="https://taiko-ch.net/blog/"
WANGAN_MAXI_GENERIC="https://wanganmaxi-official.com/"
@@ -58,3 +59,6 @@ class WANGAN_MAXI_VERSION(Enum):
SIX_R = 3,
SIX_RR = 4,
SIX_RR_PLUS = 5
+
+class STREET_FIGHTER_VERSION(Enum):
+ SIX = 1,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage