08-02-2009, 01:23 AM
Pages: 1 2
08-02-2009, 01:25 AM
Technically, they ARE pokemon. Pokemon have egg groups, even legendaries. Ditto can breed with any pokemon except those in the "No eggs" group.
08-02-2009, 01:30 AM
(08-02-2009 01:23 AM)Wario Bros. Wrote: [ -> ]Do glitch Pokemon even have any Egg groups?
No. Only the regular Pokemon do.
08-02-2009, 02:10 AM
Depends how the game handles Pokemon with no egg group.
Either it'll behave like, say, Magnemite, and produce another in spite of it having no gender, or nothing will happen.
It won't destroy the game; that's certain.
Either it'll behave like, say, Magnemite, and produce another in spite of it having no gender, or nothing will happen.
It won't destroy the game; that's certain.
08-02-2009, 02:12 AM
If the pokemon has no egg group, there will be no data to draw from when the game is trying to decide if the pokemon breeds or not. Trying to load data that doesn't exist = game crashing. That's why they put an Arceus ??? type sprite in the game. Any hacker can change a pokemon's type.
08-02-2009, 02:16 AM
Wait a minute, I just remembered something I did an action replay code in order to get a glitch Pokémon on my Ruby, the code made the old lady who had the Wynaut egg have another egg but it contains a glitch Pokémon (don't worry, it didn't screw up my game) It took a LOOOONG for it to hatch but I got it. Saddy, I had to release it because "Pokémon Box: Ruby & Sapphire" wouldn't let me play the game unless I released it.
08-02-2009, 02:42 AM
Pokemon Box always does that. Some of the games have their own way of dealing with glitches- PBR shows all hacked pokemon as Bad Eggs. Not sure what else they do, though.
Maybe something similar to this, as I don't have PBR:
http://www.serebii.net/comic/03.shtml
Maybe something similar to this, as I don't have PBR:
http://www.serebii.net/comic/03.shtml
08-02-2009, 06:18 PM
(08-02-2009 02:12 AM)Kudamon X Wrote: [ -> ]If the pokemon has no egg group, there will be no data to draw from when the game is trying to decide if the pokemon breeds or not. Trying to load data that doesn't exist = game crashing. That's why they put an Arceus ??? type sprite in the game. Any hacker can change a pokemon's type.
Trying to load data that doesn't exist will only crash the game if there is no exception handler. Quick psuedocode to demonstrate:
Code:
chk eggtype
if 0
branch "Group_17"Glitch Pokemon CAN be obtained in normal circumstances; not taking five minutes to keep the game from crashing when you breed them would be idiotic.
Pages: 1 2