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

feat: store the pokemon display location card for quest encounters #255

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

Fabio1988
Copy link
Collaborator

@Fabio1988 Fabio1988 commented Dec 27, 2024

closes #253

[
  {
    "info": {
        "costume_id": 0,
        "form_id": 2231,
        "gender_id": 0,
        "location_card": 0,
        "pokemon_id": 613,
        "shiny": false
    },
    "type":7
  }
]

util/pogo.go Outdated Show resolved Hide resolved
@Fabio1988 Fabio1988 merged commit 65c4414 into main Jan 3, 2025
2 checks passed
@Fabio1988 Fabio1988 deleted the feat-quest-pokemon-background branch January 3, 2025 06:57
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.

Parse special backgrounds in quests
2 participants