From 8dfcc4b6e1a58f0fd2c203df41f61b5b5ee3581b Mon Sep 17 00:00:00 2001 From: Dalton-V Date: Wed, 12 Nov 2025 21:15:41 -0600 Subject: [PATCH] Some cafes have scrollable selection boxes --- .../Programs/Farming/PokemonLZA_FriendshipFarmer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SerialPrograms/Source/PokemonLZA/Programs/Farming/PokemonLZA_FriendshipFarmer.cpp b/SerialPrograms/Source/PokemonLZA/Programs/Farming/PokemonLZA_FriendshipFarmer.cpp index 59c777d9b..3216b535a 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/Farming/PokemonLZA_FriendshipFarmer.cpp +++ b/SerialPrograms/Source/PokemonLZA/Programs/Farming/PokemonLZA_FriendshipFarmer.cpp @@ -29,7 +29,7 @@ FriendshipFarmer_Descriptor::FriendshipFarmer_Descriptor() : SingleSwitchProgramDescriptor( "PokemonLZA:FriendshipFarmer", Pokemon::STRING_POKEMON + " LZA", "Friendship Farmer", - "Programs/PokemonLZA/Farming/FriendshipFarmer.html", + "Programs/PokemonLZA/FriendshipFarmer.html", "Farm friendship for pokemon in your party using either the cafe or bench method.", ProgramControllerClass::StandardController_NoRestrictions, FeedbackType::REQUIRED, @@ -137,7 +137,7 @@ void FriendshipFarmer::enter_cafe(SingleSwitchProgramEnvironment& env, ProContro SelectionArrowWatcher selection_arrow_watcher( COLOR_GREEN, &env.console.overlay(), SelectionArrowType::RIGHT, - { 0.6300, 0.4440, 0.2260, 0.3190 } + { 0.6300, 0.153, 0.2260, 0.627 } ); FlatWhiteDialogWatcher white_dialog_watcher(COLOR_WHITE, &env.console.overlay()); BlueDialogWatcher blue_dialog_watcher(COLOR_BLUE, &env.console.overlay());