• 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!
  • 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.

[Graphics] How to move Option menu's fields?

McPaul

On my way to become a controversial and hated memb
  • 289
    Posts
    7
    Years
    Hey yo!

    I'm trying to change defaults Option menu's categories such as set battle style and fast text speed and move them so they are aligned for graphic convenience. I've tried many combinations in src/option_menu.c but even if the text of the options move the fuctions themselves won't. Could someone help me please? Thanks a lot!
     
    I actually found it after some hours of tries! I changed all the default text speed part! So I'm sharing it with you guys!

    First I changed the default text speed of the game located in src\new_game.c which is gSaveBlock2Ptr->optionsTextSpeed = OPTIONS_TEXT_SPEED_MID; to gSaveBlock2Ptr->optionsTextSpeed = OPTIONS_TEXT_SPEED_FAST;.

    Then I opened src\option_menu.c and changed all this part:

    Spoiler:


    to

    Spoiler:


    Here it is!
    [PokeCommunity.com] How to move Option menu's fields?
    Fast text speed by default with the FAST option in the first position in the OPTION menu!
     
    Back
    Top