summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-new-item.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/Add-a-new-item.md b/Add-a-new-item.md
index d706995..a3c4082 100644
--- a/Add-a-new-item.md
+++ b/Add-a-new-item.md
@@ -321,8 +321,11 @@ Then it's time to implement the specific Pokémon-catching effect. Edit [engine/
+ jr c, .max
+
+ add b
-+ ret nc
-+; fallthrough
++ jr c, .max
++
++ ld b, a
++ ret
++
+.max
+ ld b, $ff
+ ret