Manekimoney
Banned
- 169
- Posts
- 7
- Years
- Seen Jan 18, 2024
Pokemon games have a feature that ignores mythical pokemon, when you "complete" the Pokedex. This includes Mew in the regional dex.
In my hack, I'm trying to give the player a reward for catching all the 151 fakemon, but since the hack replaces all the Kanto pokemon, including Mew, the game won't care if you caught that final pokemon or not.
The way the game checks, if the player caught all Kanto pokemon, is with the ""special 0x14F" script command, so scripting cannot change the way the game checks that.
I would assume that the game keeps track of pokemon to ignore for Pokedex completion. If I could find the hex location of where that is stored, I could perhaps replace Mew with a pokemon, that is outside the regional dex, like Wynaut for example, so it wouldn't matter for the regional checking.
Although there could also be a thing that the game only checks if you only caught the first 150 pokemon for the regional dex specifically and nothing else
The problem is, I don't know where I could find this stuff, if these even are the ways the game does check that.
In my hack, I'm trying to give the player a reward for catching all the 151 fakemon, but since the hack replaces all the Kanto pokemon, including Mew, the game won't care if you caught that final pokemon or not.
The way the game checks, if the player caught all Kanto pokemon, is with the ""special 0x14F" script command, so scripting cannot change the way the game checks that.
I would assume that the game keeps track of pokemon to ignore for Pokedex completion. If I could find the hex location of where that is stored, I could perhaps replace Mew with a pokemon, that is outside the regional dex, like Wynaut for example, so it wouldn't matter for the regional checking.
Although there could also be a thing that the game only checks if you only caught the first 150 pokemon for the regional dex specifically and nothing else
The problem is, I don't know where I could find this stuff, if these even are the ways the game does check that.
Last edited: