diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2025-09-09 12:26:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 12:26:53 -0400 |
| commit | bac5c4a4f8e9dee98b03d50b90c6ebdb7e583c2e (patch) | |
| tree | 7b46a6ad22f35bba06e69ca91d987ad6fabff90d /include/d/actor/d_a_player.h | |
| parent | c3fdf89c3abd7e85da56edb2b0e8ee3b775131ca (diff) | |
d_a_bmdhand - 99% matching (#885)
Co-authored-by: < >
Diffstat (limited to 'include/d/actor/d_a_player.h')
| -rw-r--r-- | include/d/actor/d_a_player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_player.h b/include/d/actor/d_a_player.h index ddabd5ad..ca318637 100644 --- a/include/d/actor/d_a_player.h +++ b/include/d/actor/d_a_player.h @@ -554,7 +554,7 @@ public: BOOL checkBowMiniGame() const { return mDemo.getDemoMode() == daPy_demo_c::DEMO_BOW_MINIGAME_e; } void checkSoupPowerUp() const {} void checkSubjectAccept() const {} - BOOL getRopeJumpLand() const { return checkResetFlg0(daPyRFlg0_UNK200); } + u32 getRopeJumpLand() const { return checkResetFlg0(daPyRFlg0_UNK200); } BOOL checkRopeForceEnd() const { return checkResetFlg0(daPyRFlg0_UNK40000000); } virtual MtxP getLeftHandMatrix() = 0; |
