Rearranged jokers for palette optimization (Banner and Mystic Summit don't go well together)

This commit is contained in:
MeirGavish
2025-08-08 00:31:10 +03:00
parent 5e6d28c663
commit 863e3a34ae
3 changed files with 3 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 845 B

+3 -2
View File
@@ -311,9 +311,10 @@ const JokerInfo joker_registry[] = {
{ COMMON_JOKER, 4, misprint_joker_effect },
{ COMMON_JOKER, 4, walkie_talkie_joker_effect },
{ UNCOMMON_JOKER, 8, fibonnaci_joker_effect },
{ COMMON_JOKER, 5, banner_joker_effect },
{ COMMON_JOKER, 5, mystic_summit_joker_effect },
{ UNCOMMON_JOKER, 6, blackboard_joker_effect },
{ COMMON_JOKER, 5, mystic_summit_joker_effect },
{ COMMON_JOKER, 5, banner_joker_effect },
};
static const size_t joker_registry_size = NUM_ELEM_IN_ARR(joker_registry);