From 81906842665debc9c390c917e8e2e3a030d8c1c7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 4 Oct 2025 11:59:22 -0700 Subject: refactor: remove game version specific identifiers many of these will continue to work for a long time anyways without necessary updates --- sega/maimaidx_jp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sega/maimaidx_jp.py') diff --git a/sega/maimaidx_jp.py b/sega/maimaidx_jp.py index c5670ce..712d672 100644 --- a/sega/maimaidx_jp.py +++ b/sega/maimaidx_jp.py @@ -57,4 +57,4 @@ def make_maimaidx_jpn_parser(identifier: str, parser: ParserVersion): if parser == ParserVersion.ALPHA: return alpha_parser -parse_maimaidx_jp_prism_plus_news_site = make_maimaidx_jpn_parser("MAIMAIDX_JPN_PRISM_PLUS", ParserVersion.ALPHA) +parse_maimaidx_jp_news_site = make_maimaidx_jpn_parser("MAIMAIDX", ParserVersion.ALPHA) -- cgit v1.2.3