• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

[Graphic✓] Error increasing number of characters in pokemon name

  • 13
    Posts
    3
    Years
    I'm having trouble making the addition of one more character in the POKEMON name from 10 to 11 characters to fit the enemy's name as shown in the image below.

    I changed the battle_interface.c to match the character's pokemon.

    Does anyone have any idea how to make this part of another character in the pokemon's name work more smoothly?
     

    Attachments

    • [PokeCommunity.com] Error increasing number of characters in pokemon name
      unknown.png
      22.5 KB · Views: 31
    I'm having trouble making the addition of one more character in the POKEMON name from 10 to 11 characters to fit the enemy's name as shown in the image below.

    I changed the battle_interface.c to match the character's pokemon.

    Does anyone have any idea how to make this part of another character in the pokemon's name work more smoothly?
    I told you this in "Whack a Hack!", but you need to look into expanding the battle boxes' sprites which are located in graphics/interface, and possibly, you may also need to adjust their size or the position of the elements inside the battle boxes, which is likely done by the functions of the code present in the src/battle_interface.c file.
    Did you try to look into it yet?
     
    Last edited:
    I told you this in "Whack a Hack!", but you need to look into expanding the battle boxes' sprites which are located in graphics/interface, and possibly, you may also need to adjust their size or the position of the elements inside the battle boxes, which is likely done by the functions of the code present in the src/battle_interface.c file.
    Did you try to look into it yet?

    I've fished and the player's pokemon had the same problem. I've already edited it, but I can't find where it does it in the oponenee pokemon, I even searched on Github for some roms in development and launched but I didn't find anything.

    And yes it had to change in the graphics/battle_interface and src/battle_interface.c, i have already modified both but I have not had success on the Player side and not on the opponent's side.
     
    solve the problem completely when using 11 characters for the pokemon's name and nickname now when using 12 characters when poke level ups everything is messed up put this example of the error
     

    Attachments

    • [PokeCommunity.com] Error increasing number of characters in pokemon name
      unknown.png
      9.9 KB · Views: 23
    Back
    Top