75 lines
4.9 KiB
Plaintext
75 lines
4.9 KiB
Plaintext
version=2
|
|
:if:<pokedex.dexcaught(2)><10
|
|
@text.show(Look for Pokémon in~grassy areas!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><20
|
|
@text.show(Good.~I see you understand how~to use Poké Balls.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><30
|
|
@text.show(You're getting good~at this.*But you have a long~way to go.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><40
|
|
@text.show(Hmm, you're catching~Pokémon at a decent pace!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><50
|
|
@text.show(You're trying--~I can see that.*Your Pokédex is coming~together.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><60
|
|
@text.show(You're training them well.*You know some Pokémon~don't evolve just by battling~with others, right?)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><70
|
|
@text.show(Do you have a Fishing Rod?*There are some Pokémon~that can only be found~by fishing!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><80
|
|
@text.show(Excellent!~You seem to be good~at collecting things!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><90
|
|
@text.show(Some Pokémon only appear~during certain times~of the day.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><100
|
|
@text.show(Your Pokédex is really~filling up.*Keep up the good work!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><110
|
|
@text.show(I'm impressed.~You're evolving Pokémon,~not just catching them.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><120
|
|
@text.show(If you can learn how to~use the custom Poké Balls~made by Kurt effectively,~you'll be able to~catch Pokémon better!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><130
|
|
@text.show(When you trade Pokémon,~you can also trade~information.~Your friends can really~help you!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><140
|
|
@text.show(Are you trading~your Pokémon?*It's tough to do~this alone!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><150
|
|
@text.show(You've found so~many Pokémon!*You've really helped~my studies!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><165
|
|
@text.show(Magnificent!~You have the ability to~become a great Pokémon~Professor someday!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)><173
|
|
@text.show(Your Pokédex is amazing!*You're ready to~turn professional!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(2)>>172
|
|
@text.show(Really, you've~surprised me!*But just as I expected,*you've completed the~Sevii Pokédex.*I am so grateful!*If you've got~much determination,~then even more exciting~adventures await you in~the world of Pokémon!)
|
|
@register.register(seviidexcomplete)
|
|
:end
|
|
:endif
|
|
:end |