• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Textbox Size and Position

Where is the textbox located in the scripting? I am trying to make the textbox only 48 pixels high:

[PokeCommunity.com] Textbox Size and Position


I don't think there is a way to make the font smaller, but luckily P-Sign is making a crystal font for me...

Also, where is the textbox positioning located in the Battle System?

Thank you (and sorry for all the questions!),
Pia Carrot~
 
hmm.. try to find "def pbRepositionMessageWindow(msgwindow, linecount=2)" in the script page called "PokemonMessages".. it's about line 1212 ;D
Change "msgwindow.height" and "msgwindow.y" :D

Sorry for the bad inglesh.. I'm italian ^^'
 
I think you should change the font size ;D

I didn't think you could change the font size except by actually editing the font :/ If you can, where at?
 
hmm.. try modifing the "def pbSetSystemFont(bitmap)" in the page "SpriteWindow" (about line 1254 ;D)

Yeah, it does get smaller, but it still is only displaying 1 line, no matter how small I make the font :/
 
Yeah, it does get smaller, but it still is only displaying 1 line, no matter how small I make the font :/

Bump. Anyone know how to position where the text starts and force it to display 2 lines?
 
Back
Top