From 140b48bc753570dc49cf4c25363d378969efeb76 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Mon, 21 Oct 2019 12:25:48 -0400 Subject: Add MovementData to the list of things that are often meaningless placeholder names. There are a fair few of them to properly label still. --- Code-cleanup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3