diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-04-10 23:42:14 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-04-11 18:55:07 +0200 |
| commit | 4fd8048c3cc36065e15faee67e50365dead51784 (patch) | |
| tree | 87fcf28ac319e2df885df618f81843790daccffa /include | |
| parent | 02cec8ca8d9b8f7373286fcd1c4c88c42beeeeb1 (diff) | |
Decompile some functions
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 5 | ||||
| -rw-r--r-- | include/player.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 4a899e72..57d98ede 100644 --- a/include/common.h +++ b/include/common.h @@ -20,7 +20,10 @@ extern Input gInput; /**< Input instance. */ typedef struct { u8 evt_type; u8 entity_idx; - u8 _2[6]; + u8 _2; + u8 _3; + u16 _4; + u16 _6; u16 x; u16 y; u16 _c; diff --git a/include/player.h b/include/player.h index 0f5bc077..da70d4d1 100644 --- a/include/player.h +++ b/include/player.h @@ -376,7 +376,7 @@ void sub_08077728(u32); void PutAwayItems(void); void sub_08079E58(s32 speed, u32 direction); void RespawnPlayer(void); -u32 GetSurfaceCalcType(Entity*, u32, u32); +u32 GetSurfaceCalcType(Entity*, s32, s32); void UpdatePlayerMovement(void); void EnablePlayerDraw(Entity*); void sub_080797EC(void); |
