mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
update structure docs
This commit is contained in:
parent
338638db94
commit
b6261e57a3
1 changed files with 11 additions and 3 deletions
|
@ -33,10 +33,18 @@ namespace PKHeX.Core
|
|||
|
||||
OT = GetString(0x770, 0x12);
|
||||
|
||||
// 0x18 starts the header table
|
||||
// Block 00, Offset = ???
|
||||
// Block 01, Offset = Mii Data
|
||||
// Block 02, Offset = Mii Link Data
|
||||
// Block 03, Offset = Pokemon Data
|
||||
// Block 04, Offset = ??
|
||||
|
||||
// Unpack the binary a little:
|
||||
// count, Mii data[count]
|
||||
// count, Mii Link data[count]
|
||||
// count, Pokemon (PK4 + metadata)[count]
|
||||
// size, count, Mii data[count]
|
||||
// size, count, Mii Link data[count]
|
||||
// size, count, Pokemon (PK4 + metadata)[count]
|
||||
// size, count, ???
|
||||
|
||||
/* ====Metadata====
|
||||
* uint8_t poke_type;// 01 trainer, 04 hayley, 05 traded
|
||||
|
|
Loading…
Reference in a new issue