A propos of nothing. If you want to ruin improve ruin the game for yourself cheating, few quick tricks available through the console:
HealParty(trainer1)
will heal and clear status for entire (typically player's) party. Hunt these pokemons all day
playerparty[X].IVs = [a, b, c, d, e, f]
allows to manually redefine IVs for the pokemon sitting in slot X of player's party (where X is 0-5, with 0 being the topmost, etc and a, b, c and so on are values in range 0-31)
playerparty[X].RecalculateStats()
updates attributes of pokemon sitting in slot X of player's party. Useful after changing IVs
classstats["Type"] = X
sets cap for given pokemon type to X, where "Type" is capitalized name of the type you're changing, i.e. "Normal", "Fire", "Water" etc
playerparty[X].GainExperience(Y)
grants Y amount of EXP acquired to pokemon in slot X of player's party and levels up the pokemon if applicable