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/04_Load/Debug/DebugHierarchy.cpp | 3 --- src/04_Load/Player/Bhio.cpp | 3 +++ src/04_Load/Player/LinkStateBase.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 src/04_Load/Debug/DebugHierarchy.cpp create mode 100644 src/04_Load/Player/Bhio.cpp (limited to 'src/04_Load') diff --git a/src/04_Load/Debug/DebugHierarchy.cpp b/src/04_Load/Debug/DebugHierarchy.cpp deleted file mode 100644 index a759227d..00000000 --- a/src/04_Load/Debug/DebugHierarchy.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "Debug/DebugHierarchy.hpp" - -DebugHierarchy::~DebugHierarchy() {} diff --git a/src/04_Load/Player/Bhio.cpp b/src/04_Load/Player/Bhio.cpp new file mode 100644 index 00000000..03861f77 --- /dev/null +++ b/src/04_Load/Player/Bhio.cpp @@ -0,0 +1,3 @@ +#include "Player/Bhio.hpp" + +Bhio::~Bhio() {} diff --git a/src/04_Load/Player/LinkStateBase.cpp b/src/04_Load/Player/LinkStateBase.cpp index 183d78a4..80848e6c 100644 --- a/src/04_Load/Player/LinkStateBase.cpp +++ b/src/04_Load/Player/LinkStateBase.cpp @@ -2,4 +2,4 @@ LinkStateBase::LinkStateBase(PlayerLinkBase *link) {} LinkStateBase::~LinkStateBase() {} -void LinkStateBase::CreateDebugHierarchy() {} +void LinkStateBase::LoadBhio() {} -- cgit v1.2.3