diff options
| author | Max Roncace <me@caseif.net> | 2026-03-11 06:16:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-11 03:16:11 -0700 |
| commit | 01654335d4172b4ef19ae4b85eaccf442950fce2 (patch) | |
| tree | 0915231e23480552102beadea55f05c2b31f5c46 /include/d | |
| parent | d27c7c4c2952119e7452b5c880a9e6d6ffc540dc (diff) | |
d_a_horse debug improvements (#3127)
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/actor/d_a_horse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_horse.h b/include/d/actor/d_a_horse.h index 1a5f1d784b..37e4bac70f 100644 --- a/include/d/actor/d_a_horse.h +++ b/include/d/actor/d_a_horse.h @@ -539,10 +539,10 @@ public: /* 0x0C4 */ f32 boar_jump_height; /* 0x0C8 */ f32 water_depth_limit; /* 0x0CC */ f32 enemy_search_range; - /* 0x0D0 */ f32 m0D0; + /* 0x0D0 */ f32 climb_step; /* 0x0D4 */ f32 floor_angle_limit; /* 0x0D8 */ f32 dash_anm_speed; - /* 0x0DC */ f32 field_0xdc; + /* 0x0DC */ f32 min_walk_rate; /* 0x0E0 */ f32 walk_min_speed; /* 0x0E4 */ f32 cliff_jump_anm_speed; /* 0x0E8 */ f32 cliff_jump_start_frame; |
