Skip to content

Commit 807f87a

Browse files
committed
Fix BDSP touch trade.
1 parent b615f1c commit 807f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonBDSP/Programs/Trading/PokemonBDSP_TradeRoutines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void trade_current_pokemon(
8585
int ret = run_until(
8686
console, context,
8787
[](BotBaseContext& context){
88-
pbf_mash_button(context, BUTTON_ZL, 20 * TICKS_PER_SECOND);
88+
pbf_mash_button(context, BUTTON_ZL, 120 * TICKS_PER_SECOND);
8989
},
9090
{{black_screen}}
9191
);

0 commit comments

Comments
 (0)