diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-04 11:59:22 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-04 11:59:22 -0700 |
| commit | 81906842665debc9c390c917e8e2e3a030d8c1c7 (patch) | |
| tree | 0dadeef5360ef165f44794fbbc25085d6fbfdd0d /sega/maimaidx_jp.py | |
| parent | a6df2f7648748817a547b50f1effbdb92b2a572d (diff) | |
refactor: remove game version specific identifiers
many of these will continue to work for a long time anyways without necessary updates
Diffstat (limited to 'sega/maimaidx_jp.py')
| -rw-r--r-- | sega/maimaidx_jp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
