diff options
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 |