diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-15 14:36:53 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-15 14:36:53 -0700 |
commit | fcd62bf39372bbb26e21f3dfb67ccf1782954834 (patch) | |
tree | 065d2081953cfbec1bfcca3f3f9b335f580290e8 /include/global.fieldmap.h | |
parent | 7d657ef56716fd01bacf4a47df50ad0ec3d03b10 (diff) |
Start decomp on rest of secret_base
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 5c93eb8ab..7a8cc4592 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -111,11 +111,11 @@ struct CoordEvent struct BgEvent { - u16 x, y; - u8 unk4; - u8 kind; - // 0x2 padding for the union beginning. - union { // carried over from diego's FR/LG work, seems to be the same struct + /*0x00*/u16 x; + /*0x02*/u16 y; + /*0x04*/u8 unk4; + /*0x05*/u8 kind; + /*0x08*/union { // carried over from diego's FR/LG work, seems to be the same struct // in gen 3, "kind" (0x3 in BgEvent struct) determines the method to read the union. u8 *script; |