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 Polished specific in-game tips #1054

Closed
wants to merge 0 commits into from
Closed

Conversation

itsdarsh
Copy link
Collaborator

Adds:

  • Advanced Tip about hidden abilities in Ecruteak City
    image

  • Trainer Tip about HMs not needing to be taught to used outside of battle in Ilex Forest, also slightly reworked Cut Master's script to better reflect this (forest tileset doesn't have the Advanced Tip sign, so this matches behavior seen in Viridian Forest). Note that this is where you chase Farfetch'd around, so it's a little out of the way.
    image

  • Fixes typo in Route 43 Advanced Tip

@itsdarsh
Copy link
Collaborator Author

Did a little re-labeling to match pokecrystal. Should've clarified that, sorry. (They're not super consistent in polished or pokecrystal). Text is as follows:

EcruteakCityAdvancedTips:
	text "Advanced Tips!"

	para "Some #mon you"
	line "encounter may"

	para "have a rare"
	line "ability, also"

	para "known as a"
	line "hidden Ability!"

	para "A hatched #mon"
	line "also has a low"

	para "chance to have"
	line "a hidden Ability."
	done
IlexForestTrainerTips:
	text "Trainer Tips!"

	para "Some moves can"
	line "be used outside"
	cont "of battle!"

	para "These are called"
	line "Hidden Machines,"
	cont "or HMs for short."

	para "As long as a #-"
	line "mon is compatible,"

	para "it can use the"
	line "move outside of"
	cont "battle."

	para "You don't even"
	line "have to teach it"
	cont "the move!"
	done

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.

1 participant