diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-03-09 09:58:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 09:58:56 +0100 |
| commit | 1481cfc0e16b838ee294641cd5a4ff5939464438 (patch) | |
| tree | a46a4bb2f167871ab51aa6c59fa54226a686c0ef /src/00_Core/Player/PlayerLinkBase.cpp | |
| parent | c302c7a613e4ff2e6337b121a65a7d79609fe393 (diff) | |
| parent | 59648074067128dbe6306b9fdb80af3f6abfa91b (diff) | |
Merge pull request #83 from AetiasHax/delink
Delink and partially decomp navi actors and `ActorActionObject`
Diffstat (limited to 'src/00_Core/Player/PlayerLinkBase.cpp')
| -rw-r--r-- | src/00_Core/Player/PlayerLinkBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/PlayerLinkBase.cpp b/src/00_Core/Player/PlayerLinkBase.cpp index 897932c8..bc248044 100644 --- a/src/00_Core/Player/PlayerLinkBase.cpp +++ b/src/00_Core/Player/PlayerLinkBase.cpp @@ -20,7 +20,7 @@ bool PlayerLinkBase::func_ov000_020bba00() {} bool PlayerLinkBase::func_ov000_020bba14() {} bool PlayerLinkBase::func_ov000_020bba28() {} void PlayerLinkBase::func_ov000_020bba48() {} -void PlayerLinkBase::vfunc_18(s32 param1) {} +bool PlayerLinkBase::vfunc_18(s32 param1) {} bool PlayerLinkBase::CanMove() {} bool PlayerLinkBase::vfunc_58() {} bool PlayerLinkBase::vfunc_5c() {} |
