P3D-Legacy/P3D/Screens/Pokemon
JappaWakka f4354a9922 Make it possible to check if pkmn can learn attack
@pokemon.select has an extra argument. If it is set to an attack ID, it will be visible which Pokémon can learn that move while selecting.

Added @Pokemon.CanLearnAttack(PartyIndex,AttackID)
Returns if the Pokémon can learn the specified move.
2024-05-14 11:02:47 +02:00
..
ChooseAttackScreen.vb Fix attack desc not fitting in ChooseAttackScreen 2023-12-22 15:34:38 +01:00
Daycare.vb Fix Pokémon Learn Move Bugs 2024-02-14 12:08:59 +01:00
EvolutionCamera.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
EvolutionScreen.vb Fixed multiple evolution softlock 2024-02-27 09:54:47 +01:00
HatchEggScreen.vb various fixes 2024-03-21 22:14:47 -05:00
LearnAttackScreen.vb Fix Pokémon Learn Move Bugs 2024-02-14 12:08:59 +01:00
NameObjectScreen.vb Fix position text and inputbox 2023-08-01 13:18:58 +02:00
PartyScreen.vb Make it possible to check if pkmn can learn attack 2024-05-14 11:02:47 +02:00
PokemonScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
PokemonScreenV2.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
PokemonStatusScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
SummaryScreen.vb Fix egg watch text outside box 2024-04-07 15:04:07 +02:00
TeachMovesScreen.vb Fix Pokémon Learn Move Bugs 2024-02-14 12:08:59 +01:00