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.