GameFreak Gen 6 Data: Difference between revisions

From ProjectPokemon Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 49: Line 49:
| u16
| u16
| Ability number
| Ability number
|}
== gfl::fs::ver4::ArcFileAccessor Data  ==
{| border="1" style="border: 1px solid #999; border-collapse: collapse;"
|- style="background: #ccc;" align="center"
! Offset
! Description
|- style="background: #eee;" align="center"
| 0x0
| vtable
|- style="background: #eee;" align="center"
| 0x4
| Ptr to GARC memory block
|- style="background: #eee;" align="center"
| 0x8
| Ptr to FATO data in block
|- style="background: #eee;" align="center"
| 0xC
| Ptr to FATB data in block
|- style="background: #eee;" align="center"
| 0x10
| Ptr to FIMB data in block
|}
|}

Revision as of 04:08, 6 June 2015

HeapData

Offset Description
0x0 Heap pointer
0x4 Bitflags for heap


Heap Bitflags

Offset Description
0 In use
1 Main heap


Pokemon Temp Data

Offset Type Description
0x8 u64 pid and 0
0x10 u32 tid/sid
0x20 u16 Nature
0x22 u16 Ability number


gfl::fs::ver4::ArcFileAccessor Data

Offset Description
0x0 vtable
0x4 Ptr to GARC memory block
0x8 Ptr to FATO data in block
0xC Ptr to FATB data in block
0x10 Ptr to FIMB data in block