You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
317 views
in Bug by (530 points)

I had this script prior to the update where it shrink the portrait size by half. For some reason, after this update, it doesn't seem to work anymore. 

ScriptPortrait size is halved

1 Answer

0 like 0 dislike
by (28.0k points)

Yes, this doesn't work anymore because the whole message system has been rewritten ^^

This is now how it is rendered: https://gitlab.com/pokemonsdk/pokemonsdk/-/blob/development/scripts/01450%20Systems/00004%20Message/00002%20UI/00003%20Layout%20sub.rb#L69

Faces are now in 

module UI
  module Message
    module Layout
...