summaryrefslogtreecommitdiff
path: root/Code-cleanup.md
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-11-18 12:38:52 -0500
committerRangi <35663410+Rangi42@users.noreply.github.com>2018-11-18 12:38:52 -0500
commit3a362a8682859d62f9e58d7607e8d08effeb458b (patch)
tree27aa73c897916b498fe08dc81688d9ac06f1c297 /Code-cleanup.md
parent4108d5cbac43253d430897c924a301c72c455902 (diff)
Updated Code cleanup (markdown)
Diffstat (limited to 'Code-cleanup.md')
-rw-r--r--Code-cleanup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md
index d63fa5d..92b1e98 100644
--- a/Code-cleanup.md
+++ b/Code-cleanup.md
@@ -18,7 +18,7 @@ As of 0.3.7, we have these features that are little-used:
The next release, presumably 0.3.8, will have even more features:
- [PR #277](https://github.com/rednex/rgbds/pull/277) supports the aliases `ldh [c], a` for `ld [$ff00+c], a` and `ldh a, [c]` for `ld a, [$ff00+c]`. These will be easier to read and pair better with other uses of `ldh`.
-- [PR #295](https://github.com/rednex/rgbds/pull/277) supports charmaps in constant expressions, so we can simplify cases like `TIMESET_DOWN_ARROW EQUS "\"♀\"` to just `TIMESET_DOWN_ARROW EQU "♀"`.
+- [PR #295](https://github.com/rednex/rgbds/pull/295) supports charmaps in constant expressions, so we can simplify cases like `TIMESET_DOWN_ARROW EQUS "\"♀\"` to just `TIMESET_DOWN_ARROW EQU "♀"`.
### Meaningless temporary labels