- 132
- Posts
- 10
- Years
- New Brunswick
- Seen May 6, 2023
So recently I've added certain gen 6 mechanics to my version 13 Essentials, namely just the basics like pokémon, types, moves... Because v13 has contest categories in the PBS moves file (Beauty, Cool, Smart, etc.), I've had to add them to the newer PBS file. So, here's an example of two lines from the PBS:
I've also updated the script sections Pokemon_Moves and Pokemon_MoveEffects from version 16 of Essentials (while changing each PBS Move's function code to actually correspond to the codes in MoveEffects.) Lastly, I've noticed certain moves have no flags whatsoever in the PBS file.
SO, when I go into battle and use any move, nothing happens, it just skips my turn. Same happens for my opponent. Is there another script section in need of updating, or do I need to add flags to each move? Thanks.
PS - I'm aware I could just update Essentials entirely, but I'd like to avoid that if possible.
Spoiler:
559,WITHDRAW,Withdraw,01D,0,WATER,Status,0,40,0,10,0,d,Cute,"The user withdraws its body into its hard shell, raising its Defense stat."
560,AROMATICMIST,Aromatic Mist,138,0,FAIRY,Status,0,20,0,100,0,b,Smart,"The user raises the Sp. Def stat of an ally Pokémon with a mysterious aroma."
560,AROMATICMIST,Aromatic Mist,138,0,FAIRY,Status,0,20,0,100,0,b,Smart,"The user raises the Sp. Def stat of an ally Pokémon with a mysterious aroma."
I've also updated the script sections Pokemon_Moves and Pokemon_MoveEffects from version 16 of Essentials (while changing each PBS Move's function code to actually correspond to the codes in MoveEffects.) Lastly, I've noticed certain moves have no flags whatsoever in the PBS file.
SO, when I go into battle and use any move, nothing happens, it just skips my turn. Same happens for my opponent. Is there another script section in need of updating, or do I need to add flags to each move? Thanks.
PS - I'm aware I could just update Essentials entirely, but I'd like to avoid that if possible.
Last edited by a moderator: