summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReinmmar <herwig.orlich@gmail.com>2023-09-17 21:13:44 +0200
committerReinmmar <herwig.orlich@gmail.com>2023-09-17 21:13:44 +0200
commit4c37e6cf5e8ee468b047aff9dafb6f1afe8b5bad (patch)
treea9deabad7b9fc4de1c6c221494e1c58ff26911bd /include
parentab3e4ef0f4d0e7c081ccc00b283df15324629489 (diff)
added bow_state :)
Diffstat (limited to 'include')
-rw-r--r--include/player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h
index b35d8a63..eed2465d 100644
--- a/include/player.h
+++ b/include/player.h
@@ -424,7 +424,8 @@ typedef struct {
/*0x1c*/ u8 field_0x1c;
/*0x1d*/ u8 gustJarSpeed;
/*0x1e*/ u8 dash_state;
- /*0x1f*/ u8 field_0x1f[3];
+ /*0x1f*/ u8 field_0x1f[2];
+ /*0x21*/ u8 bow_state;
/*0x22*/ u16 tilePosition;
/*0x24*/ u16 tileType;
/*0x26*/ u8 swim_state; /**< Is the player swimming? 0x80 for diving */