Skip to content

BDSP Money Farmer Route 210 - Added the option to regularly take items from Pokemon with Pickup#1089

Merged
Mysticial merged 5 commits intoPokemonAutomation:mainfrom
Boombaastical:BDSPMoneyFarmer/AddedPickup
Feb 25, 2026
Merged

BDSP Money Farmer Route 210 - Added the option to regularly take items from Pokemon with Pickup#1089
Mysticial merged 5 commits intoPokemonAutomation:mainfrom
Boombaastical:BDSPMoneyFarmer/AddedPickup

Conversation

@Boombaastical
Copy link
Contributor

Back when I used the program, I noticed that some people may also want to farm it together with Pokemon having the ability Pickup. So I added the options for pokemon with Pickup and in which slots, also the frequency to check and take items from them. Tested it a few times, also with a 30+ minutes duration, worked fine.

@Boombaastical Boombaastical changed the title Added the option to add regularly take items from Pokemon with Pickup BDSP Money Farmer Route 210 - Added the option to add regularly take items from Pokemon with Pickup Feb 13, 2026
@Boombaastical Boombaastical changed the title BDSP Money Farmer Route 210 - Added the option to add regularly take items from Pokemon with Pickup BDSP Money Farmer Route 210 - Added the option to regularly take items from Pokemon with Pickup Feb 13, 2026
@Mysticial
Copy link
Collaborator

Can you prepare a PR to add this to the wiki as well? Once this is ready, both this and the wiki update will go in at the same time.

https://github.com/PokemonAutomation/pokemonautomation.github.io/blob/main/docs/Programs/PokemonBDSP/MoneyFarmerRoute210.md

pbf_press_dpad(context, DPAD_UP, 80ms, 50ms);
pbf_press_dpad(context, DPAD_UP, 80ms, 50ms);
pbf_press_dpad(context, DPAD_UP, 80ms, 50ms);
pbf_press_button(context, BUTTON_A, 80ms, 200ms);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tested this sequence and it is so fast that it drops presses quite often (BDSP is very unstable).

AFAICT, it seems to recover fine from the drops. But you might want to slow these down a bit anyway so they drop less often. One of the drops caused it to enter the map and try to fly somewhere. But the cursor didn't land on anything that was flyable so it was able to back out on the B mash.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, will tweak it a bit. I thought that my Switch was rather slow :D

@Mysticial
Copy link
Collaborator

You should also update the wiki to say that the cursor needs to be over the Pokemon menu or it can't do the pickup.

@Boombaastical
Copy link
Contributor Author

Oh yes sure, will do! I knew I needed to tell someone to update the Wiki for it but didn't know where. Thank you!

@Boombaastical
Copy link
Contributor Author

Here, updated the whole block to 160ms, even the ones that you didn't mention, because I can imagine that those may also create potential issues.

@Mysticial Mysticial merged commit c12893b into PokemonAutomation:main Feb 25, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants