summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeeDeeG <DeeDeeG@users.noreply.github.com>2019-10-21 12:25:48 -0400
committerDeeDeeG <DeeDeeG@users.noreply.github.com>2019-10-21 12:25:48 -0400
commit140b48bc753570dc49cf4c25363d378969efeb76 (patch)
treee957d52502a8aaf64001269288ef52dbc0e15950
parent172438ed1211ed4e2a0f626902050548afb120b6 (diff)
Add MovementData to the list of things that are often meaningless placeholder names. There are a fair few of them to properly label still.
-rw-r--r--Code-cleanup.md2
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"