diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2021-03-08 10:03:58 -0500 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2021-03-08 10:03:58 -0500 |
commit | 7715d72ae86fd324cd90f7dd3d3af029b5840484 (patch) | |
tree | 0e57c623f048ad1861b2f6c29d5ebf82db91e601 | |
parent | 4df7a01e00223909c3716e3a98d830ce75922782 (diff) |
Updated Code cleanup (markdown)
-rw-r--r-- | Code-cleanup.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md index 0094309..cef9691 100644 --- a/Code-cleanup.md +++ b/Code-cleanup.md @@ -13,6 +13,7 @@ As of 0.3.7, we have these features that are little-used: - `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) +- `assert` verifies implicit assumptions that are necessary for the code to work ### Meaningless temporary labels |