summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/LinkStateMove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/00_Core/Player/LinkStateMove.cpp')
-rw-r--r--src/00_Core/Player/LinkStateMove.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/00_Core/Player/LinkStateMove.cpp b/src/00_Core/Player/LinkStateMove.cpp
index a7e64be0..0303af85 100644
--- a/src/00_Core/Player/LinkStateMove.cpp
+++ b/src/00_Core/Player/LinkStateMove.cpp
@@ -9,15 +9,9 @@ ARM LinkStateId LinkStateMove::GetId() {
return LinkStateId_Move;
}
-THUMB void LinkStateMove::CreateDebugHierarchy() {
- unk32 id = 'LMOV';
- // Breath volume decay rate "息吹きボリューム低下率"
- const char *description = "\x91\xa7\x90\x81\x82\xab\x83{\x83\x8a\x83\x85\x81[\x83\x80\x92\xe1\x89\xba\x97\xa6";
-
- DebugHierarchy *debugHierarchy = this->GetDebugHierarchy0();
- debugHierarchy->vfunc_3c(id, &data_ov000_020e56f0);
-
- debugHierarchy->GetChildNode(1, description, id, &data_ov000_020e56f0, 8, 0, 0x1000, 0);
+THUMB void LinkStateMove::LoadBhio() {
+ // Breath volume decay rate
+ this->GetBhio0()->GetField2(true, 'LMOV', "息吹きボリューム低下率", &data_ov000_020e56f0, 8, 0, 0x1000);
}
ARM void LinkStateMove::OnStateEnter() {