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

Add functionality to Poké Flute and Town Map #5405

Merged
merged 15 commits into from
Oct 3, 2024

Conversation

kittenchilly
Copy link

Description

Gives the Poke Flute and the Town Map their functionality from FRLG.
The Poke Flute is an infinite use item that heals sleep of every pokemon in the party. If used in battle it also heals the sleep of every opponent's pokemon as well. Pokemon with the soundproof ability get ignored. The Town Map brings up a simple map of the region, the same as checking the map in pokemon centers.
For the Poke Flute it was a more straightforward port of frlg code. For the town map I used an implementation Lunos did, since FRLG has pretty different map code, and I don't want to mess up the regular pokenav map.

People who collaborated with me in this PR

@LOuroboros basically did the Town Map implementation.

Discord contact info

kittenchilly

src/battle_script_commands.c Outdated Show resolved Hide resolved
src/battle_script_commands.c Show resolved Hide resolved
src/item_use.c Outdated Show resolved Hide resolved
src/item_use.c Outdated Show resolved Hide resolved
@AlexOn1ine AlexOn1ine added the new-feature Adds a feature label Sep 22, 2024
@Bassoonian Bassoonian merged commit 44bf14e into rh-hideout:upcoming Oct 3, 2024
1 check passed
@AsparagusEduardo AsparagusEduardo added the category: items Pertains to items label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: items Pertains to items new-feature Adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants