summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-new-Unown-form.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-Unown-form.md b/Add-a-new-Unown-form.md
index 690e877..2a52aed 100644
--- a/Add-a-new-Unown-form.md
+++ b/Add-a-new-Unown-form.md
@@ -295,7 +295,7 @@ Edit [engine/gfx/load_pics.asm](../blob/master/engine/gfx/load_pics.asm):
-; Increment to get 1-26
+; Increment to get 1-29
- ldh a, [hQuotient + 2]
+ ldh a, [hQuotient + 3]
inc a
+; The valid range is 1-28, so use UNOWN_E (5) instead of 29
+ cp NUM_UNOWN + 1