diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-08 18:42:17 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-08 15:42:17 -0800 |
commit | e2daa418623cecbacbd9c9fc6f810e24ee16790f (patch) | |
tree | 007ac28f815fe5dc6e75a599e977e9e509441fb2 /include/field_player_avatar.h | |
parent | 13598f390ea7c1c882247979fc44878f330877b0 (diff) |
start decompiling field_control_avatar.c (#177)
* start decompiling field_control_avatar.c
* remove field_control_player_avatar.c
Diffstat (limited to 'include/field_player_avatar.h')
-rw-r--r-- | include/field_player_avatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index 0095c229f..9f6f634f7 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -60,7 +60,7 @@ void GetXYCoordsOneStepInFrontOfPlayer(s16 *x, s16 *y); void PlayerGetDestCoords(s16 *, s16 *); u8 player_get_direction_lower_nybble(void); u8 player_get_direction_upper_nybble(void); -// PlayerGetZCoord +u8 PlayerGetZCoord(void); u8 TestPlayerAvatarFlags(u8); // sub_80597D0 // GetPlayerAvatarObjectId |