been improving the code and fixed a few bugs. added a UI for the monster party and the items. havent uploaded the code yet though i want to make sure i find all the bugs. still havent uploaded the dodge and crit, poison, burn cut and the 10 elemental moves and also a few new pokemon. still trying to polish the game and find all the bugs... sometimes the burn gets triggered twice. my attack code is a nightmare. when i implemented speed i had to keep track of who was attacking first based on the speed. its pretty confusing, been thinking of doing a different aproach for managing the attack sequence. maybe an attack queue? sometimes i have double attacks or tripple attacks and then having it burn at the end of the turn or poison, i need to somehow do it in a certain order i think. chatgpt has a word limit but perplexity doesnt but it has a limit to how many times you can upload text to it per day. but i was thinking of seeing if it can come up with some way of having an attack queue. like an array of attacks and it plays it in a sequence. would make my attacking logic pretty fancy.