private void StoreMisc(int i) { int j = 12 * i; gs.StoreByte(j, mc.prus); gs.StoreByte(j + 1, mc.met); gs.StoreUShort(j + 2, mc.origins); gs.StoreUInt(j + 4, mc.IvEggAbility); gs.StoreUInt(j + 8, mc.ribbons); }
private void StoreTeamInfo() { StoreParty(); Console.WriteLine("Get Sec Key: " + TrainerInfo.securityKey); gs.StoreUInt(0x0290, (TrainerInfo.money ^ TrainerInfo.securityKey)); }