From a616ac6376fcb71d284ada7730a7cfebcc752746 Mon Sep 17 00:00:00 2001 From: Reinmmar Date: Wed, 23 Aug 2023 19:44:17 +0200 Subject: [PATCH] formatting --- src/object/figurineDevice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/object/figurineDevice.c b/src/object/figurineDevice.c index b02e8baa..4e3e10de 100644 --- a/src/object/figurineDevice.c +++ b/src/object/figurineDevice.c @@ -787,7 +787,8 @@ void FigurineDevice_LostOrFinishedMessage(void) { #ifndef EU void sub_0808861C(FigurineDeviceEntity* this, ScriptExecutionContext* context) { - context->condition = CheckPlayerInRegion(168, 84, 12, 8); // If I understand this correctly then it checks if the player is at the lever + // If I understand this correctly then it checks if the player is at the lever + context->condition = CheckPlayerInRegion(168, 84, 12, 8); #ifdef JP if ((gPlayerEntity.animationState != 0)) { #else