diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-14 16:29:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-14 16:29:19 -0400 |
commit | ea01b132b26b5b129a8150f72388aba80a834384 (patch) | |
tree | 8757554300bff21798e2ae0441b20bb502f534e1 /include | |
parent | 543434ea2df1c325487ddec075f937ae0c3c6d2e (diff) |
Label in_connection's field in ObjectEventTemplate
Diffstat (limited to 'include')
-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 fceec9daf..b2e835591 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -94,7 +94,7 @@ struct ObjectEventTemplate { /*0x00*/ u8 localId; /*0x01*/ u8 graphicsId; - /*0x02*/ u8 unk2; + /*0x02*/ u8 inConnection; /*0x04*/ s16 x; /*0x06*/ s16 y; /*0x08*/ u8 elevation; |