forked from Hay1tsme/artemis
Wacca: Fix stageup order, fixes #3
This commit is contained in:
@ -18,20 +18,20 @@ class WaccaReverse(WaccaLilyR):
|
||||
|
||||
self.OPTIONS_DEFAULTS["set_nav_id"] = 310001
|
||||
self.allowed_stages = [
|
||||
(3001, 1),
|
||||
(3002, 2),
|
||||
(3003, 3),
|
||||
(3004, 4),
|
||||
(3005, 5),
|
||||
(3006, 6),
|
||||
(3007, 7),
|
||||
(3008, 8),
|
||||
(3009, 9),
|
||||
(3010, 10),
|
||||
(3011, 11),
|
||||
(3012, 12),
|
||||
(3013, 13),
|
||||
(3014, 14),
|
||||
(3013, 13),
|
||||
(3012, 12),
|
||||
(3011, 11),
|
||||
(3010, 10),
|
||||
(3009, 9),
|
||||
(3008, 8),
|
||||
(3007, 7),
|
||||
(3006, 6),
|
||||
(3005, 5),
|
||||
(3004, 4),
|
||||
(3003, 3),
|
||||
(3002, 2),
|
||||
(3001, 1),
|
||||
# Touhou
|
||||
(210001, 0),
|
||||
(210002, 0),
|
||||
|
Reference in New Issue
Block a user