79 lines
5.1 KiB
Plaintext
79 lines
5.1 KiB
Plaintext
version=2
|
|
:if:<pokedex.dexcaught(0)><10
|
|
@text.show(Look for Pokémon in~grassy areas!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><20
|
|
@text.show(Good.~I see you understand how~to use Poké Balls.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><30
|
|
@text.show(You're getting good~at this.*But you have a long~way to go.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><40
|
|
@text.show(Hmm, you're catching~Pokémon at a decent pace!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><50
|
|
@text.show(You're trying--~I can see that.*Your Pokédex is coming~together.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><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(0)><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(0)><80
|
|
@text.show(Excellent!~You seem to be good~at collecting things!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><95
|
|
@text.show(Some Pokémon only appear~during certain times~of the day.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><110
|
|
@text.show(Your Pokédex is really~filling up.*Keep up the good work!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><125
|
|
@text.show(I'm impressed.~You're evolving Pokémon,~not just catching them.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><140
|
|
@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(0)><155
|
|
@text.show(When you trade Pokémon,~you can also trade~information.~Your friends can really~help you!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><170
|
|
@text.show(Are you trading~your Pokémon?*It's tough to do~this alone!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><185
|
|
@text.show(You've found so~many Pokémon!*You've really helped~my studies!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><200
|
|
@text.show(Magnificent!~You have the ability to~become a great Pokémon~Professor someday!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><220
|
|
@text.show(Wow!~You've reached 200!*Your Pokédex is~looking great!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)><241
|
|
@text.show(Your Pokédex is amazing!*You're ready to~turn professional!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.dexcaught(0)>>240
|
|
@text.show(Really, you've~surprised me!*But just as I expected,*you've completed the~Johto 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(johtodexcomplete)
|
|
:end
|
|
:endif
|
|
:end |