From 0beaed8db8ad3e12f88fe35d7bcd450c4f66f579 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 7 Nov 2022 19:38:20 -0300 Subject: [PATCH] Sigh. Done for good, I'm 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 0ed7650..bc0f9ce 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 variable and put it elsewhere.* And we're done.