diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-05 21:04:33 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-05 22:39:02 +0200 |
| commit | 167710b4d400e47d8be7e6d52dee65b2f3caee12 (patch) | |
| tree | d7b6b7c572730cb2ce0ecbecc5c25d897d6a68d4 /include | |
| parent | aa57b04756b7d8a175389075ee705c71a81963af (diff) | |
Decompile some functions
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h index 044cb79a..fb01c268 100644 --- a/include/player.h +++ b/include/player.h @@ -309,7 +309,12 @@ typedef struct { /*0x3f*/ s8 spriteOffsetY; /*0x40*/ u32 path_memory[16]; /*0x80*/ u16 speed_modifier; - /*0x82*/ u8 field_0x82[9]; + /*0x82*/ u8 field_0x82; + /*0x83*/ u8 playerPalette; + /*0x84*/ Entity* lilypad; /**< Last lilypad the player was standing on? */ + /*0x88*/ u8 field_0x88; + /*0x89*/ u8 remainingDiveTime; /**< Frames that the player can continue to dive. */ + /*0x8a*/ u8 field_0x8a; /*0x8b*/ u8 controlMode; /*0x8c*/ u16 vel_x; /*0x8e*/ u16 vel_y; |
