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

[pokeemerald] need help looking for or learning a randomizer script

  • 5
    Posts
    1
    Years
    • Seen Oct 24, 2024
    hello everyone. i recent gained an interest in decomp romhacking. i have an idea for the project i want to do, using the emerald rom, but i need some help. i have been trying to find out how to add a randomizer script to my project, as well as a pokemon color palette randomizer based on pokemon type.
     
    hello everyone. i recent gained an interest in decomp romhacking. i have an idea for the project i want to do, using the emerald rom, but i need some help. i have been trying to find out how to add a randomizer script to my project, as well as a pokemon color palette randomizer based on pokemon type.
    I imagine that by "randomizer script" you mean general randomizing capabilities, yeah?
    You have 2 options, you can either merge TheXaman's tx_randomizer_and_challenges branch into your project, or you can manually implement the code changes from this PR of the Pokeemerald-expansion, though I would suggest you only consider that after the PR has been merged. You have no idea what changes could be made to the PR as a result of the Pokeemerald-expansion's mantainers' reviews after all.

    For palette randomization, you could merge Citrus Bolt's helios_color-variation branch which applies hue shift to sprites based on species constants and tweak its code or constants.
     
    thank you. this helps alot. now i just need to figure out which parts i need. and where to add it. still learning
     
    Back
    Top