diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-07-20 10:19:19 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-07-20 10:19:19 -0400 |
commit | 7c17d8ea982b54030dcba8d04abff8f840b40b87 (patch) | |
tree | 1d95848589a310dd02624647ce262bd26db93013 /Code-cleanup.md | |
parent | 94aa660699c8bdaf174661ef95a8d2a0816afabb (diff) |
Updated Code cleanup (markdown)
Diffstat (limited to 'Code-cleanup.md')
-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 72befb6..8162347 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, e.g. `SomethinText: text_jump _SomethingText`. +- Labels that are referenced through `text_jump` should be prefixed with an underscore, e.g. `SomethingText: text_jump _SomethingText`. ### WRAM label style |