From a168eb6995d020afe79f54d44939a505ee03ca6c Mon Sep 17 00:00:00 2001 From: JeidoUran Date: Wed, 17 Apr 2019 16:35:17 +0200 Subject: [PATCH] More info on actrl 0x63 --- src/common/Network/CommonActorControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/CommonActorControl.h b/src/common/Network/CommonActorControl.h index 016d824c..cb396f51 100644 --- a/src/common/Network/CommonActorControl.h +++ b/src/common/Network/CommonActorControl.h @@ -77,7 +77,7 @@ enum ActorControlType : uint16_t TreasureScreenMsg = 0x57, SetOwnerId = 0x59, ItemRepairMsg = 0x5C, - BluActionLearn = 0x63, // Triggers the "Action Learned!" animation and tells which action is learned. Any action ID may be used + BluActionLearn = 0x63, // Displays "Action Learned!" animation. Only used for visual, doesn't actually unlock it. param1: actionId. param2: 0 = text only, 1 = text+animation DirectorInit = 0x64, DirectorClear = 0x65,