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

Recent content by Mashanny

  1. M

    Simple Modifications Directory

    Make text autoscroll gflib/text.c subStruct->autoScrollDelay = 0; Add this to this if statement in TextPrinterWaitAutoMode. Just so it doesn't go too fast. if (subStruct->autoScrollDelay == 49) { subStruct->autoScrollDelay = 0; return TRUE; } else I added it as an...
  2. M

    Simple Modifications Directory

    Make text speed-up like holding the A/B buttons automatically go to RenderText and remove on lines 846 and 852.JOY_HELD(A_BUTTON | B_BUTTON) && I.e. This switch (textPrinter->state) { case 0: if ((JOY_HELD(A_BUTTON | B_BUTTON)) && subStruct->hasPrintBeenSpedUp)...
  3. M

    How to add scrollbar to options menu?

    So I've adjusted the autorun made by ghoulslash, so that it doesn't replace the button mode but adds to the option menu. Problem is I now have the autorun options at the bottom, replacing the Cancel at the bottom (it's now invisible at the bottom but can still be selected). I've done a quick...
  4. M

    [Pokeemerald] About the basics of Git and starting a project with the Pokeemerald-expansion

    Yup, that seems to have fixed it. I couldn't find the species file at first, but putting them in battle_config.h seems to have fixed it as well. When I went to add them to species.h instead, it appears it's just the Zygarde species that are missing. Thank you both anyways!
  5. M

    [Pokeemerald] About the basics of Git and starting a project with the Pokeemerald-expansion

    Thanks, that's solved that error at least. Any idea for this next one?
  6. M

    [Pokeemerald] About the basics of Git and starting a project with the Pokeemerald-expansion

    Hi, I'm repeatedly having issues with this. Each time I've deleted the pokeemerald_egg folder and started again from the beginning. Not sure if I need to restart from even earlier in the process though. Not sure what the issue is, I've tried different make -jN. This final one is make -j1.
Back
Top