From fe7b98c88730f7a38b99547f8cdc0846a53d82b3 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 7 Nov 2022 19:38:46 -0300 Subject: [PATCH] I'm really sorry. --- 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 bc0f9ce..3edc373 100644 --- a/Useful-Scripting-Specials.md +++ b/Useful-Scripting-Specials.md @@ -306,7 +306,7 @@ u8 Script_GetObjectFacingDirection(void) } ``` -***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.* +***NOTE**: This function can be added in `src/event_object_movement.c` directly, or one can turn `GetObjectEventIdByLocalId` into a global function and put it elsewhere.* And we're done.