From 3ee62db915ebeb9def09877b0406add93f238dd7 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Fri, 23 Sep 2022 02:01:28 +0000 Subject: [PATCH] Merge in hot music list, not sure where this came from in Subject38's branch. --- bemani/backend/jubeat/festo.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bemani/backend/jubeat/festo.py b/bemani/backend/jubeat/festo.py index e179c45..9aac4bc 100644 --- a/bemani/backend/jubeat/festo.py +++ b/bemani/backend/jubeat/festo.py @@ -796,9 +796,9 @@ class JubeatFesto( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, - 0, 0, 0, 0, - 0, 0, 0, 0, + 0, -4194304, -2080769, -1, + -17, -3, -33554433, -242, + -268435473, 1073741823, -1073748992, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -832,7 +832,6 @@ class JubeatFesto( info.add_child(expert_option) expert_option.add_child(Node.bool('is_available', True)) - # TODO: Make this configurable. all_music_matching = Node.void('all_music_matching') info.add_child(all_music_matching) all_music_matching.add_child(Node.bool('is_available', True))