summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Code-cleanup.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md
index 12d13c4..43de6ff 100644
--- a/Code-cleanup.md
+++ b/Code-cleanup.md
@@ -10,7 +10,6 @@ Reformat code to adhere to [STYLE.md](../tree/master/STYLE.md). (Converting labe
As of 0.3.7, we have these features that are little-used:
-- `~` works for bytes, so we can do `~X` instead of `$ff ^ X`
- `HIGH()` and `LOW()` work for constants
- `BANK(@)` gets the current bank; `BANK("Section Name")` is also valid (some labels can thus be removed)
- `\` continues lines, like in C or Python, which could help clean up long macros (`trainer`, `npctrade`) and implement new ones (like for data/trainers/attributes.asm or data/pokemon/base_stats/\*.asm)