From b2f6901c6b3ab47f95e6cb35e8583bd26b137679 Mon Sep 17 00:00:00 2001 From: chardub Date: Sat, 7 Jun 2025 10:22:50 -0400 Subject: [PATCH] fixes alt sprites option being on by default --- Data/.DS_Store | Bin 61444 -> 61444 bytes Data/Scripts/016_UI/015_UI_Options.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/.DS_Store b/Data/.DS_Store index a800b5a7aa2b65814fabdfdd0a028f57e3fadc9d..51593baf8a04a0b197440dbea1ccff769ba525ff 100644 GIT binary patch delta 51 zcmZp9z})hHc>~L>$x9teMNEw?bQDZ1YjqT=4Gj&=bQH`DO(*L)nQlIEE18*zfnl@y Hy}N<{(b*A2 delta 50 zcmV-20L}k|-~)u<1F!_z0lJe~(s2wLdwVo8Ff1S~H#IYpfZ7}ZjFa)u9|4WCz1nC4 IvnSr&5eMQG1ONa4 diff --git a/Data/Scripts/016_UI/015_UI_Options.rb b/Data/Scripts/016_UI/015_UI_Options.rb index 6256a1f43..431ba2d66 100644 --- a/Data/Scripts/016_UI/015_UI_Options.rb +++ b/Data/Scripts/016_UI/015_UI_Options.rb @@ -48,7 +48,7 @@ class PokemonSystem @type_icons = true @use_generated_dex_entries = true @use_custom_eggs = true - @include_alt_sprites_in_random = true + @include_alt_sprites_in_random = false end end