- 2
- Posts
- 4
- Years
- Seen today
Hello,
I'm new to decomp, and recently I've run into a very confounding error with my pokeemerald expansion project (it contains the battle engine, pokemon expansion, and item expansion). I added a new pokemon (named Smeltling) according to the manual on pret's github, while noticing that the layout of pokeemerald-expansion is a little different. After adding all the necessary bits of code to create the mon I ran a test; alas, my new pokemon was a mega venusaur instead!
![[PokeCommunity.com] [pokeemerald] Adding a new pokemon? [PokeCommunity.com] [pokeemerald] Adding a new pokemon?](https://data.pokecommunity.com/attachments/13/13764-08813202d58183b5a93c6a595057a5b3.jpg)
![[PokeCommunity.com] [pokeemerald] Adding a new pokemon? [PokeCommunity.com] [pokeemerald] Adding a new pokemon?](https://data.pokecommunity.com/attachments/13/13765-7133dd281242767de5ffe406807dbd1d.jpg)
Strangely enough, the typing, ability, and moveset of the pokemon, as well as the pokedex entry are as I intended. However, both the name and the sprite are mega venusaur. I can sort of see why they turn out to be this way, as mega venusaur is the next species constant in line. However, I don't understand why this is happening, especially given that it's just the name and sprite that are different. Any help would be greatly appreciated!
- This is a snip of my species.h file. I know it's not very useful by itself, but I just wanted to show the correlation
I'm new to decomp, and recently I've run into a very confounding error with my pokeemerald expansion project (it contains the battle engine, pokemon expansion, and item expansion). I added a new pokemon (named Smeltling) according to the manual on pret's github, while noticing that the layout of pokeemerald-expansion is a little different. After adding all the necessary bits of code to create the mon I ran a test; alas, my new pokemon was a mega venusaur instead!
![[PokeCommunity.com] [pokeemerald] Adding a new pokemon? [PokeCommunity.com] [pokeemerald] Adding a new pokemon?](https://data.pokecommunity.com/attachments/13/13764-08813202d58183b5a93c6a595057a5b3.jpg)
![[PokeCommunity.com] [pokeemerald] Adding a new pokemon? [PokeCommunity.com] [pokeemerald] Adding a new pokemon?](https://data.pokecommunity.com/attachments/13/13765-7133dd281242767de5ffe406807dbd1d.jpg)
Strangely enough, the typing, ability, and moveset of the pokemon, as well as the pokedex entry are as I intended. However, both the name and the sprite are mega venusaur. I can sort of see why they turn out to be this way, as mega venusaur is the next species constant in line. However, I don't understand why this is happening, especially given that it's just the name and sprite that are different. Any help would be greatly appreciated!
![[PokeCommunity.com] [pokeemerald] Adding a new pokemon? [PokeCommunity.com] [pokeemerald] Adding a new pokemon?](https://data.pokecommunity.com/attachments/13/13766-536f6bb424c367dde64520801461305b.jpg)