diff options
-rw-r--r-- | Code-cleanup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md index 43de6ff..bf92565 100644 --- a/Code-cleanup.md +++ b/Code-cleanup.md @@ -17,7 +17,7 @@ As of 0.3.7, we have these features that are little-used: ### Meaningless temporary labels -Look for `UnknownText_*`, `UnknownScript_*`, `Unknown_*`, and `Function_*`. +Look for `UnknownText_*`, `UnknownScript_*`, `Unknown_*`, `Function_*` and `MovementData_*`. ### Hard-coded "magic numbers" |