• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Change Townname above

Perhaps someone should make a tutorial, as this gets asked quite a bit it seems.

Find LocationWindow in the PField_Field script section and try adding the following line to the initialize method, before the resizeToFit line:

Code:
@window.setSkin(pbResolveBitmap("Graphics/Windowskins/YOURWINDOWSKINHERE"))

EDIT: Previous code didn't work, this code does.

EDIT2: Here's a lovely new tutorial for this now. :)
 
Last edited:
Back
Top