In Emerald and FRLG, the API currently reports these Pokemon as available to capture in Altering Cave:
- Aipom
- Houndour
- Mareep
- Pineco
- Shuckle
- Smeargle
- Stantler
- Teddiursa
- Zubat
However, only Zubat is ever in this location in both games.
This is because in the games code, there was a planned event distribution that would change which Pokemon can appear. See Pret: PokeFirered
It is functional, being that I could change the value to get these Pokemon to spawn, but only with glitches or hacks to change the value in VAR_ALTERING_CAVE_WILD_SET.
I would think presenting this data as true doesn't make sense considering the events were never available, so all except zubat should be removed. Thoughts?
In Emerald and FRLG, the API currently reports these Pokemon as available to capture in Altering Cave:
However, only Zubat is ever in this location in both games.
This is because in the games code, there was a planned event distribution that would change which Pokemon can appear. See Pret: PokeFirered
It is functional, being that I could change the value to get these Pokemon to spawn, but only with glitches or hacks to change the value in
VAR_ALTERING_CAVE_WILD_SET.I would think presenting this data as true doesn't make sense considering the events were never available, so all except zubat should be removed. Thoughts?