diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-05 17:53:03 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-06 00:18:20 -0500 |
commit | 49a5bda839e5873e74017192ba1a33851897b025 (patch) | |
tree | ec91866308eb2fc63d15a7b9c7e3c9605f78a427 /include/global.fieldmap.h | |
parent | 77093721ba470adb6ba3fccccb6cb8de8a99a220 (diff) |
Label/document field_control_avatar.c and a few misc things
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index f200c0061..dc8558146 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -110,7 +110,7 @@ struct BgEvent { /*0x00*/u16 x; /*0x02*/u16 y; - /*0x04*/u8 unk4; + /*0x04*/u8 elevation; /*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. |