BDSP Money Farmer route 210: Movement according to which of the 2 trainers is available#1090
Conversation
| if (is_host){ | ||
| runtime.path_stats.clear(); | ||
| } | ||
| if (shinies.empty() || shinies[0] == 3){ |
There was a problem hiding this comment.
This isn't relevant to this PR. Please remove it. Also you can't do this because it will take a shiny boss.
There was a problem hiding this comment.
Oh, silly me. I didn't even see that I kept these files inside that branch too. I'll update the PR
There was a problem hiding this comment.
I tried to change back to the original state but it seems that Github is doing some strange things I can't explain. I reverted the change back, I hope it's okay now?
EDIT: I believe I had some uncommitted changes that got accidentally merged into the content here, so that's probably what happened.
|
Hey! I just tweaked a bit the numbers and added a bit of context.wait_for_all_requests() to make sure that the movement is smoother and more accurate. Hope it works better now |
Since I worked on that one to add pokemon with Pickup as an option in another PR, I noticed that the program often returns errors because it doesn't move correctly to the one trainer out of the two who is ready to battle. Fixed that, tried it with a few different trainer configurations and it works so far.
Not sure how the values I included would work with the Switch 2's resolution?