diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-09-15 20:51:29 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-09-15 20:51:29 -0400 |
commit | fd5283cd968caecbf8ed7064e8f47d3aa52c7b8a (patch) | |
tree | 09822cada6554c34f95dde61de34a6c09d920da4 | |
parent | 80c36340d793e13969a256a78ce4708d79a001dc (diff) |
Updated Code cleanup (markdown)
-rw-r--r-- | Code-cleanup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md index 547e574..512c807 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 use simplify like `TIMESET_DOWN_ARROW EQUS "\"♀\"` to just `TIMESET_DOWN_ARROW EQU "♀"`. +- [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 "♀"`. ### Meaningless temporary labels |