From fc691f4c8f76d11d6b47149fefadaca4470ab2a1 Mon Sep 17 00:00:00 2001 From: Aetias <144526980+AetiasHax@users.noreply.github.com> Date: Sun, 16 Nov 2025 17:14:48 +0100 Subject: LinkStateInteract (#135) * Map symbol in Game * LinkStateInteract 19% * DebugHierarchy -> Bhio * LinkStateInteract 89% * LinkStateInteract 93% * Japanese strings * Fix build * Fix regression * Fix regressions * Rename BhioBase.cpp --- src/00_Core/Player/LinkStateRoll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/00_Core/Player/LinkStateRoll.cpp') diff --git a/src/00_Core/Player/LinkStateRoll.cpp b/src/00_Core/Player/LinkStateRoll.cpp index 91044e21..905f55d4 100644 --- a/src/00_Core/Player/LinkStateRoll.cpp +++ b/src/00_Core/Player/LinkStateRoll.cpp @@ -2,7 +2,7 @@ void LinkStateRoll::vfunc_00() {} LinkStateId LinkStateRoll::GetId() {} -void LinkStateRoll::CreateDebugHierarchy() {} +void LinkStateRoll::LoadBhio() {} void LinkStateRoll::OnStateEnter() {} void LinkStateRoll::OnStateLeave(s32 param1) {} bool LinkStateRoll::vfunc_20(s32 param1) {} -- cgit v1.2.3