• 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!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Other] Just questions on tons of bugs

So, after finishing my hacks, people who's been playing them stumbled across tons of bugs. And some of them I have no idea how to fix. So here they go:

In FireRed:
- Non of two daycares accept your Pokemon. After you select a Pokemon you want to left at the daycare, daycare man or lady responds just with "Fine. Come again later" and don't take your Pokemon. Their scripts aren't the issue, they are the same as the original. It can be something wrong with the Daycare special.

In Emerald:
- Roaming Lati@s just resets after every battle like it's the first encounter with full HP and PP and no status. It still roams even after you capture or defeat it.
- Sometimes after ending a battle or exiting the menu near some NPCs your character stops moving and you instead start controlling one of those NPCs.
- Some Pokemon eggs won't ever hatch for some reason and some eggs just freeze the game when you try to take them from the daycare man.

If you know what's the problem and how to fix it - huge thanks in advance.
 
So, after finishing my hacks, people who's been playing them stumbled across tons of bugs. And some of them I have no idea how to fix. So here they go:

In FireRed:
- Non of two daycares accept your Pokemon. After you select a Pokemon you want to left at the daycare, daycare man or lady responds just with "Fine. Come again later" and don't take your Pokemon. Their scripts aren't the issue, they are the same as the original. It can be something wrong with the Daycare special.

In Emerald:
- Roaming Lati@s just resets after every battle like it's the first encounter with full HP and PP and no status. It still roams even after you capture or defeat it.
- Sometimes after ending a battle or exiting the menu near some NPCs your character stops moving and you instead start controlling one of those NPCs.
- Some Pokemon eggs won't ever hatch for some reason and some eggs just freeze the game when you try to take them from the daycare man.

If you know what's the problem and how to fix it - huge thanks in advance.

FireRed:
Are you sure the script of the daycare man is like this?
Spoiler:

Emerald:
I really don't know about the first and third, but the second is caused if you set the movement of the NPC in A-Map to anything except for the first one.

For Example, there are two
Code:
[B]Walk left and right[/B]    (← Select this one)
Walk left and right
in A-Map.

Select the first one.


Cheers.
 
FireRed:
Are you sure the script of the daycare man is like this?
Spoiler:

Emerald:
I really don't know about the first and third, but the second is caused if you set the movement of the NPC in A-Map to anything except for the first one.

For Example, there are two
Code:
[B]Walk left and right[/B]    (← Select this one)
Walk left and right
in A-Map.

Select the first one.


Cheers.

FireRed:
No, it's definitely not the script, I even tried to copy one from the vanilla rom and the results were still the same.

Emerald:
Man, thank you so much for the fix! This bug was popping up in various places and I just didn't know what was causing it. Thank you again!
 
FireRed:
No, it's definitely not the script, I even tried to copy one from the vanilla rom and the results were still the same.

Emerald:
Man, thank you so much for the fix! This bug was popping up in various places and I just didn't know what was causing it. Thank you again!

Concerning FireRed, I can only think that maybe there is something wrong with the pointers.
For Emerald, if you know ASM and how to compile it, then to fix the first and third problem, maybe you could try here.

Good Luck.
 
Concerning FireRed, I can only think that maybe there is something wrong with the pointers.
For Emerald, if you know ASM and how to compile it, then to fix the first and third problem, maybe you could try here.

Good Luck.

I already fixed it for FireRed, thanks. There was a problem in another script that conflicted with the daycare script.

As for Emerald, I'll check if there's a solution in that thread, thanks.
 
Back
Top