summaryrefslogtreecommitdiff
path: root/Code-cleanup.md
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-07-20 10:18:49 -0400
committerRangi <35663410+Rangi42@users.noreply.github.com>2018-07-20 10:18:49 -0400
commit94aa660699c8bdaf174661ef95a8d2a0816afabb (patch)
treec9d3fbf2c03f7a73cf46019d9588cfb9d78a9a48 /Code-cleanup.md
parent1fd90c77fd8bb752fba99922bf22d46a7d6d82dc (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 882c0e4..72befb6 100644
--- a/Code-cleanup.md
+++ b/Code-cleanup.md
@@ -46,7 +46,7 @@ Currently a mixture of `Text_*`, `*Text`, and `BattleText_*`. Likewise for the [
The convention that should be used is as follows:
- Use suffixes, i.e. not `Text_Something`, but `SomethingText`. Same for `Movement`.
-- Labels that are referenced through `text_jump` should be prefixed with an underscore, i.e. `_SomethingText`
+- Labels that are referenced through `text_jump` should be prefixed with an underscore, e.g. `SomethinText: text_jump _SomethingText`.
### WRAM label style