| data.getInt("ppUp0"),
data.getInt("ppUp1"),
data.getInt("ppUp2"),
data.getInt("ppUp3")
});
p.reinitialise();
/*
* Set exp, nickname, isShiny and exp gain type
*/
p.setBaseExp(data.getInt("baseExp"));
p.setExp(Double.parseDouble(data.getString("exp")));
|