diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-18 23:26:44 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-18 23:26:44 +0100 |
commit | 574435698942634f7e1bdf800a62391e6c03b064 (patch) | |
tree | 388c852277074fed9338aefc8016a033af9b3713 /include/global.fieldmap.h | |
parent | a612ef12a0a647fe0614f8003ce39448d46b02ef (diff) |
decompile trainer see
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 ed5054b7d..bb0837e1d 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -224,7 +224,7 @@ struct MapObject /*0x0C*/ struct Coords16 coords1; /*0x10*/ struct Coords16 coords2; /*0x14*/ struct Coords16 coords3; - /*0x18*/ u8 mapobj_unk_18:4; //current direction? + /*0x18*/ u8 mapobj_unk_18:4; // current direction? /*0x18*/ u8 placeholder18:4; /*0x19*/ union __attribute__((packed)) { u8 as_byte; |