From f71591e622c7c397768207793d89dd15b577c8b7 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Tue, 12 Mar 2024 14:17:26 -0400 Subject: [PATCH] wacca: fix S stage up stages --- titles/wacca/s.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/titles/wacca/s.py b/titles/wacca/s.py index aab2659..2633110 100644 --- a/titles/wacca/s.py +++ b/titles/wacca/s.py @@ -21,10 +21,10 @@ class WaccaS(WaccaBase): (1507, 7), (1506, 6), (1505, 5), - (1514, 4), - (1513, 3), - (1512, 2), - (1511, 1), + (1504, 4), + (1503, 3), + (1502, 2), + (1501, 1), ] def __init__(self, cfg: CoreConfig, game_cfg: WaccaConfig) -> None: