From 9701d9e354dc23cb67131015395801357556f4a8 Mon Sep 17 00:00:00 2001 From: Idain Date: Thu, 18 Nov 2021 14:14:16 -0400 Subject: Fix Dusk Ball step --- Add-a-new-item.md | 7 +++++-- 1 file 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 -- cgit v1.2.3