• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.53] Johto Pokédex Evaluation Breaks Text Box

J

jianmingyong

Guest
Describe the bug you experienced here.

What I expected to happen:
The word fit nicely in the text box.

What actually happened:
Too long resulting me not able to read.

The following lines in Pokemon\Scripts\pallet\evaljohtext.dat
:if:<pokedex.dexcaught(0)><65
@text.show(You're trying--~I can see that. Your Pokédex is coming together.)
:end
:endif
:if:<pokedex.dexcaught(0)><80
@text.show(You're training them well.*You know some Pokémon don't evolve just by battling with others, right?)
:end
:endif

 
Top