summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Adding-Level-Caps.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Adding-Level-Caps.md b/Adding-Level-Caps.md
index dccffb9..a7ed7a2 100644
--- a/Adding-Level-Caps.md
+++ b/Adding-Level-Caps.md
@@ -1,3 +1,5 @@
+**TODO**: Add context lines to the diffs, use diff syntax highlighting, and explain what this tutorial will accomplish.
+
1. In engine/battle/experience.asm, go to line 9, `cp LOW(MAX_LEVEL + 1)`. This is what we first need to change. Before the `ld a, d` on the line before it, add
```
+ ld a, [wLevelCap]