diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-10 23:15:38 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-10 20:15:38 -0800 |
commit | 6b0268e0c0fb98014cb72f8a918a33c0645162d2 (patch) | |
tree | 740321923e585db283aaed0c60e46786a01dbb48 /include/global.h | |
parent | 61988bc5ba15fdf1dbc990ec6f2a2d7c5392da00 (diff) |
finish decompiling field_control_avatar.c (#182)
* start decompiling field_control_avatar.c
* remove field_control_player_avatar.c
* finish decompiling
* cleanup
* var and flag constants
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h index a5932d175..a9056ed55 100644 --- a/include/global.h +++ b/include/global.h @@ -410,11 +410,11 @@ struct SaveBlock2 /* 0x02024EA4 */ /*0xA8*/ struct SaveBlock2_Sub filler_A8; }; -struct UnkStruct_8054FF8_Substruct +struct MapPosition { s16 x; s16 y; - u8 field_8; + u8 height; }; struct UnkStruct_8054FF8 @@ -423,7 +423,7 @@ struct UnkStruct_8054FF8 u8 b; u8 c; u8 d; - struct UnkStruct_8054FF8_Substruct sub; + struct MapPosition sub; u16 field_C; }; |