From 490fd6cb812732868e50f6507c2f611302d828d5 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 7 Nov 2022 19:37:40 -0300 Subject: [PATCH] Ditto. God, why can I not stop for just one moment and think before I write? --- Useful-Scripting-Specials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Useful-Scripting-Specials.md b/Useful-Scripting-Specials.md index 91d46bb..0ed7650 100644 --- a/Useful-Scripting-Specials.md +++ b/Useful-Scripting-Specials.md @@ -306,7 +306,7 @@ u8 Script_GetObjectFacingDirection(void) } ``` -This special can be added in `src/event_object_movement.c` directly, or one can turn `GetObjectEventIdByLocalId` into a global variable and put it elsewhere. +***NOTE**: This function can be added in `src/event_object_movement.c` directly, or one can turn `GetObjectEventIdByLocalId` into a global variable and put it elsewhere. * And we're done.