Box trick: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (Categorized)
mNo edit summary
Line 1: Line 1:
The '''Box trick''' is a method in the Pokémon games that allows a Pokémon to gain [[Effort values|effort points]] without necessarily leveling up in the process. This method is most useful when training a Pokémon that is already at level 100.
The '''Box trick''' is a method in the Pokémon games that allows a Pokémon to gain [[Effort values|effort points]] without necessarily leveling up in the process. This method is most useful when training a Pokémon that is already at level 100.


Usually, a Pokémon gains stat points when they level up, based on the amount of effort points that the Pokémon has acquired through battle, and based on it's own [[Stats#Base Stats|base stats]]. But by depositing a Pokémon into your PC and withdrawing it, the game will, in the process of depositing\withdrawing, recalculate the stats of your Pokémon based on the amount of effort points etc. it possesses.
Usually, a Pokémon gains stat points when they level up, based on the amount of effort points that the Pokémon has acquired through battle, and based on it's own [[Stats#Base Stats|base stats]]. But by depositing a Pokémon into your PC and withdrawing it, the game will, in the process of depositing\withdrawing, recalculate the stats of your Pokémon based on the amount of effort points etc. it possesses. The reason it does this is because while in the box the actual stat values are not stored, so they must be calculated when taken out or viewed. (see [[Pokémon data structure in the GBA]] )


[[Category:Game mechanics]]
[[Category:Game mechanics]]

Revision as of 22:18, 7 July 2006

The Box trick is a method in the Pokémon games that allows a Pokémon to gain effort points without necessarily leveling up in the process. This method is most useful when training a Pokémon that is already at level 100.

Usually, a Pokémon gains stat points when they level up, based on the amount of effort points that the Pokémon has acquired through battle, and based on it's own base stats. But by depositing a Pokémon into your PC and withdrawing it, the game will, in the process of depositing\withdrawing, recalculate the stats of your Pokémon based on the amount of effort points etc. it possesses. The reason it does this is because while in the box the actual stat values are not stored, so they must be calculated when taken out or viewed. (see Pokémon data structure in the GBA )