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 --- include/Actor/ActorTypeId.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Actor') diff --git a/include/Actor/ActorTypeId.hpp b/include/Actor/ActorTypeId.hpp index 9f5925b5..e7e7132f 100644 --- a/include/Actor/ActorTypeId.hpp +++ b/include/Actor/ActorTypeId.hpp @@ -45,6 +45,8 @@ enum ActorTypeId_ { ActorTypeId_StorageDrum = 'DRUM', ActorTypeId_SmallKey = 'NKEY', + ActorTypeId_BossKey = 'BKEY', + ActorTypeId_ForceGem = 'FORC', ActorTypeId_SwitchObject = 'SWOB', ActorTypeId_EventIcon = 'EVIC', ActorTypeId_ActionObject = 'ACOB', @@ -74,7 +76,6 @@ enum ActorTypeId_ { ActorTypeId_Postman = 'PSTM', ActorTypeId_BIGR = 'BIGR', - ActorTypeId_BKEY = 'BKEY', ActorTypeId_BMRN = 'BMRN', ActorTypeId_BMTY = 'BMTY', ActorTypeId_BTRF = 'BTRF', @@ -85,7 +86,6 @@ enum ActorTypeId_ { ActorTypeId_FLBT = 'FLBT', ActorTypeId_FLTB = 'FLTB', ActorTypeId_FLTM = 'FLTM', - ActorTypeId_FORC = 'FORC', ActorTypeId_PWBS = 'PWBS', ActorTypeId_SBEM = 'SBEM', ActorTypeId_STNE = 'STNE', -- cgit v1.2.3