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!
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.
In V2, there's a bug where selecting half your party for the battle frontier results in some buggy text appearing in the bottom right. The fix to this is in the function "CreateCancelConfirmWindows". We need to replace
cancelWindowId = AddWindow(&sMultiCancelButtonWindowTemplate)...
You can add a label to the top of the nicknaming screen by editing "gText_MoveOkBack" in src/strings.c
For example, you can set it to "{DPAD_NONE}Move {A_BUTTON}Ok {B_BUTTON}Back {R_BUTTON}Change case"
Hey there! I really appreciate the feedback; it's really helpful for me as a developer to hear other ideas and different takes on features in the game!
Even more variable settings could be an option. Because this is a decomp hack, adding menus and the like is actually incredibly simple. It's...
Yes, many Pokemon have been buffed. Note however there are also some Pokemon specifically excluded due to balance/overcrowding reasons, including Parasect.
You can find puzzle solutions in the documentation folder!
Apologies, I forgot about this Pokécommunity thread! This hack is not completed, but it can be played up to Zone 20 at the moment. There will eventually be 50 Zones. Feel free to follow up with any more questions if you have them!
This is amazing, big fan of you work! I did find an issue where only the base form's data is shown, even if the base form is not caught. For example, a caught Alolan Diglett doesn't show any data about Alolan Diglett and instead only shows data for regular Diglett.
I'd like to report a bug in the daycare functionality. In src/daycare.c, cap is never related to sLevelCaps[i] anywhere, so it's by default set to zero. This means every single mon will be affected by the soft level cap on experience for the daycare. This can be easily fixed by adding cap =...
Thanks! I really like some of these ideas and might use them. I will say that HM moves should be deletable, as I just tested by catching a wild Pikipek with Rock Smash and replacing with TM Protect. Let me know if this problem persists and I'll look into it.
Pokémon Battle Labyrinth
book Story
Hello there!
You've been invited to participate in an experiment run by Dr. Colress of the Unova region. He has created a specialized simulation for only the strongest of trainers, called the Pokemon Battle Labyrinth! Fight your way through a gauntlet of...
I sometimes do monotypes of ROM hacks I know are difficult, because I want to Nuzlocke them eventually and I need knowledge about the game first (difficulty spikes, tough battles, etc)