m_theirPokes[index].setImage(new Image(Pokemon.getIconPathByIndex(ic)));
} catch (SlickException e){}
LoadingList.setDeferredLoading(false);
// Load pokemon data
OurPokemon tempPoke = new OurPokemon().initTradePokemon(data);
// Create a pokemon information panel with stats
// for informed decisions during trade
m_theirPokeInfo[index] = new PokemonInfoDialog(tempPoke);
m_theirPokeInfo[index].setVisible(false);