• 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!
  • Akari, Selene, Mint, Solana - 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.

EBS Change position of "What will "POKEMON" do?"

  • 79
    Posts
    9
    Years
    • Seen Jan 17, 2017
    I want to change this to the middle:
    [PokeCommunity.com] EBS Change position of "What will "POKEMON" do?"

    But I cant find a way to do this.
    Im using EBS so I thought I could change it in the "UI" section
    but I could not figure out how...
     
    Last edited by a moderator:
    yes. J want to try and modified version of vanilla 15 though.
    But I tested it with 16.2.
    Using Kleins Bw Kit though but in older versions of EBS I didnt had that
    problem.
    But anyway there has to be a way to change the position...
     
    To do this, you should change a EBS function that will imply, in the future, a difficulty to update it. Do you really want my help?
     
    In class NewCommandWindow, into def text=(msg), replace the line:
    Code:
    x = NEXTGENUI && DS_STYLE ? bitmap.width - 12 : bitmap.width/12
    with:
    Code:
    x = Graphics.width/2 #Or whatever you want
     
    Thank you for all the help recently!
    Yeah works like it should and I tested now everything
    (that came across my mind (so not that much)) to test if there are
    now errors or not working abilities. Everything seems to work now.
    There is just a graphic thing i dont like.
    The "What will POKEMON do?" message is normally supposed to be right in a vanilla essentials with ebs.
    So if I push it to the middle the players pokemon HP Bar thingy overlaps with the message slightly.
    I already searched for "layer1" in the UI script section and tried to change it but I cant modify the
    height for that. Well probably I can but didnt find the right section for that.
    [PokeCommunity.com] EBS Change position of "What will "POKEMON" do?"


    If possible I dont want to change the height of the hp bar permanently.
    Just want it to move up when the message appears and afterwards move back down.
    Oh and one last thing. When Im using single screen than the hp bar vanishes if I click on "Fight".
    Well that makes sense but if im using double screen than theres no need for that. It can stay
    and don't have to vanish because the moves of the pokemon are displayed in the lower screen.
     
    Last edited by a moderator:
    In class NewCommandWindow, into def text=(msg), replace the line:
    Code:
    x = NEXTGENUI && DS_STYLE ? bitmap.width - 12 : bitmap.width/12
    with:
    Code:
    x = Graphics.width/2 [COLOR="Red"]#Or whatever you want[/COLOR]

    Code:
    x = Graphics.width/2 + 48
     
    Yeah that moves the message to the left... Oo
    But I want to move the players pokemon Hp thingy
     
    Well nevermind. Only thing left
    is that when I click on Fight, that the player hp bar doesnt dissappear.
     
    No. Because when I enter the menu where i can choose my move in a normal single screen
    essentials than it would overlap with the hp bar.
    But I have 2 screens so that wouldnt be neccessary...
    Well its not that important.
     
    No. Because when I enter the menu where i can choose my move in a normal single screen
    essentials than it would overlap with the hp bar.
    But I have 2 screens so that wouldnt be neccessary...
    Well its not that important.
    You would that player HP bar disappears when you enter the "Fight Menu"?
     
    No I want the opposite ^^
    because by default it disappears when I enter the "Fight Menu".
    The EBS is mainly for single screens. The hp bar disappears
    because the fight menu would otherwise overlap with it.
    With 2 screens no problem.
     
    No I want the opposite ^^
    because by default it disappears when I enter the "Fight Menu".
    The EBS is mainly for single screens. The hp bar disappears
    because the fight menu would otherwise overlap with it.
    With 2 screens no problem.
    Because i'm going to sleep, I'll try to solve this problem tomorrow.
     
    Back
    Top