Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Feebas mode pathfinding #577

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

hanzi
Copy link
Collaborator

@hanzi hanzi commented Dec 15, 2024

Description

This removes some special handling of land/surf transitions as well as going up the waterfall on Route 119, because that is now natively supported by our pathfinding.

It still really likes to go on land, only to start surfing again one or two tiles later.

That's because the pathfinding really tries to avoid tiles with encounters on them. This could be easily fixed, but for some reason doing so introduces a loop.

More debugging is required to figure out why that is, so for now... good enough!

Checklist

  • Black Linter has been ran, using --line-length 120 argument
  • Wiki has been updated (if relevant)

This removes some special handling of land/surf transitions as well as going up the waterfall on Route 119, because that is now natively supported by our pathfinding.

It still really likes to go on land, only to start surfing again one or two tiles later.

That's because the pathfinding _really_ tries to avoid tiles with encounters on them. This could be easily fixed, but for some reason doing so introduces a loop.

More debugging is required to figure out why that is, so for now... good enough!
@hanzi hanzi merged commit e199478 into 40Cakes:main Dec 16, 2024
1 check passed
@hanzi hanzi deleted the feebas-pathing branch December 16, 2024 10:15
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