diff --git a/Supplementary-Scripting-Macros.md b/Supplementary-Scripting-Macros.md
index dfa0ccf..01fbef7 100644
--- a/Supplementary-Scripting-Macros.md
+++ b/Supplementary-Scripting-Macros.md
@@ -10,7 +10,7 @@ This page will detail helpful or time-saving extensions to the existing scriptin
- [emote](#emote)
## applymove
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c
@@ -46,7 +46,7 @@ This will emit:
```
## applymoveplayer
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c
@@ -78,7 +78,7 @@ This will emit:
```
## stepinplace
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c
@@ -123,7 +123,7 @@ This will emit:
```
## stepinplaceplayer
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c
@@ -168,7 +168,7 @@ This will emit:
```
## turnplayer
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c
@@ -189,7 +189,7 @@ This will emit:
```
## moncryscript
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c
@@ -257,7 +257,7 @@ This will emit:
Assuming `Text_SomeText` is "Meow!" The in-game `msgbox` will display: "MEOWTH: Meow!"
## emote
-Credits to Deokishisu.
+Credits to Deokishisu.
The scripting macro, with commented description:
```c