So this went like at the first moves, I got a call and I got DCD. When I logged back, the sprite was of scolipede itself which I was currently using but the moves had changed to kyogre's. So I guess it might be a bug? Hope you reach it soon. Regards, Sam Holmes
Nope, just the scolipede got kyogre moves display while when I switched to kyogre, it had scolipede moves display. Rest all were perfect as usual.
Code (java): ''Team View for (int i = 0; i < 6; i++) { BattlePoke poke = activeBattle.myTeam.pokes[i]; pokeList[i].update(poke, activeBattle.allowSwitch && !activeBattle.clicked); } Code (java): '' Displayed Moves for (int i=0; i < 4; i++) { displayedMoves[i] = new BattleMove(myTeam.pokes[0].moves[i]); } Altered displayed moves should mean altered team view because they use the same reference
I don't know what happened. It's just, the moves were exchanged after I logged in. Considered it to be a bug and posted it up.