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