- 825
- Posts
- 9
- Years
- The Dissa Region
- Seen Oct 7, 2024
My game has two possible scenarios where you can attempt to catch a trainer's Pokemon without the trainer deflecting the Pokeball. One - which is in default Essentials - is if the Pokemon in question is a Shadow Pokemon (I removed the Snag Ball requirement). The other is if the Pokemon is of a specific species and has a certain flag active - this relates to a sidequest/event in my game.
Other than changing the conditions under which you can catch a Trainer's Pokemon - a single like of code that's the start of an if statement - and adding an after-battle condition that forces you to send a party member to the PC if you successfully caught the sidequest Pokemon and have a full party, I edited nothing in regards to catching Pokemon. Therefore, I assume this is an error that is in either basic Essentials or the Gen VI Pack, which is what I'm using.
When I catch a trainer's Pokemon, the battle goes on as planned. However, their next Pokemon will spawn lower than it should, as seen in the picture below.
What's causing this?
Other than changing the conditions under which you can catch a Trainer's Pokemon - a single like of code that's the start of an if statement - and adding an after-battle condition that forces you to send a party member to the PC if you successfully caught the sidequest Pokemon and have a full party, I edited nothing in regards to catching Pokemon. Therefore, I assume this is an error that is in either basic Essentials or the Gen VI Pack, which is what I'm using.
When I catch a trainer's Pokemon, the battle goes on as planned. However, their next Pokemon will spawn lower than it should, as seen in the picture below.
What's causing this?
Last edited: