no structs in this file yet.
hit New to build one, or type it in. offsets come from the field types:
struct Player @ 0x016C7C30 {
name : string[16]
health : i32
posX : f32
}
set r3, player as Player
lwz r4, player.health # 0x10(r3)
lfs f1, player.posX # 0x14(r3)