mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-25 03:47:09 +00:00
Force alignment
FieldOffset isn't implied, fun.
This commit is contained in:
parent
05364212ba
commit
5da9b4a70a
1 changed files with 3 additions and 2 deletions
|
@ -13,12 +13,13 @@ namespace PKHeX.Core
|
||||||
public byte MapNum { get; set; }
|
public byte MapNum { get; set; }
|
||||||
public byte MapGroup { get; set; }
|
public byte MapGroup { get; set; }
|
||||||
public byte Level { get; set; }
|
public byte Level { get; set; }
|
||||||
// 3byte align
|
public byte Unused1 { get; set; }
|
||||||
|
public ushort Unused2 { get; set; }
|
||||||
public ushort Move1 { get; set; }
|
public ushort Move1 { get; set; }
|
||||||
public ushort Move2 { get; set; }
|
public ushort Move2 { get; set; }
|
||||||
public ushort Move3 { get; set; }
|
public ushort Move3 { get; set; }
|
||||||
public ushort Move4 { get; set; }
|
public ushort Move4 { get; set; }
|
||||||
public byte Zero { get; set; }
|
public byte Unused3 { get; set; }
|
||||||
public byte EncounterProbability { get; set; }
|
public byte EncounterProbability { get; set; }
|
||||||
public ushort DaysLeft { get; set; }
|
public ushort DaysLeft { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue